Uses of Class
org.hl7.fhir.r4.model.DeviceRequest.RequestIntent
-
Packages that use DeviceRequest.RequestIntent Package Description org.hl7.fhir.r4.model -
-
Uses of DeviceRequest.RequestIntent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type DeviceRequest.RequestIntent Modifier and Type Field Description protected Enumeration<DeviceRequest.RequestIntent>DeviceRequest. intentWhether the request is a proposal, plan, an original order or a reflex order.Methods in org.hl7.fhir.r4.model that return DeviceRequest.RequestIntent Modifier and Type Method Description static DeviceRequest.RequestIntentDeviceRequest.RequestIntent. fromCode(String codeString)DeviceRequest.RequestIntentDeviceRequest.RequestIntentEnumFactory. fromCode(String codeString)DeviceRequest.RequestIntentDeviceRequest. getIntent()static DeviceRequest.RequestIntentDeviceRequest.RequestIntent. valueOf(String name)Returns the enum constant of this type with the specified name.static DeviceRequest.RequestIntent[]DeviceRequest.RequestIntent. 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.RequestIntent Modifier and Type Method Description Enumeration<DeviceRequest.RequestIntent>DeviceRequest.RequestIntentEnumFactory. fromType(Base code)Enumeration<DeviceRequest.RequestIntent>DeviceRequest. getIntentElement()Methods in org.hl7.fhir.r4.model with parameters of type DeviceRequest.RequestIntent Modifier and Type Method Description DeviceRequestDeviceRequest. setIntent(DeviceRequest.RequestIntent value)StringDeviceRequest.RequestIntentEnumFactory. toCode(DeviceRequest.RequestIntent code)StringDeviceRequest.RequestIntentEnumFactory. toSystem(DeviceRequest.RequestIntent code)Method parameters in org.hl7.fhir.r4.model with type arguments of type DeviceRequest.RequestIntent Modifier and Type Method Description DeviceRequestDeviceRequest. setIntentElement(Enumeration<DeviceRequest.RequestIntent> value)Constructor parameters in org.hl7.fhir.r4.model with type arguments of type DeviceRequest.RequestIntent Constructor Description DeviceRequest(Enumeration<DeviceRequest.RequestIntent> intent, Type code, Reference subject)Constructor
-