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: IBCU73

Package: Integrated Billing

Routine: IBCU73


Information

IBCU73 ;ALB/ARH - ADD/DELETE MODIFIER 26 TO SPECIFIED CPTS ; 1-SEP-00

Source Information

Source file <IBCU73.m>

Entry Points

Name Comments DBIA/ICR reference
CPTMOD26(IBIFN) ; add/remove modifier 26 from specific CPT codes on Reasonable Charges bills
MOD26(CPT,IBDT) ; returns true if CPT should have a 26-modifier for professional bill
;
MOD26Q
DELMOD(IBIFN,BCPT,MOD) ; delete the modifier from the CPT
; Input: BCPT - the ifn of the CPT in the 304 multiple
; MOD - internal form of the modifier to delete
ADDMOD(IBIFN,BCPT,MOD) ; add the modifier to the CPT
; Input: BCPT - the ifn of the CPT in the 304 multiple
; MOD - internal form of the modifier to add

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !,"Modifier 26 "_$S(IBCHANGE=1:"Deleted from",1:"Added to")_" CPT procedures."
  • Line Location: CPTMOD26+26
Info |  Source |  Entry Points |  Interaction Calls