payment gui remove fancybox
[openemr.git] / interface / code_systems / cqm_valueset_howto.php
blob337a3d1f9afd02c1a392fd94fbeffcc0e1a565b0
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
25 require_once("../../interface/globals.php");
28 <div class="dialog"><p>
29 <?php echo xlt("Steps to install the VALUSET database"); ?>:
30 <ol>
31 <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") .
32 " <a href='https://vsac.nlm.nih.gov/#download-tab'>https://vsac.nlm.nih.gov/#download-tab</a>."; ?>
33 </li>
34 <li><?php echo xlt("Place the downloaded VALUESET database zip file into the following directory"); ?>: contrib/cqm_valueset
35 </li>
36 <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"); ?>
37 </li>
38 </ol>
39 <h5 class="error_msg"><?php echo xlt("NOTE: Only the XML formats and Eligible Professionals valuesets supported"); ?></h5>
40 </p>
41 </div>