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
Print Page as PDF
Routine: IBCEP1

Package: Integrated Billing

Routine: IBCEP1


Information

IBCEP1 ;ALB/TMP - EDI UTILITIES for provider ID ;13-DEC-99

Source Information

Source file <IBCEP1.m>

Entry Points

Name Comments DBIA/ICR reference
CAREID(IBFUNC,IBSEQ,IBIFN) ; Help text for a claim to determine the
; specific care unit needed for a given insurance co
; IBFUNC = "PERF" if looking for performing provider
; = "EMC" if looking for EMC provider #
; IBSEQ = the number of the COB sequence for the insurance co
; IBIFN = the ien of the bill in file 399
INSSEQ(IBIFN,IBSEQ) ; Returns the ien of the insurance co for the COB
; sequence IBSEQ on bill ien IBIFN
; Returns 0 if no insurance co found
DUP(IBFLD,DA) ; Test if there is a duplicate record already on file (355.9)
; Function returns 1 if dup found, 0 if no dup found
; IBFLD = ien of the field being checked
; DA = the ien of the record being checked
DUP1(IBFLD,DA) ; Test if there is a duplicate record already on file (355.91)
; Function returns 1 if dup found, 0 if no dup found
; IBFLD = ien of the field being checked
; DA = the ien of the record being checked
Info |  Source |  Entry Points