Show / Hide Table of Contents

Class MetricCalibrationTypeCodes

Describes the type of a metric calibration.

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

Fields

| Improve this Doc View Source

Gain

TODO

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

LiteralGain

Literal for code: Gain

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

LiteralMetricCalibrationTypeGain

Literal for code: MetricCalibrationTypeGain

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

LiteralMetricCalibrationTypeOffset

Literal for code: MetricCalibrationTypeOffset

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

LiteralMetricCalibrationTypeTwoPoint

Literal for code: MetricCalibrationTypeTwoPoint

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

LiteralMetricCalibrationTypeUnspecified

Literal for code: MetricCalibrationTypeUnspecified

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

LiteralOffset

Literal for code: Offset

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

LiteralTwoPoint

Literal for code: TwoPoint

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

LiteralUnspecified

Literal for code: Unspecified

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

Offset

TODO

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

TwoPoint

TODO

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

Unspecified

TODO

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

Values

Dictionary for looking up MetricCalibrationType 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