Class AssertResponseCodeTypesCodes
The type of response code to use for assertion.
The response code to expect in the response.
Inheritance
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class AssertResponseCodeTypesCodes : object
Fields
| Improve this Doc View SourceBad
Response code is 400.
Declaration
public static readonly Coding Bad
Field Value
| Type | Description |
|---|---|
| Coding |
Conflict
Response code is 409.
Declaration
public static readonly Coding Conflict
Field Value
| Type | Description |
|---|---|
| Coding |
Created
Response code is 201.
Declaration
public static readonly Coding Created
Field Value
| Type | Description |
|---|---|
| Coding |
Forbidden
Response code is 403.
Declaration
public static readonly Coding Forbidden
Field Value
| Type | Description |
|---|---|
| Coding |
Gone
Response code is 410.
Declaration
public static readonly Coding Gone
Field Value
| Type | Description |
|---|---|
| Coding |
LiteralAssertResponseCodeTypesBad
Literal for code: AssertResponseCodeTypesBad
Declaration
public const string LiteralAssertResponseCodeTypesBad = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralAssertResponseCodeTypesConflict
Literal for code: AssertResponseCodeTypesConflict
Declaration
public const string LiteralAssertResponseCodeTypesConflict = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralAssertResponseCodeTypesCreated
Literal for code: AssertResponseCodeTypesCreated
Declaration
public const string LiteralAssertResponseCodeTypesCreated = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralAssertResponseCodeTypesForbidden
Literal for code: AssertResponseCodeTypesForbidden
Declaration
public const string LiteralAssertResponseCodeTypesForbidden = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralAssertResponseCodeTypesGone
Literal for code: AssertResponseCodeTypesGone
Declaration
public const string LiteralAssertResponseCodeTypesGone = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralAssertResponseCodeTypesMethodNotAllowed
Literal for code: AssertResponseCodeTypesMethodNotAllowed
Declaration
public const string LiteralAssertResponseCodeTypesMethodNotAllowed = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralAssertResponseCodeTypesNoContent
Literal for code: AssertResponseCodeTypesNoContent
Declaration
public const string LiteralAssertResponseCodeTypesNoContent = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralAssertResponseCodeTypesNotFound
Literal for code: AssertResponseCodeTypesNotFound
Declaration
public const string LiteralAssertResponseCodeTypesNotFound = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralAssertResponseCodeTypesNotModified
Literal for code: AssertResponseCodeTypesNotModified
Declaration
public const string LiteralAssertResponseCodeTypesNotModified = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralAssertResponseCodeTypesOkay
Literal for code: AssertResponseCodeTypesOkay
Declaration
public const string LiteralAssertResponseCodeTypesOkay = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralAssertResponseCodeTypesPreconditionFailed
Literal for code: AssertResponseCodeTypesPreconditionFailed
Declaration
public const string LiteralAssertResponseCodeTypesPreconditionFailed = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralAssertResponseCodeTypesUnprocessable
Literal for code: AssertResponseCodeTypesUnprocessable
Declaration
public const string LiteralAssertResponseCodeTypesUnprocessable = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralBad
Literal for code: Bad
Declaration
public const string LiteralBad = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralConflict
Literal for code: Conflict
Declaration
public const string LiteralConflict = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralCreated
Literal for code: Created
Declaration
public const string LiteralCreated = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralForbidden
Literal for code: Forbidden
Declaration
public const string LiteralForbidden = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralGone
Literal for code: Gone
Declaration
public const string LiteralGone = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralMethodNotAllowed
Literal for code: MethodNotAllowed
Declaration
public const string LiteralMethodNotAllowed = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralNoContent
Literal for code: NoContent
Declaration
public const string LiteralNoContent = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralNotFound
Literal for code: NotFound
Declaration
public const string LiteralNotFound = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralNotModified
Literal for code: NotModified
Declaration
public const string LiteralNotModified = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralOkay
Literal for code: Okay
Declaration
public const string LiteralOkay = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralPreconditionFailed
Literal for code: PreconditionFailed
Declaration
public const string LiteralPreconditionFailed = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralUnprocessable
Literal for code: Unprocessable
Declaration
public const string LiteralUnprocessable = null
Field Value
| Type | Description |
|---|---|
| System.String |
MethodNotAllowed
Response code is 405.
Declaration
public static readonly Coding MethodNotAllowed
Field Value
| Type | Description |
|---|---|
| Coding |
NoContent
Response code is 204.
Declaration
public static readonly Coding NoContent
Field Value
| Type | Description |
|---|---|
| Coding |
NotFound
Response code is 404.
Declaration
public static readonly Coding NotFound
Field Value
| Type | Description |
|---|---|
| Coding |
NotModified
Response code is 304.
Declaration
public static readonly Coding NotModified
Field Value
| Type | Description |
|---|---|
| Coding |
Okay
Response code is 200.
Declaration
public static readonly Coding Okay
Field Value
| Type | Description |
|---|---|
| Coding |
PreconditionFailed
Response code is 412.
Declaration
public static readonly Coding PreconditionFailed
Field Value
| Type | Description |
|---|---|
| Coding |
Unprocessable
Response code is 422.
Declaration
public static readonly Coding Unprocessable
Field Value
| Type | Description |
|---|---|
| Coding |
Values
Dictionary for looking up AssertResponseCodeTypes Codings based on Codes
Declaration
public static Dictionary<string, Coding> Values
Field Value
| Type | Description |
|---|---|
| Dictionary<System.String, Coding> |