Uses of Class
be.fgov.ehealth.recipe.protocol.v4.PutFeedbackFlagResponse
-
Packages that use PutFeedbackFlagResponse Package Description be.business.connector.recipe.patient.services be.business.connector.recipe.prescriber.services -
-
Uses of PutFeedbackFlagResponse in be.business.connector.recipe.patient.services
Methods in be.business.connector.recipe.patient.services that return PutFeedbackFlagResponse Modifier and Type Method Description PutFeedbackFlagResponseRecipePatientServiceV4. putFeedbackFlag(PutFeedbackFlagRequest updateFeedbackFlagRequest)Puts a feedback flag.PutFeedbackFlagResponseRecipePatientServiceV4Impl. putFeedbackFlag(PutFeedbackFlagRequest request)Puts a feedback flag. -
Uses of PutFeedbackFlagResponse in be.business.connector.recipe.prescriber.services
Methods in be.business.connector.recipe.prescriber.services that return PutFeedbackFlagResponse Modifier and Type Method Description PutFeedbackFlagResponseRecipePrescriberServiceV4. putFeedbackFlag(PutFeedbackFlagRequest updateFeedbackFlagRequest)Update feedback flag.PutFeedbackFlagResponseRecipePrescriberServiceV4Impl. putFeedbackFlag(PutFeedbackFlagRequest request)Update feedback flag.
-