Class ReferralRequestStatusCodes
Code Values for the ReferralRequest.status field
Inheritance
System.Object
ReferralRequestStatusCodes
Assembly: fhirCsR2.dll
Syntax
public static class ReferralRequestStatusCodes : object
Fields
|
Improve this Doc
View Source
ACCEPTED
Declaration
public const string ACCEPTED = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ACTIVE
Declaration
public const string ACTIVE = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
CANCELLED
Declaration
public const string CANCELLED = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
COMPLETED
Declaration
public const string COMPLETED = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
DRAFT
Declaration
public const string DRAFT = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
REJECTED
Declaration
public const string REJECTED = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
REQUESTED
Declaration
public const string REQUESTED = 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> |
|