IBINI09K ; ; 21-MAR-1994
;;Version 2.0 ; INTEGRATED BILLING ;; 21-MAR-94
Q:'DIFQ(358.91) 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
;;^DIC(358.91,0,"GL")
;;=^IBE(358.91,
;;^DIC("B","IMP/EXP MARKING AREA",358.91)
;;=
;;^DIC(358.91,"%D",0)
;;=^^4^4^2940217^
;;^DIC(358.91,"%D",1,0)
;;=
;;^DIC(358.91,"%D",2,0)
;;=This file is nearly identical to file #357.91. It is used by the
;;^DIC(358.91,"%D",3,0)
;;=Import/Export Utility as a temporary staging area for data from that file
;;^DIC(358.91,"%D",4,0)
;;=that is being imported or exported.
;;^DD(358.91,0)
;;=FIELD^^.02^2
;;^DD(358.91,0,"IX","B",358.91,.01)
;;=
;;^DD(358.91,0,"NM","IMP/EXP MARKING AREA")
;;=
;;^DD(358.91,0,"PT",358.22,.06)
;;=
;;^DD(358.91,.01,0)
;;=NAME^RFX^^0;1^K:$L(X)>30 X
;;^DD(358.91,.01,1,0)
;;=^.1
;;^DD(358.91,.01,1,1,0)
;;=358.91^B
;;^DD(358.91,.01,1,1,1)
;;=S ^IBE(358.91,"B",$E(X,1,30),DA)=""
;;^DD(358.91,.01,1,1,2)
;;=K ^IBE(358.91,"B",$E(X,1,30),DA)
;;^DD(358.91,.01,3)
;;=NAME MUST BE UNDER 31 CHARACTERS
;;^DD(358.91,.01,21,0)
;;=^^1^1^2930608^
;;^DD(358.91,.01,21,1,0)
;;=The name should describe the appearance of the marking area on the form.
;;^DD(358.91,.02,0)
;;=DISPLAY STRING^F^^0;2^K:$L(X)>20!($L(X)<1) X
;;^DD(358.91,.02,3)
;;=Answer must be 1-20 characters in length.
;;^DD(358.91,.02,21,0)
;;=^^2^2^2930528^
;;^DD(358.91,.02,21,1,0)
;;=
;;^DD(358.91,.02,21,2,0)
;;=The text that should be displayed in the MARKING AREA.
;;^DD(358.91,.02,"DT")
;;=2921207
IBINI09K ; ; 21-MAR-1994
+1 ;;Version 2.0 ; INTEGRATED BILLING ;; 21-MAR-94
+2 IF 'DIFQ(358.91)
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 ;;^DIC(358.91,0,"GL")
+2 ;;=^IBE(358.91,
+3 ;;^DIC("B","IMP/EXP MARKING AREA",358.91)
+4 ;;=
+5 ;;^DIC(358.91,"%D",0)
+6 ;;=^^4^4^2940217^
+7 ;;^DIC(358.91,"%D",1,0)
+8 ;;=
+9 ;;^DIC(358.91,"%D",2,0)
+10 ;;=This file is nearly identical to file #357.91. It is used by the
+11 ;;^DIC(358.91,"%D",3,0)
+12 ;;=Import/Export Utility as a temporary staging area for data from that file
+13 ;;^DIC(358.91,"%D",4,0)
+14 ;;=that is being imported or exported.
+15 ;;^DD(358.91,0)
+16 ;;=FIELD^^.02^2
+17 ;;^DD(358.91,0,"IX","B",358.91,.01)
+18 ;;=
+19 ;;^DD(358.91,0,"NM","IMP/EXP MARKING AREA")
+20 ;;=
+21 ;;^DD(358.91,0,"PT",358.22,.06)
+22 ;;=
+23 ;;^DD(358.91,.01,0)
+24 ;;=NAME^RFX^^0;1^K:$L(X)>30 X
+25 ;;^DD(358.91,.01,1,0)
+26 ;;=^.1
+27 ;;^DD(358.91,.01,1,1,0)
+28 ;;=358.91^B
+29 ;;^DD(358.91,.01,1,1,1)
+30 ;;=S ^IBE(358.91,"B",$E(X,1,30),DA)=""
+31 ;;^DD(358.91,.01,1,1,2)
+32 ;;=K ^IBE(358.91,"B",$E(X,1,30),DA)
+33 ;;^DD(358.91,.01,3)
+34 ;;=NAME MUST BE UNDER 31 CHARACTERS
+35 ;;^DD(358.91,.01,21,0)
+36 ;;=^^1^1^2930608^
+37 ;;^DD(358.91,.01,21,1,0)
+38 ;;=The name should describe the appearance of the marking area on the form.
+39 ;;^DD(358.91,.02,0)
+40 ;;=DISPLAY STRING^F^^0;2^K:$L(X)>20!($L(X)<1) X
+41 ;;^DD(358.91,.02,3)
+42 ;;=Answer must be 1-20 characters in length.
+43 ;;^DD(358.91,.02,21,0)
+44 ;;=^^2^2^2930528^
+45 ;;^DD(358.91,.02,21,1,0)
+46 ;;=
+47 ;;^DD(358.91,.02,21,2,0)
+48 ;;=The text that should be displayed in the MARKING AREA.
+49 ;;^DD(358.91,.02,"DT")
+50 ;;=2921207