public class NeonatalPatientDemographicsCoreData extends PatientDemographicsCoreData
Java class for NeonatalPatientDemographicsCoreData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NeonatalPatientDemographicsCoreData">
<complexContent>
<extension base="{http://p11073-10207/draft6/pm/2016/12/08}PatientDemographicsCoreData">
<sequence>
<element name="GestationalAge" type="{http://p11073-10207/draft6/pm/2016/12/08}Measurement" minOccurs="0"/>
<element name="BirthLength" type="{http://p11073-10207/draft6/pm/2016/12/08}Measurement" minOccurs="0"/>
<element name="BirthWeight" type="{http://p11073-10207/draft6/pm/2016/12/08}Measurement" minOccurs="0"/>
<element name="HeadCircumference" type="{http://p11073-10207/draft6/pm/2016/12/08}Measurement" minOccurs="0"/>
<element name="Mother" type="{http://p11073-10207/draft6/pm/2016/12/08}PersonReference" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
PatientDemographicsCoreData.DateOfBirth| Modifier and Type | Field and Description |
|---|---|
protected Measurement |
birthLength |
protected Measurement |
birthWeight |
protected Measurement |
gestationalAge |
protected Measurement |
headCircumference |
protected PersonReference |
mother |
birthday, height, patientType, race, sex, weightbirthname, extension, firstname, lastname, middlenames, title| Constructor and Description |
|---|
NeonatalPatientDemographicsCoreData() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
Measurement |
getBirthLength()
Gets the value of the birthLength property.
|
Measurement |
getBirthWeight()
Gets the value of the birthWeight property.
|
Measurement |
getGestationalAge()
Gets the value of the gestationalAge property.
|
Measurement |
getHeadCircumference()
Gets the value of the headCircumference property.
|
PersonReference |
getMother()
Gets the value of the mother property.
|
int |
hashCode() |
void |
setBirthLength(Measurement value)
Sets the value of the birthLength property.
|
void |
setBirthWeight(Measurement value)
Sets the value of the birthWeight property.
|
void |
setGestationalAge(Measurement value)
Sets the value of the gestationalAge property.
|
void |
setHeadCircumference(Measurement value)
Sets the value of the headCircumference property.
|
void |
setMother(PersonReference value)
Sets the value of the mother property.
|
String |
toString() |
getBirthday, getHeight, getPatientType, getRace, getSex, getWeight, setBirthday, setHeight, setPatientType, setRace, setSex, setWeightgetBirthname, getExtension, getFirstname, getLastname, getMiddlenames, getTitle, setBirthname, setExtension, setFirstname, setLastname, setMiddlenames, setTitleprotected Measurement gestationalAge
protected Measurement birthLength
protected Measurement birthWeight
protected Measurement headCircumference
protected PersonReference mother
public Measurement getGestationalAge()
Measurementpublic void setGestationalAge(Measurement value)
value - allowed object is
Measurementpublic Measurement getBirthLength()
Measurementpublic void setBirthLength(Measurement value)
value - allowed object is
Measurementpublic Measurement getBirthWeight()
Measurementpublic void setBirthWeight(Measurement value)
value - allowed object is
Measurementpublic Measurement getHeadCircumference()
Measurementpublic void setHeadCircumference(Measurement value)
value - allowed object is
Measurementpublic PersonReference getMother()
PersonReferencepublic void setMother(PersonReference value)
value - allowed object is
PersonReferencepublic String toString()
toString in class PatientDemographicsCoreDatapublic boolean equals(Object that)
equals in class PatientDemographicsCoreDatapublic int hashCode()
hashCode in class PatientDemographicsCoreDataCopyright © 2018. All rights reserved.