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/draft10/pm/2017/10/05}PatientDemographicsCoreData">
<sequence>
<element name="GestationalAge" type="{http://p11073-10207/draft10/pm/2017/10/05}Measurement" minOccurs="0"/>
<element name="BirthLength" type="{http://p11073-10207/draft10/pm/2017/10/05}Measurement" minOccurs="0"/>
<element name="BirthWeight" type="{http://p11073-10207/draft10/pm/2017/10/05}Measurement" minOccurs="0"/>
<element name="HeadCircumference" type="{http://p11073-10207/draft10/pm/2017/10/05}Measurement" minOccurs="0"/>
<element name="Mother" type="{http://p11073-10207/draft10/pm/2017/10/05}PersonReference" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Measurement |
birthLength |
protected Measurement |
birthWeight |
protected Measurement |
gestationalAge |
protected Measurement |
headCircumference |
protected PersonReference |
mother |
dateOfBirth, height, patientType, race, sex, weightbirthname, extension, familyname, givenname, middlename, 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() |
getDateOfBirth, getHeight, getPatientType, getRace, getSex, getWeight, setDateOfBirth, setHeight, setPatientType, setRace, setSex, setWeightgetBirthname, getExtension, getFamilyname, getGivenname, getMiddlename, getTitle, setBirthname, setExtension, setFamilyname, setGivenname, setMiddlename, 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 © 2017. All rights reserved.