
Uses of Enum
org.hl7.fhir.r5.model.DeviceDispense.DeviceDispenseStatusCodes
Packages that use DeviceDispense.DeviceDispenseStatusCodes
-
Uses of DeviceDispense.DeviceDispenseStatusCodes in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type DeviceDispense.DeviceDispenseStatusCodesModifier and TypeFieldDescriptionDeviceDispense.status
A 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 type with the specified name.DeviceDispense.DeviceDispenseStatusCodes.values()
Returns an array containing the constants of this enum type, 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