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

Package: Income Verification Match

Routine: IVMRBT


Information

IVMRBT ;ALB/CPM - IVM BILLING TRANSMISSION REPORT ; 13-JUN-94

Source Information

Source file <IVMRBT.m>

Entry Points

Name Comments DBIA/ICR reference
EN ; Entry point to generate the IVM Billing Transmission Report.
DQ ; Tasked entry point.
ENQ
ENQ1
PAUSE ; Pause for screen output.
HDR ; Display report header.
DASH() ; Write dashed line.
CLSF(X) ; Return the bill classification.
; Input: X -- Internal value of classification in #301.61
; Output: I=Inpatient, O=Outpatient, R=Refill, P=Prosthetics

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !!,"This report will list all billing activity which has been, or will be,"
  • Line Location: EN+2
Function Call: WRITE
  • Prompt: !,"transmitted to the IVM Center. This includes Means Test charges for"
  • Line Location: EN+3
Function Call: WRITE
  • Prompt: !,"patients who have changed categories due to IVM-verified Means Tests,"
  • Line Location: EN+4
Function Call: WRITE
  • Prompt: !,"as well as claims to insurance companies for patients who have"
  • Line Location: EN+5
Function Call: WRITE
  • Prompt: !,"insurance policies identified by the IVM Center."
  • Line Location: EN+6
Function Call: WRITE
  • Prompt: !!,"Please note that this output requires 132 columns. This report may not"
  • Line Location: EN+7
Function Call: WRITE
  • Prompt: !,"run very quickly so you might choose to queue the report to a printer.",!
  • Line Location: EN+8
Function Call: WRITE
  • Prompt: !!,$S($D(ZTSK):"This job has been queued as task #"_ZTSK_".",1:"Unable to queue this job.")
  • Line Location: EN+13
Function Call: WRITE
  • Prompt: !!?25,"There have been no recorded transmissions of billing data to the IVM Center."
  • Line Location: DQ+6
Function Call: WRITE
  • Prompt: !
  • Line Location: DQ+9
Function Call: WRITE
  • Prompt: !!,$E($P(IVMNA,"^"),1,25),?27,$E($P(IVMNA,"^",2),1,14)
  • Line Location: DQ+13
Function Call: WRITE
  • Prompt: !
  • Line Location: PAUSE+3
Function Call: WRITE
  • Prompt: @IOF
  • Line Location: HDR+2
Function Call: WRITE
  • Prompt: !,"Run Date: ",IVMHDRDT,?50,"IVM BILLING TRANSMISSION REPORT",?121,"Page: ",IVMPAG
  • Line Location: HDR+4
Function Call: WRITE
  • Prompt: !!,$$DASH,!,?53,"Bill",?92,"Date",?103,"Amt",?113,"Amt",?122,"Date",?128,"Last"
  • Line Location: HDR+5
Function Call: WRITE
  • Prompt: !,"Patient Name",?27,"SSN",?40,"Ref #",?53,"Clsf",?59,"Bill Type",?70,"Bill From - To",?90,"Generated",?102,"Billed",?113,"Coll",?122,"Trans",?128,"Tran",!,$$DASH
  • Line Location: HDR+6
Info |  Source |  Entry Points |  Interaction Calls