Class DiagnosticReportStatusCodes
Code Values for the DiagnosticReport.status field
Inheritance
System.Object
DiagnosticReportStatusCodes
Assembly: fhirCsR2.dll
Syntax
public static class DiagnosticReportStatusCodes : object
Fields
|
Improve this Doc
View Source
APPENDED
Declaration
public const string APPENDED = 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
CORRECTED
Declaration
public const string CORRECTED = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ENTERED_IN_ERROR
Declaration
public const string ENTERED_IN_ERROR = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
FINAL
Declaration
public const string FINAL = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
PARTIAL
Declaration
public const string PARTIAL = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
REGISTERED
Declaration
public const string REGISTERED = 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> |
|