Show / Hide Table of Contents

Class DeviceMetricOperationalStatusCodes

Code Values for the DeviceMetric.operationalStatus field

Inheritance
System.Object
DeviceMetricOperationalStatusCodes
Namespace: fhirCsR2.Models
Assembly: fhirCsR2.dll
Syntax
public static class DeviceMetricOperationalStatusCodes : object

Fields

| Improve this Doc View Source

OFF

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

ON

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

STANDBY

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

Values

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