Class DeviceMetric.Calibration
- All Implemented Interfaces:
ca.uhn.fhir.model.api.ICompositeElement
,ca.uhn.fhir.model.api.IElement
,ca.uhn.fhir.model.api.IIdentifiableElement
,ca.uhn.fhir.model.api.IResourceBlock
,ca.uhn.fhir.model.api.ISupportsUndeclaredExtensions
,Serializable
,org.hl7.fhir.instance.model.api.IBase
- Enclosing class:
DeviceMetric
Definition: Describes the calibrations that have been performed or that are required to be performed
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription<T extends ca.uhn.fhir.model.api.IElement>
List<T> getAllPopulatedChildElementsOfType
(Class<T> theType) getState()
Gets the value(s) for state (not-calibrated | calibration-required | calibrated | unspecified).ca.uhn.fhir.model.primitive.BoundCodeDt
<DeviceMetricCalibrationStateEnum> Gets the value(s) for state (not-calibrated | calibration-required | calibrated | unspecified).getTime()
Gets the value(s) for time (Describes the time last calibration has been performed).ca.uhn.fhir.model.primitive.InstantDt
Gets the value(s) for time (Describes the time last calibration has been performed).getType()
Gets the value(s) for type (unspecified | offset | gain | two-point).ca.uhn.fhir.model.primitive.BoundCodeDt
<DeviceMetricCalibrationTypeEnum> Gets the value(s) for type (unspecified | offset | gain | two-point).boolean
isEmpty()
setState
(DeviceMetricCalibrationStateEnum theValue) Sets the value(s) for state (not-calibrated | calibration-required | calibrated | unspecified)setState
(ca.uhn.fhir.model.primitive.BoundCodeDt<DeviceMetricCalibrationStateEnum> theValue) Sets the value(s) for state (not-calibrated | calibration-required | calibrated | unspecified)setTime
(ca.uhn.fhir.model.primitive.InstantDt theValue) Sets the value(s) for time (Describes the time last calibration has been performed)Sets the value for time (Describes the time last calibration has been performed)setTimeWithMillisPrecision
(Date theDate) Sets the value for time (Describes the time last calibration has been performed)setType
(DeviceMetricCalibrationTypeEnum theValue) Sets the value(s) for type (unspecified | offset | gain | two-point)setType
(ca.uhn.fhir.model.primitive.BoundCodeDt<DeviceMetricCalibrationTypeEnum> theValue) Sets the value(s) for type (unspecified | offset | gain | two-point)Methods inherited from class ca.uhn.fhir.model.api.BaseIdentifiableElement
getElementSpecificId, getId, setElementSpecificId, setId, setId
Methods inherited from class ca.uhn.fhir.model.api.BaseElement
addUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, getUserData, hasFormatComment, isBaseEmpty, setUserData
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hl7.fhir.instance.model.api.IBase
fhirType, getFormatCommentsPost, getFormatCommentsPre, getUserData, hasFormatComment, setUserData
Methods inherited from interface ca.uhn.fhir.model.api.IIdentifiableElement
getElementSpecificId, getId, setElementSpecificId, setId, setId
-
Constructor Details
-
Calibration
public Calibration()
-
-
Method Details
-
isEmpty
- Specified by:
isEmpty
in interfaceorg.hl7.fhir.instance.model.api.IBase
-
getAllPopulatedChildElementsOfType
public <T extends ca.uhn.fhir.model.api.IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType) - Specified by:
getAllPopulatedChildElementsOfType
in interfaceca.uhn.fhir.model.api.ICompositeElement
-
getTypeElement
Gets the value(s) for type (unspecified | offset | gain | two-point). creating it if it does not exist. Will not returnnull
.Definition: Describes the type of the calibration method.
-
getType
Gets the value(s) for type (unspecified | offset | gain | two-point). creating it if it does not exist. This method may returnnull
.Definition: Describes the type of the calibration method.
-
setType
public DeviceMetric.Calibration setType(ca.uhn.fhir.model.primitive.BoundCodeDt<DeviceMetricCalibrationTypeEnum> theValue) Sets the value(s) for type (unspecified | offset | gain | two-point)Definition: Describes the type of the calibration method.
-
setType
Sets the value(s) for type (unspecified | offset | gain | two-point)Definition: Describes the type of the calibration method.
-
getStateElement
Gets the value(s) for state (not-calibrated | calibration-required | calibrated | unspecified). creating it if it does not exist. Will not returnnull
.Definition: Describes the state of the calibration.
-
getState
Gets the value(s) for state (not-calibrated | calibration-required | calibrated | unspecified). creating it if it does not exist. This method may returnnull
.Definition: Describes the state of the calibration.
-
setState
public DeviceMetric.Calibration setState(ca.uhn.fhir.model.primitive.BoundCodeDt<DeviceMetricCalibrationStateEnum> theValue) Sets the value(s) for state (not-calibrated | calibration-required | calibrated | unspecified)Definition: Describes the state of the calibration.
-
setState
Sets the value(s) for state (not-calibrated | calibration-required | calibrated | unspecified)Definition: Describes the state of the calibration.
-
getTimeElement
Gets the value(s) for time (Describes the time last calibration has been performed). creating it if it does not exist. Will not returnnull
.Definition: Describes the time last calibration has been performed.
-
getTime
Gets the value(s) for time (Describes the time last calibration has been performed). creating it if it does not exist. This method may returnnull
.Definition: Describes the time last calibration has been performed.
-
setTime
Sets the value(s) for time (Describes the time last calibration has been performed)Definition: Describes the time last calibration has been performed.
-
setTimeWithMillisPrecision
Sets the value for time (Describes the time last calibration has been performed)Definition: Describes the time last calibration has been performed.
-
setTime
public 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)Definition: Describes the time last calibration has been performed.
-