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://standards.ieee.org/downloads/11073/11073-10207-2017/participant}BaseDemographics">
<sequence>
<element name="Sex" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}Sex" minOccurs="0"/>
<element name="PatientType" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}PatientType" minOccurs="0"/>
<element name="DateOfBirth" minOccurs="0">
<simpleType>
<union memberTypes=" {http://www.w3.org/2001/XMLSchema}dateTime {http://www.w3.org/2001/XMLSchema}date {http://www.w3.org/2001/XMLSchema}gYearMonth {http://www.w3.org/2001/XMLSchema}gYear">
</union>
</simpleType>
</element>
<element name="Height" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}Measurement" minOccurs="0"/>
<element name="Weight" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}Measurement" minOccurs="0"/>
<element name="Race" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}CodedValue" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
dateOfBirth |
protected Measurement |
height |
protected PatientType |
patientType |
protected CodedValue |
race |
protected Sex |
sex |
protected Measurement |
weight |
birthname, extension, familyname, givenname, middlename, title| Constructor and Description |
|---|
PatientDemographicsCoreData() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
java.lang.String |
getDateOfBirth()
Gets the value of the dateOfBirth property.
|
Measurement |
getHeight()
Gets the value of the height property.
|
PatientType |
getPatientType()
Gets the value of the patientType property.
|
CodedValue |
getRace()
Gets the value of the race property.
|
Sex |
getSex()
Gets the value of the sex property.
|
Measurement |
getWeight()
Gets the value of the weight property.
|
int |
hashCode() |
void |
setDateOfBirth(java.lang.String value)
Sets the value of the dateOfBirth property.
|
void |
setHeight(Measurement value)
Sets the value of the height property.
|
void |
setPatientType(PatientType value)
Sets the value of the patientType property.
|
void |
setRace(CodedValue value)
Sets the value of the race property.
|
void |
setSex(Sex value)
Sets the value of the sex property.
|
void |
setWeight(Measurement value)
Sets the value of the weight property.
|
java.lang.String |
toString() |
getBirthname, getExtension, getFamilyname, getGivenname, getMiddlename, getTitle, setBirthname, setExtension, setFamilyname, setGivenname, setMiddlename, setTitleprotected Sex sex
protected PatientType patientType
protected java.lang.String dateOfBirth
protected Measurement height
protected Measurement weight
protected CodedValue race
public void setSex(Sex value)
value - allowed object is
Sexpublic PatientType getPatientType()
PatientTypepublic void setPatientType(PatientType value)
value - allowed object is
PatientTypepublic java.lang.String getDateOfBirth()
Stringpublic void setDateOfBirth(java.lang.String value)
value - allowed object is
Stringpublic Measurement getHeight()
Measurementpublic void setHeight(Measurement value)
value - allowed object is
Measurementpublic Measurement getWeight()
Measurementpublic void setWeight(Measurement value)
value - allowed object is
Measurementpublic CodedValue getRace()
CodedValuepublic void setRace(CodedValue value)
value - allowed object is
CodedValuepublic java.lang.String toString()
toString in class BaseDemographicspublic boolean equals(java.lang.Object that)
equals in class BaseDemographicspublic int hashCode()
hashCode in class BaseDemographics