
Uses of Enum Class
org.hl7.fhir.r5.model.DeviceDispense.DeviceDispenseStatusCodes
Packages that use DeviceDispense.DeviceDispenseStatusCodes
- 
Uses of DeviceDispense.DeviceDispenseStatusCodes in org.hl7.fhir.r5.modelFields in org.hl7.fhir.r5.model with type parameters of type DeviceDispense.DeviceDispenseStatusCodesModifier and TypeFieldDescriptionDeviceDispense.statusA code specifying the state of the set of dispense events.Methods in org.hl7.fhir.r5.model that return DeviceDispense.DeviceDispenseStatusCodesModifier and TypeMethodDescriptionDeviceDispense.getStatus()Returns the enum constant of this class with the specified name.DeviceDispense.DeviceDispenseStatusCodes.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hl7.fhir.r5.model that return types with arguments of type DeviceDispense.DeviceDispenseStatusCodesModifier and TypeMethodDescriptionDeviceDispense.DeviceDispenseStatusCodesEnumFactory.fromType(PrimitiveType<?> code) DeviceDispense.getStatusElement()Methods in org.hl7.fhir.r5.model with parameters of type DeviceDispense.DeviceDispenseStatusCodesModifier and TypeMethodDescriptionDeviceDispense.setStatus(DeviceDispense.DeviceDispenseStatusCodes value) DeviceDispense.DeviceDispenseStatusCodesEnumFactory.toCode(DeviceDispense.DeviceDispenseStatusCodes code) DeviceDispense.DeviceDispenseStatusCodesEnumFactory.toSystem(DeviceDispense.DeviceDispenseStatusCodes code) Method parameters in org.hl7.fhir.r5.model with type arguments of type DeviceDispense.DeviceDispenseStatusCodesModifier and TypeMethodDescriptionDeviceDispense.setStatusElement(Enumeration<DeviceDispense.DeviceDispenseStatusCodes> value) Constructors in org.hl7.fhir.r5.model with parameters of type DeviceDispense.DeviceDispenseStatusCodesModifierConstructorDescriptionDeviceDispense(DeviceDispense.DeviceDispenseStatusCodes status, CodeableReference device, Reference subject) Constructor