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

@@ -40,6 +40,7 @@ public:
: QObject()
{
}
QString ScheduledStartDate;
PatientInformation* Copy()
{
PatientInformation* n=new PatientInformation;