READING AND WRITING DICOMDIR

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

READING AND WRITING DICOMDIR

Arash.jalalian@gmail.com
Hi,

I would like to read and write DICOMDIR file using ImageJ libraries in my Java application. Any help would be most appreciated.

Thanks,
Arash
Reply | Threaded
Open this post in threaded view
|

Re: READING AND WRITING DICOMDIR

ph73nt
Hi Arash,

Have a good look at the dcm4che toolkit, which will give you the wherewithal to accomplish this. There is a sample program for DICOMDIR provided, which is described here.

If it's an ImageJ plugin you are after, the first point of call is to inspect the excellent Tudor DICOM Tools. the wiki page is here.

Neil