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

IB20P565.m

Go to the documentation of this file.
  1. IB20P565 ;ALB/CXW - IB*2.0*565 Post Init:Fix Visit Date/Time in CT;8-31-2016
  1. ;;2.0;INTEGRATED BILLING;**565**;21-MAR-94;Build 41
  1. ;;Per VA Directive 6402, this routine should not be modified.
  1. Q
  1. ;
  1. POST ; post-install of patch installation
  1. ; remove unnecessary visit date/time for INPAT in field/file (#.03/#356)
  1. N IBA,IBCNT,IBCTIEN,IBCTY,IBVDTM,DA,DIE,DR,X,Y S U="^"
  1. D MSG(" IB*2.0*565 Post-Install .....")
  1. D MSG("")
  1. D MSG(" >> Removing Existing Visit Date/Time for Inpatient Events, Please Wait...")
  1. S IBCNT=0,IBVDTM=""
  1. S IBCTY=$O(^IBE(356.6,"B","INPATIENT ADMISSION",0))
  1. F S IBVDTM=$O(^IBT(356,"AVSIT",IBVDTM)) Q:IBVDTM="" D
  1. . ; no change if visit is a pointer
  1. . I $D(^AUPNVSIT(IBVDTM)) Q
  1. . S IBCTIEN=0
  1. . F S IBCTIEN=$O(^IBT(356,"AVSIT",IBVDTM,IBCTIEN)) Q:'IBCTIEN D
  1. .. ; no change if not inpatient event
  1. .. I IBCTY'=+$P($G(^IBT(356,IBCTIEN,0)),U,18) Q
  1. .. S DA=IBCTIEN
  1. .. ; override the input transform
  1. .. S DIE="^IBT(356,",DR=".03////@" D ^DIE K DA,DIE,DR,X,Y
  1. .. S IBCNT=IBCNT+1
  1. D MSG(" Done. "_IBCNT_" existing inpatient claims tracking entries updated (#356)")
  1. D MSG("")
  1. D MSG(" IB*2.0*565 Post-Install Complete")
  1. ;
  1. Q
  1. MSG(IBA) ;
  1. D MES^XPDUTL(IBA)
  1. Q