Enum MedicationDispenseStatus
java.lang.Object
java.lang.Enum<MedicationDispenseStatus>
org.hl7.fhir.dstu3.model.codesystems.MedicationDispenseStatus
- All Implemented Interfaces:
Serializable
,Comparable<MedicationDispenseStatus>
-
Enum Constant Summary
Enum ConstantDescriptionAll actions that are implied by the dispense have occurred.The dispense was entered in error and therefore nullified.The dispense has started but has not yet completed.added to help the parsersActions implied by the administration have been temporarily halted, but are expected to continue later.The core event has not started yet, but some staging activities have begun (e.g.Actions implied by the dispense have been permanently halted, before all of them occurred. -
Method Summary
Modifier and TypeMethodDescriptionstatic MedicationDispenseStatus
toCode()
static MedicationDispenseStatus
Returns the enum constant of this type with the specified name.static MedicationDispenseStatus[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
PREPARATION
The core event has not started yet, but some staging activities have begun (e.g. initial compounding or packaging of medication). Preparation stages may be tracked for billing purposes. -
INPROGRESS
The dispense has started but has not yet completed. -
ONHOLD
Actions implied by the administration have been temporarily halted, but are expected to continue later. May also be called "suspended" -
COMPLETED
All actions that are implied by the dispense have occurred. -
ENTEREDINERROR
The dispense was entered in error and therefore nullified. -
STOPPED
Actions implied by the dispense have been permanently halted, before all of them occurred. -
NULL
added to help the parsers
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
fromCode
public static MedicationDispenseStatus fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
toCode
-
getSystem
-
getDefinition
-
getDisplay
-