Interface PatientIntegrationModuleV4
-
- All Known Subinterfaces:
PatientIntegrationModuleDevV4
- All Known Implementing Classes:
AbstractPatientIntegrationModule,PatientIntegrationModuleDevV4Impl,PatientIntegrationModuleV4Impl
public interface PatientIntegrationModuleV4
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description ListPatientPrescriptionsResultdecryptListPatientPrescriptionsResult(ListPatientPrescriptionsResult listOpenPrescriptionsResult)GetPrescriptionStatusResultgetData(GetPrescriptionStatusParam data)Gets the prescription status.GetVisionResultgetData(GetVisionParam request)Gets the vision.ListOpenRidsResultgetData(ListOpenRidsParam request)Gets the open prescription list.GetPrescriptionForPatientResultgetPrescription(String rid)ListPatientPrescriptionsResultlistOpenPrescriptions(ListPatientPrescriptionsParam listPatientPrescriptionsParam)CreateReservationResultputData(CreateReservationParam data)Deprecated.PutVisionResultputData(PutVisionParam request)Put the vision .voidrevokePrescription(String rid, String reason)
-
-
-
Method Detail
-
getData
GetVisionResult getData(GetVisionParam request)
Gets the vision.- Parameters:
request- theGetVisionParam- Returns:
- the
GetVisionResult@ the integration module exception
-
putData
PutVisionResult putData(PutVisionParam request)
Put the vision .- Parameters:
request- thePutVisionParam- Returns:
- the
PutVisionResult@ the integration module exception
-
putData
@Deprecated CreateReservationResult putData(CreateReservationParam data)
Deprecated.Put the reservation data.- Parameters:
data- theCreateReservationParam- Returns:
- the
CreateReservationResult@ the integration module exception
-
getData
GetPrescriptionStatusResult getData(GetPrescriptionStatusParam data)
Gets the prescription status.- Parameters:
data- theGetPrescriptionStatusParam- Returns:
- the
GetPrescriptionStatusResult@ the integration module exception
-
getData
ListOpenRidsResult getData(ListOpenRidsParam request)
Gets the open prescription list.- Parameters:
request- theListOpenRidsParam- Returns:
- the
ListOpenRidsResult@ the integration module exception
-
listOpenPrescriptions
ListPatientPrescriptionsResult listOpenPrescriptions(ListPatientPrescriptionsParam listPatientPrescriptionsParam)
- Returns:
- ListPatientPrescriptionsResult
-
decryptListPatientPrescriptionsResult
ListPatientPrescriptionsResult decryptListPatientPrescriptionsResult(ListPatientPrescriptionsResult listOpenPrescriptionsResult)
-
getPrescription
GetPrescriptionForPatientResult getPrescription(String rid)
- Parameters:
rid- the rid- Returns:
- GetPrescriptionForPatientResult
-
-