public enum ProcedureProgressStatusCodes extends Enum<ProcedureProgressStatusCodes>
| Enum Constant and Description |
|---|
ANESTHESIAINDUCED
The patient is under anesthesia.
|
CLOSEDINCISION
The patient has incision(s) closed.
|
INOPERATINGROOM
A patient is in the Operating Room.
|
INRECOVERYROOM
The patient is in the recovery room.
|
NULL
added to help the parsers
|
OPENINCISION
The patient has open incision(s).
|
PREPARED
The patient is prepared for a procedure.
|
| 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 INOPERATINGROOM
public static final ProcedureProgressStatusCodes PREPARED
public static final ProcedureProgressStatusCodes ANESTHESIAINDUCED
public static final ProcedureProgressStatusCodes OPENINCISION
public static final ProcedureProgressStatusCodes CLOSEDINCISION
public static final ProcedureProgressStatusCodes INRECOVERYROOM
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 org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2021 Health Level 7. All rights reserved.