-
as seen on Server Fault
- Search for 'Server Fault'
After a cursory Googling, I can't find a legitimate list of DICOM vendors. I've tried DCM4Chee, Conquest, and PacsOne. Each server seems to have it's own quirks and annoyances, memory leaks, etc...
I'd like to see what people use for their DICOM servers. Usually Wikipedia would have something like…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello, I'm using mDCM with C# to view dicom tags, but I'm trying to convert the pixel data to a Bitmap and eventually out to a JPG file. I have read all of the posts on the mDCM Google Group on the subject and all of the code examples either don't work or are missing important lines of code. The image…
>>> More
-
as seen on Code Project
- Search for 'Code Project'
A simple viewer of images stored in the DICOM 3.0 File Format (C#). The file should have raw pixel data, uncompressed. Window Level functionality is also provided.
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
hi all,
I want to implement Dicom using JAVA.
And also i should not use any existing API and i have to develop from the scratch.
I spent almost 10 days in understanding DICOM itself,i got some vague idea
so kindly help how implement it in java , where to start,architechture…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
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 header to see if is a valid DICOM file.
It consists of Binary Data Elements. The first 128 bytes are…
>>> More