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

IBCNEDE.m

Go to the documentation of this file.
IBCNEDE ;DAOU/DAC - eIV DATA EXTRACTS ;07-MAY-2015
 ;;2.0;INTEGRATED BILLING;**184,271,300,416,438,497,549,593,595,621,659,664,668,687,737**;21-MAR-94;Build 19
 ;;Per VA Directive 6402, this routine should not be modified.
 ;
 ;**Program Description**
 ;  This program is the main driver for all data extracts associated
 ;  with the electronic Insurance Verification interface.
 ;  This program will run each extract in the specified order, which 
 ;  populates the eIV Transmission File (sometimes it creates/updates 
 ;  an entry in the insurance buffer as well).  It then begins to 
 ;  process the inquiries in the eIV Transmission File.
 ; 08-08-2002
 ;  As this program will run in the background the variable ZTSTOP
 ;  can be returned from any of the extracts should a TaskMan stop
 ;  request occur.  Also, clear out the task record before exiting.
 ;
 ;IB*737/TAZ - Remove references to "~NO PAYER" and Most Popular Payer.
 Q
 ;
EN ; Entry Point
 ; Prevent simultaneous runs
 ; Set error trap to ensure that lock is released
 ;
 ;/vd-IB*2.0*659 - Quit if VAMC Site is MANILA (#358) & EIV is disabled for MANILA.
 I $P($$SITE^VASITE,U,3)=358,$$GET1^DIQ(350.9,"1,",51.33,"I")="N" Q
 ;
 ; IB*2.0*549 - Quit if Nightly Extract Master switch is off
 Q:$$GET1^DIQ(350.9,"1,",51.28,"I")="N"
 ;
 N $ES,$ET
 S $ET="D ER^IBCNEDE"
 ; Check lock
 L +^TMP("IBCNEDE"):1 I '$T D  G ENX
 . I '$D(ZTSK) W !!,"The eIV Nightly Task is already running, please retry later." D PAUSE^VALM1
 ;
 ; Reset reg ack flag
 S $P(^IBE(350.9,1,51),U,22)=""
 ;
 ; IB**2.0*687/DW removed check for new person entries to routine IBCNINS & expanded it
 ; to include other non eIV related entries
 ;D CHKPER ; IB*2.0*595/DM Check for New Person (#200) EIV entries 
 ; 
 ; Confirm all necessary tables have been loaded before running extracts
 I '$$TBLCHK() G EN1
 ;
 ;IB*2.0*593/TAZ/HAN - Add job to update Covered by Health Insurance flag
 D EN^IBCNERTC($P($$NOW^XLFDT,"."))
 ;
 D AMCHECK^IBCNEUT6  ; ensure Auto Match entries are valid
 ;
 ; *** RUN THE EXTRACTS - save entries to TQ file #365.1
 D EXTRACTS    ;IB*664/DJW - Moved code to a function
 ;
EN1 I $G(ZTSTOP) G ENX   ;This allows processing of inquiries to stop
 ;                        if the background job was stopped.
 ; 
 ; *** DAILY REGISTRATION - Ask FSC if we are allowed to send our 270s
 D ^IBCNEHLM ; Send enrollment message / registration message
 ;
 ;IB*2.0*664/DJW - add IBLLIEN,IBMSGIEN, determine if 'IIV EC' logical link is working 
 N IBLLIEN,IBMSGIEN
 S IBLLIEN=$O(^HLCS(870,"B","IIV EC",""))   ;Get IEN for the 'IIV EC' Logical Link.
 S IBMSGIEN=$O(^HLMA("AC","O",IBLLIEN,""))  ;Get IEN of next msg going to FSC 
 ;        ; if IBMSGIEN is null then the registration msg went out and IIV EC is fine
 ;
 I $G(ZTSTOP) G ENX
 I '$G(QFL) D
 . ; Wait for 'AA' acknowledgement of the registration message (permission to send 270s)
 . D WAIT  Q:'+QFL
 . KILL QFL
 . ;
 . D ^IBCNEDEP  ; Inquiries Processing  *** SEND 270s to FSC
 ;
 D CKIIVEC(IBMSGIEN) ; Confirm messages are NOT stuck in the "IIV EC" HL7 logical link
 ;
 ; Check to see if background process has been stopped, if so quit.
 I $G(ZTSTOP) G ENX
 D MMQ         ; Queue the Daily MailMan message (this is the one that FSC can read the stats)
 D DSTQ        ; queue daily statistical message to FSC
 ;
 ; Send MailMan message if first of month to report on records eligible to be purged
 I +$E($P($$NOW^XLFDT(),"."),6,7)=1 D MMPURGE^IBCNEKI2
 ;
ENX ; Purge task record - if queued
 I $D(ZTQUEUED) S ZTREQ="@"
 L -^TMP("IBCNEDE")
 Q
 ;====================================================
EXTRACTS ; Run the extracts
 D EN^IBCNEDE1    ; Insurance Buffer Extract
 I $G(ZTSTOP) Q   ; If background process was stopped quit.
 D EN^IBCNEDE2    ; Appointment Extract
 I $G(ZTSTOP) Q   ; If background process was stopped quit.
 D EN^IBCNEDE4    ; IB*2.0*621/DM add the EICD extract (formerly No Insurance)
 Q
 ;--------------------------------
 ;/vd IB*2*659 - Beginning of new code to check if the IIV EC Logical Link is running.
 ;IB*2*664/DJW - reworked code, waiting 20 seconds to check is not enough time
CKIIVEC(IBMSGIEN) ; Verifying that the IIV EC Logical Link is up and running.
 N IEN,XMSUB,XMTEXT,XMY,XX,YY
 I $$DOW^XLFDT(DT)="Sunday" Q  ;Don't report stuck queues on Sunday.
 ;
 ; If IBMSGIEN is null then the registration msg went out immediately and 'IIV EC' is fine
 Q:IBMSGIEN=""
 ;
 ; It can take time (hours) for a message to go out 'IIV EC' as FSC could be down.
 ; Plus several sites are sending messages to FSC at the same time.  Therefore,
 ; we are checking this at the end of this routine which could be at least 6 hours
 ; from when we tried to send the initial registration message.
 ; Refer to the tag 'WAIT' for the timing.
 ;
 S IEN=$O(^HLMA("AC","O",IBLLIEN,""))
 I (IEN'=""),(IBMSGIEN=IEN) D  ; The initial registration msg hasn't processed.
 . ; Send a Mailman msg to notify e-Biz that the IIV EC Logical Link seems to be down.
 . S XX=$$SITE^VASITE()
 . S YY=$P(XX,"^",2)_" (#"_$P(XX,"^",3)_")"
 . ; Send a MailMan message if link is not processing records
 . I $$PROD^XUPROD(1) S XMY("VHAeInsuranceRapidResponse@domain.ext")=""  ; Only send to eInsurance Rapid Response if in Production
 . ;
 . D MSG004^IBCNEMS1(.MSG,YY)
 . ;
 . D MSG^IBCNEUT5(,MSG(1),"MSG(",1,.XMY)  ; sends to postmaster if XMY is empty
 . ;
 . Q
 Q
 ;/vd-IB*2*659 - End of code added.
 ;--------------------------------------------
TBLCHK() ;
 ; Confirm that at least one eIV payer and that all X12 tables
 ; have been loaded
 N PAY,PAYIEN,PAYOK,TBLOK,II
 S (PAY,PAYIEN,PAYOK)="",TBLOK=1
 F  S PAY=$O(^IBE(365.12,"B",PAY)) Q:PAY=""  D  Q:PAYOK
 . F  S PAYIEN=$O(^IBE(365.12,"B",PAY,PAYIEN)) Q:PAYIEN=""  D  Q:PAYOK
 .. ;IB*668/TAZ - Changed Payer Application from IIV to EIV
 .. I $$PYRAPP^IBCNEUT5("EIV",PAYIEN) S PAYOK=1 Q
 I PAYOK D
 . F II=11:1:18,21 I $O(^IBE(II*.001+365,"B",""))="" S TBLOK="" Q
 Q PAYOK&TBLOK
 ;----------------------------------------------
WAIT ;  Wait for acknowledgement comes back from EC
 ;  Hang for 60 seconds and check status again
 ;  Try 360 times for a total of 21600 seconds (6 hours)
 S QFL=0,CT=0
 H 20            ;IB*2*664/DJW extra 20 seconds here helps w/ testing
 F  D  Q:QFL'=""!(CT>360)
 . S QFL=$$GET1^DIQ(350.9,"1,",51.22,"I")
 . Q:QFL'=""
 . HANG 60 S CT=CT+1
 KILL CT
 Q
 ;---------------------------------------------------
FRESHDT(EXT,STALEDYS) ;  Calculate Freshness
 ;  Ext - ien of extract for future purposes
 ;  Staledys - # of days in the past in which an insurance verification
 ;  is considered still valid/current
 N STALEDT
 S STALEDT=$$FMADD^XLFDT(DT,-STALEDYS)
 Q STALEDT
 ; ---------------------------------------------------
MMQ ; This procedure is responsible for scheduling the creation and 
 ; sending of the daily MailMan statistical message if the site has
 ; defined this appropriately in the eIV site parameters.
 ;
 NEW IIV,CURRTIME,MTIME,MSG,Y,MGRP
 NEW ZTRTN,ZTDESC,ZTDTH,ZTIO,ZTUCI,ZTCPU,ZTPRI,ZTSAVE,ZTKIL,ZTSYNC,ZTSK
 ;
 S IIV=$G(^IBE(350.9,1,51))
 I '$P(IIV,U,2) G MMQX          ; site does not want daily messages
 I '$P(IIV,U,3) G MMQX          ; MM message time is not defined
 I '$P(IIV,U,4) G MMQX          ; Mail Group is not defined
 ;
 S CURRTIME=$P($H,",",2)        ; current $H time
 S MTIME=DT_"."_$P(IIV,U,3)     ; build a FileMan date/time
 S MTIME=$$FMTH^XLFDT(MTIME)    ; convert to $H format
 S MTIME=$P(MTIME,",",2)        ; $H time of MM message
 ;
 ; If the current time is after the MailMan message time, then 
 ; schedule the MM message for tomorrow at that time.
 I CURRTIME>MTIME S ZTDTH=($H+1)_","_MTIME
 ;
 ; Otherwise, schedule it for later today
 E  S ZTDTH=+$H_","_MTIME
 ;
 ; Set up the other TaskManager variables
 S ZTRTN="MAILMSG^IBCNERP7"
 S ZTDESC="eIV Daily Statistics E-Mail"
 S ZTIO=""
 D ^%ZTLOAD            ; Call TaskManager
 I $G(ZTSK) G MMQX     ; Task# is OK so get out
 ;
 ; Send a MailMan message if this Task could not get scheduled
 S MSG(1)="TaskManager could not schedule the daily eIV MailMan message"
 S MSG(2)="at the specified time of "_$E($P(IIV,U,3),1,2)_":"_$E($P(IIV,U,3),3,4)_"."
 S MSG(3)="This is defined in the eIV Site Parameters option."
 ; Set to IB site parameter MAILGROUP
 S MGRP=$$MGRP^IBCNEUT5()
 D MSG^IBCNEUT5(MGRP,"eIV Statistical Message Not Sent","MSG(")
 ;
MMQX ;
 Q
 ;----------------------------------------------------
ER ; Unlock the eIV Nightly Task and return to log error
 L -^TMP("IBCNEDE")
 D ^%ZTER
 D UNWIND^%ZTER
 Q
 ;-----------------------------------------------------
DSTQ ; This procedure is responsible for scheduling the creation and 
 ; sending of the daily statistical message to FSC.
 ;
 N IIV,CURRTIME,MTIME,MSG,MGRP
 N ZTRTN,ZTDESC,ZTDTH,ZTIO,ZTUCI,ZTCPU,ZTPRI,ZTSAVE,ZTKIL,ZTSYNC,ZTSK
 ;
 S IIV=$G(^IBE(350.9,1,51))
 I '$P(IIV,U,3) G DSTQX          ; MM message time is not defined
 ;
 S CURRTIME=$P($H,",",2)        ; current $H time
 S MTIME=DT_"."_$P(IIV,U,3)     ; build a FileMan date/time
 S MTIME=$$FMTH^XLFDT(MTIME)    ; convert to $H format
 S MTIME=$P(MTIME,",",2)        ; $H time of MM message
 ;
 ; If the current time is after the MailMan message time, then schedule the message for tomorrow at that time.
 ; Otherwise, schedule it for later today.
 S ZTDTH=$S(CURRTIME>MTIME:$H+1,1:+$H)_","_MTIME
 ;
 ; Set up the other TaskManager variables
 S ZTRTN="EN1^IBCNEHLM"
 S ZTDESC="eIV Daily Statistics HL7 Message"
 S ZTIO=""
 D ^%ZTLOAD            ; Call TaskManager
 I $G(ZTSK) G DSTQX    ; Task# is OK so get out
 ;
 ; Send a MailMan message if this Task could not get scheduled
 S MSG(1)="TaskManager could not schedule the daily eIV Statistics HL7 message"
 S MSG(2)="at the specified time of "_$E($P(IIV,U,3),1,2)_":"_$E($P(IIV,U,3),3,4)_"."
 S MSG(3)="This is defined in the eIV Site Parameters option."
 ; Set to IB site parameter MAILGROUP
 S MGRP=$$MGRP^IBCNEUT5() I MGRP'="" D MSG^IBCNEUT5(MGRP,"eIV Statistical HL7 Message Not Sent","MSG(")
 ;
DSTQX ;
 Q
CHKPER ; IB*687 moved to routine IBCNINS as we had to check for other non-eIV non-human users
 Q