Interface RecipePrescriberServiceDevV4
-
- All Known Implementing Classes:
RecipePrescriberServiceDevV4Impl
public interface RecipePrescriberServiceDevV4The Interface RecipePrescriberServiceV4.
-
-
Method Summary
-
-
-
Method Detail
-
createPrescription
CreatePrescriptionResponse createPrescription(CreatePrescription request)
Creates the prescription.- Parameters:
request- the request- Returns:
- the creates the prescription response @ the integration module exception
-
revokePrescription
RevokePrescriptionResponse revokePrescription(RevokePrescription revokePrescriptionRequest)
Revoke prescription.- Parameters:
revokePrescriptionRequest- the revoke prescription request- Returns:
- the revoke prescription response @ the integration module exception
-
getPrescriptionForPrescriber
GetPrescriptionForPrescriberResponse getPrescriptionForPrescriber(GetPrescriptionForPrescriber getPrescriptionForPrescriberRequest)
Gets the prescription for.- Parameters:
getPrescriptionForPrescriberRequest- the get prescription for prescriber request- Returns:
- the prescription for prescriber @ the integration module exception
-
listOpenRids
ListOpenRidsResponse listOpenRids(ListOpenRids listOpenPrescriptionsRequest)
List open prescriptions.- Parameters:
listOpenPrescriptionsRequest- the list open prescriptions request- Returns:
- the list open prescription response @ the integration module exception
-
sendNotification
SendNotificationResponse sendNotification(SendNotification sendNotificationRequest)
Send notification.- Parameters:
sendNotificationRequest- the send notification request- Returns:
- the send notification response @ the integration module exception
-
putFeedbackFlag
UpdateFeedbackFlagResponse putFeedbackFlag(UpdateFeedbackFlag updateFeedbackFlagRequest)
Update feedback flag.- Parameters:
updateFeedbackFlagRequest- the update feedback flag request- Returns:
- the update feedback flag response @ the integration module exception
-
listFeedbacks
ListFeedbacksResponse listFeedbacks(ListFeedbacks listFeedbacksRequest)
List feedbacks.- Parameters:
listFeedbacksRequest- the list feedbacks request- Returns:
- the list feedbacks response @ the integration module exception
-
getValidationProperties
ValidationPropertiesResponse getValidationProperties(ValidationProperties request)
Gets the validation properties.- Parameters:
request- the request- Returns:
- the validation properties @ the integration module exception
-
getPrescriptionStatus
GetPrescriptionStatusResponse getPrescriptionStatus(GetPrescriptionStatus request)
Gets the prescription status.- Parameters:
request- the request- Returns:
- the prescription status @ the integration module exception
-
putVisionForPrescriber
PutVisionResponse putVisionForPrescriber(PutVision request)
Put vision.- Parameters:
request- the request- Returns:
- the put vision response @ the integration module exception
-
listRidsHistory
ListRidsHistoryResponse listRidsHistory(ListRidsHistory request)
List prescription history.- Parameters:
request- the request- Returns:
- the list rid history response @ the integration module exception
-
-