Show / Hide Table of Contents

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 Source

Display

Display the note.

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

LiteralDisplay

Literal for code: Display

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

LiteralNoteTypeDisplay

Literal for code: NoteTypeDisplay

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

LiteralNoteTypePrintForm

Literal for code: NoteTypePrintForm

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

LiteralNoteTypePrintOperator

Literal for code: NoteTypePrintOperator

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

LiteralPrintForm

Literal for code: PrintForm

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

LiteralPrintOperator

Literal for code: PrintOperator

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

PrintForm

Print the note on the form.

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

PrintOperator

Print the note for the operator.

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

Values

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