
Uses of Enum
org.hl7.fhir.dstu2.model.MedicationOrder.MedicationOrderStatus
Packages that use MedicationOrder.MedicationOrderStatus
-
Uses of MedicationOrder.MedicationOrderStatus in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type MedicationOrder.MedicationOrderStatusModifier and TypeFieldDescriptionprotected Enumeration
<MedicationOrder.MedicationOrderStatus> MedicationOrder.status
A code specifying the state of the order.Methods in org.hl7.fhir.dstu2.model that return MedicationOrder.MedicationOrderStatusModifier and TypeMethodDescriptionMedicationOrder.getStatus()
Returns the enum constant of this type with the specified name.MedicationOrder.MedicationOrderStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.dstu2.model that return types with arguments of type MedicationOrder.MedicationOrderStatusMethods in org.hl7.fhir.dstu2.model with parameters of type MedicationOrder.MedicationOrderStatusModifier and TypeMethodDescriptionMedicationOrder.setStatus
(MedicationOrder.MedicationOrderStatus value) MedicationOrder.MedicationOrderStatusEnumFactory.toCode
(MedicationOrder.MedicationOrderStatus code) Method parameters in org.hl7.fhir.dstu2.model with type arguments of type MedicationOrder.MedicationOrderStatusModifier and TypeMethodDescriptionMedicationOrder.setStatusElement
(Enumeration<MedicationOrder.MedicationOrderStatus> value)