Skip to content
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

Open
wants to merge 21 commits into
base: gradienthealth/Segmentation-with-DicomJSON
Choose a base branch
from

Conversation

Adithyan-Dinesh-Trenser
Copy link

No description provided.

const study = findStudies('StudyInstanceUID', StudyInstanceUID)[0];
let study = findStudies('StudyInstanceUID', StudyInstanceUID)[0];

if (!study && buckets) {
Copy link
Member

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.

Copy link
Member

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)
Copy link
Member

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.
@Adithyan-Dinesh-Trenser Adithyan-Dinesh-Trenser force-pushed the gradienthealth/segmentation_mode_sheet_integration branch from 60dbf4c to 5c3fea4 Compare January 11, 2024 04:38
…s it have different params for it. And blocked automatic segmentations loading in other than segmentation mode.
@Adithyan-Dinesh-Trenser Adithyan-Dinesh-Trenser force-pushed the gradienthealth/segmentation_mode_sheet_integration branch from 9f74aec to 1627f27 Compare January 12, 2024 12:30
…mentation loading when another series in the study is loaded.
…ntation and loaded image mismatch when loading a study issue.
…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.
@maya-mohan maya-mohan force-pushed the gradienthealth/segmentation_mode_sheet_integration branch from 69125ce to fcaf0da Compare April 2, 2024 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants