public class Notification extends Object
Constructor and Description |
---|
Notification()
Instantiates a new notification.
|
Modifier and Type | Method and Description |
---|---|
String |
getContactAddress()
Gets the contact address.
|
String |
getContactName()
Gets the contact name.
|
String |
getContactOrg()
Gets the contact org.
|
String |
getDateOfBirth()
Gets the date of birth.
|
String |
getEffectiveTime()
Gets the effective time.
|
String |
getEventTypeCode()
Gets the event type code.
|
String |
getEventTypeDesc()
Gets the event type desc.
|
String |
getMessageId()
Gets the message id.
|
String |
getNHSNumber()
Gets the nHS number.
|
String |
getPatientAddress()
Gets the patient address.
|
String |
getPatientName()
Gets the patient name.
|
String |
getRecipientAddress()
Gets the recipient address.
|
String |
getRecipientOrg()
Gets the recipient org.
|
String |
getSenderOrg()
Gets the sender org.
|
String |
serialise()
Serialise.
|
void |
setContactAddress(String contactAddress)
Sets the contact address.
|
void |
setContactName(String contactName)
Sets the contact name.
|
void |
setContactOrg(String contactOrg)
Sets the contact org.
|
void |
setDateOfBirth(String dateOfBirth)
Sets the date of birth.
|
void |
setEffectiveTime(String effectiveTime)
Sets the effective time.
|
void |
setEventTypeCode(String eventTypeCode)
Sets the event type code.
|
void |
setEventTypeDesc(String eventTypeDesc)
Sets the event type desc.
|
void |
setMessageId(String messageId)
Sets the message id.
|
void |
setNHSNumber(String nhsNumber)
Sets the nHS number.
|
void |
setPatientAddress(String patientAddress)
Sets the patient address.
|
void |
setPatientName(String patientName)
Sets the patient name.
|
void |
setRecipientAddress(String recipientAddress)
Sets the recipient address.
|
void |
setRecipientOrg(String recipientOrg)
Sets the recipient org.
|
void |
setSenderOrg(String senderOrg)
Sets the sender org.
|
public String getSenderOrg()
public void setSenderOrg(String senderOrg)
senderOrg
- the new sender orgpublic String getRecipientOrg()
public void setRecipientOrg(String recipientOrg)
recipientOrg
- the new recipient orgpublic String getRecipientAddress()
public void setRecipientAddress(String recipientAddress)
recipientAddress
- the new recipient addresspublic String getPatientName()
public void setPatientName(String patientName)
patientName
- the new patient namepublic String getPatientAddress()
public void setPatientAddress(String patientAddress)
patientAddress
- the new patient addresspublic String getEventTypeCode()
public void setEventTypeCode(String eventTypeCode)
eventTypeCode
- the new event type codepublic String getEventTypeDesc()
public void setEventTypeDesc(String eventTypeDesc)
eventTypeDesc
- the new event type descpublic String getContactName()
public void setContactName(String contactName)
contactName
- the new contact namepublic String getEffectiveTime()
public void setEffectiveTime(String effectiveTime)
effectiveTime
- the new effective timepublic String getContactAddress()
public void setContactAddress(String contactAddress)
contactAddress
- the new contact addresspublic String getContactOrg()
public void setContactOrg(String contactOrg)
contactOrg
- the new contact orgpublic void setMessageId(String messageId)
messageId
- the new message idpublic String getMessageId()
public String getNHSNumber()
public void setNHSNumber(String nhsNumber)
nhsNumber
- the new nHS numberpublic String getDateOfBirth()
public void setDateOfBirth(String dateOfBirth)
dateOfBirth
- the new date of birthpublic String serialise()
All content is available under the Open Government Licence, except where otherwise stated
All example source code is available under Apache 2.0, except where otherwise stated