Enable the worklist to retrieve more results based on different combinations of Patient ID and accession number.

This commit is contained in:
sunwen
2023-08-28 16:31:52 +08:00
parent 89ccd96278
commit 52605ed981
11 changed files with 239 additions and 113 deletions

View File

@@ -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