Changes between Version 40 and Version 41 of RxNormForVista


Ignore:
Timestamp:
Nov 22, 2013, 2:08:59 PM (10 years ago)
Author:
Sam Habiel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RxNormForVista

    v40 v41  
    1919
    2020== How much does this cost? ==
    21 This release is licensed under [http://www.gnu.org/licenses/agpl-3.0.html AGPL v3.0] and is free as in free beer. Commercial use for commercial entities running VISTA can be obtained for $2000 per VISTA instance; commercial license can be found here: RxNormForVista/CommercialLicense. Support costs for monthly updates are $100/month per VISTA instance both for AGPL and commercial users.
     21This release is licensed under [http://www.gnu.org/licenses/agpl-3.0.html AGPL v3.0] and is free as in free beer. A commercial license for commercial entities running VISTA can be obtained for $2000 per VISTA instance; the commercial license can be found here: RxNormForVista/CommercialLicense. Support costs for monthly updates are $100/month per VISTA instance both for AGPL and commercial users.
    2222
    2323== How can I install !RxNorm on VISTA/RPMS? ==
     
    2525'''YOU MUST READ THIS BEFORE INSTALLING'''
    2626
    27 The !RxNorm globals file is about 2.5 GB, and when loaded it takes up about 2.5GB. You therefore need to have at least 10 GB on your drive.
     27The !RxNorm globals file is about 2.5 GB, and when loaded it takes up about 2.5GB. You therefore need to have at least 10 GB available on your drive.
    2828
    2929It is very highly recommended that you load and maintain !RxNorm in the !^C0CRXN global in an UNJOURNALED portion of your Mumps Database. The data is reproducible and does not need to be journaled; and journaling it is very expensive in terms of journal size. In addition, once loaded, it will not change until the next load. Maintaining back-ups of your database will be easier this way.
     
    4646
    4747=== Installation ===
    48 As of version 0.02 (currently the version 2.2), this version changes how you would do installation. You now install the dictionary file (which you need to only install once unless it changes) and then install the data file, which changes month to month. The data installation now takes 30 minutes to 60 minutes since it is transported as globals. [[BR]]
     48As of version 0.02 (the current version is 2.2), the installation method has changed. You now install the dictionary file (which you need to only install once unless it changes) and then install the data file, which changes month to month. The data installation now takes 30 minutes to 60 minutes since it is transported as globals. [[BR]]
    4949Installation Order:
    5050 * DD and routines: source:ccr/trunk/rxnorm/tags/2.2/RXNORM_FOR_VISTA_2P2.KID
     
    277277!RxNorm relationships are not easy to query in this version due to Fileman not behaving well with compound B indexes. But they are doable if you know what you are searching for.
    278278
    279 Let's find out the generic drug concept that correspond to the !RxNorm code we obtained via the NDC for Prozac 20mg:
     279Let's find out the generic drug concept that corresponds to the !RxNorm code we obtained via the NDC for Prozac 20mg:
    280280{{{
    281281Select RXNORM RELATED CONCEPTS RXCUI1: 104849
     
    474474
    475475=== File Structure ===
    476 All files have only a zero node for each entry and correspond as much as possible to the !RxNorm file format, except that the '|' has been substitued with a "!^". The exception to that rule is when a file's first field cannot be the .01 because it's missing for some entries. In this case, the first field and a key field are switch so that the key field can be the .01.
     476All files have only a zero node for each entry and correspond as much as possible to the !RxNorm file format, except that the '|' has been substitued with a "!^". The exception to that rule is when a file's first field cannot be the .01 because it's missing for some entries. In this case, the first field and a key field are switched so that the key field can be the .01.
    477477
    478478{{{
     
    752752      Description:  Use this index as a reverse of the STC index. 
    753753                     
    754                     The STC index will give you an entry if you know the source and the type and the code. This index will give you
     754                    The STC index will give you an entry if you know the source, the type and the code. This index will give you
    755755                    the codes if you know the source, the type, but not the code, but rather the RxNorm code. 
    756756        Set Logic:  S ^C0CRXN(176.001,"STX",X(1),X(2),X(3),DA)=X(4)