fix in recurrence widget (#426)
[openemr.git] / interface / code_systems / cqm_valueset_howto.php
blob5501f52c8ae89b9784d0dfb390a71bb9dd677749
1 <?php
2 /**
3 * Instructions for loading VALUESET Database
5 * Copyright (C) 2016 Visolve <services@visolve.com>
7 * LICENSE: This program is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU General Public License
9 * as published by the Free Software Foundation; either version 3
10 * of the License, or (at your option) any later version.
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
15 * You should have received a copy of the GNU General Public License
16 * along with this program. If not, see <http://opensource.org/licenses/gpl-license.php>;.
18 * @package OpenEMR
19 * @author ViSolve Inc <services@visolve.com>
20 * @link http://www.open-emr.org
23 //SANITIZE ALL ESCAPES
24 $sanitize_all_escapes=true;
26 //STOP FAKE REGISTER GLOBALS
27 $fake_register_globals=false;
29 require_once("../../interface/globals.php");
32 <div class="dialog"><p>
33 <?php echo xlt("Steps to install the VALUSET database"); ?>:
34 <ol>
35 <li><?php echo xlt("The first step is to download the VALUESET release. Access to VALUESET is provided by NLM. Only valueset for Eligible Professionals need to be downloaded and it should be downloaded in XML format from Sorted By CMS ID column. For more details see the below link") .
36 " <a href='https://vsac.nlm.nih.gov/#download-tab'>https://vsac.nlm.nih.gov/#download-tab</a>."; ?>
37 </li>
38 <li><?php echo xlt("Place the downloaded VALUESET database zip file into the following directory"); ?>: contrib/cqm_valueset
39 </li>
40 <li><?php echo xlt("Return to this page and you will be able to complete the Valueset installation process by clicking on the VALUESET section header"); ?>
41 </li>
42 </ol>
43 <h5 class="error_msg"><?php echo xlt("NOTE: Only the XML formats and Eligible Professionals valuesets supported"); ?></h5>
44 </p>
45 </div>