Home

Awesome


This project is no longer maintained.

Please see suyashkumar/dicom for an alternative, or consider one of the forks of this project.

This project was originally a fork of gillesdemey/go-dicom. with some fixes which have since been incorporated in the alternative referenced above.


GoDoc Build Status

DICOM parser in Go

This is a fork of github.com/gillesdemey/go-dicom. Changes are:

TODO:

See doc.go for usage. dicomutil contains a sample program that dumps DICOM elements in a file.

Acknowledgements

I'd like to thank my friend Seppe Stas for helping me get through the horrific DICOM image specification and some of the harder parts of the parser.

Some more inspiration and helpful resource that brought this library to life (in no particular order):

DWV by ivmartel https://github.com/ivmartel/dwv/ <br> dicomParser by Chris Hafey https://github.com/chafey/dicomParser <br> http://www.dicomlibrary.com <br> http://dicom.nema.org/medical/dicom/current/output/pdf/part05.pdf <br>