Show / Hide Table of Contents

Class VisionEyeCodesCodes

A coded concept listing the eye codes.

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

Fields

| Improve this Doc View Source

LeftEye

Left Eye

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

LiteralLeftEye

Literal for code: LeftEye

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

LiteralRightEye

Literal for code: RightEye

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

LiteralVisionEyeCodesLeftEye

Literal for code: VisionEyeCodesLeftEye

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

LiteralVisionEyeCodesRightEye

Literal for code: VisionEyeCodesRightEye

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

RightEye

Right Eye

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

Values

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