-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for multi bucket study loading and sheet integration in segmentation mode. #2
base: gradienthealth/Segmentation-with-DicomJSON
Are you sure you want to change the base?
Conversation
const study = findStudies('StudyInstanceUID', StudyInstanceUID)[0]; | ||
let study = findStudies('StudyInstanceUID', StudyInstanceUID)[0]; | ||
|
||
if (!study && buckets) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add a comment here
// if the study is not found but we have additional buckets, initialize the other bucket to try and retrieve the study.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
actually, would this still be triggered since we initialize and store all the metadata?
); | ||
const imageIds = study.series | ||
.filter( | ||
(serie) => !segSOPClassUIDs.includes(serie.instances[0].SOPClassUID) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see are we only caching non segmentation files?
…itched with form panel. Implemented caching of segmentation files and loading of current study segmentations.
60dbf4c
to
5c3fea4
Compare
…s it have different params for it. And blocked automatic segmentations loading in other than segmentation mode.
9f74aec
to
1627f27
Compare
…mentation loading when another series in the study is loaded.
…entation label naming.
…ntation and loaded image mismatch when loading a study issue.
…ty and ViewPosition if available
…es. Added logic to use existing url to save segmentation file if available.
…nd modified the auto name generated when creating new segmentation.
…, this change is redundant and thus reverting.
69125ce
to
fcaf0da
Compare
…e-sizing-not-working-in-Hologic-images fix: Fixed the issue of image sizing not working for Hologic images
…g_on_stack_viewport Correct the orientation by auto flipping when segmentation is auto loaded
No description provided.