Uses of Enum
org.hl7.fhir.r4.model.DeviceRequest.DeviceRequestStatus
Packages that use DeviceRequest.DeviceRequestStatus
-
Uses of DeviceRequest.DeviceRequestStatus in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type DeviceRequest.DeviceRequestStatusModifier and TypeFieldDescriptionprotected Enumeration<DeviceRequest.DeviceRequestStatus>DeviceRequest.statusThe status of the request.Methods in org.hl7.fhir.r4.model that return DeviceRequest.DeviceRequestStatusModifier and TypeMethodDescriptionDeviceRequest.getStatus()Returns the enum constant of this type with the specified name.static DeviceRequest.DeviceRequestStatus[]DeviceRequest.DeviceRequestStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r4.model that return types with arguments of type DeviceRequest.DeviceRequestStatusMethods in org.hl7.fhir.r4.model with parameters of type DeviceRequest.DeviceRequestStatusModifier and TypeMethodDescriptionDeviceRequest.setStatus(DeviceRequest.DeviceRequestStatus value) DeviceRequest.DeviceRequestStatusEnumFactory.toCode(DeviceRequest.DeviceRequestStatus code) DeviceRequest.DeviceRequestStatusEnumFactory.toSystem(DeviceRequest.DeviceRequestStatus code) Method parameters in org.hl7.fhir.r4.model with type arguments of type DeviceRequest.DeviceRequestStatusModifier and TypeMethodDescriptionDeviceRequest.setStatusElement(Enumeration<DeviceRequest.DeviceRequestStatus> value)