public static class DeviceMetric.Calibration extends BaseIdentifiableElement implements 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 IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
String |
getState()
Gets the value(s) for state (not-calibrated | calibration-required | calibrated | unspecified).
|
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).
|
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).
|
BoundCodeDt<DeviceMetricCalibrationTypeEnum> |
getTypeElement()
Gets the value(s) for type (unspecified | offset | gain | two-point).
|
boolean |
isEmpty() |
DeviceMetric.Calibration |
setState(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,
TemporalPrecisionEnum thePrecision)
Sets the value for time (Describes the time last calibration has been performed)
|
DeviceMetric.Calibration |
setTime(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(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, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, isBaseEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetElementSpecificId, getId, setElementSpecificId, setId, setIdpublic Calibration()
public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ICompositeElementpublic 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(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 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(BoundCodeDt<DeviceMetricCalibrationStateEnum> theValue)
Definition: Describes the state of the calibration.
public DeviceMetric.Calibration setState(DeviceMetricCalibrationStateEnum theValue)
Definition: Describes the state of the calibration.
public 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(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, TemporalPrecisionEnum thePrecision)
Definition: Describes the time last calibration has been performed.
Copyright © 2014–2016 University Health Network. All rights reserved.