RadicalImaging / Static-DICOMWeb

MIT License
38 stars 15 forks source link

Overlay6000 DICOM tags are profile as InlineBinary #61

Open HemantPatel30 opened 1 month ago

HemantPatel30 commented 1 month ago

when we do mkdicomweb with attached dataset , overlay6000 DICOM tags are profiled as InlineBinary, ideally PixelData should be profile as InlineBinary | BulkDataURI, but here smallest field Row & Column is also profile as inlineBinary.

Reason is Implicit VR, This Testdata is with below Transfer Syntanx 1.2.840.10008.1.2 | Implicit VR Endian

Our code is if VR type is unknown, it will profile as InlineBinary.

Do we know, what is the correct way to profile this Transfer. output_dicom_with_overlay.dcm.zip