Skip to content

Commit

Permalink
try fix slide search
Browse files Browse the repository at this point in the history
  • Loading branch information
birm committed Apr 24, 2024
1 parent 35b8159 commit 78eb7e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/dicom-connect/table.js
Original file line number Diff line number Diff line change
Expand Up @@ -225,9 +225,11 @@ function initialize() {
async function checkInterval() {
const query = {
'dicom-source-url': src.url,
'study': params.studyId,
};

const slides = await store.findSlide(null, null, params.studyId, null, query);
console.log(slides)

const data = datatable.data();

Expand Down

0 comments on commit 78eb7e7

Please sign in to comment.