public static enum DiagnosticReport.DiagnosticReportStatus extends Enum<DiagnosticReport.DiagnosticReportStatus>
| Enum Constant and Description |
|---|
APPENDED
The report has been modified subsequent to being Final, and is complete and verified by an authorized person.
|
CANCELLED
The report is unavailable because the measurement was not started or not completed (also sometimes called "aborted").
|
CORRECTED
The report has been modified subsequent to being Final, and is complete and verified by an authorized person
|
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.
|
REGISTERED
The existence of the report is registered, but there is nothing yet available.
|
| 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 FINAL
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 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–2018 University Health Network. All rights reserved.