IBCRHBRV ;ALB/ARH - RATES: UPLOAD (RC) VERSION FUNCTIONS ; 14-FEB-01
Source file <IBCRHBRV.m>
Name | Comments | DBIA/ICR reference |
---|---|---|
SELVERS() | ; get version to upload from user
|
|
VERSION() | ; return currently loaded version of RC files (1, 1.1, ...)
|
|
VERSDT(VERS) | ; return Effective Date of a version of RC files, either version passed in or currently loaded version
|
|
VERSEDT(VERS) | ; return Inactive Date of a version of RC files, either version passed in or currently loaded version
|
|
VERSALL() | ; return all RC versions and corresponding effective date 'VERS;EFFDT^VERS;EFFDT^...'
|
|
VERSEND() | ; return all RC versions and corresponding inactive date 'VERS;INACTIVE DT^VERS;INACTIVE DT^...'
|
|
VERSITE(SITE) | ; returns the list of versions loaded for a particular site
; *** uses 99201 in the RC PHYSICIAN set to check which versions/dates are loaded ; *** so 99201 must have a pro charge in all versions, if not it must be replaced with an item that does ; *693 - 99202 for 4.215 |
|
MSGSITE(SITE) | ; display a message indicating which versions are loaded for a site
|
|
MSGVERS(SITE) | ; check if versions are being loaded in the correct order, should be loaded in date order
; - if loading a version that has already been loaded for the site ; - if loading a version when any future versions have already been loaded for the site ; - if loading a version when the last version has not yet been loaded for the site ; *** uses 99201 in the RC PHYSICIAN set to check which versions/dates are loaded ; *** so 99201 must have a pro charge in all versions, if not it must be replaced with an item that does |
|
VERSTR(RVRS) | ; returns string containing list of all Reasonable Charges versions with charges, separated by ","
; RVRS - if set, returns the list of versions in reverse order |
|
FILES(IBFILES,VERS) | ; returns array of source Host Files and data for version requested, pass IBFILES by reference
|
|
VLIST | ; version ^ file type/version ^ effective date ^ inactive date ^ file prefix
|
|
FTYPE | ; file type/versions and relevant data
; file identifier is used with XTMP subscript 'IBCR RC ' and routine label to parse file ; file identifier : file name/description ^ file identifier ^ number of columns (for v2+) |
|
FT1 | ; Reasonable Charge File Type 1 files
|
|
FT2 | ; Reasonable Charges File Type 2 files
|
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 |
|