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://domain-model-uri/15/04}PatientDemographicsCoreData">
<sequence>
<element name="Gestational-Age" type="{http://domain-model-uri/15/04}Measure" minOccurs="0"/>
<element name="BirthLength" type="{http://domain-model-uri/15/04}Measure" minOccurs="0"/>
<element name="BirthWeight" type="{http://domain-model-uri/15/04}Measure" minOccurs="0"/>
<element name="HeadCircumference" type="{http://domain-model-uri/15/04}Measure" minOccurs="0"/>
<element name="Mother" type="{http://domain-model-uri/15/04}PersonReference" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Measure |
birthLength |
protected Measure |
birthWeight |
protected Measure |
gestationalAge |
protected Measure |
headCircumference |
protected PersonReference |
mother |
birthday, height, race, sex, type, weightbirthname, extension, firstname, lastname, middlenames, title| Constructor and Description |
|---|
NeonatalPatientDemographicsCoreData() |
| Modifier and Type | Method and Description |
|---|---|
Measure |
getBirthLength()
Gets the value of the birthLength property.
|
Measure |
getBirthWeight()
Gets the value of the birthWeight property.
|
Measure |
getGestationalAge()
Gets the value of the gestationalAge property.
|
Measure |
getHeadCircumference()
Gets the value of the headCircumference property.
|
PersonReference |
getMother()
Gets the value of the mother property.
|
void |
setBirthLength(Measure value)
Sets the value of the birthLength property.
|
void |
setBirthWeight(Measure value)
Sets the value of the birthWeight property.
|
void |
setGestationalAge(Measure value)
Sets the value of the gestationalAge property.
|
void |
setHeadCircumference(Measure value)
Sets the value of the headCircumference property.
|
void |
setMother(PersonReference value)
Sets the value of the mother property.
|
getBirthday, getHeight, getRace, getSex, getType, getWeight, setBirthday, setHeight, setRace, setSex, setType, setWeightgetBirthname, getExtension, getFirstname, getLastname, getMiddlenames, getTitle, setBirthname, setExtension, setFirstname, setLastname, setMiddlenames, setTitleprotected Measure gestationalAge
protected Measure birthLength
protected Measure birthWeight
protected Measure headCircumference
protected PersonReference mother
public Measure getGestationalAge()
Measurepublic void setGestationalAge(Measure value)
value - allowed object is
Measurepublic Measure getBirthLength()
Measurepublic void setBirthLength(Measure value)
value - allowed object is
Measurepublic Measure getBirthWeight()
Measurepublic void setBirthWeight(Measure value)
value - allowed object is
Measurepublic Measure getHeadCircumference()
Measurepublic void setHeadCircumference(Measure value)
value - allowed object is
Measurepublic PersonReference getMother()
PersonReferencepublic void setMother(PersonReference value)
value - allowed object is
PersonReferenceCopyright © 2016. All rights reserved.