<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Thu, 23 May 2013 04:12:00 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Maarten Balliauw's Blog: OpenXML in Healthcare in PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/8927</guid>
      <link>http://www.phpdeveloper.org/news/8927</link>
      <description><![CDATA[<p>
<i>Maarten Balliauw</i> points out a <a href="http://blog.maartenballiauw.be/post/2007/10/OpenXML-in-Healthcare-in-PHP.aspx">new blog post</a> he's made today showing how to take the methods described in <a href="http://msdn2.microsoft.com/en-us/library/bb879915.aspx">this article</a> on the MSDN and convert it to a more PHP way of thinking, parsing the OpenXML info of the patients.
</p>
<blockquote>
<p>
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.
</p>
<p>
This Word 2007 document is crafted around embedded custom XML data, which is displayed and edited using Word 2007. In short: to do the above exercise, you just need to strip out the custom XML and you're done.
</p>
</blockquote>
<p>
Don't worry, <i>Maarten</i> includes <a href="http://examples.maartenballiauw.be/2007HealthCareSamplePHP/2007HealthCareSamplePHP.zip">his code</a> and a <a href="http://examples.maartenballiauw.be/2007HealthCareSamplePHP/index.php">demo</a> to show the functionality in action. Check out <a href="http://msdn2.microsoft.com/en-us/library/bb879915.aspx">the original article</a> for more information as well.
</p>]]></description>
      <pubDate>Mon, 29 Oct 2007 15:29:36 -0500</pubDate>
    </item>
  </channel>
</rss>
