Search found 8 matches

by Geof
Thu, 2013-04-18, 12:49
Forum: DCMTK - General
Topic: Retrieving Magnetic field strength
Replies: 1
Views: 3303

Retrieving Magnetic field strength

Hi, I would like to retrieve Magnetic field strength (0018,0087) from an MRI data set with findscu. I have tried may query level but I have all the time the same answer from the system : " no value available". I suppose I do not have the right level for this field. Is some can told me how ...
by Geof
Thu, 2011-11-24, 17:56
Forum: DCMTK - General
Topic: Load study from a CD to PACS
Replies: 4
Views: 5739

Ok I will check for a scripting solution. If it is not enough I will use the library directly.

Thank you
by Geof
Thu, 2011-11-24, 15:18
Forum: DCMTK - General
Topic: Load study from a CD to PACS
Replies: 4
Views: 5739

Load study from a CD to PACS

I would like to know how it is possible to load Study stored on a CD or DVD to a PACS server. Is it possible to do that with precompiled dcmtk utilities?

Thank you
by Geof
Fri, 2011-09-09, 19:12
Forum: DCMTK - General
Topic: Using dcmqrscp.exe
Replies: 3
Views: 5130

Certainly, It is the first thing to do. I have read the documentation but I'm not able to find the solution
by Geof
Thu, 2011-09-08, 19:31
Forum: DCMTK - General
Topic: Using dcmqrscp.exe
Replies: 3
Views: 5130

Using dcmqrscp.exe

Hi, I try to use the Matlab Dicom server connection written by Laszlo Balkay http://www.mathworks.com/matlabcentral/fileexchange/27177-dicom-server-connection This matlab functions set use some DCMTK binaries to retrieve images from a dicom server. The matlab function uses dcmqrscp.exe as a local se...
by Geof
Fri, 2007-05-04, 13:59
Forum: DCMTK - General
Topic: Best way to read dicom file
Replies: 3
Views: 5838

Ok I understand that but I have difficulty to understand how I can retrived contour data. I'm able to output the contour data to a DcmElement with the function print ( MyElement.Print ( stream, 1 ) ) but how I can directly acces the contour data?
by Geof
Mon, 2007-04-30, 23:16
Forum: DCMTK - General
Topic: Best way to read dicom file
Replies: 3
Views: 5838

Best way to read dicom file

Hi

I would like to know what is the best way to read all the tag of a dicom file. O would like to read the tag and display the value in a visual interface. Is it possible to read at the same time Tag containning string, unsigned number, date float number etc

Thank you
by Geof
Tue, 2007-03-06, 17:30
Forum: DCMTK - General
Topic: Reading and writing Dicom RT structure
Replies: 2
Views: 4448

Reading and writing Dicom RT structure

Hi,

I would like have create a program to write and read DICOM RT structure. What can I use in DCMTK for that?