- IBINI0CC ; ; 21-MAR-1994
- ;;Version 2.0 ; INTEGRATED BILLING ;; 21-MAR-94
- Q:'DIFQ(409.96) 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(409.961,.01,1,2,"DT")
- ;;=2930518
- ;;^DD(409.961,.01,3)
- ;;=Enter the report or form that you want to print for the entire division.
- ;;^DD(409.961,.01,12)
- ;;=Allows only reports installed in the Package Interface file.
- ;;^DD(409.961,.01,12.1)
- ;;=S DIC("S")="I $P(^(0),U,6)=4,$P(^(0),U,9)=1"
- ;;^DD(409.961,.01,21,0)
- ;;=^^3^3^2930528^
- ;;^DD(409.961,.01,21,1,0)
- ;;=
- ;;^DD(409.961,.01,21,2,0)
- ;;=A report that should print. Only reports contained in the Package
- ;;^DD(409.961,.01,21,3,0)
- ;;=Interface file can be printed by the print manager.
- ;;^DD(409.961,.01,"DT")
- ;;=2930520
- ;;^DD(409.961,.02,0)
- ;;=PRINT CONDITION^RP357.92'^IBE(357.92,^0;2^Q
- ;;^DD(409.961,.02,1,0)
- ;;=^.1
- ;;^DD(409.961,.02,1,1,0)
- ;;=409.96^A1^MUMPS
- ;;^DD(409.961,.02,1,1,1)
- ;;=S ^SD(409.96,"A",$P(^SD(409.96,DA(1),0),U),X,$P(^SD(409.96,DA(1),1,DA,0),U),DA(1),DA)=""
- ;;^DD(409.961,.02,1,1,2)
- ;;=K ^SD(409.96,"A",$P(^SD(409.96,DA(1),0),U),X,$P(^SD(409.96,DA(1),1,DA,0),U),DA(1),DA)
- ;;^DD(409.961,.02,1,1,"%D",0)
- ;;=^^6^6^2940216^
- ;;^DD(409.961,.02,1,1,"%D",1,0)
- ;;=
- ;;^DD(409.961,.02,1,1,"%D",2,0)
- ;;=Allows all of the reports that should print under certain conditons for
- ;;^DD(409.961,.02,1,1,"%D",3,0)
- ;;=the division to be found. The subscripts are ^SD(409.96,"A",<division
- ;;^DD(409.961,.02,1,1,"%D",4,0)
- ;;=ien>,<print condition ien >, <package interface ien>, <division setup
- ;;^DD(409.961,.02,1,1,"%D",5,0)
- ;;=ien>, <report multiple ien>). It is not necessary to re-index the A
- ;;^DD(409.961,.02,1,1,"%D",6,0)
- ;;=cross-reference on the REPORT field if this field is re-indexed.
- ;;^DD(409.961,.02,1,1,"DT")
- ;;=2930518
- ;;^DD(409.961,.02,3)
- ;;=Under what condition do you want the report to print?
- ;;^DD(409.961,.02,4)
- ;;=D HELP6^IBDFU5A
- ;;^DD(409.961,.02,21,0)
- ;;=^^2^2^2930528^
- ;;^DD(409.961,.02,21,1,0)
- ;;=
- ;;^DD(409.961,.02,21,2,0)
- ;;=The condition under which the report should print.
- ;;^DD(409.961,.02,"DT")
- ;;=2930518
- IBINI0CC ; ; 21-MAR-1994
- +1 ;;Version 2.0 ; INTEGRATED BILLING ;; 21-MAR-94
- +2 IF 'DIFQ(409.96)
- 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(409.961,.01,1,2,"DT")
- +2 ;;=2930518
- +3 ;;^DD(409.961,.01,3)
- +4 ;;=Enter the report or form that you want to print for the entire division.
- +5 ;;^DD(409.961,.01,12)
- +6 ;;=Allows only reports installed in the Package Interface file.
- +7 ;;^DD(409.961,.01,12.1)
- +8 ;;=S DIC("S")="I $P(^(0),U,6)=4,$P(^(0),U,9)=1"
- +9 ;;^DD(409.961,.01,21,0)
- +10 ;;=^^3^3^2930528^
- +11 ;;^DD(409.961,.01,21,1,0)
- +12 ;;=
- +13 ;;^DD(409.961,.01,21,2,0)
- +14 ;;=A report that should print. Only reports contained in the Package
- +15 ;;^DD(409.961,.01,21,3,0)
- +16 ;;=Interface file can be printed by the print manager.
- +17 ;;^DD(409.961,.01,"DT")
- +18 ;;=2930520
- +19 ;;^DD(409.961,.02,0)
- +20 ;;=PRINT CONDITION^RP357.92'^IBE(357.92,^0;2^Q
- +21 ;;^DD(409.961,.02,1,0)
- +22 ;;=^.1
- +23 ;;^DD(409.961,.02,1,1,0)
- +24 ;;=409.96^A1^MUMPS
- +25 ;;^DD(409.961,.02,1,1,1)
- +26 ;;=S ^SD(409.96,"A",$P(^SD(409.96,DA(1),0),U),X,$P(^SD(409.96,DA(1),1,DA,0),U),DA(1),DA)=""
- +27 ;;^DD(409.961,.02,1,1,2)
- +28 ;;=K ^SD(409.96,"A",$P(^SD(409.96,DA(1),0),U),X,$P(^SD(409.96,DA(1),1,DA,0),U),DA(1),DA)
- +29 ;;^DD(409.961,.02,1,1,"%D",0)
- +30 ;;=^^6^6^2940216^
- +31 ;;^DD(409.961,.02,1,1,"%D",1,0)
- +32 ;;=
- +33 ;;^DD(409.961,.02,1,1,"%D",2,0)
- +34 ;;=Allows all of the reports that should print under certain conditons for
- +35 ;;^DD(409.961,.02,1,1,"%D",3,0)
- +36 ;;=the division to be found. The subscripts are ^SD(409.96,"A",<division
- +37 ;;^DD(409.961,.02,1,1,"%D",4,0)
- +38 ;;=ien>,<print condition ien >, <package interface ien>, <division setup
- +39 ;;^DD(409.961,.02,1,1,"%D",5,0)
- +40 ;;=ien>, <report multiple ien>). It is not necessary to re-index the A
- +41 ;;^DD(409.961,.02,1,1,"%D",6,0)
- +42 ;;=cross-reference on the REPORT field if this field is re-indexed.
- +43 ;;^DD(409.961,.02,1,1,"DT")
- +44 ;;=2930518
- +45 ;;^DD(409.961,.02,3)
- +46 ;;=Under what condition do you want the report to print?
- +47 ;;^DD(409.961,.02,4)
- +48 ;;=D HELP6^IBDFU5A
- +49 ;;^DD(409.961,.02,21,0)
- +50 ;;=^^2^2^2930528^
- +51 ;;^DD(409.961,.02,21,1,0)
- +52 ;;=
- +53 ;;^DD(409.961,.02,21,2,0)
- +54 ;;=The condition under which the report should print.
- +55 ;;^DD(409.961,.02,"DT")
- +56 ;;=2930518