Tagged Questions
Digital Imaging and Communications in Medicine (DICOM) is a standard for the exchange, storage and other handling of medical images and other associated data, such as patient information.
14
votes
6answers
4k views
.NET DICOM Libraries
I have used DICOM using MERGECOM when I was in GE Healthcare in 2005. After that I don't have much knowledge in the DICOM system.
Now we have a requirement for implementing PACS system using .NET ...
7
votes
11answers
6k views
Parse DICOM files in native Python
What is the simplest and most-pythonic way to parse a DICOM file?
A native Python implementation without the use of non-Python libraries would be much preferred. DICOM is the standard file format in ...
6
votes
4answers
628 views
100% Java library for JPEG lossless decoding
I'm searching for a library in 100% Java which could decode JPEG images with jpeg-lossless compression.
I know that ImageIO and JAI already could decode this images, but they're needed a native code ...
6
votes
6answers
3k views
c#: how to read parts of a file? (DICOM)
I would like to read a DICOM file in C#. I don't want to do anything fancy, I just for now would like to know how to read in the elements, but first I would actually like to know how to read the ...
6
votes
2answers
2k views
Load Dicom image and display it - using ClearCanvas library
This is a very narrow and specific question, but I know there are someone else out there using this, so I'll keep my fingers crossed and hope anyone of you pics this question up.
I'm working on a ...
4
votes
1answer
76 views
DICOM; doing multiplannar reconstruction and displaying on web
Good people,
I have a project that involves displaying CT scans on the web. We currently have generated flythru videos and viewing of individual slices, as well as download feature.
Now, the ...
4
votes
3answers
348 views
Free Pacs Servers
I am looking for Free PACS Servers(for testing only) on Windows platform. I google the net got few but I am facing some problems.
Could you please post links to download free PACS Servers.
Thank ...
3
votes
2answers
250 views
DICOM Image is too dark with ITK
i am trying to read an image with ITK and display with VTK.
But there is a problem that has been haunting me for quite some time.
I read the images using the classes itkGDCMImageIO and ...
3
votes
1answer
110 views
Private tag numbers available for use in DICOM
I want to add few private tags to dicom image. I would like to know which odd number tags I can use. Do I need to inform about the same to any organization?
Looking for your suggestions.
Thanks in ...
3
votes
5answers
166 views
radiology DICOM
I have to work on Radiology(Healthcare Domain), Where from I get .Net libraries which supports development of Radiology solutions?
3
votes
3answers
1k views
Reading DICOM-RT files to create 3D binary matrix?
I'm currently working with DICOM-RT files (which contain DICOM along with dose delivery data and structure set files). I'm mainly interested in the "structure set" file (i.e. RTSS.dcm), which contains ...
3
votes
1answer
291 views
ClearCanvas DicomFile.DataSet — How to add a new Tag?
im trying to add a new tag to my DicomFile.DataSet in ClearCanvas.
I notice there is the method "DicomFile.DataSet.RemoveAttribute" but no "AddAtribute" method. So I have been looking at the method ...
3
votes
4answers
2k views
Viewing dicom images on iPad
Does anyone have any idea, how to display DICOM images on iPad? Any supporting format for displaying it directly? or do I need to go for conversion? Any idea or any thoughts or at least any help!!!
3
votes
2answers
2k views
Dicom: What's the point of SOPInstanceUID tag?
There is already a unique enough identifier - the SeriesUID. So why have this one?
What I find really annoying is the fact that when referencing other objects - for example when RTPlan object ...
3
votes
4answers
4k views
What C++ library can I use to read pixels from DICOM images?
In C++ I want to read individual pixel values from DICOM images.
2
votes
2answers
47 views
Is the “Other Word” VR legal for an 8-bit RGB image?
Recently I have seen some color DICOM files with big endian transfer syntax, where pixel data had OW (Other Word) value representation. Byte order in file is
R1G1B1R2G2B2 etc
AFAIK, according to ...
2
votes
3answers
109 views
Usage of System.Numerics in VS2008
Im using an open source code from EvilDicom. Unfortunately, these codes are in VS2010 and they use the namespace System.Numerics and Microsoft.CSharp. I would like to know if there are equivalents of ...
2
votes
2answers
325 views
Dicom Pixeldata to UIImage
Im trying to get a UIImage out of my dicom data on the ipad.
The Code looks like that:
reader->SetFileName(documentsFolderPath/test.dcm);
reader->Update();
ImageType * imageTest = ...
2
votes
1answer
252 views
How to access dicom file on android os?
I want to know How to access dicom file on android os ? can i do it?
Thank you for answer
2
votes
2answers
325 views
I can't get an ImageReaderByFormatName(“jpeg-lossless”)
I am trying to decode a lossless jpeg using JAI_ImageIO library and the following java call:
ImageIO.getImageReadersByFormatName("jpeg-lossless").hasNext()
results in "null".
NOTE: I have the ...
2
votes
1answer
216 views
Converting GDCM Image to Java BufferedImage
I am using GDCM to read in DICOM images. Is there an easy way to read in a dicom file with GDCM, and then convert it to a Java BufferedImage? So far I have the following
String filename = ...
2
votes
1answer
455 views
how to use dcmtk in iphone project
I have already successfully used CCmake to compile dcmtk3.6 and build it in ios environment.
But i don't know how to include these compiled file in new ios project.
i already move dcmtk after ...
2
votes
3answers
218 views
2
votes
2answers
687 views
How can I read and write DICOM images in MATLAB version 7.0?
I am currently using MATLAB version 7.0. I need to read a DICOM image and write it back out. What functions are available to help me do this?
2
votes
1answer
259 views
Free DICOM files, with Multiple Overlays
I'm in need of some sample DICOM files that I can use to test out multiple overlays.
I have looked everywhere, maybe i'm not searching for the right thing idk, but could anybody help me with this??
...
2
votes
2answers
610 views
Clearcanvas Connection string for ImageServer “EndpointAddress”
NOTE:: I have also asked this question on the Clearcanvas forums at:: http://www.clearcanvas.ca/dnn/tabid/69/afv/topic/aff/11/aft/15086/Default.aspx
Hi, i'm making my own ImageViewer in WPF & now ...
2
votes
1answer
80 views
Dicom US with multiple values
I'm currently trying to parse some files with my DICOM parser, and I've come across a problem with multiple US (usigned short) values in a Data element
(0018,1310) Aquisition Matrix:
0x55 0x53 ...
2
votes
1answer
470 views
Trying to construct a 3D object from a stack of 2D images in VB.NET
I have a stack of 2D dicom images and want to convert to a 3D object using VB.NET. I suppose I can solve it using openGL but any clue would help a lot. Do you know a free (or at least cheap) pack to ...
2
votes
1answer
182 views
How to give reference lines dicom pic on Dicom pics in CLEARCANVAS?
i will do that if i open my dicom pics.i have a study . if you look below pic you can see study pic left corner. Big pic is one of series. How can i do that clearCanvas open source sdk?
2
votes
2answers
817 views
Tool/script to generate DICOMDIR
I am looking for a standalone tool (for Windows XP) that generates a DICOMDIR file from a directory containing DICOM images. I have looked at http://www.tomovision.com/products/dicom_dir.htm but it ...
2
votes
1answer
2k views
DICOM C-GET vs C-MOVE
I have to develop a SCU (Service Class User) application for querying PACS and retrieve the DICOM images.
Should I use C-GET or C-MOVE DICOM protocol to retrieve the images?
2
votes
5answers
3k views
C# ushort[] to string conversion; is this possible?
I have a very painful library which, at the moment, is accepting a C# string as a way to get arrays of data; apparently, this makes marshalling for pinvokes easier.
So how do I make a ushort array ...
1
vote
3answers
47 views
Identify Compressed DICOM image by tag
How to identify whether a dicom image is in compressed format ? And also want to know how to read compressed image pixel data ?
1
vote
0answers
42 views
QT Dicom Pthread
Iam using QT as front end, there is a simple form which consist of a Text Box where user has to enter a number, next to it is a button let say "Execute Function". So the button should read the number ...
1
vote
1answer
91 views
Not Reading DICOM Image Series Correctly with ITK
I want to read a Series of DICOM image to convert them into a 3D image using ITK. I follow the example in the documentation: " Examples/IO/DicomSeriesReadImageWrite2.cxx" . But I am still having ...
1
vote
2answers
131 views
3d library for medical image processing (rotating MIP)
I'm looking for open source 3d libraries for medical images(DICOM). I am working on c# and I am currently writing an algorithm for rotating MIP. I might also look at depth weighting later on. Can ...
1
vote
1answer
38 views
Stream Exception opening a file on an iPad
I am trying to display a dicom image on an iPad using Imebra.
I was able to display the dicom image successfully on an iPhone4 and an iPad simulator. But I had trouble with an actual iPad.
I am ...
1
vote
2answers
182 views
Modifying or Adding a dicom tag
Dealing with a few DICOM and DICONDE images(.dcm) and wanted to add new tags to those images.
I am using DICOM Browser to check the meta information of the image. It allows me to edit the value but I ...
1
vote
1answer
73 views
IFilters for index service for DICOM c#
Im trying to use Index service server for searching on DICOM files. I wanted to know if Index service does support .dcm and .dicom file extensions. I did read about IFilters but was unable to find any ...
1
vote
1answer
74 views
ITK set color window/color level
i have a question about something that i am having a hard time finding answers on google: color level and color window.
I am using itkIntensityWindowingImageFilter1 to set both of them, but i really ...
1
vote
1answer
89 views
Read and show header and Image from DICOM file in C#
How to show Image and header in Frame of windows form from a DICOM file in C# using GDCM Library?can anyone help?
1
vote
1answer
54 views
How can i determine the ImagePosition of the reconstructed MPR DICOM image?
I have a set of 2D images and i made an MPR over then to generate another views, now i want to save the new series as DICOM, so how can i determine the ImagePosition or the new images using the ...
1
vote
2answers
177 views
What is the difference between JPEG-LS and JPEG-LL?
Information about JPEG-LS is easily found on Google and in a lot of DICOM chapters.
However, there are links/pages/readings that mention JPEG-LL, too. However, i have taken a deeper look at the ...
1
vote
1answer
218 views
Dicom Slice Order
I have a basic question for the dicom format. I know how I can calculate the orientation labels of every slice of a dicom image (A,P,L,R,H,F). But when I got (as example) axial slices with numbers ...
1
vote
4answers
225 views
How to access and display DICOM files on iPhone
I would like to develop iPhone application about image processing,access and display DICOM files on screen like OsiriX.But i don't know what libraries to do that.
I don't know OsiriX have library or ...
1
vote
1answer
69 views
which namespace is used for dicomconvert class
hi
which namespace is used for dicomconvert class in asp.net(C#)
thank you
1
vote
3answers
544 views
ITK library on iOS - Loading DICOM
I have built the ITK library for the ipad - and it works. Then I tried to make an ITK example - something like that:
// Load DICOM files
typedef itk::ImageSeriesReader< InputImageType > ...
1
vote
2answers
107 views
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.
1
vote
2answers
484 views
How to translate DICOM image width and level to JPEG brightness and contrast?
If we convert a DICOM image to JPEG, what is the way to translate / calculate Image width = 500, Window Level = 2000 of the original DICOM to JPEG's brightness and contrast?
1
vote
1answer
139 views
DICOM image to BufferedImage on Windows 64
I need a way to convert a DICOM file into a BufferedImage (or if the dicom file is mult-frame then a set of BufferedImages) on Windows 64. I am currently using dcm4che to do this, but am running into ...