开发者

Need help in implementing DICOM in JAVA

开发者 https://www.devze.com 2022-12-27 21:05 出处:网络
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 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 star开发者_运维技巧t,architechture etc...


I agree with malat. DICOM is a complex beast and re-implementing everything from scratch is likely not the way to go.

I would also add dcm4che as a toolkit which can be used to process, create and manipulate DICOM objects in Java.


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

  • GDCM
  • DCMTK
  • dicom3tools

DICOM can be 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.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号