#ifndef GUI_WORKLISTMANAGER_H #define GUI_WORKLISTMANAGER_H #include #include "forms/select/PatientInformation.h" class WorkListManager { public: WorkListManager(); ~WorkListManager(); static PatientInformationPointer getPatientFromWorkList(const QString& aAccessionNum, const QString& aPatientId); }; #endif //GUI_WORKLISTMANAGER_H