Class RecipePatientServiceDevV4Impl
- java.lang.Object
-
- be.business.connector.recipe.patient.services.RecipePatientServiceDevV4Impl
-
- All Implemented Interfaces:
RecipePatientServiceDevV4
public class RecipePatientServiceDevV4Impl extends Object implements RecipePatientServiceDevV4
The Class RecipePatientServiceImpl.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateReservationResponsecreateReservation(CreateReservation request)static RecipePatientServiceDevV4getInstance()Gets the singleton instance of RecipePrescriberServiceImpl.GetPrescriptionForPatientResponsegetPrescriptionForPatient(GetPrescriptionForPatient getPrescriptionForPrescriberRequest)Override.GetPrescriptionStatusResponsegetPrescriptionStatus(GetPrescriptionStatus request)GetVisionResponsegetVision(GetVision request)ListPatientPrescriptionResponselistOpenPrescriptions(ListPatientPrescription listOpenPrescriptionsRequest)Override.ListOpenRidsResponselistOpenRids(ListOpenRids listOpenRids)PutVisionResponseputVision(PutVision request)RevokePrescriptionResponserevokePrescription(RevokePrescription revokePrescriptionRequest)Override.
-
-
-
Method Detail
-
getInstance
public static RecipePatientServiceDevV4 getInstance()
Gets the singleton instance of RecipePrescriberServiceImpl.- Returns:
- singleton instance of RecipePrescriberServiceImpl
-
getPrescriptionForPatient
public GetPrescriptionForPatientResponse getPrescriptionForPatient(GetPrescriptionForPatient getPrescriptionForPrescriberRequest)
Override.- Specified by:
getPrescriptionForPatientin interfaceRecipePatientServiceDevV4- Parameters:
getPrescriptionForPrescriberRequest- the get prescription for prescriber request- Returns:
- the prescription for patient @ the integration module exception
-
revokePrescription
public RevokePrescriptionResponse revokePrescription(RevokePrescription revokePrescriptionRequest)
Override.- Specified by:
revokePrescriptionin interfaceRecipePatientServiceDevV4- Parameters:
revokePrescriptionRequest- the revoke prescription request- Returns:
- the revoke patient prescription response @ the integration module exception
-
listOpenPrescriptions
public ListPatientPrescriptionResponse listOpenPrescriptions(ListPatientPrescription listOpenPrescriptionsRequest)
Override.- Specified by:
listOpenPrescriptionsin interfaceRecipePatientServiceDevV4- Parameters:
listOpenPrescriptionsRequest- the list open prescriptions request- Returns:
- the list patient prescriptions response @ the integration module exception
-
getVision
public GetVisionResponse getVision(GetVision request)
- Specified by:
getVisionin interfaceRecipePatientServiceDevV4
-
putVision
public PutVisionResponse putVision(PutVision request)
- Specified by:
putVisionin interfaceRecipePatientServiceDevV4
-
createReservation
public CreateReservationResponse createReservation(CreateReservation request)
- Specified by:
createReservationin interfaceRecipePatientServiceDevV4
-
getPrescriptionStatus
public GetPrescriptionStatusResponse getPrescriptionStatus(GetPrescriptionStatus request)
- Specified by:
getPrescriptionStatusin interfaceRecipePatientServiceDevV4
-
listOpenRids
public ListOpenRidsResponse listOpenRids(ListOpenRids listOpenRids)
- Specified by:
listOpenRidsin interfaceRecipePatientServiceDevV4
-
-