IBJD ;ALB/CPM - DIAGNOSTIC MEASURES UTILITIES ; 16-DEC-96
Source file <IBJD.m>
Name | Comments | DBIA/ICR reference |
---|---|---|
DS | ; Print a (S)ummary or (D)etail Report?
|
|
SDIV() | ; - Sort by division.
; Output: SDIV = 1 - Sort by Division / 0 - Do not sort by Division ; or "^" - User selected "^" ; VAUTD = 1 - All divisions selected / 0 - Specific divisions ; VAUTD(DIV) = Divsions selected |
|
QDIV | ||
MLTP(PRPT,OPT,ALL) | ; Function for multiple value selection
; Input: PRPT - String to be prompted to the user, before listing options ; OPT - Array containing the possible entries (indexed by code) ; Obs: Code must be sequential starting with 1 ; ALL - Flag indicating if the last option is ALL OF THE ABOVE |
|
PRPT | ||
QT | ||
SNL() | ; - Determine the sorting of the patient (By Name or Last 4 SSN)
; Output: SNL = "N" (Name)/"L" (Last 4 SSN) ^ "NAME" or "LAST 4" |
|
INTV(SORT) | ; Selects the interval
; Output: First value ^ Last Value ^ "ALL"/"NULL"/"" |
|
FRST | ||
LAST | ||
QINT | ||
EXCEL() | ; - Returns whether to catpture data for Excel report.
; Output: EXCEL = 1 - YES (capture data) / 0 - NO (DO NOT capture data) |
|
CLMACT(X,Y) | ; - Check if AR has a corresponding claim or IB action.
; Input: X=Claim/AR pointer to file #399/#430 ; Y=AR category pointer to file #430.2 ; Output: Z=1-IB action, 2-Claim, 3-No IB action or claim ; ^ IB action IEN (if 1) or AR/claim IEN (if 2 or 3) ; OR null=Invalid IB action or claim |
|
CLAC1 | ; - Check for IB claim.
|
|
CLACQ | ||
ALSP(PRPT,FILE,ARR) | ; Selection of (A)LL or (S)pecific values from a given file
; Input: PRPT - Piece 1: Label for the PROMPT to be asked for the ; selection (in the plural) - e.g. "Providers" ; Piece 2: Singular of piece 1 - e.g. "Provider" ; Exaple: "Specialties^Specialty" ; FILE - File global root (e.g., "^IBE(356.8," ) that the values ; will be selected from ; ARR - Name of the array that will contain the specific values ; (must be passed as a refernce value ".ARR") ; Output: ARR - "A" - ALL values OR "S" - Specific values OR "^" ; The values will be returned in the array indicated in ; ARR parameter |
|
ALSP1 | ||
ALSP2 | ||
QALSP | ||
HDS | ; Help for Summary/Detail prompt.
|
|
HDIV | ; - 'Sort by division...' prompt
|
|
HNL | ; - 'Sort Patients by (N)AME... ' prompt
|
|
HFST | ; - 'START WITH PATIENT/DEBTOR...' prompt
|
|
HLST | ; - 'GO TO PATIENT/DEBTOR' prompt
|
|
HEXC | ; - 'Do you want to capture data...' prompt
|
|
HALSP | ; - 'Run report for (A)LL or (S)pecific...' prompt.
|
|
EXMSG | ; - Displays the message about capturing to an Excel file format
|
|
EXPAND(FILE,FIELD,VALUE) | ; Resolve coded data.
|
|
EXPQ | ||
DT(X,Y) | ; - Return date.
; Input: X=Date in Fileman format ; Output: Z=Date in MMM DD,YYYY format or MMDDYY format if Y=1 |
|
DTQ |
Name | Line Occurrences |
---|---|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: READ |
|
Function Call: READ |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: READ |
|
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 |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|