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 SourceLiteralAssertDirectionCodesRequest
Literal for code: AssertDirectionCodesRequest
Declaration
public const string LiteralAssertDirectionCodesRequest = null
Field Value
Type | Description |
---|---|
System. |
LiteralAssertDirectionCodesResponse
Literal for code: AssertDirectionCodesResponse
Declaration
public const string LiteralAssertDirectionCodesResponse = null
Field Value
Type | Description |
---|---|
System. |
LiteralRequest
Literal for code: Request
Declaration
public const string LiteralRequest = null
Field Value
Type | Description |
---|---|
System. |
LiteralResponse
Literal for code: Response
Declaration
public const string LiteralResponse = null
Field Value
Type | Description |
---|---|
System. |
Request
The assertion is evaluated on the request.
Declaration
public static readonly Coding Request
Field Value
Type | Description |
---|---|
Coding |
Response
The assertion is evaluated on the response. This is the default value.
Declaration
public static readonly Coding Response
Field Value
Type | Description |
---|---|
Coding |
Values
Dictionary for looking up AssertDirectionCodes Codings based on Codes
Declaration
public static Dictionary<string, Coding> Values
Field Value
Type | Description |
---|---|
Dictionary<System. |