Questions tagged [dicom]

Digital Imaging and Communications in Medicine (DICOM) standard defines formats for storing and communicating medical images. Non-programming specific questions about DICOM are off-topic for Stack Overflow. For questions related to a specific tool-kit, use a more specific tag in addition to, or instead of, this tag.

Digital Imaging and Communications in Medicine (DICOM) standard defines formats for storing and communicating medical images. It's used to enable interoperability between applications from multiple manufacturers which store or communicate medical images.

Further details can be found at the DICOM Wikipedia page or DICOM Homepage.

1158 questions
-1
votes
1 answer

How to view dicom images in android?

I want to view .dcm file in my project so can please suggest me any library or way to view dicom files in android. thanks.
Dnyanesh
  • 31
  • 6
-1
votes
1 answer

Convert dicom .dcm files into .obj format

I have sets of .dcm files of an MRI scan. I am trying to convert them into 3d formats like obj (preferably) or fbx to import them into Unity 3d. I used the following open source software dcmtk to convert .dcm file into text file. Converting DICOM…
-1
votes
1 answer

Adjusting Resolution of DICOM Images

I am working with DICOM images, and would like to change the resolution of all the images I have to 0.5mm/pixel. What are the entries that I should access in the DICOM header and how can I change the resolution? Thank you,
VeraD
  • 1
  • 1
-1
votes
2 answers

vtkImageViewer2 not rendering until I reset

I've showed a dicom image successfully with vtkImageviewer. Then I realized that vtkImageviewer2 would be more suitable, as I needed interactors and load images with slices, maybe 3d, etc So I changed to vtkImageviewer2. Then I just see a white…
Mark A.
  • 193
  • 1
  • 3
  • 14
-1
votes
1 answer

get Slice Number from 4D dicom tages

I have 4D DCE images and already wrote a code to order and make 3d images from 4D dicom images, for sorting of images, I used acquisition number from dicom tags and divide total number of slices to got slice number, but in two of my data the…
Nady
  • 1
  • 1
-1
votes
2 answers

Source of US Dicom images with planar configuration 1?

I'm making a Dicom tool using Dcmtk C++ library. I'm trying to make the tool compatible with different types of Dicom images. As part of that, I'm looking for Ultrasound Dicom images with Planar Configuration 1, right I only have with Planar…
the_naive
  • 2,936
  • 6
  • 39
  • 68
-1
votes
1 answer

Display marker over dicom image from CADSR file that are necessary to show

I am trying to read an CADSR file I get an various marker from "Graphics Data Tag" I want to show only those marker over the Dicom file that are necessary so let me know what criteria is required to showing up the necessary marker over dicom…
IMMORTAL
  • 2,707
  • 3
  • 21
  • 37
-1
votes
1 answer

JPEG RGB to DICOM Grayscale Standard

I have a jpeg file that was converted from a DICOM image, when I convert the JPEG back to DICOM, the new image does not have pixel data becasue all grayscale data are stored in a single byte channel. I need each pixel to store its data in a format…
hncl
  • 2,295
  • 7
  • 63
  • 129
-2
votes
1 answer

Fo-Dicom Window Change is slow

I am using the following render code. This is a slightly modified code because, in the actual code, I am getting all the files from the FTP server. CurrentWindowCenter and CurrentWindowWidth hold the current value of WL and WW. This value can be…
-2
votes
2 answers

USB Camera to Dicom

I need to build a solution that will read from a USB camera and save the Video and Image files in Dicom Format. I'm wondering what free tools could I use to accomplish this.
Jack
  • 107
  • 2
  • 4
-2
votes
1 answer

How to overlay the RTDOSE and Image data in the correct position?

I'm currently an MS student in Medical Physics and I have a great need to be able to overlay an isodose distribution from an RTDOSE file onto a CT image from a .dcm file set. I've managed to extract the image and the dose pixel arrays myself using…
-2
votes
1 answer

Reading nested elements/sequences using dicom leadtools

I have a dicom dataset xml dump like this ( source is .dcm file which can be converted to the below xml dump section. I want to parse different element values under the nested sequence. How can i do this using leadtools sdk and dicom dataset objecT…
gjo
  • 23
  • 1
  • 6
-2
votes
1 answer

How to create a DICOM waveform from raw data?

I am trying to create the 12 waves for raw ecg data. I found How to write a DICOM file from raw ecg data ,so I added all mandatory tags to my code, it adds all attributes but it does not draw the graphics. Sequence…
celia
  • 67
  • 9
-2
votes
1 answer

How to insert a new DICOM attribute for MULTIPLE dicom files in a series in one go?

I have to insert two missing attributes in the DICOM headers of DICOM files in the entire series. The series has more than 100 files. Instead of processing the files one-by-one, is there a way in Python to batch process multiple files in a series in…
Ganesh
  • 5
  • 1
-2
votes
1 answer

xsl NativeDicomModel Patient Name Tag Maintain Carets dcm4che

Good Evening! I wrote a xsl to obtain Dicom Attributes from a DCM file, and have been able to map everything correctly except for the Patient Name. The value comes over, but the carets aren't there; it combines the LastName and FirstName. I wanted…