Viewers icon indicating copy to clipboard operation
Viewers copied to clipboard

IDC: double check parsing logic for qualitative instance level SR

Open Punzo opened this issue 2 years ago • 3 comments

Double check parsing of qualitative instance level SR (ImagingMeasurementReportContentSequence)

https://github.com/OHIF/Viewers/commit/e2f4f95222b2c871bf5d62f3aced9437ce2e296e

Only ImagingMeasurements shoud be used (double check why we had ImageLibrary, data issue?) Finally we should also check the CodingSchemeDesignator, see: https://github.com/dcmjs-org/dcmjs/blob/master/src/sr/coding.js#L47-L58

Punzo avatar Sep 29 '22 13:09 Punzo

links for qualitative instance level annotation

https://github.com/OHIF/Viewers/issues/2797 https://github.com/OHIF/Viewers/issues/2797#issuecomment-1167820978 https://github.com/OHIF/Viewers/issues/2852 https://github.com/OHIF/Viewers/issues/2935

Punzo avatar Sep 29 '22 14:09 Punzo

where the checks for parsing are done (i.e., reference images, creating array with data from dicom attributes, etc... ):

https://github.com/OHIF/Viewers/blob/aaab6d2622d8a3f14c5d9c17e346b3f48777facc/platform/core/src/DICOMSR/SCOORD3D/parseSCOORD3D.js#L30

https://github.com/OHIF/Viewers/blob/aaab6d2622d8a3f14c5d9c17e346b3f48777facc/platform/core/src/DICOMSR/SCOORD3D/utils/getReferencedImagesList.js#L4

https://github.com/OHIF/Viewers/blob/aaab6d2622d8a3f14c5d9c17e346b3f48777facc/platform/core/src/DICOMSR/SCOORD3D/parseSCOORD3D.js#L125-L186

Punzo avatar Sep 29 '22 14:09 Punzo

Data for SCOORD or SCOORD3D to check also

https://github.com/OHIF/Viewers/issues/1215#issuecomment-854237685

info about DICOM SR to read: https://github.com/OHIF/Viewers/issues/1215#issuecomment-801268756

Punzo avatar Sep 29 '22 15:09 Punzo