Interface PatientIntegrationModuleDevV4
-
- All Superinterfaces:
PatientIntegrationModuleV4
- All Known Implementing Classes:
PatientIntegrationModuleDevV4Impl
public interface PatientIntegrationModuleDevV4 extends PatientIntegrationModuleV4
The Interface PatientIntegrationModuleDevV4.- Author:
- Bruno Casneuf
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetPrescriptionStatusResultgetData(GetPrescriptionStatusParam data)Gets the prescription status.GetVisionResultgetData(GetVisionParam request)Gets the vision.ListOpenRidsResultgetData(ListOpenRidsParam request)Gets the open prescription list.ListPatientPrescriptionsResultlistOpenPrescriptions(ListPatientPrescriptionsParam listPatientPrescriptionsParam)Lists the open prescriptionsCreateReservationResultputData(CreateReservationParam data)Put the reservation data.PutVisionResultputData(PutVisionParam request)Put the vision .-
Methods inherited from interface be.business.connector.recipe.patient.PatientIntegrationModuleV4
decryptListPatientPrescriptionsResult, getPrescription, revokePrescription
-
-
-
-
Method Detail
-
getData
GetVisionResult getData(GetVisionParam request)
Gets the vision.- Specified by:
getDatain interfacePatientIntegrationModuleV4- Parameters:
request- theGetVisionParam- Returns:
- the
GetVisionResult@ the integration module exception
-
putData
PutVisionResult putData(PutVisionParam request)
Put the vision .- Specified by:
putDatain interfacePatientIntegrationModuleV4- Parameters:
request- thePutVisionParam- Returns:
- the
PutVisionResult@ the integration module exception
-
putData
CreateReservationResult putData(CreateReservationParam data)
Put the reservation data.- Specified by:
putDatain interfacePatientIntegrationModuleV4- Parameters:
data- theCreateReservationParam- Returns:
- the
CreateReservationResult@ the integration module exception
-
getData
GetPrescriptionStatusResult getData(GetPrescriptionStatusParam data)
Gets the prescription status.- Specified by:
getDatain interfacePatientIntegrationModuleV4- Parameters:
data- theGetPrescriptionStatusParam- Returns:
- the
GetPrescriptionStatusResult@ the integration module exception
-
getData
ListOpenRidsResult getData(ListOpenRidsParam request)
Gets the open prescription list.- Specified by:
getDatain interfacePatientIntegrationModuleV4- Parameters:
request- theListOpenPrescriptionsParam- Returns:
- the
ListOpenPrescriptionsResult@ the integration module exception
-
listOpenPrescriptions
ListPatientPrescriptionsResult listOpenPrescriptions(ListPatientPrescriptionsParam listPatientPrescriptionsParam)
Lists the open prescriptions- Specified by:
listOpenPrescriptionsin interfacePatientIntegrationModuleV4- Returns:
- ListPatientPrescriptionsResult
-
-