views:

255

answers:

2

Hi,

I would like to know if there's some library or API to convert a .dcm file to something more common?

we are using c#, so the library or API needs to support this language.

please...

A: 

There are quite a few options for handling DICOM data from C# and .NET, including:

Reed Copsey
thanks, for your answer. I'm gonna try with these options.
Clemente
A: 

Do not forget GDCM: http://gdcm.sourceforge.net

malat