Show / Hide Table of Contents

Class DeviceMetricCategoryCodes

Code Values for the DeviceMetric.category field

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

Fields

| Improve this Doc View Source

CALCULATION

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

MEASUREMENT

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

SETTING

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

UNSPECIFIED

Declaration
public const string UNSPECIFIED = 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