Ignore:
Timestamp:
Apr 16, 2012, 3:20:47 PM (12 years ago)
Author:
Sam Habiel
Message:

Now routine transports IVs; updated documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pharmacy-utils/drug-file-cleanup/VWPSSXPD.m

    r1409 r1410  
    1 VWPSSXPD ; VW/SMH - Update the Drug File and friends... ; Wed Apr 13 2012 ; 4/16/12 11:02am
     1VWPSSXPD ; VW/SMH - Update the Drug File and friends... ; 4/16/12 12:15pm
    22 ;;1.0;WorldVista Modifications;;;Build 5
    33 ; (C) Sam Habiel
     
    2626 ; On the Origin System:
    2727 ; - Create a KIDS build that calls the follwing:
    28  ;  1. ENV is the Environment Check for the Build
     28 ;  1. This Routine Name to call from top is the Environment Check for the Build
    2929 ;  2. TRAN is the Pre-Transport Routine for your originating system drug data
    3030 ;  3. PRE is the Pre-Init for the Destination System
    3131 ;  4. POST is the Post-Init for the Destination System
    32  ; - Generate the KIDS Build
     32 ; - Generate the KIDS Build. The file will have all the Drug Data from the Origin
     33 ;   System.
    3334 ; On the Destination System:
    3435 ; - Install the KIDS Build
     
    5556 ;
    5657 ; KIDS EPs:
    57  ;       ENV -> Environment Check (call the routine from the top)
    58  ;       TRAN -> Pre-Transport Routine (to get data from original system)
     58 ;       Top EP Fall through  -> Environment Check (call the routine from the top)
    5959 ;       PRE -> Pre-Init for the Destination System
    6060 ;       POST -> Post-Init for the Destination System
     61 ;       TRAN -> Pre-Transport Routine (to get data from original system)
    6162 ;
    6263 ; KIDS EPs call PEPs to do their work.
Note: See TracChangeset for help on using the changeset viewer.