public static enum RiskAssessment.RiskAssessmentStatus extends Enum<RiskAssessment.RiskAssessmentStatus>
| Enum Constant and Description |
|---|
AMENDED
Subsequent to being Final, the observation has been modified subsequent.
|
CANCELLED
The observation is unavailable because the measurement was not started or not completed (also sometimes called "aborted").
|
CORRECTED
Subsequent to being Final, the observation has been modified to correct an error in the test result.
|
ENTEREDINERROR
The observation has been withdrawn following previous final release.
|
FINAL
The observation is complete and there are no further actions needed.
|
NULL
added to help the parsers with the generic types
|
PRELIMINARY
This is an initial or interim observation: data may be incomplete or unverified.
|
REGISTERED
The existence of the observation is registered, but there is no result 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 RiskAssessment.RiskAssessmentStatus |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static RiskAssessment.RiskAssessmentStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RiskAssessment.RiskAssessmentStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RiskAssessment.RiskAssessmentStatus REGISTERED
public static final RiskAssessment.RiskAssessmentStatus PRELIMINARY
public static final RiskAssessment.RiskAssessmentStatus FINAL
public static final RiskAssessment.RiskAssessmentStatus AMENDED
public static final RiskAssessment.RiskAssessmentStatus CORRECTED
public static final RiskAssessment.RiskAssessmentStatus CANCELLED
public static final RiskAssessment.RiskAssessmentStatus ENTEREDINERROR
public static final RiskAssessment.RiskAssessmentStatus UNKNOWN
public static final RiskAssessment.RiskAssessmentStatus NULL
public static RiskAssessment.RiskAssessmentStatus[] values()
for (RiskAssessment.RiskAssessmentStatus c : RiskAssessment.RiskAssessmentStatus.values()) System.out.println(c);
public static RiskAssessment.RiskAssessmentStatus 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 RiskAssessment.RiskAssessmentStatus 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.