IBINI09F ; ; 21-MAR-1994
;;Version 2.0 ; INTEGRATED BILLING ;; 21-MAR-94
Q:'DIFQ(358.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(358.61,0,"NM","DESCRIPTION")
;;=
;;^DD(358.61,0,"UP")
;;=358.6
;;^DD(358.61,.01,0)
;;=/6^W^^0;1^Q
;;^DD(358.61,.01,3)
;;=Enter a description of the data being exchanged.
;;^DD(358.61,.01,"DT")
;;=2930210
;;^DD(358.66,0)
;;=PROTECTED LOCAL VARIABLES SUB-FIELD^^.01^1
;;^DD(358.66,0,"IX","B",358.66,.01)
;;=
;;^DD(358.66,0,"NM","PROTECTED LOCAL VARIABLES")
;;=
;;^DD(358.66,0,"UP")
;;=358.6
;;^DD(358.66,.01,0)
;;=PROTECTED LOCAL VARIABLES^MFX^^0;1^K:'$$VARIABLE^IBDFU5(X) X
;;^DD(358.66,.01,1,0)
;;=^.1
;;^DD(358.66,.01,1,1,0)
;;=358.66^B
;;^DD(358.66,.01,1,1,1)
;;=S ^IBE(358.6,DA(1),6,"B",$E(X,1,30),DA)=""
;;^DD(358.66,.01,1,1,2)
;;=K ^IBE(358.6,DA(1),6,"B",$E(X,1,30),DA)
;;^DD(358.66,.01,3)
;;=Enter variables that should be NEWED before the entry action or calling the interface.
;;^DD(358.66,.01,21,0)
;;=^^3^3^2930608^
;;^DD(358.66,.01,21,1,0)
;;=
;;^DD(358.66,.01,21,2,0)
;;=A list of variables that should be newed before the entry action or
;;^DD(358.66,.01,21,3,0)
;;=calling the interface.
;;^DD(358.66,.01,"DT")
;;=2930608
;;^DD(358.67,0)
;;=REQUIRED LOCAL VARIABLES SUB-FIELD^^.01^1
;;^DD(358.67,0,"IX","B",358.67,.01)
;;=
;;^DD(358.67,0,"NM","REQUIRED LOCAL VARIABLES")
;;=
;;^DD(358.67,0,"UP")
;;=358.6
;;^DD(358.67,.01,0)
;;=REQUIRED LOCAL VARIABLE^MFX^^0;1^K:'$$VARIABLE^IBDFU5(X) X
;;^DD(358.67,.01,1,0)
;;=^.1
;;^DD(358.67,.01,1,1,0)
;;=358.67^B
;;^DD(358.67,.01,1,1,1)
;;=S ^IBE(358.6,DA(1),7,"B",$E(X,1,30),DA)=""
;;^DD(358.67,.01,1,1,2)
;;=K ^IBE(358.6,DA(1),7,"B",$E(X,1,30),DA)
;;^DD(358.67,.01,3)
;;=Enter any variables that must exist before the Package Interface routine is called.
;;^DD(358.67,.01,21,0)
;;=^^4^4^2930528^
;;^DD(358.67,.01,21,1,0)
;;=
;;^DD(358.67,.01,21,2,0)
;;=A variable that is required input to the interface routine. The interface
;;^DD(358.67,.01,21,3,0)
;;=routine will not be called if all of the required variables are not
;;^DD(358.67,.01,21,4,0)
;;=defined.
;;^DD(358.67,.01,"DT")
;;=2930521
IBINI09F ; ; 21-MAR-1994
+1 ;;Version 2.0 ; INTEGRATED BILLING ;; 21-MAR-94
+2 IF 'DIFQ(358.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(358.61,0,"NM","DESCRIPTION")
+2 ;;=
+3 ;;^DD(358.61,0,"UP")
+4 ;;=358.6
+5 ;;^DD(358.61,.01,0)
+6 ;;=/6^W^^0;1^Q
+7 ;;^DD(358.61,.01,3)
+8 ;;=Enter a description of the data being exchanged.
+9 ;;^DD(358.61,.01,"DT")
+10 ;;=2930210
+11 ;;^DD(358.66,0)
+12 ;;=PROTECTED LOCAL VARIABLES SUB-FIELD^^.01^1
+13 ;;^DD(358.66,0,"IX","B",358.66,.01)
+14 ;;=
+15 ;;^DD(358.66,0,"NM","PROTECTED LOCAL VARIABLES")
+16 ;;=
+17 ;;^DD(358.66,0,"UP")
+18 ;;=358.6
+19 ;;^DD(358.66,.01,0)
+20 ;;=PROTECTED LOCAL VARIABLES^MFX^^0;1^K:'$$VARIABLE^IBDFU5(X) X
+21 ;;^DD(358.66,.01,1,0)
+22 ;;=^.1
+23 ;;^DD(358.66,.01,1,1,0)
+24 ;;=358.66^B
+25 ;;^DD(358.66,.01,1,1,1)
+26 ;;=S ^IBE(358.6,DA(1),6,"B",$E(X,1,30),DA)=""
+27 ;;^DD(358.66,.01,1,1,2)
+28 ;;=K ^IBE(358.6,DA(1),6,"B",$E(X,1,30),DA)
+29 ;;^DD(358.66,.01,3)
+30 ;;=Enter variables that should be NEWED before the entry action or calling the interface.
+31 ;;^DD(358.66,.01,21,0)
+32 ;;=^^3^3^2930608^
+33 ;;^DD(358.66,.01,21,1,0)
+34 ;;=
+35 ;;^DD(358.66,.01,21,2,0)
+36 ;;=A list of variables that should be newed before the entry action or
+37 ;;^DD(358.66,.01,21,3,0)
+38 ;;=calling the interface.
+39 ;;^DD(358.66,.01,"DT")
+40 ;;=2930608
+41 ;;^DD(358.67,0)
+42 ;;=REQUIRED LOCAL VARIABLES SUB-FIELD^^.01^1
+43 ;;^DD(358.67,0,"IX","B",358.67,.01)
+44 ;;=
+45 ;;^DD(358.67,0,"NM","REQUIRED LOCAL VARIABLES")
+46 ;;=
+47 ;;^DD(358.67,0,"UP")
+48 ;;=358.6
+49 ;;^DD(358.67,.01,0)
+50 ;;=REQUIRED LOCAL VARIABLE^MFX^^0;1^K:'$$VARIABLE^IBDFU5(X) X
+51 ;;^DD(358.67,.01,1,0)
+52 ;;=^.1
+53 ;;^DD(358.67,.01,1,1,0)
+54 ;;=358.67^B
+55 ;;^DD(358.67,.01,1,1,1)
+56 ;;=S ^IBE(358.6,DA(1),7,"B",$E(X,1,30),DA)=""
+57 ;;^DD(358.67,.01,1,1,2)
+58 ;;=K ^IBE(358.6,DA(1),7,"B",$E(X,1,30),DA)
+59 ;;^DD(358.67,.01,3)
+60 ;;=Enter any variables that must exist before the Package Interface routine is called.
+61 ;;^DD(358.67,.01,21,0)
+62 ;;=^^4^4^2930528^
+63 ;;^DD(358.67,.01,21,1,0)
+64 ;;=
+65 ;;^DD(358.67,.01,21,2,0)
+66 ;;=A variable that is required input to the interface routine. The interface
+67 ;;^DD(358.67,.01,21,3,0)
+68 ;;=routine will not be called if all of the required variables are not
+69 ;;^DD(358.67,.01,21,4,0)
+70 ;;=defined.
+71 ;;^DD(358.67,.01,"DT")
+72 ;;=2930521