public static class DeviceMetric.Calibration extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Definition: Describes the calibrations that have been performed or that are required to be performed
| Constructor and Description |
|---|
Calibration() |
| Modifier and Type | Method and Description |
|---|---|
<T extends ca.uhn.fhir.model.api.IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
String |
getState()
Gets the value(s) for state (not-calibrated | calibration-required | calibrated | unspecified).
|
ca.uhn.fhir.model.primitive.BoundCodeDt<DeviceMetricCalibrationStateEnum> |
getStateElement()
Gets the value(s) for state (not-calibrated | calibration-required | calibrated | unspecified).
|
Date |
getTime()
Gets the value(s) for time (Describes the time last calibration has been performed).
|
ca.uhn.fhir.model.primitive.InstantDt |
getTimeElement()
Gets the value(s) for time (Describes the time last calibration has been performed).
|
String |
getType()
Gets the value(s) for type (unspecified | offset | gain | two-point).
|
ca.uhn.fhir.model.primitive.BoundCodeDt<DeviceMetricCalibrationTypeEnum> |
getTypeElement()
Gets the value(s) for type (unspecified | offset | gain | two-point).
|
boolean |
isEmpty() |
DeviceMetric.Calibration |
setState(ca.uhn.fhir.model.primitive.BoundCodeDt<DeviceMetricCalibrationStateEnum> theValue)
Sets the value(s) for state (not-calibrated | calibration-required | calibrated | unspecified)
|
DeviceMetric.Calibration |
setState(DeviceMetricCalibrationStateEnum theValue)
Sets the value(s) for state (not-calibrated | calibration-required | calibrated | unspecified)
|
DeviceMetric.Calibration |
setTime(Date theDate,
ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision)
Sets the value for time (Describes the time last calibration has been performed)
|
DeviceMetric.Calibration |
setTime(ca.uhn.fhir.model.primitive.InstantDt theValue)
Sets the value(s) for time (Describes the time last calibration has been performed)
|
DeviceMetric.Calibration |
setTimeWithMillisPrecision(Date theDate)
Sets the value for time (Describes the time last calibration has been performed)
|
DeviceMetric.Calibration |
setType(ca.uhn.fhir.model.primitive.BoundCodeDt<DeviceMetricCalibrationTypeEnum> theValue)
Sets the value(s) for type (unspecified | offset | gain | two-point)
|
DeviceMetric.Calibration |
setType(DeviceMetricCalibrationTypeEnum theValue)
Sets the value(s) for type (unspecified | offset | gain | two-point)
|
getElementSpecificId, getId, setElementSpecificId, setId, setIdaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, hasFormatComment, isBaseEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic Calibration()
public boolean isEmpty()
isEmpty in interface org.hl7.fhir.instance.model.api.IBasepublic <T extends ca.uhn.fhir.model.api.IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ca.uhn.fhir.model.api.ICompositeElementpublic ca.uhn.fhir.model.primitive.BoundCodeDt<DeviceMetricCalibrationTypeEnum> getTypeElement()
null.
Definition: Describes the type of the calibration method.
public String getType()
null.
Definition: Describes the type of the calibration method.
public DeviceMetric.Calibration setType(ca.uhn.fhir.model.primitive.BoundCodeDt<DeviceMetricCalibrationTypeEnum> theValue)
Definition: Describes the type of the calibration method.
public DeviceMetric.Calibration setType(DeviceMetricCalibrationTypeEnum theValue)
Definition: Describes the type of the calibration method.
public ca.uhn.fhir.model.primitive.BoundCodeDt<DeviceMetricCalibrationStateEnum> getStateElement()
null.
Definition: Describes the state of the calibration.
public String getState()
null.
Definition: Describes the state of the calibration.
public DeviceMetric.Calibration setState(ca.uhn.fhir.model.primitive.BoundCodeDt<DeviceMetricCalibrationStateEnum> theValue)
Definition: Describes the state of the calibration.
public DeviceMetric.Calibration setState(DeviceMetricCalibrationStateEnum theValue)
Definition: Describes the state of the calibration.
public ca.uhn.fhir.model.primitive.InstantDt getTimeElement()
null.
Definition: Describes the time last calibration has been performed.
public Date getTime()
null.
Definition: Describes the time last calibration has been performed.
public DeviceMetric.Calibration setTime(ca.uhn.fhir.model.primitive.InstantDt theValue)
Definition: Describes the time last calibration has been performed.
public DeviceMetric.Calibration setTimeWithMillisPrecision(Date theDate)
Definition: Describes the time last calibration has been performed.
public DeviceMetric.Calibration setTime(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision)
Definition: Describes the time last calibration has been performed.
Copyright © 2014–2018 University Health Network. All rights reserved.