Package org.somda.dsl.biceps.base
Class NeonatalPatientDemographicsCoreData
-
- All Implemented Interfaces:
-
org.somda.dsl.biceps.base.BicepsExtensible,org.somda.dsl.biceps.base.FullyExtensible,org.somda.dsl.biceps.base.GenericExtensible
public final class NeonatalPatientDemographicsCoreData extends PatientDemographicsCoreData
-
-
Field Summary
Fields Modifier and Type Field Description private final MeasurementgestationalAgeprivate final MeasurementbirthLengthprivate final MeasurementbirthWeightprivate final MeasurementheadCircumferenceprivate final PersonReferencemotherprivate final Sexsexprivate final PatientTypepatientTypeprivate final StringdateOfBirthprivate final Measurementheightprivate final Measurementweightprivate final CodedValueraceprivate final StringgivenNameprivate final StringfamilyNameprivate final StringbirthNameprivate final Stringtitleprivate final List<String>middleNamesprivate final List<BicepsExtension>bicepsExtensionsprivate final List<GenericExtension>genericExtensions
-
Constructor Summary
Constructors Constructor Description NeonatalPatientDemographicsCoreData()
-
Method Summary
Modifier and Type Method Description final MeasurementgetGestationalAge()final MeasurementgetBirthLength()final MeasurementgetBirthWeight()final MeasurementgetHeadCircumference()final PersonReferencegetMother()final MeasurementgestationalAge(Decimal measuredValue, CodedValue measurementUnit, Function1<CodedValue, Unit> init)final MeasurementbirthLength(Decimal measuredValue, CodedValue measurementUnit, Function1<CodedValue, Unit> init)final MeasurementbirthWeight(Decimal measuredValue, CodedValue measurementUnit, Function1<CodedValue, Unit> init)final MeasurementheadCircumference(Decimal measuredValue, CodedValue measurementUnit, Function1<CodedValue, Unit> init)final PersonReferencemother(Function1<PersonReference, Unit> init)-
Methods inherited from class org.somda.dsl.biceps.base.PatientDemographicsCoreData
dateOfBirth, getDateOfBirth, getHeight, getPatientType, getRace, getSex, getWeight, height, patientType, race, sex, weight -
Methods inherited from class org.somda.dsl.biceps.base.BaseDemographics
birthName, familyname, getBirthName, getFamilyName, getGivenName, getMiddleNames, getTitle, givenName, middleName, title -
Methods inherited from class org.somda.dsl.biceps.base.BicepsExtensible
extendWith, getBicepsExtensions -
Methods inherited from class org.somda.dsl.biceps.base.GenericExtensible
extendWithGeneric, getGenericExtensions -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getGestationalAge
final Measurement getGestationalAge()
-
getBirthLength
final Measurement getBirthLength()
-
getBirthWeight
final Measurement getBirthWeight()
-
getHeadCircumference
final Measurement getHeadCircumference()
-
getMother
final PersonReference getMother()
-
gestationalAge
final Measurement gestationalAge(Decimal measuredValue, CodedValue measurementUnit, Function1<CodedValue, Unit> init)
-
birthLength
final Measurement birthLength(Decimal measuredValue, CodedValue measurementUnit, Function1<CodedValue, Unit> init)
-
birthWeight
final Measurement birthWeight(Decimal measuredValue, CodedValue measurementUnit, Function1<CodedValue, Unit> init)
-
headCircumference
final Measurement headCircumference(Decimal measuredValue, CodedValue measurementUnit, Function1<CodedValue, Unit> init)
-
mother
final PersonReference mother(Function1<PersonReference, Unit> init)
-
-
-
-