Uses of Class
org.linuxforhealth.fhir.model.resource.MedicationRequest.DispenseRequest
-
Packages that use MedicationRequest.DispenseRequest Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of MedicationRequest.DispenseRequest in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return MedicationRequest.DispenseRequest Modifier and Type Method Description MedicationRequest.DispenseRequest
MedicationRequest.DispenseRequest.Builder. build()
Build theMedicationRequest.DispenseRequest
MedicationRequest.DispenseRequest
MedicationRequest. 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 org.linuxforhealth.fhir.model.resource with parameters of type MedicationRequest.DispenseRequest Modifier and Type Method Description MedicationRequest.Builder
MedicationRequest.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.Builder
MedicationRequest.DispenseRequest.Builder. from(MedicationRequest.DispenseRequest dispenseRequest)
protected void
MedicationRequest.DispenseRequest.Builder. validate(MedicationRequest.DispenseRequest dispenseRequest)
-