Uses of Enum
org.hl7.fhir.r4.model.DeviceUseStatement.DeviceUseStatementStatus
-
Uses of DeviceUseStatement.DeviceUseStatementStatus in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionDeviceUseStatement.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 TypeMethodDescriptionDeviceUseStatement.getStatus()
Returns the enum constant of this type with the specified name.DeviceUseStatement.DeviceUseStatementStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionDeviceUseStatement.DeviceUseStatementStatusEnumFactory.fromType
(PrimitiveType<?> code) DeviceUseStatement.getStatusElement()
Modifier and TypeMethodDescriptionDeviceUseStatement.setStatus
(DeviceUseStatement.DeviceUseStatementStatus value) DeviceUseStatement.DeviceUseStatementStatusEnumFactory.toCode
(DeviceUseStatement.DeviceUseStatementStatus code) DeviceUseStatement.DeviceUseStatementStatusEnumFactory.toSystem
(DeviceUseStatement.DeviceUseStatementStatus code) Modifier and TypeMethodDescriptionDeviceUseStatement.setStatusElement
(Enumeration<DeviceUseStatement.DeviceUseStatementStatus> value) ModifierConstructorDescriptionDeviceUseStatement
(Enumeration<DeviceUseStatement.DeviceUseStatementStatus> status, Reference subject, Reference device) Constructor