Show / Hide Table of Contents

Class MessageConformanceEventModeCodes

The mode of a message conformance statement.

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

Fields

| Improve this Doc View Source

LiteralMessageConformanceEventModeReceiver

Literal for code: MessageConformanceEventModeReceiver

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

LiteralMessageConformanceEventModeSender

Literal for code: MessageConformanceEventModeSender

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

LiteralReceiver

Literal for code: Receiver

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

LiteralSender

Literal for code: Sender

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

Receiver

The application receives requests and sends responses.

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

Sender

The application sends requests and receives responses.

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

Values

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