public class NonCodedCDA extends Object
Constructor and Description |
---|
NonCodedCDA()
Instantiates a new non coded cda.
|
Modifier and Type | Method and Description |
---|---|
String |
getDateOfBirth()
Gets the date of birth.
|
String |
getGivenName()
Gets the given name.
|
String |
getMessageId()
Gets the message id.
|
String |
getNHSNumber()
Gets the nHS number.
|
String |
getPresentationText()
Gets the presentation text.
|
String |
getSurname()
Gets the surname.
|
String |
serialise()
Serialise.
|
void |
setDateOfBirth(String dateOfBirth)
Sets the date of birth.
|
void |
setGivenName(String givenName)
Sets the given name.
|
void |
setNHSNumber(String nhsNumber)
Sets the nHS number.
|
void |
setPresentationText(String presentationText)
Sets the presentation text.
|
void |
setSurname(String surname)
Sets the surname.
|
public String getMessageId()
public String getNHSNumber()
public void setNHSNumber(String nhsNumber)
nhsNumber
- the new nHS numberpublic String getGivenName()
public void setGivenName(String givenName)
givenName
- the new given namepublic String getSurname()
public void setSurname(String surname)
surname
- the new surnamepublic String getDateOfBirth()
public void setDateOfBirth(String dateOfBirth)
dateOfBirth
- the new date of birthpublic String getPresentationText()
public void setPresentationText(String presentationText)
presentationText
- the new presentation textpublic 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