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
When saving an SR onto a multi-frame DICOM file, the frame number information are not being saved at all.
The reason is that dcmjs tries to detect multi-frame feature of a DICOM file, purely by sopClassID, and as we don't have all possible sopClassIDs in the comparison routine, measurement SRs are not working properly with many multi-frame DICOM files.
When saving an SR onto a multi-frame DICOM file, the frame number information are not being saved at all.
The reason is that
dcmjs
tries to detect multi-frame feature of a DICOM file, purely by sopClassID, and as we don't have all possible sopClassIDs in the comparison routine, measurement SRs are not working properly with many multi-frame DICOM files.dcmjs/src/adapters/Cornerstone3D/MeasurementReport.js
Line 289 in 914b3dc
dcmjs/src/normalizers.js
Line 56 in 914b3dc
The text was updated successfully, but these errors were encountered: