Class RecipePrescriberServiceDevV4Impl
- java.lang.Object
-
- be.business.connector.recipe.prescriber.services.RecipePrescriberServiceDevV4Impl
-
- All Implemented Interfaces:
RecipePrescriberServiceDevV4
public class RecipePrescriberServiceDevV4Impl extends Object implements RecipePrescriberServiceDevV4
The Class RecipePrescriberServiceDevV4Impl.
-
-
Method Summary
-
-
-
Method Detail
-
getInstance
public static RecipePrescriberServiceDevV4 getInstance()
Gets the singleton instance of RecipePrescriberServiceImpl.- Returns:
- singleton instance of RecipePrescriberServiceImpl
-
getPrescriptionForPrescriber
public GetPrescriptionForPrescriberResponse getPrescriptionForPrescriber(GetPrescriptionForPrescriber getPrescriptionForPrescriberRequest)
Gets the prescription for.- Specified by:
getPrescriptionForPrescriberin interfaceRecipePrescriberServiceDevV4- Parameters:
getPrescriptionForPrescriberRequest- the get prescription for prescriber request- Returns:
- the prescription for prescriber @ the integration module exception
-
putFeedbackFlag
public UpdateFeedbackFlagResponse putFeedbackFlag(UpdateFeedbackFlag updateFeedbackFlagRequest)
Update feedback flag.- Specified by:
putFeedbackFlagin interfaceRecipePrescriberServiceDevV4- Parameters:
updateFeedbackFlagRequest- the update feedback flag request- Returns:
- the update feedback flag response @ the integration module exception
-
listFeedbacks
public ListFeedbacksResponse listFeedbacks(ListFeedbacks listFeedbacksRequest)
List feedbacks.- Specified by:
listFeedbacksin interfaceRecipePrescriberServiceDevV4- Parameters:
listFeedbacksRequest- the list feedbacks request- Returns:
- the list feedbacks response @ the integration module exception
-
revokePrescription
public RevokePrescriptionResponse revokePrescription(RevokePrescription paramRevokePrescriptionRequest)
Revoke prescription.- Specified by:
revokePrescriptionin interfaceRecipePrescriberServiceDevV4- Parameters:
paramRevokePrescriptionRequest- the revoke prescription request- Returns:
- the revoke prescription response @ the integration module exception
-
sendNotification
public SendNotificationResponse sendNotification(SendNotification paramSendNotificationRequest)
Send notification.- Specified by:
sendNotificationin interfaceRecipePrescriberServiceDevV4- Parameters:
paramSendNotificationRequest- the send notification request- Returns:
- the send notification response @ the integration module exception
-
createPrescription
public CreatePrescriptionResponse createPrescription(CreatePrescription request)
Creates the prescription.- Specified by:
createPrescriptionin interfaceRecipePrescriberServiceDevV4- Parameters:
request- the request- Returns:
- the creates the prescription response @ the integration module exception
-
getValidationProperties
public ValidationPropertiesResponse getValidationProperties(ValidationProperties request)
Gets the validation properties.- Specified by:
getValidationPropertiesin interfaceRecipePrescriberServiceDevV4- Parameters:
request- the request- Returns:
- the validation properties @ the integration module exception
-
getPrescriptionStatus
public GetPrescriptionStatusResponse getPrescriptionStatus(GetPrescriptionStatus request)
Gets the prescription status.- Specified by:
getPrescriptionStatusin interfaceRecipePrescriberServiceDevV4- Parameters:
request- the request- Returns:
- the prescription status @ the integration module exception
-
listOpenRids
public ListOpenRidsResponse listOpenRids(ListOpenRids request)
List open prescriptions.- Specified by:
listOpenRidsin interfaceRecipePrescriberServiceDevV4- Parameters:
request- the list open prescriptions request- Returns:
- the list open prescription response @ the integration module exception
-
putVisionForPrescriber
public PutVisionResponse putVisionForPrescriber(PutVision request)
Put vision.- Specified by:
putVisionForPrescriberin interfaceRecipePrescriberServiceDevV4- Parameters:
request- the request- Returns:
- the put vision response @ the integration module exception
-
listRidsHistory
public ListRidsHistoryResponse listRidsHistory(ListRidsHistory request)
List prescription history.- Specified by:
listRidsHistoryin interfaceRecipePrescriberServiceDevV4- Parameters:
request- the request- Returns:
- the list rid history response @ the integration module exception
-
-