Show / Hide Table of Contents

Class ListModeCodes

The processing mode that applies to this list

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

Fields

| Improve this Doc View Source

ChangeList

A list that indicates where changes have been made or recommended

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

LiteralChangeList

Literal for code: ChangeList

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

LiteralListModeChangeList

Literal for code: ListModeChangeList

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

LiteralListModeSnapshotList

Literal for code: ListModeSnapshotList

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

LiteralListModeWorkingList

Literal for code: ListModeWorkingList

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

LiteralSnapshotList

Literal for code: SnapshotList

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

LiteralWorkingList

Literal for code: WorkingList

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

SnapshotList

This list was prepared as a snapshot. It should not be assumed to be current

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

Values

Dictionary for looking up ListMode Codings based on Codes

Declaration
public static Dictionary<string, Coding> Values
Field Value
Type Description
Dictionary<System.String, Coding>
| Improve this Doc View Source

WorkingList

This list is the master list, maintained in an ongoing fashion with regular updates as the real world list it is tracking changes

Declaration
public static readonly Coding WorkingList
Field Value
Type Description
Coding
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX