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. |
LiteralAssertResponseCodeTypesConflict
Literal for code: AssertResponseCodeTypesConflict
Declaration
public const string LiteralAssertResponseCodeTypesConflict = null
Field Value
Type | Description |
---|---|
System. |
LiteralAssertResponseCodeTypesCreated
Literal for code: AssertResponseCodeTypesCreated
Declaration
public const string LiteralAssertResponseCodeTypesCreated = null
Field Value
Type | Description |
---|---|
System. |
LiteralAssertResponseCodeTypesForbidden
Literal for code: AssertResponseCodeTypesForbidden
Declaration
public const string LiteralAssertResponseCodeTypesForbidden = null
Field Value
Type | Description |
---|---|
System. |
LiteralAssertResponseCodeTypesGone
Literal for code: AssertResponseCodeTypesGone
Declaration
public const string LiteralAssertResponseCodeTypesGone = null
Field Value
Type | Description |
---|---|
System. |
LiteralAssertResponseCodeTypesMethodNotAllowed
Literal for code: AssertResponseCodeTypesMethodNotAllowed
Declaration
public const string LiteralAssertResponseCodeTypesMethodNotAllowed = null
Field Value
Type | Description |
---|---|
System. |
LiteralAssertResponseCodeTypesNoContent
Literal for code: AssertResponseCodeTypesNoContent
Declaration
public const string LiteralAssertResponseCodeTypesNoContent = null
Field Value
Type | Description |
---|---|
System. |
LiteralAssertResponseCodeTypesNotFound
Literal for code: AssertResponseCodeTypesNotFound
Declaration
public const string LiteralAssertResponseCodeTypesNotFound = null
Field Value
Type | Description |
---|---|
System. |
LiteralAssertResponseCodeTypesNotModified
Literal for code: AssertResponseCodeTypesNotModified
Declaration
public const string LiteralAssertResponseCodeTypesNotModified = null
Field Value
Type | Description |
---|---|
System. |
LiteralAssertResponseCodeTypesOkay
Literal for code: AssertResponseCodeTypesOkay
Declaration
public const string LiteralAssertResponseCodeTypesOkay = null
Field Value
Type | Description |
---|---|
System. |
LiteralAssertResponseCodeTypesPreconditionFailed
Literal for code: AssertResponseCodeTypesPreconditionFailed
Declaration
public const string LiteralAssertResponseCodeTypesPreconditionFailed = null
Field Value
Type | Description |
---|---|
System. |
LiteralAssertResponseCodeTypesUnprocessable
Literal for code: AssertResponseCodeTypesUnprocessable
Declaration
public const string LiteralAssertResponseCodeTypesUnprocessable = null
Field Value
Type | Description |
---|---|
System. |
LiteralBad
Literal for code: Bad
Declaration
public const string LiteralBad = null
Field Value
Type | Description |
---|---|
System. |
LiteralConflict
Literal for code: Conflict
Declaration
public const string LiteralConflict = null
Field Value
Type | Description |
---|---|
System. |
LiteralCreated
Literal for code: Created
Declaration
public const string LiteralCreated = null
Field Value
Type | Description |
---|---|
System. |
LiteralForbidden
Literal for code: Forbidden
Declaration
public const string LiteralForbidden = null
Field Value
Type | Description |
---|---|
System. |
LiteralGone
Literal for code: Gone
Declaration
public const string LiteralGone = null
Field Value
Type | Description |
---|---|
System. |
LiteralMethodNotAllowed
Literal for code: MethodNotAllowed
Declaration
public const string LiteralMethodNotAllowed = null
Field Value
Type | Description |
---|---|
System. |
LiteralNoContent
Literal for code: NoContent
Declaration
public const string LiteralNoContent = null
Field Value
Type | Description |
---|---|
System. |
LiteralNotFound
Literal for code: NotFound
Declaration
public const string LiteralNotFound = null
Field Value
Type | Description |
---|---|
System. |
LiteralNotModified
Literal for code: NotModified
Declaration
public const string LiteralNotModified = null
Field Value
Type | Description |
---|---|
System. |
LiteralOkay
Literal for code: Okay
Declaration
public const string LiteralOkay = null
Field Value
Type | Description |
---|---|
System. |
LiteralPreconditionFailed
Literal for code: PreconditionFailed
Declaration
public const string LiteralPreconditionFailed = null
Field Value
Type | Description |
---|---|
System. |
LiteralUnprocessable
Literal for code: Unprocessable
Declaration
public const string LiteralUnprocessable = null
Field Value
Type | Description |
---|---|
System. |
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. |