Show / Hide Table of Contents

Class MetricOperationalStatusCodes

Describes the operational status of the DeviceMetric.

Inheritance
System.Object
MetricOperationalStatusCodes
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class MetricOperationalStatusCodes : object

Fields

| Improve this Doc View Source

LiteralMetricOperationalStatusOff

Literal for code: MetricOperationalStatusOff

Declaration
public const string LiteralMetricOperationalStatusOff = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralMetricOperationalStatusOn

Literal for code: MetricOperationalStatusOn

Declaration
public const string LiteralMetricOperationalStatusOn = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralMetricOperationalStatusStandby

Literal for code: MetricOperationalStatusStandby

Declaration
public const string LiteralMetricOperationalStatusStandby = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralOff

Literal for code: Off

Declaration
public const string LiteralOff = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralOn

Literal for code: On

Declaration
public const string LiteralOn = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralStandby

Literal for code: Standby

Declaration
public const string LiteralStandby = null
Field Value
Type Description
System.String
| Improve this Doc View Source

Off

The DeviceMetric is not operating.

Declaration
public static readonly Coding Off
Field Value
Type Description
Coding
| Improve this Doc View Source

On

The DeviceMetric is operating and will generate DeviceObservations.

Declaration
public static readonly Coding On
Field Value
Type Description
Coding
| Improve this Doc View Source

Standby

The DeviceMetric is operating, but will not generate any DeviceObservations.

Declaration
public static readonly Coding Standby
Field Value
Type Description
Coding
| Improve this Doc View Source

Values

Dictionary for looking up MetricOperationalStatus Codings based on Codes

Declaration
public static Dictionary<string, Coding> Values
Field Value
Type Description
Dictionary<System.String, Coding>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX