FBAAAV ;AISC/GRR-FLAG VENDOR FOR ADDITION IN CENTRAL FEE ;10JUL86
;;3.5;FEE BASIS;;JAN 30, 1995
;;Per VHA Directive 10-93-142, this routine should not be modified.
UPDATE ;enter here to update FMS vendor file - called from fbaa fms update option
N FBDA,FBSAY S FBSAY=1 ;flag, if 1 then write
W !! S DIC(0)="AEQM",DIC="^FBAAV(",DIC("S")="N FBVC S FBVC=$P($G(^FBAA(161.25,+Y,0)),U,2,3),FBVC=$TR(FBVC,U) I FBVC'[""C""&(FBVC'[""N"")&('$D(^FBAA(161.25,""AF"",+Y)))" D ^DIC G EXIT:X="^"!(X=""),UPDATE:Y<0 S (FBDA,DA)=+Y
D EN1^FBAAVD
W ! S DIR(0)="Y",DIR("A")="Is this vendor information correct",DIR("B")="No" D ^DIR K DIR G EXIT:$D(DIRUT),VER:Y
I '$D(^XUSEC("FBAA ESTABLISH VENDOR",DUZ)) W !!,*7,"You must contact a vendorizing clerk or supervisor to update this record!" G EXIT
S FBHDA=DA D EDITV^FBAAVD S DA=FBHDA
S FBVC=$P($G(^FBAA(161.25,DA,0)),U,2,3),FBVC=$TR(FBVC,U) I FBVC["C" W !!?5,"Vendor flagged for updating!" G UPDATE
VER W ! S DIR(0)="Y",DIR("A")="Are you sure you want to update this Vendor in the FMS and Central Fee vendor files",DIR("B")="NO",DIR("??")="^D HELP^FBAAAV"
D ^DIR K DIR G:$D(DIRUT) EXIT I 'Y W !!,*7,"Will NOT be Updated" G UPDATE
D SET(FBDA) G UPDATE
;
SET(DA,FBSAY) ;INPUT: DA = ien of record to be updated
; FBSAY = flag to write: 1 for on (optional)
Q:'+$G(DA) N DIE,DR,FBIEN1,FBLOCK,FBT S FBT="C",FBIEN1=DA D SETGL^FBAAVD W:$G(FBSAY) !!,*7,"Vendor flagged for updating!"
S DIE="^FBAAV(",DA=FBIEN1,DR="30.01///@;9///@;13///@" D LOCK^FBUCUTL(DIE,DA,1) I FBLOCK D ^DIE L -^FBAAV(DA)
;K DA,DIE,DR,FBLOCK
;G UPDATE:FBSAY
EXIT K FBT,FBTOV,X,FBEXDT,FBEXNDT,DIC,DIE,Y,DA,DIRUT,FBHDA,FBIEN1,FBTOV,FEEO,Z,Z1,ZZ,FBAAPN,FBDEL,FBID,FBLIEN,FBPARCD,FBTV,FBVIEN,FBV1,FBVC,FBZ,FBX,FBCNUM Q
UPDT(FBDA) ;entry point from fbaavd2 - non-interactive
;INPUT: FBDA = ien of vendor in vendor file
;OUTPUT: set in vendor correction file as update (link to itself) if vendor does not exist, or another vendor is not already linked to it.
Q:'+$G(FBDA) N FBSAY S FBSAY=0
;S DIC(0)="M",DIC="^FBAAV(" D ^DIC G EXIT:Y'>0 S FBDA=+Y
I '$D(^FBAA(161.25,FBDA,0))&('$D(^FBAA(161.25,"AF",FBDA))) D SET(FBDA)
Q
HELP ;help for update of fms vendor file
W !?10,"This option should only be used to update the FMS and Central"
W !?10,"Fee vendor files in Austin with the appropriate information."
W !?10,"(NOTE: The vendor may not exist in the FMS vendor file,"
W !?10," or may exist, but the information in the FMS vendor"
W !?10," file does not reflect accurate information.)"
W !
W !?10,"Use of this option should update the FMS system to reflect"
W !?10,"what is currently in the DHCP system. Information at all"
W !?10,"other VA Medical Centers using this vendor will also be updated."
--- Routine Detail --- with STRUCTURED ROUTINE LISTING ---[H[J[2J[HFBAAAV 2779 printed Dec 13, 2024@01:54:54 Page 2
FBAAAV ;AISC/GRR-FLAG VENDOR FOR ADDITION IN CENTRAL FEE ;10JUL86
+1 ;;3.5;FEE BASIS;;JAN 30, 1995
+2 ;;Per VHA Directive 10-93-142, this routine should not be modified.
UPDATE ;enter here to update FMS vendor file - called from fbaa fms update option
+1 ;flag, if 1 then write
NEW FBDA,FBSAY
SET FBSAY=1
+2 WRITE !!
SET DIC(0)="AEQM"
SET DIC="^FBAAV("
SET DIC("S")="N FBVC S FBVC=$P($G(^FBAA(161.25,+Y,0)),U,2,3),FBVC=$TR(FBVC,U) I FBVC'[""C""&(FBVC'[""N"")&('$D(^FBAA(161.25,""AF"",+Y)))"
DO ^DIC
if X="^"!(X="")
GOTO EXIT
if Y<0
GOTO UPDATE
SET (FBDA,DA)=+Y
+3 DO EN1^FBAAVD
+4 WRITE !
SET DIR(0)="Y"
SET DIR("A")="Is this vendor information correct"
SET DIR("B")="No"
DO ^DIR
KILL DIR
if $DATA(DIRUT)
GOTO EXIT
if Y
GOTO VER
+5 IF '$DATA(^XUSEC("FBAA ESTABLISH VENDOR",DUZ))
WRITE !!,*7,"You must contact a vendorizing clerk or supervisor to update this record!"
GOTO EXIT
+6 SET FBHDA=DA
DO EDITV^FBAAVD
SET DA=FBHDA
+7 SET FBVC=$PIECE($GET(^FBAA(161.25,DA,0)),U,2,3)
SET FBVC=$TRANSLATE(FBVC,U)
IF FBVC["C"
WRITE !!?5,"Vendor flagged for updating!"
GOTO UPDATE
VER WRITE !
SET DIR(0)="Y"
SET DIR("A")="Are you sure you want to update this Vendor in the FMS and Central Fee vendor files"
SET DIR("B")="NO"
SET DIR("??")="^D HELP^FBAAAV"
+1 DO ^DIR
KILL DIR
if $DATA(DIRUT)
GOTO EXIT
IF 'Y
WRITE !!,*7,"Will NOT be Updated"
GOTO UPDATE
+2 DO SET(FBDA)
GOTO UPDATE
+3 ;
SET(DA,FBSAY) ;INPUT: DA = ien of record to be updated
+1 ; FBSAY = flag to write: 1 for on (optional)
+2 if '+$GET(DA)
QUIT
NEW DIE,DR,FBIEN1,FBLOCK,FBT
SET FBT="C"
SET FBIEN1=DA
DO SETGL^FBAAVD
if $GET(FBSAY)
WRITE !!,*7,"Vendor flagged for updating!"
+3 SET DIE="^FBAAV("
SET DA=FBIEN1
SET DR="30.01///@;9///@;13///@"
DO LOCK^FBUCUTL(DIE,DA,1)
IF FBLOCK
DO ^DIE
LOCK -^FBAAV(DA)
+4 ;K DA,DIE,DR,FBLOCK
+5 ;G UPDATE:FBSAY
EXIT KILL FBT,FBTOV,X,FBEXDT,FBEXNDT,DIC,DIE,Y,DA,DIRUT,FBHDA,FBIEN1,FBTOV,FEEO,Z,Z1,ZZ,FBAAPN,FBDEL,FBID,FBLIEN,FBPARCD,FBTV,FBVIEN,FBV1,FBVC,FBZ,FBX,FBCNUM
QUIT
UPDT(FBDA) ;entry point from fbaavd2 - non-interactive
+1 ;INPUT: FBDA = ien of vendor in vendor file
+2 ;OUTPUT: set in vendor correction file as update (link to itself) if vendor does not exist, or another vendor is not already linked to it.
+3 if '+$GET(FBDA)
QUIT
NEW FBSAY
SET FBSAY=0
+4 ;S DIC(0)="M",DIC="^FBAAV(" D ^DIC G EXIT:Y'>0 S FBDA=+Y
+5 IF '$DATA(^FBAA(161.25,FBDA,0))&('$DATA(^FBAA(161.25,"AF",FBDA)))
DO SET(FBDA)
+6 QUIT
HELP ;help for update of fms vendor file
+1 WRITE !?10,"This option should only be used to update the FMS and Central"
+2 WRITE !?10,"Fee vendor files in Austin with the appropriate information."
+3 WRITE !?10,"(NOTE: The vendor may not exist in the FMS vendor file,"
+4 WRITE !?10," or may exist, but the information in the FMS vendor"
+5 WRITE !?10," file does not reflect accurate information.)"
+6 WRITE !
+7 WRITE !?10,"Use of this option should update the FMS system to reflect"
+8 WRITE !?10,"what is currently in the DHCP system. Information at all"
+9 WRITE !?10,"other VA Medical Centers using this vendor will also be updated."