tags:

views:

63

answers:

1

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 etc...

Regards, Sam

A: 

I would read the source code of other open-source projects such as :

  • GDCM
  • DCMTK
  • dicom3tools

DICOM can ve very subtle, I would say it will take you 3-5 years of experience to understand all the details and fix all your bugs. You should avoid re-inventing the wheel.

2cts

malat