Ignore:
Timestamp:
Jan 4, 2012, 9:39:08 PM (12 years ago)
Author:
George Lilly
Message:

removed tabs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ccr/trunk/p/C0CRXNRD.m

    r597 r1336  
    4141 . I '(C0CCOUNT#1000) U $P W C0CCOUNT," of ",LINES," read ",! U IO ; update every 1000
    4242 . N RXCUI,RXAUI,SAB,TTY,CODE,STR  ; Fileman fields numbers below
    43  . S RXCUI=$P(LINE,"|",1)       ; .01
    44  . S RXAUI=$P(LINE,"|",8)       ; 1
    45  . S SAB=$P(LINE,"|",12)        ; 2
     43 . S RXCUI=$P(LINE,"|",1) ; .01
     44 . S RXAUI=$P(LINE,"|",8) ; 1
     45 . S SAB=$P(LINE,"|",12) ; 2
    4646 . ; If the source is a restricted source, decide what to do based on what's asked.
    4747 . N SRCIEN S SRCIEN=$$FIND1^DIC(176.003,"","QX",SAB,"B") ; SrcIEN in RXNORM SOURCES file
     
    5050 . ; If user didn't ask to include restricted sources, and the source is restricted, then quit
    5151 . I 'INCRES,RESTRIC QUIT
    52  . S TTY=$P(LINE,"|",13)        ; 3
    53  . S CODE=$P(LINE,"|",14)       ; 4
    54  . S STR=$P(LINE,"|",15)        ; 5
     52 . S TTY=$P(LINE,"|",13) ; 3
     53 . S CODE=$P(LINE,"|",14) ; 4
     54 . S STR=$P(LINE,"|",15) ; 5
    5555 . ; Remove embedded "^"
    5656 . S STR=$TR(STR,"^")
     
    8888 . ; Otherwise, we are good to go
    8989 . N RXCUI,NDC ; Fileman fields below
    90  . S RXCUI=$P(LINE,"|",1)       ; .01
    91  . S NDC=$P(LINE,"|",11)        ; 2
     90 . S RXCUI=$P(LINE,"|",1) ; .01
     91 . S NDC=$P(LINE,"|",11) ; 2
    9292 . ; Using classic call to update.
    9393 . N DIC,X,DA,DR
     
    117117 . S SF=$P(LINE,"|",6)          ; 6
    118118 . S SVER=$P(LINE,"|",7)        ; 7
    119  . S SRL=$P(LINE,"|",14)                ; 14
     119 . S SRL=$P(LINE,"|",14)  ; 14
    120120 . S SCIT=$P(LINE,"|",25)       ; 25
    121121 . ; Remove embedded "^"
Note: See TracChangeset for help on using the changeset viewer.