Show / Hide Table of Contents

Class TestScriptSetupActionAssertResponseCodes

Code Values for the TestScript.setup.action.assert.response field

Inheritance
System.Object
TestScriptSetupActionAssertResponseCodes
Namespace: fhirCsR2.Models
Assembly: fhirCsR2.dll
Syntax
public static class TestScriptSetupActionAssertResponseCodes : object

Fields

| Improve this Doc View Source

BAD

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

CONFLICT

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

CREATED

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

FORBIDDEN

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

GONE

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

METHODNOTALLOWED

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

NOCONTENT

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

NOTFOUND

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

NOTMODIFIED

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

OKAY

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

PRECONDITIONFAILED

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

UNPROCESSABLE

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

Values

Declaration
public static HashSet<string> Values
Field Value
Type Description
HashSet<System.String>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX