Enable the worklist to retrieve more results based on different combinations of Patient ID and accession number.
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
#define GUI_WORKLISTMANAGER_H
|
||||
|
||||
#include <QString>
|
||||
#include <QList>
|
||||
|
||||
#include "forms/select/PatientInformation.h"
|
||||
|
||||
@@ -11,8 +12,8 @@ public:
|
||||
WorkListManager();
|
||||
~WorkListManager();
|
||||
|
||||
static PatientInformationPointer getPatientFromWorkList(const QString& aAccessionNum, const QString& aPatientId);
|
||||
static QList<PatientInformationPointer> getPatientFromWorkList(const QString& aAccessionNum, const QString& aPatientId);
|
||||
|
||||
};
|
||||
|
||||
#endif //GUI_WORKLISTMANAGER_H
|
||||
#endif //GUI_WORKLISTMANAGER_H
|
||||
|
||||
Reference in New Issue
Block a user