Uses of Class
org.hl7.fhir.r4b.model.Enumerations.RequestIntent
-
Packages that use Enumerations.RequestIntent Package Description org.hl7.fhir.r4b.model -
-
Uses of Enumerations.RequestIntent in org.hl7.fhir.r4b.model
Fields in org.hl7.fhir.r4b.model with type parameters of type Enumerations.RequestIntent Modifier and Type Field Description protected Enumeration<Enumerations.RequestIntent>ActivityDefinition. intentIndicates the level of authority/intentionality associated with the activity and where the request should fit into the workflow chain.protected Enumeration<Enumerations.RequestIntent>DeviceRequest. intentWhether the request is a proposal, plan, an original order or a reflex order.protected Enumeration<Enumerations.RequestIntent>NutritionOrder. intentIndicates the level of authority/intentionality associated with the NutrionOrder and where the request fits into the workflow chain.protected Enumeration<Enumerations.RequestIntent>RequestGroup. intentIndicates the level of authority/intentionality associated with the request and where the request fits into the workflow chain.protected Enumeration<Enumerations.RequestIntent>ServiceRequest. intentWhether the request is a proposal, plan, an original order or a reflex order.Methods in org.hl7.fhir.r4b.model that return Enumerations.RequestIntent Modifier and Type Method Description static Enumerations.RequestIntentEnumerations.RequestIntent. fromCode(String codeString)Enumerations.RequestIntentEnumerations.RequestIntentEnumFactory. fromCode(String codeString)Enumerations.RequestIntentActivityDefinition. getIntent()Enumerations.RequestIntentDeviceRequest. getIntent()Enumerations.RequestIntentNutritionOrder. getIntent()Enumerations.RequestIntentRequestGroup. getIntent()Enumerations.RequestIntentServiceRequest. getIntent()static Enumerations.RequestIntentEnumerations.RequestIntent. valueOf(String name)Returns the enum constant of this type with the specified name.static Enumerations.RequestIntent[]Enumerations.RequestIntent. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r4b.model that return types with arguments of type Enumerations.RequestIntent Modifier and Type Method Description Enumeration<Enumerations.RequestIntent>Enumerations.RequestIntentEnumFactory. fromType(Base code)Enumeration<Enumerations.RequestIntent>ActivityDefinition. getIntentElement()Enumeration<Enumerations.RequestIntent>DeviceRequest. getIntentElement()Enumeration<Enumerations.RequestIntent>NutritionOrder. getIntentElement()Enumeration<Enumerations.RequestIntent>RequestGroup. getIntentElement()Enumeration<Enumerations.RequestIntent>ServiceRequest. getIntentElement()Methods in org.hl7.fhir.r4b.model with parameters of type Enumerations.RequestIntent Modifier and Type Method Description ActivityDefinitionActivityDefinition. setIntent(Enumerations.RequestIntent value)DeviceRequestDeviceRequest. setIntent(Enumerations.RequestIntent value)NutritionOrderNutritionOrder. setIntent(Enumerations.RequestIntent value)RequestGroupRequestGroup. setIntent(Enumerations.RequestIntent value)ServiceRequestServiceRequest. setIntent(Enumerations.RequestIntent value)StringEnumerations.RequestIntentEnumFactory. toCode(Enumerations.RequestIntent code)StringEnumerations.RequestIntentEnumFactory. toSystem(Enumerations.RequestIntent code)Method parameters in org.hl7.fhir.r4b.model with type arguments of type Enumerations.RequestIntent Modifier and Type Method Description ActivityDefinitionActivityDefinition. setIntentElement(Enumeration<Enumerations.RequestIntent> value)DeviceRequestDeviceRequest. setIntentElement(Enumeration<Enumerations.RequestIntent> value)NutritionOrderNutritionOrder. setIntentElement(Enumeration<Enumerations.RequestIntent> value)RequestGroupRequestGroup. setIntentElement(Enumeration<Enumerations.RequestIntent> value)ServiceRequestServiceRequest. setIntentElement(Enumeration<Enumerations.RequestIntent> value)Constructors in org.hl7.fhir.r4b.model with parameters of type Enumerations.RequestIntent Constructor Description DeviceRequest(Enumerations.RequestIntent intent, DataType code, Reference subject)ConstructorNutritionOrder(Enumerations.RequestStatus status, Enumerations.RequestIntent intent, Reference patient, Date dateTime)ConstructorRequestGroup(Enumerations.RequestStatus status, Enumerations.RequestIntent intent)ConstructorServiceRequest(Enumerations.RequestStatus status, Enumerations.RequestIntent intent, Reference subject)Constructor
-