Intregrate OHIF in django

I have Django project that get files from DICOM server and now I want to display the file. I have used other plugins but they don’t work as excepted.

Can any one help me to intregrate them. I have downloaded the packages but not sure how to implement.

Thank you for help

Hi @bjrukin and welcome to OHIF!

Ultimately if you would like to use the DICOM web data source to display the files in OHIF, then the Django server would have to serve the data to be DICOM web compliant (see DICOMweb™).

There is also DICOMJson which you could consider too.

To avoid having to create DICOM web server, there are also open source DICOM web servers available like Orthanc or (DCM4CHEE)[https://www.dcm4che.org/]

Hope this helps.

1 Like