Uses of Enum
ca.uhn.fhir.model.dstu2.valueset.MedicationOrderStatusEnum
-
Uses of MedicationOrderStatusEnum in ca.uhn.fhir.model.dstu2.resource
Modifier and TypeMethodDescriptionca.uhn.fhir.model.primitive.BoundCodeDt
<MedicationOrderStatusEnum> MedicationOrder.getStatusElement()
Gets the value(s) for status (status).Modifier and TypeMethodDescriptionMedicationOrder.setStatus
(MedicationOrderStatusEnum theValue) Sets the value(s) for status (status)Modifier and TypeMethodDescriptionMedicationOrder.setStatus
(ca.uhn.fhir.model.primitive.BoundCodeDt<MedicationOrderStatusEnum> theValue) Sets the value(s) for status (status) -
Uses of MedicationOrderStatusEnum in ca.uhn.fhir.model.dstu2.valueset
Modifier and TypeFieldDescriptionstatic final ca.uhn.fhir.model.api.IValueSetEnumBinder
<MedicationOrderStatusEnum> MedicationOrderStatusEnum.VALUESET_BINDER
Converts codes to their respective enumerated valuesModifier and TypeMethodDescriptionstatic MedicationOrderStatusEnum
Returns the enumerated value associated with this codestatic MedicationOrderStatusEnum
Returns the enum constant of this type with the specified name.static MedicationOrderStatusEnum[]
MedicationOrderStatusEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.