I recently had to update my DICOM Dictionary.
This has always been a bit of a tedious task. I've been copying and pasting from the standard and trying to keep up with the releases of the standard.
It's been a bit error prone so I'm very cautious during the update.
I decided that there had to be a way to extract the table from the standard and store it as an sqlite file or csv.. So i wrote this application that given a pointer to the standard will extract ANY table from the standard and store it as an sqlite file.
So i've implemented it, and it's now available on GitHub. Please feel free to try it out and let me know what you think.
github BrianOBrien/DICOM-Docbook-Table-ExtractorV2.git