i need to write a script to extract medical info from a CCD Doc to a database (MySql). Afterwards, perform series of queries to generate report. I intend to use php as the scripting language. Any ideas from anyone will be appreciate.
Asked
Active
Viewed 653 times
1 Answers
0
There are no PHP 3rd party/open source libraries that I know of for this purpose as of today. At least not that I know of.
However if you see the OpenEMR implementation of the CCD parsing feature, I think you would get pretty much everything you want.
Look here.
OpenEMR is a free Open source, Practice management, Electronic Medical Records, prescription writing and medical billing application for Unix-like systems (Linux, UNIX, and BSD systems), Microsoft systems, Mac OS X and other platforms.

Coder Panda
- 632
- 3
- 9
- 31