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

Package: PCE Patient Care Encounter

Routine: PXRRPRSP


Information

PXRRPRSP ;ISL/PKR - Provider encounter summary print. ;6/03/97

Source Information

Source file <PXRRPRSP.m>

Entry Points

Name Comments DBIA/ICR reference
SET ;Set up print fields
FAC
PRV
CLASS ;
DATE ;
HLO
FINAL ;Print grand totals
END ;
FMTPCL(PCL,START,END,PCL1,PCL2) ;Format the abbreviated Person Class, PCL so
HEAD ;If necessary, write the header.
LASTCHAR(STRING,CHAR,MAX) ;Return the position of the last character, CHAR, in
SPRINT(PTOTAL) ;Print the provider total and return the total.
NDAY
NHLOC
NVIEN

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !!,"Criteria for Provider Encounter Summary Report"
  • Line Location: PXRRPRSP+34
Function Call: WRITE
  • Prompt: !!,"Facility: ",FACPNAME
  • Line Location: PRV+4
Function Call: WRITE
  • Prompt: !
  • Line Location: FINAL+4
Function Call: WRITE
  • Prompt: !!,"Facility: ",FACPNAME
  • Line Location: HEAD+4
Function Call: WRITE
  • Prompt: !!,?(C1HS+20),"Person Class"
  • Line Location: HEAD+5
Function Call: WRITE
  • Prompt: !,?C1HS,"Provider (Occupation+Specialty+Subspecialty)",?C3HS,"Encounters"
  • Line Location: HEAD+6
Function Call: WRITE
  • Prompt: !,?C1HS,"--------------------------------------------",?C3HS,"----------"
  • Line Location: HEAD+7
Function Call: WRITE
  • Prompt: !,?C1S,PPNAME,?C2HS,PCL1,?C3S,PTOTAL
  • Line Location: NDAY+11
Function Call: WRITE
  • Prompt: !,?C2HS,PCL2
  • Line Location: NDAY+12
Info |  Source |  Entry Points |  Interaction Calls