Skip to content

Commit

Permalink
#2729 : UI Navigation -> Studies : Query filters ineffective for stor…
Browse files Browse the repository at this point in the history
…age verification of single study / series / instance
  • Loading branch information
vrindanayak committed Aug 20, 2020
1 parent 54ce1be commit 330ef7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dcm4chee-arc-ui2/src/app/study/study/study.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -946,8 +946,8 @@ export class StudyService {
return this.storageSystems.search({}, 0);
}

verifyStorage = (attrs, studyWebService: StudyWebService, level: DicomLevel, params: any) => {
let url = `${this.getURL(attrs, studyWebService.selectedWebService, level)}/stgver`;
verifyStorage = (attrs, studyWebService: StudyWebService, level: DicomLevel, param) => {
let url = `${this.getURL(attrs, studyWebService.selectedWebService, level)}/stgver${j4care.param(param)}`;

return this.$http.post(url, {}, this.dicomHeader);
};
Expand Down

0 comments on commit 330ef7b

Please sign in to comment.