Show / Hide Table of Contents

Class AssertDirectionCodesCodes

The type of direction to use for assertion.

The direction to use for assertions.

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

Fields

| Improve this Doc View Source

LiteralAssertDirectionCodesRequest

Literal for code: AssertDirectionCodesRequest

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

LiteralAssertDirectionCodesResponse

Literal for code: AssertDirectionCodesResponse

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

LiteralRequest

Literal for code: Request

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

LiteralResponse

Literal for code: Response

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

Request

The assertion is evaluated on the request.

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

Response

The assertion is evaluated on the response. This is the default value.

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

Values

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