Interface DecryptPrescriptionThread
-
- All Known Implementing Classes:
DecryptPrescriptionJavaThread
public interface DecryptPrescriptionThread
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecute()IntegrationModuleExceptiongetError()GetOpenPrescriptionForExecutorgetPrescription()
-
-
-
Method Detail
-
execute
void execute()
-
getPrescription
GetOpenPrescriptionForExecutor getPrescription()
-
getError
IntegrationModuleException getError()
-
-