Skip to content

Commit

Permalink
BUG: Ensure all studies metadata are queried before filtering
Browse files Browse the repository at this point in the history
  • Loading branch information
Punzo authored and lassoan committed May 17, 2024
1 parent ca2c96d commit 4c71546
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Libs/DICOM/Widgets/ctkDICOMPatientItemWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,10 @@ void ctkDICOMPatientItemWidgetPrivate::createStudies()
studyItemWidget->setCollapsed(false);
studyItemWidget->generateSeries(this->QueryOn, this->RetrieveOn);
}
else
{
studyItemWidget->generateSeries(this->QueryOn, false);
}
cont++;

QString studyItem = studyItemWidget->studyItem();
Expand Down

0 comments on commit 4c71546

Please sign in to comment.