Class DocumentModeCodes
Whether the application produces or consumes documents.
Inheritance
System.Object
DocumentModeCodes
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class DocumentModeCodes : object
Fields
| Improve this Doc View SourceConsumer
The application consumes documents of the specified type.
Declaration
public static readonly Coding Consumer
Field Value
Type | Description |
---|---|
Coding |
LiteralConsumer
Literal for code: Consumer
Declaration
public const string LiteralConsumer = null
Field Value
Type | Description |
---|---|
System. |
LiteralDocumentModeConsumer
Literal for code: DocumentModeConsumer
Declaration
public const string LiteralDocumentModeConsumer = null
Field Value
Type | Description |
---|---|
System. |
LiteralDocumentModeProducer
Literal for code: DocumentModeProducer
Declaration
public const string LiteralDocumentModeProducer = null
Field Value
Type | Description |
---|---|
System. |
LiteralProducer
Literal for code: Producer
Declaration
public const string LiteralProducer = null
Field Value
Type | Description |
---|---|
System. |
Producer
The application produces documents of the specified type.
Declaration
public static readonly Coding Producer
Field Value
Type | Description |
---|---|
Coding |
Values
Dictionary for looking up DocumentMode Codings based on Codes
Declaration
public static Dictionary<string, Coding> Values
Field Value
Type | Description |
---|---|
Dictionary<System. |