
Uses of Enum
org.hl7.fhir.r5.model.DeviceUsage.DeviceUsageStatus
Packages that use DeviceUsage.DeviceUsageStatus
-
Uses of DeviceUsage.DeviceUsageStatus in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type DeviceUsage.DeviceUsageStatusModifier and TypeFieldDescriptionprotected Enumeration
<DeviceUsage.DeviceUsageStatus> DeviceUsage.status
A code representing the patient or other source's judgment about the state of the device used that this statement is about.Methods in org.hl7.fhir.r5.model that return DeviceUsage.DeviceUsageStatusModifier and TypeMethodDescriptionDeviceUsage.getStatus()
Returns the enum constant of this type with the specified name.static DeviceUsage.DeviceUsageStatus[]
DeviceUsage.DeviceUsageStatus.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 DeviceUsage.DeviceUsageStatusModifier and TypeMethodDescriptionDeviceUsage.DeviceUsageStatusEnumFactory.fromType
(PrimitiveType<?> code) DeviceUsage.getStatusElement()
Methods in org.hl7.fhir.r5.model with parameters of type DeviceUsage.DeviceUsageStatusModifier and TypeMethodDescriptionDeviceUsage.setStatus
(DeviceUsage.DeviceUsageStatus value) DeviceUsage.DeviceUsageStatusEnumFactory.toCode
(DeviceUsage.DeviceUsageStatus code) DeviceUsage.DeviceUsageStatusEnumFactory.toSystem
(DeviceUsage.DeviceUsageStatus code) Method parameters in org.hl7.fhir.r5.model with type arguments of type DeviceUsage.DeviceUsageStatusModifier and TypeMethodDescriptionDeviceUsage.setStatusElement
(Enumeration<DeviceUsage.DeviceUsageStatus> value) Constructors in org.hl7.fhir.r5.model with parameters of type DeviceUsage.DeviceUsageStatusModifierConstructorDescriptionDeviceUsage
(DeviceUsage.DeviceUsageStatus status, Reference patient, CodeableReference device) Constructor