public enum ProcedureProgressStatusCodes extends Enum<ProcedureProgressStatusCodes>
| Enum Constant and Description |
|---|
A
A patient is in the Operating Room.
|
B
The patient is prepared for a procedure.
|
C
The patient is under anesthesia.
|
D
null
|
E
null
|
F
The patient is in the recovery room.
|
NULL
added to help the parsers
|
| Modifier and Type | Method and Description |
|---|---|
static ProcedureProgressStatusCodes |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static ProcedureProgressStatusCodes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProcedureProgressStatusCodes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProcedureProgressStatusCodes A
public static final ProcedureProgressStatusCodes B
public static final ProcedureProgressStatusCodes C
public static final ProcedureProgressStatusCodes D
public static final ProcedureProgressStatusCodes E
public static final ProcedureProgressStatusCodes F
public static final ProcedureProgressStatusCodes NULL
public static ProcedureProgressStatusCodes[] values()
for (ProcedureProgressStatusCodes c : ProcedureProgressStatusCodes.values()) System.out.println(c);
public static ProcedureProgressStatusCodes 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 ProcedureProgressStatusCodes fromCode(String codeString) throws Exception
Exceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2018 University Health Network. All rights reserved.