Show / Hide Table of Contents

Class VisionBaseCodesCodes

A coded concept listing the base codes.

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

Fields

| Improve this Doc View Source

Down

bottom

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

In

inner edge

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

LiteralDown

Literal for code: Down

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

LiteralIn

Literal for code: In

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

LiteralOut

Literal for code: Out

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

LiteralUp

Literal for code: Up

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

LiteralVisionBaseCodesDown

Literal for code: VisionBaseCodesDown

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

LiteralVisionBaseCodesIn

Literal for code: VisionBaseCodesIn

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

LiteralVisionBaseCodesOut

Literal for code: VisionBaseCodesOut

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

LiteralVisionBaseCodesUp

Literal for code: VisionBaseCodesUp

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

Out

outer edge

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

Up

top

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

Values

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