Show / Hide Table of Contents

Class DeviceMetricCalibrationTypeCodes

Code Values for the DeviceMetric.calibration.type field

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

Fields

| Improve this Doc View Source

GAIN

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

OFFSET

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

TWO_POINT

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