Show / Hide Table of Contents

Class MetricColorCodes

Describes the typical color of representation.

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

Fields

| Improve this Doc View Source

ColorBlack

Color for representation - black.

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

ColorBlue

Color for representation - blue.

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

ColorCyan

Color for representation - cyan.

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

ColorGreen

Color for representation - green.

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

ColorMagenta

Color for representation - magenta.

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

ColorRed

Color for representation - red.

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

ColorWhite

Color for representation - white.

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

ColorYellow

Color for representation - yellow.

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

LiteralColorBlack

Literal for code: ColorBlack

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

LiteralColorBlue

Literal for code: ColorBlue

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

LiteralColorCyan

Literal for code: ColorCyan

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

LiteralColorGreen

Literal for code: ColorGreen

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

LiteralColorMagenta

Literal for code: ColorMagenta

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

LiteralColorRed

Literal for code: ColorRed

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

LiteralColorWhite

Literal for code: ColorWhite

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

LiteralColorYellow

Literal for code: ColorYellow

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

LiteralMetricColorColorBlack

Literal for code: MetricColorColorBlack

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

LiteralMetricColorColorBlue

Literal for code: MetricColorColorBlue

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

LiteralMetricColorColorCyan

Literal for code: MetricColorColorCyan

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

LiteralMetricColorColorGreen

Literal for code: MetricColorColorGreen

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

LiteralMetricColorColorMagenta

Literal for code: MetricColorColorMagenta

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

LiteralMetricColorColorRed

Literal for code: MetricColorColorRed

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

LiteralMetricColorColorWhite

Literal for code: MetricColorColorWhite

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

LiteralMetricColorColorYellow

Literal for code: MetricColorColorYellow

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

Values

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