Show / Hide Table of Contents

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 Source

Consumer

The application consumes documents of the specified type.

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

LiteralConsumer

Literal for code: Consumer

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

LiteralDocumentModeConsumer

Literal for code: DocumentModeConsumer

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

LiteralDocumentModeProducer

Literal for code: DocumentModeProducer

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

LiteralProducer

Literal for code: Producer

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

Producer

The application produces documents of the specified type.

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

Values

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