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