public static enum DiagnosticReport.DiagnosticReportStatus extends Enum<DiagnosticReport.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 with the generic types
|
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 DiagnosticReport.DiagnosticReportStatus |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static DiagnosticReport.DiagnosticReportStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DiagnosticReport.DiagnosticReportStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DiagnosticReport.DiagnosticReportStatus REGISTERED
public static final DiagnosticReport.DiagnosticReportStatus PARTIAL
public static final DiagnosticReport.DiagnosticReportStatus PRELIMINARY
public static final DiagnosticReport.DiagnosticReportStatus FINAL
public static final DiagnosticReport.DiagnosticReportStatus AMENDED
public static final DiagnosticReport.DiagnosticReportStatus CORRECTED
public static final DiagnosticReport.DiagnosticReportStatus APPENDED
public static final DiagnosticReport.DiagnosticReportStatus CANCELLED
public static final DiagnosticReport.DiagnosticReportStatus ENTEREDINERROR
public static final DiagnosticReport.DiagnosticReportStatus UNKNOWN
public static final DiagnosticReport.DiagnosticReportStatus NULL
public static DiagnosticReport.DiagnosticReportStatus[] values()
for (DiagnosticReport.DiagnosticReportStatus c : DiagnosticReport.DiagnosticReportStatus.values()) System.out.println(c);
public static DiagnosticReport.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 DiagnosticReport.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.