FBPST35A ;AISC/CMR-MERGE & DELETION OF DENIALS FILES ; JUN 15 1994
;;3.5;FEE BASIS;;JAN 30, 1995
;;Per VHA Directive 10-93-142, this routine should not be modified.
I '$D(^DD(163,0)),('$D(^DD(163.1,0))) W !!,"Post-Init FBPST35A has already been run." Q
W !!,"Beginning FBPST35A....",!!?20,"CONVERSION OF DENIALS FILES"
I '$D(^FBAA(163,0)) G DEL
W !!,"Now I will move any Medical Denial information you wish to keep into the",!,"Fee Basis Payment File (#162). I will then remove the Fee Basis Medical",!,"Denials file (#163) and the Fee Basis Pharmacy Denials file (#163.1)."
ASK W !!,"Do you want to keep any Medical Denials that are presently stored in the" S DIR(0)="Y",DIR("A")="Fee Basis Medical Denials file (#163)",DIR("B")="No"
S DIR("?")="Answering yes will move the denials to file #162, no will delete them" D ^DIR K DIR G:$D(DIRUT) ABRT I 'Y G DEL
S FBDEN=1
W !!,"You may elect to merge all of your Fee Basis Medical Denials. If you",!,"choose not to retain all denials, you will be prompted to select a",!,"STARTING DATE to retain denials. Denials from the starting date to the"
W !,"present date will be merged into file #162.",!!
ASK1 S DIR(0)="Y",DIR("A")="Do you wish to retain all Medical Denials",DIR("B")="No" D ^DIR K DIR G ASK:$D(DIRUT),MOVE:Y
S DIR(0)="D",DIR("A")="Select date to retain denials" D ^DIR K DIR G ASK1:$D(DIRUT)!(Y'>0) S FBARDT=+Y
MOVE S U="^" I '$G(FBDEN) G DEL
W !!?5,"Beginning merge"
;get patient from denial file and set up or find in pmnt file
S DFN=0 F S DFN=$O(^FBAA(163,DFN)) Q:'DFN D
.;get vendor from denial file and set up or find in pmnt file
.S FBV=0 F S FBV=$O(^FBAA(163,DFN,1,FBV)) Q:'FBV D
..;get trt dt from denial file and set up or find in pmnt file
..S FBDSDI=0 F S FBDSDI=$O(^FBAA(163,DFN,1,FBV,1,FBDSDI)) Q:'FBDSDI S FBDDT=+^FBAA(163,DFN,1,FBV,1,FBDSDI,0),FBAUTH=$P(+^(0),"^",4) D:($S($G(FBARDT):FBDDT'<FBARDT,1:1))
...D PAT^FBAACO,FILEV^FBAACO5(DFN,FBV) Q:$G(FBAAOUT) D GETSVDT^FBAACO5(DFN,FBV,FBAUTH,0,FBDDT) Q:$G(FBAAOUT)
...;get and file svc provided multiples
...S FBJ=0 F S FBJ=$O(^FBAA(163,DFN,1,FBV,1,FBDSDI,1,FBJ)) Q:'FBJ I $D(^FBAA(163,DFN,1,FBV,1,FBDSDI,1,FBJ,0)) S FBX=+^(0) D
....W "." K DD,DO S DIC="^FBAAC(DFN,1,FBV,1,FBSDI,1,",DA(3)=DFN,DA(2)=FBV,DA(1)=FBSDI,X=FBX,DIC(0)="L",DIC("P")="162.03A" D FILE^DICN K DIC,DA Q:'Y S FBAACPI=+Y
....S %X="^FBAA(163,DFN,1,FBV,1,FBDSDI,1,FBJ,",%Y="^FBAAC(DFN,1,FBV,1,FBSDI,1,FBAACPI," D %XY^%RCR
....;re-index entry
....S DIK="^FBAAC(DFN,1,FBV,1,FBSDI,1,",DA(3)=DFN,DA(2)=FBV,DA(1)=FBSDI,DA=FBAACPI D IX1^DIK K DIK,DA
....;delete entry from 163
....S DIK="^FBAA(163,DFN,1,FBV,1,FBDSDI,1,",DA(3)=DFN,DA(2)=FBV,DA(1)=FBDSDI,DA=FBJ D ^DIK K DIK,DA
DEL ;delete files 163 and 163.1
I $D(^DD(163,0)) W !!?5,"Deleting the Fee Basis Medical Denials file (#163)..." S DIU="^FBAA(163,",DIU(0)="DT" D EN^DIU2
I $D(^DD(163.1,0)) W !!?5,"Deleting the Fee Basis Pharmacy Denials file (#163.1)..." S DIU="^FBAA(163.1,",DIU(0)="DT" D EN^DIU2
W !!?5,"Cleaning up DD nodes..."
K ^DD(200,0,"PT",163.03,6),^DD(200,0,"PT",163.1,2),^DD(200,0,"PT",163.11,11),^DD(161.2,0,"PT",163.01,.01),^DD(161.2,0,"PT",163.1,3),^DD(161,0,"PT",163.11,4),^DD(161.27,0,"PT",163.03,4),^DD(161.27,0,"PT",163.11,7)
K ^DD(50,0,"PT",163.11,9),^DD(161.7,0,"PT",163.03,7),^DD(161.7,0,"PT",163.03,21),^DD(161.7,0,"PT",163.04,1),^DD(161.7,0,"PT",163.04,6),^DD(161.7,0,"PT",163.1,10),^DD(161.7,0,"PT",163.11,13),^DD(161.7,0,"PT",163.11,19)
K ^DD(2,0,"PT",163,.01),^DD(161.8,0,"PT",163.02,1.5),^DD(161.8,0,"PT",163.03,23),^DD(81,0,"PT",163.03,.01),^DD(161.82,0,"PT",163.03,16)
END K DFN,FBV,FBSDI,FBDSDI,DA,DIU,DIC,FBARDT,FBDEN,DIK,FBAADT,FBAUTH
W !!,"Completed FBPST35A " D NOW^%DTC W $$DATX^FBAAUTL(%)
Q
ABRT ;
I $D(DUOUT) W !!,*7,"Required Response!!" G ASK
I $D(DTOUT) W !!,*7,"Unable to complete the FBPST35A Post-Init routine. To complete this",!,"process, run ^FBPST35A as soon as possible."
Q
--- Routine Detail --- with STRUCTURED ROUTINE LISTING ---[H[J[2J[HFBPST35A 3962 printed Nov 22, 2024@17:09:59 Page 2
FBPST35A ;AISC/CMR-MERGE & DELETION OF DENIALS FILES ; JUN 15 1994
+1 ;;3.5;FEE BASIS;;JAN 30, 1995
+2 ;;Per VHA Directive 10-93-142, this routine should not be modified.
+3 IF '$DATA(^DD(163,0))
IF ('$DATA(^DD(163.1,0)))
WRITE !!,"Post-Init FBPST35A has already been run."
QUIT
+4 WRITE !!,"Beginning FBPST35A....",!!?20,"CONVERSION OF DENIALS FILES"
+5 IF '$DATA(^FBAA(163,0))
GOTO DEL
+6 WRITE !!,"Now I will move any Medical Denial information you wish to keep into the",!,"Fee Basis Payment File (#162). I will then remove the Fee Basis Medical",!,"Denials file (#163) and the Fee Basis Pharmacy Denials file (#163.1)."
ASK WRITE !!,"Do you want to keep any Medical Denials that are presently stored in the"
SET DIR(0)="Y"
SET DIR("A")="Fee Basis Medical Denials file (#163)"
SET DIR("B")="No"
+1 SET DIR("?")="Answering yes will move the denials to file #162, no will delete them"
DO ^DIR
KILL DIR
if $DATA(DIRUT)
GOTO ABRT
IF 'Y
GOTO DEL
+2 SET FBDEN=1
+3 WRITE !!,"You may elect to merge all of your Fee Basis Medical Denials. If you",!,"choose not to retain all denials, you will be prompted to select a",!,"STARTING DATE to retain denials. Denials from the starting date to the"
+4 WRITE !,"present date will be merged into file #162.",!!
ASK1 SET DIR(0)="Y"
SET DIR("A")="Do you wish to retain all Medical Denials"
SET DIR("B")="No"
DO ^DIR
KILL DIR
if $DATA(DIRUT)
GOTO ASK
if Y
GOTO MOVE
+1 SET DIR(0)="D"
SET DIR("A")="Select date to retain denials"
DO ^DIR
KILL DIR
if $DATA(DIRUT)!(Y'>0)
GOTO ASK1
SET FBARDT=+Y
MOVE SET U="^"
IF '$GET(FBDEN)
GOTO DEL
+1 WRITE !!?5,"Beginning merge"
+2 ;get patient from denial file and set up or find in pmnt file
+3 SET DFN=0
FOR
SET DFN=$ORDER(^FBAA(163,DFN))
if 'DFN
QUIT
Begin DoDot:1
+4 ;get vendor from denial file and set up or find in pmnt file
+5 SET FBV=0
FOR
SET FBV=$ORDER(^FBAA(163,DFN,1,FBV))
if 'FBV
QUIT
Begin DoDot:2
+6 ;get trt dt from denial file and set up or find in pmnt file
+7 SET FBDSDI=0
FOR
SET FBDSDI=$ORDER(^FBAA(163,DFN,1,FBV,1,FBDSDI))
if 'FBDSDI
QUIT
SET FBDDT=+^FBAA(163,DFN,1,FBV,1,FBDSDI,0)
SET FBAUTH=$PIECE(+^(0),"^",4)
if ($SELECT($GET(FBARDT)
Begin DoDot:3
+8 DO PAT^FBAACO
DO FILEV^FBAACO5(DFN,FBV)
if $GET(FBAAOUT)
QUIT
DO GETSVDT^FBAACO5(DFN,FBV,FBAUTH,0,FBDDT)
if $GET(FBAAOUT)
QUIT
+9 ;get and file svc provided multiples
+10 SET FBJ=0
FOR
SET FBJ=$ORDER(^FBAA(163,DFN,1,FBV,1,FBDSDI,1,FBJ))
if 'FBJ
QUIT
IF $DATA(^FBAA(163,DFN,1,FBV,1,FBDSDI,1,FBJ,0))
SET FBX=+^(0)
Begin DoDot:4
+11 WRITE "."
KILL DD,DO
SET DIC="^FBAAC(DFN,1,FBV,1,FBSDI,1,"
SET DA(3)=DFN
SET DA(2)=FBV
SET DA(1)=FBSDI
SET X=FBX
SET DIC(0)="L"
SET DIC("P")="162.03A"
DO FILE^DICN
KILL DIC,DA
if 'Y
QUIT
SET FBAACPI=+Y
+12 SET %X="^FBAA(163,DFN,1,FBV,1,FBDSDI,1,FBJ,"
SET %Y="^FBAAC(DFN,1,FBV,1,FBSDI,1,FBAACPI,"
DO %XY^%RCR
+13 ;re-index entry
+14 SET DIK="^FBAAC(DFN,1,FBV,1,FBSDI,1,"
SET DA(3)=DFN
SET DA(2)=FBV
SET DA(1)=FBSDI
SET DA=FBAACPI
DO IX1^DIK
KILL DIK,DA
+15 ;delete entry from 163
+16 SET DIK="^FBAA(163,DFN,1,FBV,1,FBDSDI,1,"
SET DA(3)=DFN
SET DA(2)=FBV
SET DA(1)=FBDSDI
SET DA=FBJ
DO ^DIK
KILL DIK,DA
End DoDot:4
End DoDot:3
End DoDot:2
End DoDot:1
DEL ;delete files 163 and 163.1
+1 IF $DATA(^DD(163,0))
WRITE !!?5,"Deleting the Fee Basis Medical Denials file (#163)..."
SET DIU="^FBAA(163,"
SET DIU(0)="DT"
DO EN^DIU2
+2 IF $DATA(^DD(163.1,0))
WRITE !!?5,"Deleting the Fee Basis Pharmacy Denials file (#163.1)..."
SET DIU="^FBAA(163.1,"
SET DIU(0)="DT"
DO EN^DIU2
+3 WRITE !!?5,"Cleaning up DD nodes..."
+4 KILL ^DD(200,0,"PT",163.03,6),^DD(200,0,"PT",163.1,2),^DD(200,0,"PT",163.11,11),^DD(161.2,0,"PT",163.01,.01),^DD(161.2,0,"PT",163.1,3),^DD(161,0,"PT",163.11,4),^DD(161.27,0,"PT",163.03,4),^DD(161.27,0,"PT",163.11,7)
+5 KILL ^DD(50,0,"PT",163.11,9),^DD(161.7,0,"PT",163.03,7),^DD(161.7,0,"PT",163.03,21),^DD(161.7,0,"PT",163.04,1),^DD(161.7,0,"PT",163.04,6),^DD(161.7,0,"PT",163.1,10),^DD(161.7,0,"PT",163.11,13),^DD(161.7,0,"PT",163.11,19)
+6 KILL ^DD(2,0,"PT",163,.01),^DD(161.8,0,"PT",163.02,1.5),^DD(161.8,0,"PT",163.03,23),^DD(81,0,"PT",163.03,.01),^DD(161.82,0,"PT",163.03,16)
END KILL DFN,FBV,FBSDI,FBDSDI,DA,DIU,DIC,FBARDT,FBDEN,DIK,FBAADT,FBAUTH
+1 WRITE !!,"Completed FBPST35A "
DO NOW^%DTC
WRITE $$DATX^FBAAUTL(%)
+2 QUIT
ABRT ;
+1 IF $DATA(DUOUT)
WRITE !!,*7,"Required Response!!"
GOTO ASK
+2 IF $DATA(DTOUT)
WRITE !!,*7,"Unable to complete the FBPST35A Post-Init routine. To complete this",!,"process, run ^FBPST35A as soon as possible."
+3 QUIT