public enum OperationalStatus extends Enum<OperationalStatus>
| Enum Constant and Description |
|---|
ENTEREDINERROR
The device was entered in error.
|
HWDISCON
The device hardware is disconnected.
|
NOTREADY
The device is not ready.
|
NULL
added to help the parsers
|
OFF
The device is off.
|
ON
The device is fully operational.
|
STANDBY
The device is ready but not actively operating.
|
TRANSDUCDISCON
The device transducer is disconnected.
|
| Modifier and Type | Method and Description |
|---|---|
static OperationalStatus |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static OperationalStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperationalStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OperationalStatus OFF
public static final OperationalStatus ON
public static final OperationalStatus NOTREADY
public static final OperationalStatus STANDBY
public static final OperationalStatus TRANSDUCDISCON
public static final OperationalStatus HWDISCON
public static final OperationalStatus ENTEREDINERROR
public static final OperationalStatus NULL
public static OperationalStatus[] values()
for (OperationalStatus c : OperationalStatus.values()) System.out.println(c);
public static OperationalStatus 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 OperationalStatus 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.