Skip to content

Commit

Permalink
slide hotfix for now
Browse files Browse the repository at this point in the history
  • Loading branch information
birm committed Apr 23, 2024
1 parent 703dfbf commit f511a01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/dicom-connect/table.js
Original file line number Diff line number Diff line change
Expand Up @@ -256,8 +256,8 @@ function initialize() {

if (annotationCount[0].count > 0) {
d.status = 'done';
const idx = slides.findIndex(slide=>series==slide.series)
d.slideId = slides[idx]._id.$oid
console.log(slides)
d.slideId = slides[0]._id.$oid
//d.slideId = annotations[idx_annot].provenance.image.slide;
} else {
d.status = 'unsync';
Expand Down

0 comments on commit f511a01

Please sign in to comment.