I need to convert DICOM file to JPEG or PNG in my app I went through this http://dcmjs.org/ but didn't
got much help from this link please help with this
Hi,
You need to use the js library from there (https://unpkg.com/dcmjs@0.29.0/build/dcmjs.js)
Then for example, you can check (https://dcmjs.netlify.app/)
So basically, put the js on your screen, then use javascript widget on your client action.
OR
If you more familiar with c#, create Outsystems Integration Studio to build based on this (https://blog.aspose.com/2020/04/01/convert-dicom-to-jpeg-gif-png-bmp-images-in-csharp-net/)
Hi Sudarshan,
A similar question has also been asked here and here. I think by now it's clear that there's no out-of-the-box solution for reading, viewing or converting DICOM files in OutSystems.
If you Google a bit, you'll find a number of solutions for converting DICOM to JPG, from very low level, to (paid?) C# libraries like this one.