IBCU4 ;ALB/AAS - BILLING UTILITY ROUTINE (CONTINUED) ;12-FEB-90
Source file <IBCU4.m>
Name | Comments | DBIA/ICR reference |
---|---|---|
DDAT | ;Input transform for Statement Covers From field
|
|
DDAT1 | ;Input transform for Statement covers to
|
|
DDAT3 | ; - x-ref call for to and from dates, REPLACED BY TRIGGERS ON .08, 151, 152 ON 10/18/93
|
|
DDAT4 | ||
OTDAT | ; Input transform for Other Care Start Date (399,48,.02)
|
|
CHDAT | ; Input transform for chiropractic-related dates (399/245,246,247)
; Make sure that date entered is not after end date of the bill |
|
TO | ;151 pseudo input x-form
|
|
FROM | ;152 pseudo input x-form
|
|
FY(DATE) | ; return a dates Fiscal Year
|
|
SPEC | ; - calculate discharge specialty
; - input IBids(.08) = ptf record number ; - output IBids(161) = pointer to billing specialty in 399.1 |
|
PROCDT | ; - find first and last dates of procedures
; can't set from and to date inside of this range |
|
ICD10S(BDT,EDT,IBIFN) | ; return Code Version Date if bill dates span the ICD-10 activation date
; enter either the bill to check or the dates to check |
|
TOBIN(Y,DA) | ; Screen for UB-04 bill classification based on UB-04 location of care
; Y = internal value of code for field .25 (UB-04 BILL CLASSIFICATION) ; DA = bill ien in file 399 |
|
TRIG05(X,D0) | ; Trigger executed on field .05 of file 399 to set field .25
; Find the correct entry in file 399.1 that corresponds to the value in .05 ; X = value of field .05, location of care ; D0 = IEN of bill entry in file 399 |
|
TOB(IBIFN,POS) | ;Function returns the 3 digit type of bill from UB-04
; fields or the position (1-3) as determined by POS (optional) |
|
INDIVIDUAL(IBIFN,PROVTYPE,PHYSFUNC) | ;EP - ONLY INDIVIDUAL TYPE
|
|
INDIVHELP | ;EP - DISPLAY XECUTABLE HELP FOR NEW SCREEN IN 399.002 AND 399.0404
|
|
PHYSFUNC(PHYSFUNC) | ;EP -RETURN PHYSFUNC FOR SETCODE
|
Name | Line Occurrences |
---|---|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|