|
@@ -59,7 +59,11 @@ public:
|
|
void query(ctkDICOMDatabase& database);
|
|
void query(ctkDICOMDatabase& database);
|
|
|
|
|
|
/// Add a StudyInstanceUID to be queried
|
|
/// Add a StudyInstanceUID to be queried
|
|
- void addStudyInstanceUID ( QString StudyInstanceUID );
|
|
|
|
|
|
+ void addStudyInstanceUID( QString StudyInstanceUID );
|
|
|
|
+
|
|
|
|
+ /// Access the list of study instance UIDs from the last query
|
|
|
|
+ QStringList studyInstanceUIDQueried();
|
|
|
|
+
|
|
|
|
|
|
///
|
|
///
|
|
// Filters are keyword/value pairs as generated by
|
|
// Filters are keyword/value pairs as generated by
|