Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Source |  Entry Points |  Interaction Calls
Print Page as PDF
Routine: IBCEPCID

Package: Integrated Billing

Routine: IBCEPCID


Information

IBCEPCID ;ALB/WCJ - Provider ID functions ;13 Feb 2006

Source Information

Source file <IBCEPCID.m>

Entry Points

Name Comments DBIA/ICR reference
AWAY
COPY(IBINS) ; The purpose of this routine is to sync up insurance company IDs
; It is passed an insurance company. If the insurance company is a stand alone company,
; it quits. If it is passed a child, it synchs up with the parent. If it is passed a parent, it syncs
; up with all it's children.
;
; The IDs that synched up are Provider ID's defined for providers by an insurance company, default IDs for all
; Providers for and an insurance company, and additonal billing providers IDs for an insuracne company.
;
TYPE(IBINS) ;
COPYTO(PARENT,CHILD,COPYINS) ; Figure out who to copy to:
LOOPTRNS(COPYINS) ;
ADD(IBFILE,IEN,INS) ; Add a provider ID
DEL(IBFILE,DA) ; Delete a Provider ID
MOD(IBFILE,IEN,PIEN) ; Modify an existing Provider ID
RESYNCH() ; Resynch everything

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: *7,!!,"Can not lock insurance company file, please try later.",!!
  • Line Location: RESYNCH+1
Info |  Source |  Entry Points |  Interaction Calls