Uses of Enum
org.hl7.fhir.r5.model.DeviceUsage.DeviceUsageStatus
-
Uses of DeviceUsage.DeviceUsageStatus in org.hl7.fhir.r5.model
Modifier 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.Modifier 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.Modifier and TypeMethodDescriptionDeviceUsage.DeviceUsageStatusEnumFactory.fromType
(PrimitiveType<?> code) DeviceUsage.getStatusElement()
Modifier and TypeMethodDescriptionDeviceUsage.setStatus
(DeviceUsage.DeviceUsageStatus value) DeviceUsage.DeviceUsageStatusEnumFactory.toCode
(DeviceUsage.DeviceUsageStatus code) DeviceUsage.DeviceUsageStatusEnumFactory.toSystem
(DeviceUsage.DeviceUsageStatus code) Modifier and TypeMethodDescriptionDeviceUsage.setStatusElement
(Enumeration<DeviceUsage.DeviceUsageStatus> value) ModifierConstructorDescriptionDeviceUsage
(DeviceUsage.DeviceUsageStatus status, Reference patient, CodeableReference device) Constructor