DeviceMetricCategory

public enum DeviceMetricCategory: String

Describes the category of the metric.

URL: http://hl7.org/fhir/metric-category ValueSet: http://hl7.org/fhir/ValueSet/metric-category

  • DeviceObservations generated for this DeviceMetric are measured.

    Declaration

    Swift

    case measurement = "measurement"
  • DeviceObservations generated for this DeviceMetric is a setting that will influence the behavior of the Device.

    Declaration

    Swift

    case setting = "setting"
  • DeviceObservations generated for this DeviceMetric are calculated.

    Declaration

    Swift

    case calculation = "calculation"
  • The category of this DeviceMetric is unspecified.

    Declaration

    Swift

    case unspecified = "unspecified"