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

BCHABC2.m

Go to the documentation of this file.
  1. BCHABC2 ; IHS/CMI/LAB - EDIT/DELETE PCC VISIT FROM CHR RECORD ;
  1. ;;2.0;IHS RPMS CHR SYSTEM;;OCT 23, 2012;Build 27
  1. ;
  1. ;If a CHR Record is edited, this routine is called to modify
  1. ;or create the associated PCC visit.
  1. ;All V Files are deleted, the visit entry modified and the
  1. ;V File entries recreated.
  1. ;
  1. E ;EP - edited a chr record
  1. I '$G(BCHEV("VFILES",9000010)) S BCHEV("TYPE")="A" D A^BCHABCH Q ;no pcc visit ever created to edit, act like add
  1. S BCHVSIT=BCHEV("VFILES",9000010)
  1. D DELVFS
  1. I $P(^AUPNVSIT(BCHVSIT,0),U,11) S BCHEV("TYPE")="A" D A^BCHABCH Q ;if pcc visit gone get rid of 15th, v file multiple and then act like add
  1. ;if not deleted, do visit mod and then re-add vfiles
  1. S APCDALVR("APCDVSIT")=BCHVSIT
  1. S APCDALVR("APCDATMP")="[APCDALVR 9000010 (MOD)]"
  1. D VISIT^BCHABCH
  1. D ^APCDALVR
  1. I $D(APCDALVR("APCDAFLG")) S BCHQUIT=28 D VSERROR^BCHABCH Q
  1. D VFILES^BCHABC1
  1. S BCHV("9000010")=BCHVSIT
  1. D COMPLETE^BCHALD
  1. Q
  1. D ;EP chr visit deleted
  1. I '$G(BCHEV("VFILES",9000010)) Q ;no visit to begin with
  1. S BCHVSIT=BCHEV("VFILES",9000010)
  1. D DELVFS
  1. Q
  1. DELVFS ;delete vfiles
  1. S BCHF=0 F S BCHF=$O(BCHEV("VFILES",BCHF)) Q:BCHF'=+BCHF D
  1. .S BCHN=0 F S BCHN=$O(BCHEV("VFILES",BCHF,BCHN)) Q:BCHN'=+BCHN S DA=BCHN,DIK=^DIC(BCHF,0,"GL") D ^DIK
  1. .K DA,DIK
  1. .Q
  1. I '$P(^AUPNVSIT(BCHVSIT,0),U,9),'$P(^(0),U,11) S APCDVDLT=BCHVSIT D ^APCDVDLT K APCDVDLT ;if no dependent entries delete visit
  1. K BCHF,BCHN,BCHVDLT
  1. Q