Interface ExecutorIntegrationModuleDevV4
-
- All Superinterfaces:
ExecutorIntegrationModuleV4,be.recipe.api.executor.ListMandatesByMandateHolder.Command<be.recipe.api.executor.ListMandatesByMandateHolder,be.recipe.api.executor.ListMandatesByMandateHolder.Response>
- All Known Implementing Classes:
ExecutorIntegrationModuleDevV4Impl,ExecutorIntegrationModuleV4Mock,HospitalExecutorIntegrationModuleDevV4Impl
public interface ExecutorIntegrationModuleDevV4 extends ExecutorIntegrationModuleV4
The Interface ExecutorIntegrationModuleDevV4.
-
-
Method Summary
-
Methods inherited from interface be.business.connector.recipe.executor.ExecutorIntegrationModuleV4
clearSession, createFeedback, createFeedback, decryptListOpenPrescriptionsResult, decryptListOpenPrescriptionsResultSingleThreaded, decryptListOpenPrescriptionsResultWithExceptions, decryptListReservationsResult, decryptListReservationsResultWithExceptions, getAndMarkAsDelivered, getAndMarkAsDelivered, getPrescription, getPrescription, getPrescription, getPrescription, listNotifications, listNotifications, listOpenPrescriptionsDecrypted, listOpenPrescriptionsDecryptedSingleThreaded, listOpenPrescriptionsWithExceptionsDecrypted, listReservationsDecrypted, listReservationsDecryptedWithExceptions, markAsArchived, markAsArchived, markAsDelivered, markAsDelivered, markAsUndelivered, markAsUndelivered, revokePrescription, revokePrescription
-
-
-
-
Method Detail
-
getData
ListOpenPrescriptionsResult getData(ListOpenPrescriptionsParam request)
Gets theListOpenPrescriptionsResult.- Specified by:
getDatain interfaceExecutorIntegrationModuleV4- Parameters:
request- aListOpenPrescriptionsParam- Returns:
- the
ListOpenPrescriptionsResult
-
decryptGetOpenPrescriptionForExecutor
GetOpenPrescriptionForExecutor decryptGetOpenPrescriptionForExecutor(GetOpenPrescriptionForExecutor getOpenPrescriptionForExecutor)
Decrypt aGetOpenPrescriptionForExecutor.- Specified by:
decryptGetOpenPrescriptionForExecutorin interfaceExecutorIntegrationModuleV4- Parameters:
getOpenPrescriptionForExecutor- the GetOpenPrescriptionListParam- Returns:
- a
GetOpenPrescriptionForExecutor
-
getData
GetPrescriptionStatusResult getData(GetPrescriptionStatusParam request)
Gets theGetPrescriptionStatusResult.- Specified by:
getDatain interfaceExecutorIntegrationModuleV4- Parameters:
request- theGetPrescriptionStatusParam- Returns:
- the
GetPrescriptionStatusResult
-
getData
ListRidsHistoryResult getData(ListRidsHistoryParam request)
Gets theListRidsHistoryResult.- Specified by:
getDatain interfaceExecutorIntegrationModuleV4- Parameters:
request- theListRidsHistoryParam- Returns:
- the ListPrescriptionHistoryParam
-
getData
ListReservationsResult getData(ListReservationsParam request)
Gets theListReservationsResult.- Specified by:
getDatain interfaceExecutorIntegrationModuleV4- Parameters:
request- theGetAllReservationsParam- Returns:
- the
ListReservationsResult
-
getData
ListRidsInProcessResult getData(ListRidsInProcessParam request)
Gets theListRidsInProcessResult.- Specified by:
getDatain interfaceExecutorIntegrationModuleV4- Parameters:
request- theListRidsInProcessParam- Returns:
- the
ListRidsInProcessResult
-
putData
PutRidsInProcessResult putData(PutRidsInProcessParam request)
Puts thePutRidsInProcessResult.- Specified by:
putDatain interfaceExecutorIntegrationModuleV4- Parameters:
request- thePutRidsInProcessParam- Returns:
- the
PutRidsInProcessResult
-
getAndMarkAsDelivered
GetPrescriptionForExecutorResult getAndMarkAsDelivered(String rid)
Gets theGetPrescriptionForExecutorResultand marks it as delivered.- Specified by:
getAndMarkAsDeliveredin interfaceExecutorIntegrationModuleV4- Parameters:
rid- the rid- Returns:
- the
GetPrescriptionForExecutorResult
-
getData
ListRelationsResult getData(ListRelationsParam patientRelationParam)
Gets theListRelationsResult.- Specified by:
getDatain interfaceExecutorIntegrationModuleV4- Parameters:
patientRelationParam- the patient relation param- Returns:
- the
ListRelationsResult
-
-