Add WorkList Module.
This commit is contained in:
18
src/dicom/WorkListManager.h
Normal file
18
src/dicom/WorkListManager.h
Normal file
@@ -0,0 +1,18 @@
|
||||
#ifndef GUI_WORKLISTMANAGER_H
|
||||
#define GUI_WORKLISTMANAGER_H
|
||||
|
||||
#include <QString>
|
||||
|
||||
#include "forms/select/PatientInformation.h"
|
||||
|
||||
class WorkListManager
|
||||
{
|
||||
public:
|
||||
WorkListManager();
|
||||
~WorkListManager();
|
||||
|
||||
static PatientInformationPointer getPatientFromWorkList(const QString& aAccessionNum, const QString& aPatientId);
|
||||
|
||||
};
|
||||
|
||||
#endif //GUI_WORKLISTMANAGER_H
|
||||
Reference in New Issue
Block a user