Moved recent v5.0.0 statement fix to current master.
[openemr.git] / interface / code_systems / rxnorm_howto.php
blob680b8ce0ed08b9269db3f52bf7ec83b5652808e3
1 <?php
2 /**
3 * Instructions for loading RXNORM Database
5 * Copyright (C) 2012 Patient Healthcare Analytics, Inc.
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 (Mac) Kevin McAloon <mcaloon@patienthealthcareanalytics.com>
20 * @author Brady Miller <brady.g.miller@gmail.com>
21 * @link http://www.open-emr.org
26 require_once("../../interface/globals.php");
29 <div class="dialog"><p>
30 <?php echo xlt("Steps to install the RxNorm database"); ?>:
31 <ol>
32 <li><?php echo xlt("The first step is to open an account with the Unified Medical Language System web site"); ?> <b><a href="https://utslogin.nlm.nih.gov/cas/login"><?php echo xlt("here"); ?></a></b></li>
33 <li><?php echo xlt("Then the raw data feed release can be obtained from"); ?> <b><a href="http://www.nlm.nih.gov/research/umls/rxnorm/docs/rxnormfiles.html"><?php echo xlt("this location"); ?></a></b>
34 <li><?php echo xlt("Place the downloaded RxNorm database zip file into the following directory"); ?>: contrib/rxnorm.
35 </li>
36 <li><?php echo xlt("Return to this page and you will be able to complete the RxNorm installation process by clicking on the RXNORM section header"); ?>
37 </li>
38 </ol>
39 <h5 class="error_msg"><?php echo xlt("NOTE: Only the full monthly RxNorm release is currently supported"); ?></h5>
40 <h5 class="error_msg"><?php echo xlt("NOTE: The import can take up to several hours"); ?></h5>
41 </p>
42 </div>