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
-2
votes
1 answer

dcmtk display image Qt example

I would like to be able to display in a Dicom image in a Qt project with the same render as a Dicom Viewer Program could give. I was able to do it but with a very bad contrast. I heard you need to operate on the pixels but I'm not sure. Do you have…
x4rkz
  • 513
  • 4
  • 19
-2
votes
2 answers

How to run gdcm examples in ubuntu?

I am trying to run this simple example in GDCM. I have installed the library c++ version and the installation works perfectly fine but I am not able to figure out how to compile and run a example. #include "gdcmReader.h" #include…
ArafatK
  • 740
  • 6
  • 25
-2
votes
1 answer

How to sort a tag with evil-DICOM?

I need to add a tag 'Dose Rate Set', but when i add the tag with this code. var dcm = DICOMObject.Read(nom_du_fichier); var refDoseRate = new DecimalString { Tag = TagHelper.DoseRateSet, Data =…
Pierre G
  • 3
  • 3
-2
votes
2 answers

How to add custom tags to DICOM Dataset using EvilDicom?

I'm working with EvilDicom. I have the requirement to add some custom tags (for example Patient's ID Card Number Mobile Phone Number and Address) to DICOM dataset. Has any one ever done this? DICOMFile dFile = new…
Shawn
  • 19
  • 4
-2
votes
1 answer

How to create a DICOM directory faster?

I am crating DICOM directories with Leadtools SDK, everything is ok when the size of the study is not very much but when the study gets larger (eg. more than 4 or 5 gigs) it takes a lot of time to create the DICOM directory. Is there any way to make…
-2
votes
1 answer

dicom (jpeg2000) to jpeg using jdeli

Can someone help me know how to convert a multiframe dicom file(jpeg 2000 compressed) to jpeg using jdeli. I am able to extract one frame but i want to know how to extract all the frames?
xxx
  • 11
  • 4
-2
votes
1 answer

Run applet java in html

I have an applet java displaying images from folder ,i cant run this applet using html i have this error :
-2
votes
1 answer

.net library for displaying dicom structured reports

I am using clearcanvas library to read and work with dicom files. However, as stated here http://www.clearcanvas.ca/dnn/Community/Forums/tabid/69/aff/8/aft/14041/afv/topic/afpg/1/Default.aspx they don't support dicom structured reports yet. How can…
draganstankovic
  • 5,382
  • 1
  • 27
  • 33
-2
votes
4 answers

Learning to develop a DICOM viewer

All, I got an assignment to develop a web viewer for DICOM images which is used to communicate with PACS server. I think currently my problem to make it is I didn't know anything about the DICOM. I never heard it before. Just knew there is a…
Joe.wang
  • 11,537
  • 25
  • 103
  • 180
-2
votes
1 answer

dcm4chee - Getting values of Class SOP UID and Transfer Syntax UID

I want to get this uid in order to get the file from dicom server as these parameters are needed by the function addStoreTransferCapability.The kit I am using is dcm4chee and the language is java.
Asad Ali
  • 15
  • 7
-3
votes
1 answer

How to convert .dicom (slices) to a single (volume) image?

I have 'n' number of slices, is it possible to convert them to a single file, (that has correct slice arrangement), and parse them using ImageIO or any other python package ?
Mike
  • 21
  • 1
  • 4
-3
votes
1 answer

Does the makefile of dcmtk3.6.3 in ubuntu14.0 have -g to debug?

I want to debug the code of dcmtk3.6.3 with vs code in ubuntu14.0. But i don't know whether the original makefile had the -g parameter. I try to debug,but it does not work. So, should i add the "-g" in the makefile? And where to add? this is the…
chenzongxi
  • 25
  • 4
-4
votes
1 answer

build dicom parser from scratch

is there any tutorial to write a dicom parser from scratch in javascript? I understand there are a lot of open source softwares, but I am trying to understand the dicom format and parse it. Any tutorials ?
chrisrhyno2003
  • 3,906
  • 8
  • 53
  • 102
-4
votes
1 answer

How can I convert all jpg files to dicom with same name on matlab?

I know how to convert a jpg file to dcm with dicomwrite function but i need to convert all jpg files to dcm in a folder. Is it possible? If its possible is it possible to convert them with same name of jpg file? Thanks guys...
user3218867
  • 45
  • 1
  • 2
  • 9
-6
votes
1 answer

How DICOM query(/retrieve) works using the REST-API

I am using MyDICOM.7.X.SDK.dll. Is there any way to query the DICOM.
Sutirth
  • 922
  • 10
  • 14
1 2 3
77
78