public enum DiagnosticReportStatus extends Enum<DiagnosticReportStatus>
| Enum Constant and Description |
|---|
AMENDED
Subsequent to being final, the report has been modified.
|
APPENDED
Subsequent to being final, the report has been modified by adding new content.
|
CANCELLED
The report is unavailable because the measurement was not started or not completed (also sometimes called "aborted").
|
CORRECTED
Subsequent to being final, the report has been modified to correct an error in the report or referenced results.
|
ENTEREDINERROR
The report has been withdrawn following a previous final release.
|
FINAL
The report is complete and verified by an authorized person.
|
NULL
added to help the parsers
|
PARTIAL
This is a partial (e.g.
|
PRELIMINARY
Verified early results are available, but not all results are final.
|
REGISTERED
The existence of the report is registered, but there is nothing yet available.
|
UNKNOWN
The authoring/source system does not know which of the status values currently applies for this observation.
|
| Modifier and Type | Method and Description |
|---|---|
static DiagnosticReportStatus |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static DiagnosticReportStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DiagnosticReportStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DiagnosticReportStatus REGISTERED
public static final DiagnosticReportStatus PARTIAL
public static final DiagnosticReportStatus PRELIMINARY
public static final DiagnosticReportStatus FINAL
public static final DiagnosticReportStatus AMENDED
public static final DiagnosticReportStatus CORRECTED
public static final DiagnosticReportStatus APPENDED
public static final DiagnosticReportStatus CANCELLED
public static final DiagnosticReportStatus ENTEREDINERROR
public static final DiagnosticReportStatus UNKNOWN
public static final DiagnosticReportStatus NULL
public static DiagnosticReportStatus[] values()
for (DiagnosticReportStatus c : DiagnosticReportStatus.values()) System.out.println(c);
public static DiagnosticReportStatus 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 DiagnosticReportStatus fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2021 Health Level 7. All rights reserved.