Changes between Version 36 and Version 37 of RxNormForVista
- Timestamp:
- Nov 21, 2013, 6:03:34 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RxNormForVista
v36 v37 311 311 312 312 ==== Update API ==== 313 To update RxNorm to a newer monthly version from the NLM, run the following:313 To update !RxNorm to a newer monthly version from the NLM, run the following: 314 314 {{{ 315 315 D IMPORT^C0CRXNRD("/path/to/rrf/folder/",optional include restricted/copyrighted sources (1 -> yes). Default is no.) … … 360 360 C0CRXNLK comes with Unit Tests. To run them, make sure M-Unit is installed and run !^C0CRXNLK from the top. 361 361 362 ==== Automatic Drug Addition API using RxNorm ====362 ==== Automatic Drug Addition API using !RxNorm ==== 363 363 To add a drug to the drug file using the !RxNorm CUI, call the following entry point: 364 364 … … 439 439 440 440 === Supported APIs === 441 All non-testing APIs in C0CRXNLK are supported.[[BR]] 442 D IMPORT!^C0CRXNRD[[BR]] 441 All non-testing APIs in C0CRXNLK are supported. 442 443 D IMPORT!^C0CRXNRD 444 443 445 $$ADDDRUG!^C0CRXNAD 446 447 For details, see the Programmer APIs section. 444 448 445 449 === External Interfaces, External Relations === … … 457 461 458 462 === Security === 459 This software implements no security of its own . It inherits pharmacy security.460 461 ### File Structure 463 This software implements no security of its own beyond Fileman access codes on the fields which can be seen below in the File Structure section. None of the data contained is sensitive in any way. 464 465 === File Structure === 462 466 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. 463 467