public class PatientDemographicsCoreData extends BaseDemographics
Java class for PatientDemographicsCoreData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PatientDemographicsCoreData">
<complexContent>
<extension base="{http://domain-model-uri/15/04}BaseDemographics">
<sequence>
<element name="Sex" type="{http://domain-model-uri/15/04}Sex" minOccurs="0"/>
<element name="PatientType" type="{http://domain-model-uri/15/04}PatientType" minOccurs="0"/>
<element name="DateOfBirth" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="Height" type="{http://domain-model-uri/15/04}Measure" minOccurs="0"/>
<element name="Weight" type="{http://domain-model-uri/15/04}Measure" minOccurs="0"/>
<element name="Race" type="{http://domain-model-uri/15/04}CodedValue" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
birthday |
protected Measure |
height |
protected CodedValue |
race |
protected Sex |
sex |
protected PatientType |
type |
protected Measure |
weight |
birthname, extension, firstname, lastname, middlenames, title| Constructor and Description |
|---|
PatientDemographicsCoreData() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getBirthday()
Date and - if matters - time of birth of the patient.
|
Measure |
getHeight()
Gets the value of the height property.
|
CodedValue |
getRace()
Gets the value of the race property.
|
Sex |
getSex()
Gets the value of the sex property.
|
PatientType |
getType()
Category of the patient.
|
Measure |
getWeight()
Gets the value of the weight property.
|
void |
setBirthday(XMLGregorianCalendar value)
Sets the value of the birthday property.
|
void |
setHeight(Measure value)
Sets the value of the height property.
|
void |
setRace(CodedValue value)
Sets the value of the race property.
|
void |
setSex(Sex value)
Sets the value of the sex property.
|
void |
setType(PatientType value)
Sets the value of the type property.
|
void |
setWeight(Measure value)
Sets the value of the weight property.
|
getBirthname, getExtension, getFirstname, getLastname, getMiddlenames, getTitle, setBirthname, setExtension, setFirstname, setLastname, setMiddlenames, setTitleprotected Sex sex
protected PatientType type
protected XMLGregorianCalendar birthday
protected Measure height
protected Measure weight
protected CodedValue race
public void setSex(Sex value)
value - allowed object is
Sexpublic PatientType getType()
PatientTypepublic void setType(PatientType value)
value - allowed object is
PatientTypepublic XMLGregorianCalendar getBirthday()
XMLGregorianCalendarpublic void setBirthday(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic Measure getHeight()
Measurepublic void setHeight(Measure value)
value - allowed object is
Measurepublic Measure getWeight()
Measurepublic void setWeight(Measure value)
value - allowed object is
Measurepublic CodedValue getRace()
CodedValuepublic void setRace(CodedValue value)
value - allowed object is
CodedValueCopyright © 2016. All rights reserved.