Uses of Class
com.ibm.fhir.model.type.code.RequestIntent
-
Packages that use RequestIntent Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type.code -
-
Uses of RequestIntent in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return RequestIntent Modifier and Type Method Description RequestIntentActivityDefinition. getIntent()Indicates the level of authority/intentionality associated with the activity and where the request should fit into the workflow chain.RequestIntentDeviceRequest. getIntent()Whether the request is a proposal, plan, an original order or a reflex order.RequestIntentRequestGroup. getIntent()Indicates the level of authority/intentionality associated with the request and where the request fits into the workflow chain.Methods in com.ibm.fhir.model.resource with parameters of type RequestIntent Modifier and Type Method Description ActivityDefinition.BuilderActivityDefinition.Builder. intent(RequestIntent intent)Indicates the level of authority/intentionality associated with the activity and where the request should fit into the workflow chain.DeviceRequest.BuilderDeviceRequest.Builder. intent(RequestIntent intent)Whether the request is a proposal, plan, an original order or a reflex order.RequestGroup.BuilderRequestGroup.Builder. intent(RequestIntent intent)Indicates the level of authority/intentionality associated with the request and where the request fits into the workflow chain. -
Uses of RequestIntent in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as RequestIntent Modifier and Type Field Description static RequestIntentRequestIntent. DIRECTIVEDirectivestatic RequestIntentRequestIntent. FILLER_ORDERFiller Orderstatic RequestIntentRequestIntent. INSTANCE_ORDERInstance Orderstatic RequestIntentRequestIntent. OPTIONOptionstatic RequestIntentRequestIntent. ORDEROrderstatic RequestIntentRequestIntent. ORIGINAL_ORDEROriginal Orderstatic RequestIntentRequestIntent. PLANPlanstatic RequestIntentRequestIntent. PROPOSALProposalstatic RequestIntentRequestIntent. REFLEX_ORDERReflex OrderMethods in com.ibm.fhir.model.type.code that return RequestIntent Modifier and Type Method Description RequestIntentRequestIntent.Builder. build()static RequestIntentRequestIntent. of(RequestIntent.ValueSet value)Factory method for creating RequestIntent objects from a passed enum value.static RequestIntentRequestIntent. of(String value)Factory method for creating RequestIntent objects from a passed string value.
-