DeviceMetricCalibration
open class DeviceMetricCalibration: BackboneElement
Describes the calibrations that have been performed or that are required to be performed.
-
Describes the calibrations that have been performed or that are required to be performed.
Declaration
Swift
override open class var resourceType: String
-
Describes the state of the calibration.
Declaration
Swift
public var state: DeviceMetricCalibrationState?
-
Describes the time last calibration has been performed.
Declaration
Swift
public var time: Instant?
-
Describes the type of the calibration method.
Declaration
Swift
public var type: DeviceMetricCalibrationType?
-
Describes the type of the calibration method.
Declaration
Swift
override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext)
Parameters
json
The JSON element to use to populate the receiver
context
The instantiation context to use
-
Undocumented
Declaration
Swift
open class DeviceMetricCalibration: BackboneElement