IBDEI006 ; ; 18-MAR-1994
;;Version 2.0 ; INTEGRATED BILLING ;; 21-MAR-94
Q:'DIFQ(358.1) 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.1,.14,21,0)
;;=^^4^4^2930607^
;;^DD(358.1,.14,21,1,0)
;;=
;;^DD(358.1,.14,21,2,0)
;;=A value greater than 0 means that the block belongs to the tool kit. The
;;^DD(358.1,.14,21,3,0)
;;=value also determines the order that the block will be listed to the
;;^DD(358.1,.14,21,4,0)
;;=screen that displays the tool kit blocks.
;;^DD(358.1,.14,"DT")
;;=2930309
;;^DD(358.1,1,0)
;;=EXPORT NOTES^358.11^^1;0
;;^DD(358.1,1,21,0)
;;=^^2^2^2930806^
;;^DD(358.1,1,21,1,0)
;;=Should be give other sites information that will enable them to decide
;;^DD(358.1,1,21,2,0)
;;=whether or not they want to import the block. Only applies to tool kit blocks.
;;^DD(358.11,0)
;;=EXPORT NOTES SUB-FIELD^^.01^1
;;^DD(358.11,0,"DT")
;;=2930806
;;^DD(358.11,0,"NM","EXPORT NOTES")
;;=
;;^DD(358.11,0,"UP")
;;=358.1
;;^DD(358.11,.01,0)
;;=EXPORT NOTES^W^^0;1^Q
;;^DD(358.11,.01,3)
;;=What should other sites know about this tool kit block before importing it?
;;^DD(358.11,.01,"DT")
;;=2930806
IBDEI006 ; ; 18-MAR-1994
+1 ;;Version 2.0 ; INTEGRATED BILLING ;; 21-MAR-94
+2 IF 'DIFQ(358.1)
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.1,.14,21,0)
+2 ;;=^^4^4^2930607^
+3 ;;^DD(358.1,.14,21,1,0)
+4 ;;=
+5 ;;^DD(358.1,.14,21,2,0)
+6 ;;=A value greater than 0 means that the block belongs to the tool kit. The
+7 ;;^DD(358.1,.14,21,3,0)
+8 ;;=value also determines the order that the block will be listed to the
+9 ;;^DD(358.1,.14,21,4,0)
+10 ;;=screen that displays the tool kit blocks.
+11 ;;^DD(358.1,.14,"DT")
+12 ;;=2930309
+13 ;;^DD(358.1,1,0)
+14 ;;=EXPORT NOTES^358.11^^1;0
+15 ;;^DD(358.1,1,21,0)
+16 ;;=^^2^2^2930806^
+17 ;;^DD(358.1,1,21,1,0)
+18 ;;=Should be give other sites information that will enable them to decide
+19 ;;^DD(358.1,1,21,2,0)
+20 ;;=whether or not they want to import the block. Only applies to tool kit blocks.
+21 ;;^DD(358.11,0)
+22 ;;=EXPORT NOTES SUB-FIELD^^.01^1
+23 ;;^DD(358.11,0,"DT")
+24 ;;=2930806
+25 ;;^DD(358.11,0,"NM","EXPORT NOTES")
+26 ;;=
+27 ;;^DD(358.11,0,"UP")
+28 ;;=358.1
+29 ;;^DD(358.11,.01,0)
+30 ;;=EXPORT NOTES^W^^0;1^Q
+31 ;;^DD(358.11,.01,3)
+32 ;;=What should other sites know about this tool kit block before importing it?
+33 ;;^DD(358.11,.01,"DT")
+34 ;;=2930806