You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here is complete code. Worked for all different kind of mammo studies. But i'm not sure
functiongetDisplaySetsFromSeries(instances){// If the series has no instances, stop hereif(!instances||!instances.length){thrownewError('No instances were provided');}consthasMultiSourceImageSequenceInstance=instances.some(i=>(i.SourceImageSequence||[]).length>1);
...
}constisSingleImageModality=(modality,hasMultiSourceImageSequenceInstance)=>{return(modality==='CR'||(modality==='MG'&&!hasMultiSourceImageSequenceInstance)||modality==='DX');};
Describe the Bug
028bd0c0-4e389405-e7476fe9-1c31fff6-1306d902.zip
Here is anonymized study.
They are in the same series, but splitted
Steps to Reproduce
tried open on last version and on 3.7
The current behavior
splitted
The expected behavior
Expected instances to be in the same series so i could scroll in single viewer
OS
all
Node version
all
Browser
all
The text was updated successfully, but these errors were encountered: