37
Views
2
Comments
How to convert DICOM(.DCM file) to JPEG or PNG in Outsystems
Question
Application Type
Reactive
Service Studio Version
11.53.21 (Build 61476)

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


2021-01-04 08-13-48
Toto
 
MVP

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/)



2020-09-15 13-07-23
Kilian Hekhuis
 
MVP

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.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.