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

ABMPT262.m

Go to the documentation of this file.
  1. ABMPT262 ; IHS/SD/SDR - 3P BILLING 2.6 Patch 2 POST INIT ;
  1. ;;2.6;IHS Third Party Billing;**2**;FEB 2, 2010
  1. ;
  1. Q
  1. PRE ;EP
  1. S ABM="^ABMPSTAT(23)"
  1. K @ABM
  1. S ABM="^ABMPSTAT(20)"
  1. K @ABM
  1. S ABM="^ABMCLCLM(23)"
  1. K @ABM
  1. Q
  1. EN ;EP
  1. D RXBILLST ;populate Insurer RX BILLING STATUS that are null
  1. D CONVERT^ABMFECNV ;move 3P Fee Table data into effective date multiples
  1. Q
  1. RXBILLST ;
  1. D BMES^XPDUTL("Auto-populate RX Billing Status with OUTPATIENT DRUGS ONLY...")
  1. S ABMF=0,ABMCNT=0
  1. F S ABMF=$O(^AUTNINS(ABMF)) Q:(+$G(ABMF)=0) D
  1. .Q:($P($G(^AUTNINS(ABMF,2)),U,3)'="")
  1. .K DIC,DIE,DIR,X,Y,DA,DR
  1. .S DIE="^AUTNINS("
  1. .S DA=ABMF
  1. .S DR=".23////O"
  1. .D ^DIE
  1. .D MES^XPDUTL($P($G(^AUTNINS(ABMF,0)),U)_" ("_ABMF_")")
  1. .S ABMCNT=+$G(ABMCNT)+1
  1. D BMES^XPDUTL(ABMCNT_" Insurers updated")
  1. Q