Class ProcessRequestActionCodes
Code Values for the ProcessRequest.action field
Inheritance
System.Object
ProcessRequestActionCodes
Assembly: fhirCsR2.dll
Syntax
public static class ProcessRequestActionCodes : object
Fields
|
Improve this Doc
View Source
CANCEL
Declaration
public const string CANCEL = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
POLL
Declaration
public const string POLL = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
REPROCESS
Declaration
public const string REPROCESS = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
STATUS
Declaration
public const string STATUS = 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> |
|