3 * interface/patient_file/ccr_import.php Upload screen and parser for the CCR XML.
5 * Functions to upload the CCR XML and to parse and insert it into audit tables.
7 * Copyright (C) 2013 Z&H Consultancy Services Private Limited <sam@zhservices.com>
9 * LICENSE: This program is free software; you can redistribute it and/or
10 * modify it under the terms of the GNU General Public License
11 * as published by the Free Software Foundation; either version 3
12 * of the License, or (at your option) any later version.
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU General Public License for more details.
17 * You should have received a copy of the GNU General Public License
18 * along with this program. If not, see <http://opensource.org/licenses/gpl-license.php>;.
21 * @author Eldho Chacko <eldho@zhservices.com>
22 * @author Ajil P M <ajilpm@zhservices.com>
23 * @link http://www.open-emr.org
26 //SANITIZE ALL ESCAPES
27 $sanitize_all_escapes=true;
30 //STOP FAKE REGISTER GLOBALS
31 $fake_register_globals=false;
34 require_once(dirname(__FILE__
) . "/../globals.php");
39 <title
><?php
echo xlt('Import');?
></title
>
40 <link rel
="stylesheet" href
="<?php echo $css_header; ?>" type
="text/css">
42 <body
class="body_top" >
44 <p
><b
><?php
echo xlt("Steps for uploading CCR XML");?
></b
></p
>
45 <table style
="width:85%;font-size:14px;" >
48 <td
><?php
echo xlt('To upload CCR document of already existing patient use Patient Summary Screen->Documents. For CCR document of a new patient use Miscellanous->New Documents screen').'.'; ?
></td
>
52 <td
><?php
echo xlt('Upload the xml file under the category CCR').'.'; ?
></td
>
56 <td
><?php
echo xlt('After Uploading click the button "Import"').'.'; ?
></td
>
60 <td
><?php
echo xlt('Approve the patient from Patient/Client->Import->Pending Approval').'.'; ?
></td
>