public static enum ImagingStudy.ImagingStudyStatus extends Enum<ImagingStudy.ImagingStudyStatus>
| Enum Constant and Description |
|---|
AVAILABLE
At least one instance has been associated with this imaging study.
|
CANCELLED
The imaging study is unavailable because the imaging study was not started or not completed (also sometimes called "aborted").
|
ENTEREDINERROR
The imaging study has been withdrawn following a previous final release.
|
NULL
added to help the parsers with the generic types
|
REGISTERED
The existence of the imaging study is registered, but there is nothing yet available.
|
UNKNOWN
The system does not know which of the status values currently applies for this request.
|
| Modifier and Type | Method and Description |
|---|---|
static ImagingStudy.ImagingStudyStatus |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static ImagingStudy.ImagingStudyStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImagingStudy.ImagingStudyStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImagingStudy.ImagingStudyStatus REGISTERED
public static final ImagingStudy.ImagingStudyStatus AVAILABLE
public static final ImagingStudy.ImagingStudyStatus CANCELLED
public static final ImagingStudy.ImagingStudyStatus ENTEREDINERROR
public static final ImagingStudy.ImagingStudyStatus UNKNOWN
public static final ImagingStudy.ImagingStudyStatus NULL
public static ImagingStudy.ImagingStudyStatus[] values()
for (ImagingStudy.ImagingStudyStatus c : ImagingStudy.ImagingStudyStatus.values()) System.out.println(c);
public static ImagingStudy.ImagingStudyStatus 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 ImagingStudy.ImagingStudyStatus 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.