Uses of Class
com.ibm.fhir.model.type.code.ServiceRequestIntent
-
Packages that use ServiceRequestIntent Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type.code -
-
Uses of ServiceRequestIntent in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return ServiceRequestIntent Modifier and Type Method Description ServiceRequestIntentServiceRequest. getIntent()Whether the request is a proposal, plan, an original order or a reflex order.Methods in com.ibm.fhir.model.resource with parameters of type ServiceRequestIntent Modifier and Type Method Description ServiceRequest.BuilderServiceRequest.Builder. intent(ServiceRequestIntent intent)Whether the request is a proposal, plan, an original order or a reflex order. -
Uses of ServiceRequestIntent in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as ServiceRequestIntent Modifier and Type Field Description static ServiceRequestIntentServiceRequestIntent. DIRECTIVEDirectivestatic ServiceRequestIntentServiceRequestIntent. FILLER_ORDERFiller Orderstatic ServiceRequestIntentServiceRequestIntent. INSTANCE_ORDERInstance Orderstatic ServiceRequestIntentServiceRequestIntent. OPTIONOptionstatic ServiceRequestIntentServiceRequestIntent. ORDEROrderstatic ServiceRequestIntentServiceRequestIntent. ORIGINAL_ORDEROriginal Orderstatic ServiceRequestIntentServiceRequestIntent. PLANPlanstatic ServiceRequestIntentServiceRequestIntent. PROPOSALProposalstatic ServiceRequestIntentServiceRequestIntent. REFLEX_ORDERReflex OrderMethods in com.ibm.fhir.model.type.code that return ServiceRequestIntent Modifier and Type Method Description ServiceRequestIntentServiceRequestIntent.Builder. build()static ServiceRequestIntentServiceRequestIntent. of(ServiceRequestIntent.ValueSet value)Factory method for creating ServiceRequestIntent objects from a passed enum value.static ServiceRequestIntentServiceRequestIntent. of(String value)Factory method for creating ServiceRequestIntent objects from a passed string value.
-