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