Ignore:
Timestamp:
Dec 4, 2009, 8:26:01 PM (14 years ago)
Author:
George Lilly
Message:

WorldVistAEHR overlayed on FOIAVistA

Location:
FOIAVistA/tag/r
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • FOIAVistA/tag/r/DRUG_ACCOUNTABILITY-PSA/PSABRKU5.m

    r628 r636  
    1 PSABRKU5 ;BIR/DB-Upload and Process Prime Vendor Invoice Data - CONT'D ;7/23/97
    2  ;;3.0; DRUG ACCOUNTABILITY/INVENTORY INTERFACE;**26,67**; 10/24/97;Build 15
     1PSABRKU5 ;BIR/JMB-Upload and Process Prime Vendor Invoice Data - CONT'D ;7/23/97
     2 ;;3.0; DRUG ACCOUNTABILITY/INVENTORY INTERFACE;**26**; 10/24/97
    33 ;This routine checks for correct X12 formating.
    44 ;
    55ORDER ;  check order of code sheets
     6 ;  isa   <--------------+
     7 ;    gs    <----------+ |
     8 ;      st    <------+ | |
     9 ;      | big        | | |
     10 ;      | it1   <--+ | | |
     11 ;      | ...      | | | |--repeats
     12 ;      | it1   <--+ | | |
     13 ;      | ctt        | | |
     14 ;      se    <------+ | |
     15 ;    ge    <----------+ |
     16 ;  iea   <--------------+
    617 S PSANEXT=$P(PSADATA,"^")
    718 ;
     
    2031 I PSALAST="ST",PSANEXT'="BIG" D ORDERROR("ST",PSANEXT,"BIG") Q
    2132 ;
    22  ;adding next two lines for new format
    23  I PSALAST="IT1",PSANEXT="PID" Q
    24  I PSALAST="PO4",PSANEXT'="IT1",PSANEXT'="CTT"&(PSANEXT'="TDS") D ORDERROR("PO4",PSANEXT,"CTT") Q
    25  ;End of PSA*3*67 Changes
     33 I PSALAST="IT1",PSANEXT="IT1" Q
     34 I PSALAST="IT1",PSANEXT'="CTT"&(PSANEXT'="TDS") D ORDERROR("IT1",PSANEXT,"CTT") Q
    2635 Q
    2736 ;
Note: See TracChangeset for help on using the changeset viewer.