public enum DiagnosticReportStatusEnum extends Enum<DiagnosticReportStatusEnum>
| Enum Constant and Description |
|---|
APPENDED
Display: Appended
Code Value: appended The report has been modified subsequent to being Final, and is complete and verified by an authorized person. |
CANCELLED
Display: Cancelled
Code Value: cancelled The report is unavailable because the measurement was not started or not completed (also sometimes called "aborted"). |
CORRECTED
Display: Corrected
Code Value: corrected The report has been modified subsequent to being Final, and is complete and verified by an authorized person. |
ENTERED_IN_ERROR
Display: Entered in Error
Code Value: entered-in-error The report has been withdrawn following a previous final release. |
FINAL
Display: Final
Code Value: final The report is complete and verified by an authorized person. |
PARTIAL
Display: Partial
Code Value: partial This is a partial (e.g. |
REGISTERED
Display: Registered
Code Value: registered The existence of the report is registered, but there is nothing yet available. |
| Modifier and Type | Field and Description |
|---|---|
static IValueSetEnumBinder<DiagnosticReportStatusEnum> |
VALUESET_BINDER
Converts codes to their respective enumerated values
|
static String |
VALUESET_IDENTIFIER
Identifier for this Value Set:
|
static String |
VALUESET_NAME
Name for this Value Set:
DiagnosticReportStatus
|
| Modifier and Type | Method and Description |
|---|---|
static DiagnosticReportStatusEnum |
forCode(String theCode)
Returns the enumerated value associated with this code
|
String |
getCode()
Returns the code associated with this enumerated value
|
String |
getSystem()
Returns the code system associated with this enumerated value
|
static DiagnosticReportStatusEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DiagnosticReportStatusEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DiagnosticReportStatusEnum REGISTERED
public static final DiagnosticReportStatusEnum PARTIAL
public static final DiagnosticReportStatusEnum FINAL
public static final DiagnosticReportStatusEnum CORRECTED
public static final DiagnosticReportStatusEnum APPENDED
public static final DiagnosticReportStatusEnum CANCELLED
public static final DiagnosticReportStatusEnum ENTERED_IN_ERROR
public static final String VALUESET_IDENTIFIER
public static final String VALUESET_NAME
public static final IValueSetEnumBinder<DiagnosticReportStatusEnum> VALUESET_BINDER
public static DiagnosticReportStatusEnum[] values()
for (DiagnosticReportStatusEnum c : DiagnosticReportStatusEnum.values()) System.out.println(c);
public static DiagnosticReportStatusEnum valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static DiagnosticReportStatusEnum forCode(String theCode)
Copyright © 2014–2016 University Health Network. All rights reserved.