Class CommunicationStatusCodes
Code Values for the Communication.status field
Inheritance
System.Object
CommunicationStatusCodes
Assembly: fhirCsR2.dll
Syntax
public static class CommunicationStatusCodes : object
Fields
|
Improve this Doc
View Source
COMPLETED
Declaration
public const string COMPLETED = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
FAILED
Declaration
public const string FAILED = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
IN_PROGRESS
Declaration
public const string IN_PROGRESS = 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
SUSPENDED
Declaration
public const string SUSPENDED = 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> |
|