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://p11073-10207/draft6/pm/2016/12/08}BaseDemographics">
<sequence>
<element name="Sex" type="{http://p11073-10207/draft6/pm/2016/12/08}Sex" minOccurs="0"/>
<element name="PatientType" type="{http://p11073-10207/draft6/pm/2016/12/08}PatientType" minOccurs="0"/>
<element name="DateOfBirth" minOccurs="0">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>date">
<attribute name="Timepoint" type="{http://www.w3.org/2001/XMLSchema}time" />
</extension>
</simpleContent>
</complexType>
</element>
<element name="Height" type="{http://p11073-10207/draft6/pm/2016/12/08}Measurement" minOccurs="0"/>
<element name="Weight" type="{http://p11073-10207/draft6/pm/2016/12/08}Measurement" minOccurs="0"/>
<element name="Race" type="{http://p11073-10207/draft6/pm/2016/12/08}CodedValue" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
PatientDemographicsCoreData.DateOfBirth
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected PatientDemographicsCoreData.DateOfBirth |
birthday |
protected Measurement |
height |
protected Patient |
patientType |
protected CodedValue |
race |
protected Sex |
sex |
protected Measurement |
weight |
birthname, extension, firstname, lastname, middlenames, title| Constructor and Description |
|---|
PatientDemographicsCoreData() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
PatientDemographicsCoreData.DateOfBirth |
getBirthday()
Date of birth of the patient.
|
Measurement |
getHeight()
Gets the value of the height property.
|
Patient |
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 |
setBirthday(PatientDemographicsCoreData.DateOfBirth value)
Sets the value of the birthday property.
|
void |
setHeight(Measurement value)
Sets the value of the height property.
|
void |
setPatientType(Patient 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.
|
String |
toString() |
getBirthname, getExtension, getFirstname, getLastname, getMiddlenames, getTitle, setBirthname, setExtension, setFirstname, setLastname, setMiddlenames, setTitleprotected Sex sex
protected Patient patientType
protected PatientDemographicsCoreData.DateOfBirth birthday
protected Measurement height
protected Measurement weight
protected CodedValue race
public void setSex(Sex value)
value - allowed object is
Sexpublic Patient getPatientType()
Patientpublic void setPatientType(Patient value)
value - allowed object is
Patientpublic PatientDemographicsCoreData.DateOfBirth getBirthday()
PatientDemographicsCoreData.DateOfBirthpublic void setBirthday(PatientDemographicsCoreData.DateOfBirth value)
value - allowed object is
PatientDemographicsCoreData.DateOfBirthpublic 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 String toString()
toString in class BaseDemographicspublic boolean equals(Object that)
equals in class BaseDemographicspublic int hashCode()
hashCode in class BaseDemographicsCopyright © 2017. All rights reserved.