Show / Hide Table of Contents

Class AssertResponseCodeTypesCodes

The type of response code to use for assertion.

The response code to expect in the response.

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

Fields

| Improve this Doc View Source

Bad

Response code is 400.

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

Conflict

Response code is 409.

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

Created

Response code is 201.

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

Forbidden

Response code is 403.

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

Gone

Response code is 410.

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

LiteralAssertResponseCodeTypesBad

Literal for code: AssertResponseCodeTypesBad

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

LiteralAssertResponseCodeTypesConflict

Literal for code: AssertResponseCodeTypesConflict

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

LiteralAssertResponseCodeTypesCreated

Literal for code: AssertResponseCodeTypesCreated

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

LiteralAssertResponseCodeTypesForbidden

Literal for code: AssertResponseCodeTypesForbidden

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

LiteralAssertResponseCodeTypesGone

Literal for code: AssertResponseCodeTypesGone

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

LiteralAssertResponseCodeTypesMethodNotAllowed

Literal for code: AssertResponseCodeTypesMethodNotAllowed

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

LiteralAssertResponseCodeTypesNoContent

Literal for code: AssertResponseCodeTypesNoContent

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

LiteralAssertResponseCodeTypesNotFound

Literal for code: AssertResponseCodeTypesNotFound

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

LiteralAssertResponseCodeTypesNotModified

Literal for code: AssertResponseCodeTypesNotModified

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

LiteralAssertResponseCodeTypesOkay

Literal for code: AssertResponseCodeTypesOkay

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

LiteralAssertResponseCodeTypesPreconditionFailed

Literal for code: AssertResponseCodeTypesPreconditionFailed

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

LiteralAssertResponseCodeTypesUnprocessable

Literal for code: AssertResponseCodeTypesUnprocessable

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

LiteralBad

Literal for code: Bad

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

LiteralConflict

Literal for code: Conflict

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

LiteralCreated

Literal for code: Created

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

LiteralForbidden

Literal for code: Forbidden

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

LiteralGone

Literal for code: Gone

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

LiteralMethodNotAllowed

Literal for code: MethodNotAllowed

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

LiteralNoContent

Literal for code: NoContent

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

LiteralNotFound

Literal for code: NotFound

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

LiteralNotModified

Literal for code: NotModified

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

LiteralOkay

Literal for code: Okay

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

LiteralPreconditionFailed

Literal for code: PreconditionFailed

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

LiteralUnprocessable

Literal for code: Unprocessable

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

MethodNotAllowed

Response code is 405.

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

NoContent

Response code is 204.

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

NotFound

Response code is 404.

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

NotModified

Response code is 304.

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

Okay

Response code is 200.

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

PreconditionFailed

Response code is 412.

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

Unprocessable

Response code is 422.

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

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>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX