Uses of Class
com.ibm.fhir.model.resource.MedicationRequest.DispenseRequest
-
Packages that use MedicationRequest.DispenseRequest Package Description com.ibm.fhir.model.resource -
-
Uses of MedicationRequest.DispenseRequest in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return MedicationRequest.DispenseRequest Modifier and Type Method Description MedicationRequest.DispenseRequestMedicationRequest.DispenseRequest.Builder. build()Build theMedicationRequest.DispenseRequestMedicationRequest.DispenseRequestMedicationRequest. getDispenseRequest()Indicates the specific details for the dispense or medication supply part of a medication request (also known as a Medication Prescription or Medication Order).Methods in com.ibm.fhir.model.resource with parameters of type MedicationRequest.DispenseRequest Modifier and Type Method Description MedicationRequest.BuilderMedicationRequest.Builder. dispenseRequest(MedicationRequest.DispenseRequest dispenseRequest)Indicates the specific details for the dispense or medication supply part of a medication request (also known as a Medication Prescription or Medication Order).protected MedicationRequest.DispenseRequest.BuilderMedicationRequest.DispenseRequest.Builder. from(MedicationRequest.DispenseRequest dispenseRequest)protected voidMedicationRequest.DispenseRequest.Builder. validate(MedicationRequest.DispenseRequest dispenseRequest)
-