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

IBCNSEVT.m

Go to the documentation of this file.
  1. IBCNSEVT ;ALB/AAS - NEW INSURANCE POLICY EVENT DRIVER ; 12-DEC-92
  1. ;;Version 2.0 ; INTEGRATED BILLING ;; 21-MAR-94
  1. ;;Per VHA Directive 10-93-142, this routine should not be modified.
  1. ;
  1. % ; -- Invokes items on the IB NEW INSURANCE EVENT protocol menu
  1. ; Input =: dfn = patient file ien
  1. ; ibevta = insurnace type zeroth node of new policy
  1. ; contains effective/expiration dates
  1. ; ibevt1 = insurance type 1 nde of new policy
  1. ; contains date added and by whom
  1. ; ibcdfn = internal number of policy as in ^dpt(dfn,.312,ibcdfn,0))
  1. ;
  1. N DTOUT,DIROUT
  1. ;S X=$O(^ORD(101,"B","IBCN NEW INSURANCE EVENTS",0))_";ORD(101," D EN1^XQOR:X
  1. S X="IBCN NEW INSURANCE EVENTS",DIC=101 D EN1^XQOR
  1. K X,DIC
  1. Q
  1. ;
  1. ;
  1. AFTER ; -- get exemption after change
  1. ; input =: dfn = patient file ien
  1. ;
  1. S IBEVTA=$G(^DPT(DFN,.312,IBCDFN,0))
  1. S IBEVT1=$G(^DPT(DFN,.312,IBCDFN,1))
  1. Q