Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Routine: FBUCDD2

FBUCDD2.m

Go to the documentation of this file.
  1. FBUCDD2 ;MNTFW/RGB - DD UTILITY ;4/25/15
  1. ;;3.5;FEE BASIS;**161**;JAN 30, 1995;Build 10
  1. ;;Per VA Directive 6402, this routine should not be modified.
  1. ;
  1. ;FB*3.5*161 Patient MRA delete from MRA Transmission file
  1. ; 161.26 when linked patient authorization is
  1. ; deleted. Had to move DELB as separate call from
  1. ; DELA tag (checks for allowing delete) so the
  1. ; patient MRAs are only deleted when the user
  1. ; actually can respond 'YES' to delete query.
  1. ; Linked to FROM DATE x-ref xxxx which calls this
  1. ; delete process when authorization is fully deleted.
  1. ;
  1. DELB(DA) ; FB*3.5*161 Patient MRA delete (161.26) for deleted linked authorization
  1. I $P(^FBAAA(DA(1),1,DA,0),U,13)=1,$D(^FBAA(161.26,"B",DA(1))) D
  1. . N FBDA,DIK,FBHDA,FBHDA1
  1. . S FBDA=0 F S FBDA=$O(^FBAA(161.26,"B",DA(1),FBDA)) Q:'FBDA D
  1. . . I $P(^FBAA(161.26,FBDA,0),U,3)'=DA Q
  1. . . S FBHDA=DA,FBHDA1=DA(1) K DA(1)
  1. . . S DIK="^FBAA(161.26,",DA=FBDA D ^DIK
  1. . . S DA=FBHDA,DA(1)=FBHDA1
  1. DELBQ Q