Uses of Class
be.fgov.ehealth.recipe.protocol.v4.GetPrescriptionRequest
-
Packages that use GetPrescriptionRequest Package Description be.business.connector.recipe.patient.services be.business.connector.recipe.prescriber.services -
-
Uses of GetPrescriptionRequest in be.business.connector.recipe.patient.services
Methods in be.business.connector.recipe.patient.services with parameters of type GetPrescriptionRequest Modifier and Type Method Description GetPrescriptionResponseRecipePatientServiceV4. getPrescriptionForPatient(GetPrescriptionRequest getPrescriptionForPrescriberRequest)Gets the prescription for the patient.GetPrescriptionResponseRecipePatientServiceV4Impl. getPrescriptionForPatient(GetPrescriptionRequest request)Gets the prescription for the patient. -
Uses of GetPrescriptionRequest in be.business.connector.recipe.prescriber.services
Methods in be.business.connector.recipe.prescriber.services with parameters of type GetPrescriptionRequest Modifier and Type Method Description GetPrescriptionResponseRecipePrescriberServiceV4. getPrescriptionForPrescriber(GetPrescriptionRequest getPrescriptionForPrescriberRequest)Gets the prescription for.GetPrescriptionResponseRecipePrescriberServiceV4Impl. getPrescriptionForPrescriber(GetPrescriptionRequest request)Gets the prescription for.
-