Class NeonatalPatientDemographicsCoreData
- java.lang.Object
-
- org.somda.sdc.biceps.model.participant.BaseDemographics
-
- org.somda.sdc.biceps.model.participant.PatientDemographicsCoreData
-
- org.somda.sdc.biceps.model.participant.NeonatalPatientDemographicsCoreData
-
- All Implemented Interfaces:
Cloneable,org.jvnet.jaxb2_commons.lang.CopyTo2,org.jvnet.jaxb2_commons.lang.ToString2
public class NeonatalPatientDemographicsCoreData extends PatientDemographicsCoreData implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.ToString2
NeonatalPatientDemographicsCoreData constitutes patient demographics for neonates.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://standards.ieee.org/downloads/11073/11073-10207-2017/participant}PatientDemographicsCoreData"> <sequence> <element name="GestationalAge" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}Measurement" minOccurs="0"/> <element name="BirthLength" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}Measurement" minOccurs="0"/> <element name="BirthWeight" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}Measurement" minOccurs="0"/> <element name="HeadCircumference" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}Measurement" minOccurs="0"/> <element name="Mother" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}PersonReference" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected MeasurementbirthLengthprotected MeasurementbirthWeightprotected MeasurementgestationalAgeprotected MeasurementheadCircumferenceprotected PersonReferencemother-
Fields inherited from class org.somda.sdc.biceps.model.participant.PatientDemographicsCoreData
dateOfBirth, height, patientType, race, sex, weight
-
Fields inherited from class org.somda.sdc.biceps.model.participant.BaseDemographics
birthname, extension, familyname, givenname, middlename, title
-
-
Constructor Summary
Constructors Constructor Description NeonatalPatientDemographicsCoreData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringBuilderappend(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)StringBuilderappendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)Objectclone()ObjectcopyTo(Object target)ObjectcopyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)ObjectcreateNewInstance()booleanequals(Object object)MeasurementgetBirthLength()Gets the value of the birthLength property.MeasurementgetBirthWeight()Gets the value of the birthWeight property.MeasurementgetGestationalAge()Gets the value of the gestationalAge property.MeasurementgetHeadCircumference()Gets the value of the headCircumference property.PersonReferencegetMother()Gets the value of the mother property.inthashCode()voidsetBirthLength(Measurement value)Sets the value of the birthLength property.voidsetBirthWeight(Measurement value)Sets the value of the birthWeight property.voidsetGestationalAge(Measurement value)Sets the value of the gestationalAge property.voidsetHeadCircumference(Measurement value)Sets the value of the headCircumference property.voidsetMother(PersonReference value)Sets the value of the mother property.StringtoString()-
Methods inherited from class org.somda.sdc.biceps.model.participant.PatientDemographicsCoreData
getDateOfBirth, getHeight, getPatientType, getRace, getSex, getWeight, setDateOfBirth, setHeight, setPatientType, setRace, setSex, setWeight
-
Methods inherited from class org.somda.sdc.biceps.model.participant.BaseDemographics
getBirthname, getExtension, getFamilyname, getGivenname, getMiddlename, getTitle, setBirthname, setExtension, setFamilyname, setGivenname, setMiddlename, setTitle
-
-
-
-
Field Detail
-
gestationalAge
protected Measurement gestationalAge
-
birthLength
protected Measurement birthLength
-
birthWeight
protected Measurement birthWeight
-
headCircumference
protected Measurement headCircumference
-
mother
protected PersonReference mother
-
-
Method Detail
-
getGestationalAge
public Measurement getGestationalAge()
Gets the value of the gestationalAge property.- Returns:
- possible object is
Measurement
-
setGestationalAge
public void setGestationalAge(Measurement value)
Sets the value of the gestationalAge property.- Parameters:
value- allowed object isMeasurement
-
getBirthLength
public Measurement getBirthLength()
Gets the value of the birthLength property.- Returns:
- possible object is
Measurement
-
setBirthLength
public void setBirthLength(Measurement value)
Sets the value of the birthLength property.- Parameters:
value- allowed object isMeasurement
-
getBirthWeight
public Measurement getBirthWeight()
Gets the value of the birthWeight property.- Returns:
- possible object is
Measurement
-
setBirthWeight
public void setBirthWeight(Measurement value)
Sets the value of the birthWeight property.- Parameters:
value- allowed object isMeasurement
-
getHeadCircumference
public Measurement getHeadCircumference()
Gets the value of the headCircumference property.- Returns:
- possible object is
Measurement
-
setHeadCircumference
public void setHeadCircumference(Measurement value)
Sets the value of the headCircumference property.- Parameters:
value- allowed object isMeasurement
-
getMother
public PersonReference getMother()
Gets the value of the mother property.- Returns:
- possible object is
PersonReference
-
setMother
public void setMother(PersonReference value)
Sets the value of the mother property.- Parameters:
value- allowed object isPersonReference
-
clone
public Object clone()
- Overrides:
clonein classPatientDemographicsCoreData
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2- Overrides:
copyToin classPatientDemographicsCoreData
-
copyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
- Specified by:
copyToin interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2- Overrides:
copyToin classPatientDemographicsCoreData
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2- Overrides:
createNewInstancein classPatientDemographicsCoreData
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classPatientDemographicsCoreData
-
hashCode
public int hashCode()
- Overrides:
hashCodein classPatientDemographicsCoreData
-
toString
public String toString()
- Overrides:
toStringin classPatientDemographicsCoreData
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
- Specified by:
appendin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendin classPatientDemographicsCoreData
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
- Specified by:
appendFieldsin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendFieldsin classPatientDemographicsCoreData
-
-