Class NoteTypeCodes
The presentation types of notes.
Inheritance
System.Object
NoteTypeCodes
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class NoteTypeCodes : object
Fields
| Improve this Doc View SourceDisplay
Display the note.
Declaration
public static readonly Coding Display
Field Value
Type | Description |
---|---|
Coding |
LiteralDisplay
Literal for code: Display
Declaration
public const string LiteralDisplay = null
Field Value
Type | Description |
---|---|
System. |
LiteralNoteTypeDisplay
Literal for code: NoteTypeDisplay
Declaration
public const string LiteralNoteTypeDisplay = null
Field Value
Type | Description |
---|---|
System. |
LiteralNoteTypePrintForm
Literal for code: NoteTypePrintForm
Declaration
public const string LiteralNoteTypePrintForm = null
Field Value
Type | Description |
---|---|
System. |
LiteralNoteTypePrintOperator
Literal for code: NoteTypePrintOperator
Declaration
public const string LiteralNoteTypePrintOperator = null
Field Value
Type | Description |
---|---|
System. |
LiteralPrintForm
Literal for code: PrintForm
Declaration
public const string LiteralPrintForm = null
Field Value
Type | Description |
---|---|
System. |
LiteralPrintOperator
Literal for code: PrintOperator
Declaration
public const string LiteralPrintOperator = null
Field Value
Type | Description |
---|---|
System. |
PrintForm
Print the note on the form.
Declaration
public static readonly Coding PrintForm
Field Value
Type | Description |
---|---|
Coding |
PrintOperator
Print the note for the operator.
Declaration
public static readonly Coding PrintOperator
Field Value
Type | Description |
---|---|
Coding |
Values
Dictionary for looking up NoteType Codings based on Codes
Declaration
public static Dictionary<string, Coding> Values
Field Value
Type | Description |
---|---|
Dictionary<System. |