Show / Hide Table of Contents

Class ProcessRequestActionCodes

Code Values for the ProcessRequest.action field

Inheritance
System.Object
ProcessRequestActionCodes
Namespace: fhirCsR2.Models
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>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX