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 |
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(Object that) |
PatientDemographicsCoreData.DateOfBirth |
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(PatientDemographicsCoreData.DateOfBirth 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.
|
String |
toString() |
getBirthname, getExtension, getFamilyname, getGivenname, getMiddlename, getTitle, setBirthname, setExtension, setFamilyname, setGivenname, setMiddlename, setTitleprotected Sex sex
protected PatientType patientType
protected PatientDemographicsCoreData.DateOfBirth 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 PatientDemographicsCoreData.DateOfBirth getDateOfBirth()
PatientDemographicsCoreData.DateOfBirthpublic void setDateOfBirth(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 © 2018. All rights reserved.