SampledData

open class SampledData: Element

A series of measurements taken by a device.

A series of measurements taken by a device, with upper and lower limits. There may be more than one dimension in the data.

  • A series of measurements taken by a device.

    A series of measurements taken by a device, with upper and lower limits. There may be more than one dimension in the data.

    Declaration

    Swift

    override open class var resourceType: String
  • Decimal values with spaces, or E | U | L.

    Declaration

    Swift

    public var data: FHIRString?
  • Number of sample points at each time point.

    Declaration

    Swift

    public var dimensions: FHIRInteger?
  • Multiply data by this before adding to origin.

    Declaration

    Swift

    public var factor: FHIRDecimal?
  • Lower limit of detection.

    Declaration

    Swift

    public var lowerLimit: FHIRDecimal?
  • Zero value and units.

    Declaration

    Swift

    public var origin: Quantity?
  • Number of milliseconds between samples.

    Declaration

    Swift

    public var period: FHIRDecimal?
  • Upper limit of detection.

    Declaration

    Swift

    public var upperLimit: FHIRDecimal?
  • Convenience initializer, taking all required properties as arguments.

    Declaration

    Swift

    public convenience init(data: FHIRString, dimensions: FHIRInteger, origin: Quantity, period: FHIRDecimal)
  • Convenience initializer, taking all required properties as arguments.

    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 SampledData: Element