IBAMTV4 ;ALB/CPM - FIND CHARGES FOR IVM PATIENTS ; 13-JUN-94
Source file <IBAMTV4.m>
| Name | Comments | DBIA/ICR reference | 
|---|---|---|
| ALL(DFN,IBROOT,IBST,IBEND) | ; Find IB Actions and Claims for the IVM Patient
 ; Input: DFN -- Pointer to the patient in file #2 ; IBROOT -- Root in which to place array of charges ; IBST -- Start date used as check for patient charges ; IBEND -- End date used as check for patient charges  | 
 
  | 
| ALLQ | ||
| INS(IBROOT) | ; Find claims for patients with IVM-identified policies.
 ; Input: IBROOT -- Root in which to place array of charges ; Output: Array of charges as defined above  | 
 
  | 
| INSQ | ||
| CLM(DFN,IBROOT) | ; Build charge array for insurance claims
 ; Input: DFN -- Pointer to the patient in file #2 ; IBROOT -- Root in which to place array of charges ; Output: Array of charges as defined above  | 
|
| CLMQ | ||
| CLS(BN,BN0) | ; Return a code for the bill classification.
 ; Input: BN -- Pointer to the bill in file #399 ; BN0 -- Zeroth node of bill in file #399  | 
|
| CLSQ |