Package org.hl7.fhir.dstu2.model
Enum DiagnosticReport.DiagnosticReportStatus
java.lang.Object
java.lang.Enum<DiagnosticReport.DiagnosticReportStatus>
org.hl7.fhir.dstu2.model.DiagnosticReport.DiagnosticReportStatus
- All Implemented Interfaces:
Serializable
,Comparable<DiagnosticReport.DiagnosticReportStatus>
- Enclosing class:
DiagnosticReport
public static enum DiagnosticReport.DiagnosticReportStatus
extends Enum<DiagnosticReport.DiagnosticReportStatus>
-
Enum Constant Summary
Enum ConstantDescriptionThe report has been modified subsequent to being Final, and is complete and verified by an authorized person.The report is unavailable because the measurement was not started or not completed (also sometimes called "aborted").The report has been modified subsequent to being Final, and is complete and verified by an authorized person.The report has been withdrawn following a previous final release.The report is complete and verified by an authorized person.added to help the parsersThis is a partial (e.g.The existence of the report is registered, but there is nothing yet available. -
Method Summary
-
Enum Constant Details
-
REGISTERED
The existence of the report is registered, but there is nothing yet available. -
PARTIAL
This is a partial (e.g. initial, interim or preliminary) report: data in the report may be incomplete or unverified. -
FINAL
The report is complete and verified by an authorized person. -
CORRECTED
The report has been modified subsequent to being Final, and is complete and verified by an authorized person. New content has been added, but existing content hasn't changed -
APPENDED
The report has been modified subsequent to being Final, and is complete and verified by an authorized person. New content has been added, but existing content hasn't changed. -
CANCELLED
The report is unavailable because the measurement was not started or not completed (also sometimes called "aborted"). -
ENTEREDINERROR
The report has been withdrawn following a previous final release. -
NULL
added to help the parsers
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
fromCode
public static DiagnosticReport.DiagnosticReportStatus fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
toCode
-
getSystem
-
getDefinition
-
getDisplay
-