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

Package: Integrated Billing

Routine: IBCOMC1


Information

IBCOMC1 ;ALB/CMS - IDENTIFY PT BY AGE WITH OR WITHOUT INSURANCE (CON'T);10-09-98

Source Information

Source file <IBCOMC1.m>

Entry Points

Name Comments DBIA/ICR reference
BEG ; Entry to run Identify Patients with/without Insurance Report
; Input variables must exist:
; IBAIB - Required. How to sort
; 1= Patient Name Range 2= Terminal Digit Range
; IBRF - Required. Name or Terminal Digit Range Start value
; IBRL - Required. Name or Terminal Digit Range Go to value
; IBAGEF - Optional. Age start value or null
; IBAGEL - Optional. Age end value or null
; IBBDT - Required. Last Treated Start Date
; IBEDT - Required. Last Treated End Date
QUEQ ; Exit clean-UP
EOR ; end of report IB*752/DTG
SET ; set data line for global
SETQ
DLT ; Get DFN's for Date Last Treated Range
DLTQ

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !!,"** NO RECORDS FOUND **"
  • Line Location: BEG+78
Function Call: WRITE
  • Prompt: !!,"** NO RECORDS FOUND **"
  • Line Location: BEG+80
Function Call: WRITE
  • Prompt: !
  • Line Location: QUEQ+1
Function Call: WRITE
  • Prompt: !,"** END OF REPORT **",!
  • Line Location: EOR+2
Info |  Source |  Entry Points |  Interaction Calls