Uses of Class
org.somda.sdc.biceps.model.participant.Measurement
-
Packages that use Measurement Package Description org.somda.sdc.biceps.model.participant -
-
Uses of Measurement in org.somda.sdc.biceps.model.participant
Fields in org.somda.sdc.biceps.model.participant declared as Measurement Modifier and Type Field Description protected MeasurementNeonatalPatientDemographicsCoreData. birthLengthprotected MeasurementNeonatalPatientDemographicsCoreData. birthWeightprotected MeasurementBatteryDescriptor. capacityFullChargeprotected MeasurementBatteryState. capacityRemainingprotected MeasurementBatteryDescriptor. capacitySpecifiedprotected MeasurementEnumStringMetricDescriptor.AllowedValue. characteristicprotected MeasurementBatteryState. currentprotected MeasurementNeonatalPatientDemographicsCoreData. gestationalAgeprotected MeasurementNeonatalPatientDemographicsCoreData. headCircumferenceprotected MeasurementPatientDemographicsCoreData. heightprotected MeasurementBatteryState. remainingBatteryTimeprotected MeasurementBatteryState. temperatureprotected MeasurementCalibrationInfo.CalibrationDocumentation.CalibrationResult. valueprotected MeasurementClinicalInfo.RelatedMeasurement. valueprotected MeasurementBatteryState. voltageprotected MeasurementBatteryDescriptor. voltageSpecifiedprotected MeasurementPatientDemographicsCoreData. weightMethods in org.somda.sdc.biceps.model.participant that return Measurement Modifier and Type Method Description MeasurementObjectFactory. createMeasurement()Create an instance ofMeasurementMeasurementNeonatalPatientDemographicsCoreData. getBirthLength()Gets the value of the birthLength property.MeasurementNeonatalPatientDemographicsCoreData. getBirthWeight()Gets the value of the birthWeight property.MeasurementBatteryDescriptor. getCapacityFullCharge()Gets the value of the capacityFullCharge property.MeasurementBatteryState. getCapacityRemaining()Gets the value of the capacityRemaining property.MeasurementBatteryDescriptor. getCapacitySpecified()Gets the value of the capacitySpecified property.MeasurementEnumStringMetricDescriptor.AllowedValue. getCharacteristic()Gets the value of the characteristic property.MeasurementBatteryState. getCurrent()Gets the value of the current property.MeasurementNeonatalPatientDemographicsCoreData. getGestationalAge()Gets the value of the gestationalAge property.MeasurementNeonatalPatientDemographicsCoreData. getHeadCircumference()Gets the value of the headCircumference property.MeasurementPatientDemographicsCoreData. getHeight()Gets the value of the height property.MeasurementBatteryState. getRemainingBatteryTime()Gets the value of the remainingBatteryTime property.MeasurementBatteryState. getTemperature()Gets the value of the temperature property.MeasurementCalibrationInfo.CalibrationDocumentation.CalibrationResult. getValue()Gets the value of the value property.MeasurementClinicalInfo.RelatedMeasurement. getValue()Gets the value of the value property.MeasurementBatteryState. getVoltage()Gets the value of the voltage property.MeasurementBatteryDescriptor. getVoltageSpecified()Gets the value of the voltageSpecified property.MeasurementPatientDemographicsCoreData. getWeight()Gets the value of the weight property.Methods in org.somda.sdc.biceps.model.participant with parameters of type Measurement Modifier and Type Method Description voidNeonatalPatientDemographicsCoreData. setBirthLength(Measurement value)Sets the value of the birthLength property.voidNeonatalPatientDemographicsCoreData. setBirthWeight(Measurement value)Sets the value of the birthWeight property.voidBatteryDescriptor. setCapacityFullCharge(Measurement value)Sets the value of the capacityFullCharge property.voidBatteryState. setCapacityRemaining(Measurement value)Sets the value of the capacityRemaining property.voidBatteryDescriptor. setCapacitySpecified(Measurement value)Sets the value of the capacitySpecified property.voidEnumStringMetricDescriptor.AllowedValue. setCharacteristic(Measurement value)Sets the value of the characteristic property.voidBatteryState. setCurrent(Measurement value)Sets the value of the current property.voidNeonatalPatientDemographicsCoreData. setGestationalAge(Measurement value)Sets the value of the gestationalAge property.voidNeonatalPatientDemographicsCoreData. setHeadCircumference(Measurement value)Sets the value of the headCircumference property.voidPatientDemographicsCoreData. setHeight(Measurement value)Sets the value of the height property.voidBatteryState. setRemainingBatteryTime(Measurement value)Sets the value of the remainingBatteryTime property.voidBatteryState. setTemperature(Measurement value)Sets the value of the temperature property.voidCalibrationInfo.CalibrationDocumentation.CalibrationResult. setValue(Measurement value)Sets the value of the value property.voidClinicalInfo.RelatedMeasurement. setValue(Measurement value)Sets the value of the value property.voidBatteryState. setVoltage(Measurement value)Sets the value of the voltage property.voidBatteryDescriptor. setVoltageSpecified(Measurement value)Sets the value of the voltageSpecified property.voidPatientDemographicsCoreData. setWeight(Measurement value)Sets the value of the weight property.
-