Changes between Version 40 and Version 41 of RxNormForVista
- Timestamp:
- Nov 22, 2013, 2:08:59 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RxNormForVista
v40 v41 19 19 20 20 == 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.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. 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. 22 22 23 23 == How can I install !RxNorm on VISTA/RPMS? == … … 25 25 '''YOU MUST READ THIS BEFORE INSTALLING''' 26 26 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.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 available on your drive. 28 28 29 29 It 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. … … 46 46 47 47 === 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]]48 As 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]] 49 49 Installation Order: 50 50 * DD and routines: source:ccr/trunk/rxnorm/tags/2.2/RXNORM_FOR_VISTA_2P2.KID … … 277 277 !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. 278 278 279 Let's find out the generic drug concept that correspond to the !RxNorm code we obtained via the NDC for Prozac 20mg:279 Let's find out the generic drug concept that corresponds to the !RxNorm code we obtained via the NDC for Prozac 20mg: 280 280 {{{ 281 281 Select RXNORM RELATED CONCEPTS RXCUI1: 104849 … … 474 474 475 475 === 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.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 switched so that the key field can be the .01. 477 477 478 478 {{{ … … 752 752 Description: Use this index as a reverse of the STC index. 753 753 754 The STC index will give you an entry if you know the source andthe type and the code. This index will give you754 The STC index will give you an entry if you know the source, the type and the code. This index will give you 755 755 the codes if you know the source, the type, but not the code, but rather the RxNorm code. 756 756 Set Logic: S ^C0CRXN(176.001,"STX",X(1),X(2),X(3),DA)=X(4)