OHIF / Viewers

OHIF zero-footprint DICOM viewer and oncology specific Lesion Tracker, plus shared extension packages
https://docs.ohif.org/
MIT License
3.13k stars 3.29k forks source link

No way to pass TransferSyntaxUID in dicom-json file to pass transfer syntax #3066

Closed kundanashish closed 1 year ago

kundanashish commented 1 year ago

https://v3-docs.ohif.org/configuration/dataSources/dicom-json

I want to pass transfer syntax to the viewer but I see no option to it. I tried to pass it as "TransferSyntaxUID" in metadata but it doesn't seems to work. And the viewer is not able to identify transfer syntax as well.

kundanashish commented 1 year ago

Also I am trying to guess why can't the viewer itself fetches the data from the image. Like how it does for the local mode. https://viewer.ohif.org/local it work all fine there

kundanashish commented 1 year ago

Hi @sedghi Do you think we can build something that fetch the data from the file it self and we don't need to send it explicitly? As I see data is already there in the file utilizing that will save us json data transfer as well. Please let us know you views