• English
  • Français (French)

FreePort roadmap

  • Some users want to retrieve their data from another EMR to FreeMedForms.
  • The FreePort application of the FreeMedForms set is built to do this work.
  • FreePort allow you:
    • to create your own Qt/C++ plugin and to manage data recovery from your EMR to FreeMedForms
    • to import XML set of files to the FreeMedForms EMR (see spec below)
  • Sometimes, some steps must be done outside the FreePort application (please read the documentation)
  • FreePort works like this:
    • A general window let user chose between all available plugins
    • The plugin is then activated for the recovering

Examples

AXISANTE 4

XML Format

  • To make the import of the data from other software easier, we propose the use XML format.
  • You should use several XML inside a directory (one file by patient for example) and import the whole directory.
  • All correct XML files will be integrated in the FreeMedForms EMR.
  • A login window is provide for you to check errors and messages.

Format of the final file used for the integration

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE FreeMedForms>
<DataIntegrator>
 
  <!-- Patient block -->
  <Patient emrUid="" birthname="" secondname="" firstname="" dob="" dod="">
 
    <!-- Contact -->
    <Address ad="" city="" country="" zip="" state=""/>
    <Contact tel1="" tel2="" tel3="" fax="" mail=""/>
 
    <!-- PMHx -->
    <PMHx>
      <PMH_Item>
        <!-- use FreeText or Encoded not both -->
        <FreeText></FreeText>
        <Encoded icd10="" label="">
        <DateStart format="">date</DateStart>
        <DateEnd format="">date</DateEnd>
        <ConfidenceIndex></ConfidenceIndex>
      </PMH_Item>
    </PMHx>
 
    <!-- Populate Form items -->
 
  </Patient>
</DataIntegrator>

Code specification

  • FreePort is included in the git: freeport/freeport.pro
  • Please refer to the build process
  • We need to create a pure virtual interface class for each engines (each EMR) and present their widgets in the mainwindow
en/drafts/freeport/roadmap.txt · Dernière modification: 2012/07/22 09:28 par Eric Maeker, MD
Recent changes RSS feed Valid XHTML 1.0 Valid CSS Driven by DokuWiki FreeMedForms © Eric Maeker, MD