A simple to use C# library for reading and manipulating DICOM files. New documentation added to github via Github pages.
- Online API via DocFX
- Dot Net Standard Compliant (multiplatform)
- MIT Open Source license
- Examples On GH Pages
- NuGet packages released with each build
- 10,000+ downloads
var dcm = DICOMObject.Read("MyDICOMFile.dcm");
//***COOL CODE GOES HERE***
//Writing is equally easy
dcm.Write("MyHackedDICOMFile.dcm");
Read more at the project website at http://rexcardan.github.io/Evil-DICOM/
Content | Link |
---|---|
Introductory Video | Youtube |
Examples | Example Operations |
Online API | API Documentation |
Supported by JetBrains' ReSharper