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 |  FileMan Files Accessed Via FileMan Db Call
Print Page as PDF
Routine: IBCNQ1

Package: Integrated Billing

Routine: IBCNQ1


Information

IBCNQ1 ;ALB/CPM - OUTPATIENT VISIT DATE INQUIRY ; 31-JUL-91

Source Information

Source file <IBCNQ1.m>

Entry Points

Name Comments DBIA/ICR reference
ASKPAT ;
ASKDAT
END
LIST ; If multiple bills for an OP visit date, list them.
ASKNUM
LQ
HELP ; List all OP visit dates and bill numbers for patient.
PAUSE
DISP ; Write the bill number, rate type, and bill status.

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !
  • Line Location: ASKPAT+5
Function Call: WRITE
  • Prompt: !!,"This patient has no bills with OP visits. Please enter another patient."
  • Line Location: ASKPAT+6
Function Call: WRITE
  • Prompt: !!?5,"Select one of the following bills for this visit date:"
  • Line Location: LIST+1
Function Call: WRITE
  • Prompt: !!?5,"End of list.",!
  • Line Location: LIST+5
Function Call: READ
  • Variable: DGX
  • Timeout: DTIME
  • Line Location: ASKNUM+0
Function Call: WRITE
  • Prompt: !!?5,*7,"Enter a NUMBER from 1 to "_$S(J#5:J-1,1:J)_".",!
  • Line Location: ASKNUM+0
Function Call: WRITE
  • Prompt: !!?5,"Enter one of the following OP visit dates: ",!
  • Line Location: HELP+1
Function Call: WRITE
  • Prompt: !?5,$E(Y,4,5)_"-"_$E(Y,6,7)_"-"_$E(Y,2,3)
  • Line Location: HELP+2
Function Call: READ
  • Variable: DGY
  • Timeout: DTIME
  • Line Location: PAUSE+0
Function Call: WRITE
  • Prompt: ?20,$P(^(0),"^"),?30,$P($G(^DGCR(399.3,+$P(^(0),"^",7),0)),"^")
  • Line Location: DISP+1
Function Call: WRITE
  • Prompt: ?55,$S(IBS=1:"ENTERED/NOT REVIEWED",IBS=2:"REVIEWED",IBS=3:"AUTHORIZED",IBS=4:"PRINTED",IBS=7:"CANCELLED",IBS=0:"CLOSED",1:"")
  • Line Location: DISP+2

FileMan Files Accessed Via FileMan Db Call

FileNo Call Tags
^DPT - [#2] Classic Fileman Calls
Info |  Source |  Entry Points |  Interaction Calls |  FileMan Files Accessed Via FileMan Db Call