Here's a cool present. Recently Wouter posted on his blog about an article he co-operated on for MSDN: OpenXML in Healthcare.
Being both a Microsoft and PHP fan (yes, you can curse me, I don't care), I thought of porting (part of) the sample code from his article into PHP. Except for the document signing, as I did not have many time to write this sample code…
The scenario for the article is quite simple: Contoso provides a central medical records database. Whenever a physician has to register a new patient, he downloads a Word 2007 document from the Contoso server, fills it out, and uploads it back. Contoso then strips out the necessary data and saves it back in their systems.
Want to see how this is done in PHP? Check out my blog post.
The post OpenXML in Healthcare in PHP appeared first on Zend Developer Zone.