Package org.hl7.fhir.r5.model
Enum BiologicallyDerivedProductDispense.BiologicallyDerivedProductDispenseCodes
java.lang.Object
java.lang.Enum<BiologicallyDerivedProductDispense.BiologicallyDerivedProductDispenseCodes>
org.hl7.fhir.r5.model.BiologicallyDerivedProductDispense.BiologicallyDerivedProductDispenseCodes
- All Implemented Interfaces:
Serializable
,Comparable<BiologicallyDerivedProductDispense.BiologicallyDerivedProductDispenseCodes>
- Enclosing class:
BiologicallyDerivedProductDispense
-
Enum Constant Summary
Enum ConstantDescriptionThe requested product has been allocated and is ready for transport.The dispense was entered in error and therefore nullified.The dispense process is in progress.The dispensed product has been picked up.added to help the parsers with the generic typesThe dispense process has started but not yet completed.The dispensed product was returned.The dispense could not be completed.The authoring system does not know which of the status values applies for this dispense. -
Method Summary
-
Enum Constant Details
-
PREPARATION
public static final BiologicallyDerivedProductDispense.BiologicallyDerivedProductDispenseCodes PREPARATIONThe dispense process has started but not yet completed. -
INPROGRESS
public static final BiologicallyDerivedProductDispense.BiologicallyDerivedProductDispenseCodes INPROGRESSThe dispense process is in progress. -
ALLOCATED
public static final BiologicallyDerivedProductDispense.BiologicallyDerivedProductDispenseCodes ALLOCATEDThe requested product has been allocated and is ready for transport. -
ISSUED
public static final BiologicallyDerivedProductDispense.BiologicallyDerivedProductDispenseCodes ISSUEDThe dispensed product has been picked up. -
UNFULFILLED
public static final BiologicallyDerivedProductDispense.BiologicallyDerivedProductDispenseCodes UNFULFILLEDThe dispense could not be completed. -
RETURNED
public static final BiologicallyDerivedProductDispense.BiologicallyDerivedProductDispenseCodes RETURNEDThe dispensed product was returned. -
ENTEREDINERROR
public static final BiologicallyDerivedProductDispense.BiologicallyDerivedProductDispenseCodes ENTEREDINERRORThe dispense was entered in error and therefore nullified. -
UNKNOWN
public static final BiologicallyDerivedProductDispense.BiologicallyDerivedProductDispenseCodes UNKNOWNThe authoring system does not know which of the status values applies for this dispense. Note: this concept is not to be used for other - one of the listed statuses is presumed to apply, it's just not known which one. -
NULL
added to help the parsers with the generic types
-
-
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
public static BiologicallyDerivedProductDispense.BiologicallyDerivedProductDispenseCodes valueOf(String name) 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 BiologicallyDerivedProductDispense.BiologicallyDerivedProductDispenseCodes fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
toCode
-
getSystem
-
getDefinition
-
getDisplay
-