- IBINI04A ; ; 21-MAR-1994
- ;;Version 2.0 ; INTEGRATED BILLING ;; 21-MAR-94
- Q:'DIFQ(354.6) F I=1:2 S X=$T(Q+I) Q:X="" S Y=$E($T(Q+I+1),4,999),X=$E(X,4,999) S:$A(Y)=126 I=I+1,Y=$E(Y,2,999)_$E($T(Q+I+1),5,99) S:$A(Y)=61 Y=$E(Y,2,999) X NO E S @X=Y
- Q Q
- ;;^DD(354.6,1,23,3,0)
- ;;=will not print properly.
- ;;^DD(354.6,1,"DT")
- ;;=2930428
- ;;^DD(354.6,2,0)
- ;;=HEADER^354.62^^2;0
- ;;^DD(354.6,2,21,0)
- ;;=^^3^3^2940213^^
- ;;^DD(354.6,2,21,1,0)
- ;;=The first six lines in this field will be centered at the top of plain
- ;;^DD(354.6,2,21,2,0)
- ;;=paper to form the header of the letter. The data in this field should
- ;;^DD(354.6,2,21,3,0)
- ;;=be edited to the correct station name and address of your facility.
- ;;^DD(354.6,2,23,0)
- ;;=^^3^3^2940213^^
- ;;^DD(354.6,2,23,1,0)
- ;;=The data in this field will be printed as it is entered. VA FileMan
- ;;^DD(354.6,2,23,2,0)
- ;;=utilities are not used to format the data, hence, any imbedded functions
- ;;^DD(354.6,2,23,3,0)
- ;;=will not print properly.
- ;;^DD(354.61,0)
- ;;=MAIN BODY SUB-FIELD^^.01^1
- ;;^DD(354.61,0,"DT")
- ;;=2930428
- ;;^DD(354.61,0,"NM","MAIN BODY")
- ;;=
- ;;^DD(354.61,0,"UP")
- ;;=354.6
- ;;^DD(354.61,.01,0)
- ;;=MAIN BODY^W^^0;1^Q
- ;;^DD(354.61,.01,21,0)
- ;;=^^2^2^2930504^^^
- ;;^DD(354.61,.01,21,1,0)
- ;;=This field contains the main body of the letter that will be printed
- ;;^DD(354.61,.01,21,2,0)
- ;;=after the salutation and includes the signature line.
- ;;^DD(354.61,.01,23,0)
- ;;=^^3^3^2930504^^
- ;;^DD(354.61,.01,23,1,0)
- ;;=The data in this field will be printed as it is entered. VA FileMan
- ;;^DD(354.61,.01,23,2,0)
- ;;=utilities are not used to format the data, hence, any imbedded functions
- ;;^DD(354.61,.01,23,3,0)
- ;;=will not print properly.
- ;;^DD(354.61,.01,"DT")
- ;;=2930428
- ;;^DD(354.62,0)
- ;;=HEADER SUB-FIELD^^.01^1
- ;;^DD(354.62,0,"DT")
- ;;=2930428
- ;;^DD(354.62,0,"NM","HEADER")
- ;;=
- ;;^DD(354.62,0,"UP")
- ;;=354.6
- ;;^DD(354.62,.01,0)
- ;;=HEADER^W^^0;1^Q
- ;;^DD(354.62,.01,21,0)
- ;;=^^3^3^2940213^^
- ;;^DD(354.62,.01,21,1,0)
- ;;=The first six lines in this field will be centered at the top of plain
- ;;^DD(354.62,.01,21,2,0)
- ;;=paper to form the header of the letter. The data in this field should
- ;;^DD(354.62,.01,21,3,0)
- ;;=be edited to the correct station name and address of your facility.
- ;;^DD(354.62,.01,23,0)
- ;;=^^3^3^2940213^^^
- ;;^DD(354.62,.01,23,1,0)
- ;;=The data in this field will be printed as it is entered. VA FileMan
- ;;^DD(354.62,.01,23,2,0)
- ;;=utilities are not used to format the data, hence, any imbedded functions
- ;;^DD(354.62,.01,23,3,0)
- ;;=will not print properly.
- ;;^DD(354.62,.01,"DT")
- ;;=2930428
- IBINI04A ; ; 21-MAR-1994
- +1 ;;Version 2.0 ; INTEGRATED BILLING ;; 21-MAR-94
- +2 IF 'DIFQ(354.6)
- QUIT
- FOR I=1:2
- SET X=$TEXT(Q+I)
- IF X=""
- QUIT
- SET Y=$EXTRACT($TEXT(Q+I+1),4,999)
- SET X=$EXTRACT(X,4,999)
- IF $ASCII(Y)=126
- SET I=I+1
- SET Y=$EXTRACT(Y,2,999)_$EXTRACT($TEXT(Q+I+1),5,99)
- IF $ASCII(Y)=61
- SET Y=$EXTRACT(Y,2,999)
- XECUTE NO
- IF '$TEST
- SET @X=Y
- Q QUIT
- +1 ;;^DD(354.6,1,23,3,0)
- +2 ;;=will not print properly.
- +3 ;;^DD(354.6,1,"DT")
- +4 ;;=2930428
- +5 ;;^DD(354.6,2,0)
- +6 ;;=HEADER^354.62^^2;0
- +7 ;;^DD(354.6,2,21,0)
- +8 ;;=^^3^3^2940213^^
- +9 ;;^DD(354.6,2,21,1,0)
- +10 ;;=The first six lines in this field will be centered at the top of plain
- +11 ;;^DD(354.6,2,21,2,0)
- +12 ;;=paper to form the header of the letter. The data in this field should
- +13 ;;^DD(354.6,2,21,3,0)
- +14 ;;=be edited to the correct station name and address of your facility.
- +15 ;;^DD(354.6,2,23,0)
- +16 ;;=^^3^3^2940213^^
- +17 ;;^DD(354.6,2,23,1,0)
- +18 ;;=The data in this field will be printed as it is entered. VA FileMan
- +19 ;;^DD(354.6,2,23,2,0)
- +20 ;;=utilities are not used to format the data, hence, any imbedded functions
- +21 ;;^DD(354.6,2,23,3,0)
- +22 ;;=will not print properly.
- +23 ;;^DD(354.61,0)
- +24 ;;=MAIN BODY SUB-FIELD^^.01^1
- +25 ;;^DD(354.61,0,"DT")
- +26 ;;=2930428
- +27 ;;^DD(354.61,0,"NM","MAIN BODY")
- +28 ;;=
- +29 ;;^DD(354.61,0,"UP")
- +30 ;;=354.6
- +31 ;;^DD(354.61,.01,0)
- +32 ;;=MAIN BODY^W^^0;1^Q
- +33 ;;^DD(354.61,.01,21,0)
- +34 ;;=^^2^2^2930504^^^
- +35 ;;^DD(354.61,.01,21,1,0)
- +36 ;;=This field contains the main body of the letter that will be printed
- +37 ;;^DD(354.61,.01,21,2,0)
- +38 ;;=after the salutation and includes the signature line.
- +39 ;;^DD(354.61,.01,23,0)
- +40 ;;=^^3^3^2930504^^
- +41 ;;^DD(354.61,.01,23,1,0)
- +42 ;;=The data in this field will be printed as it is entered. VA FileMan
- +43 ;;^DD(354.61,.01,23,2,0)
- +44 ;;=utilities are not used to format the data, hence, any imbedded functions
- +45 ;;^DD(354.61,.01,23,3,0)
- +46 ;;=will not print properly.
- +47 ;;^DD(354.61,.01,"DT")
- +48 ;;=2930428
- +49 ;;^DD(354.62,0)
- +50 ;;=HEADER SUB-FIELD^^.01^1
- +51 ;;^DD(354.62,0,"DT")
- +52 ;;=2930428
- +53 ;;^DD(354.62,0,"NM","HEADER")
- +54 ;;=
- +55 ;;^DD(354.62,0,"UP")
- +56 ;;=354.6
- +57 ;;^DD(354.62,.01,0)
- +58 ;;=HEADER^W^^0;1^Q
- +59 ;;^DD(354.62,.01,21,0)
- +60 ;;=^^3^3^2940213^^
- +61 ;;^DD(354.62,.01,21,1,0)
- +62 ;;=The first six lines in this field will be centered at the top of plain
- +63 ;;^DD(354.62,.01,21,2,0)
- +64 ;;=paper to form the header of the letter. The data in this field should
- +65 ;;^DD(354.62,.01,21,3,0)
- +66 ;;=be edited to the correct station name and address of your facility.
- +67 ;;^DD(354.62,.01,23,0)
- +68 ;;=^^3^3^2940213^^^
- +69 ;;^DD(354.62,.01,23,1,0)
- +70 ;;=The data in this field will be printed as it is entered. VA FileMan
- +71 ;;^DD(354.62,.01,23,2,0)
- +72 ;;=utilities are not used to format the data, hence, any imbedded functions
- +73 ;;^DD(354.62,.01,23,3,0)
- +74 ;;=will not print properly.
- +75 ;;^DD(354.62,.01,"DT")
- +76 ;;=2930428