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

Package: Order Entry Results Reporting

Routine: ORPRS05


Information

ORPRS05 ; slc/dcm - Order summary headers, footers, inerds ;6/10/97 15:42

Source Information

Source file <ORPRS05.m>

Entry Points

Name Comments DBIA/ICR reference
PTOP(PG,TITLE,SHORT,START,STOP) ;header for printouts
PBOT(PG,BOTTOM,NAME,SSN,DOB,AGE,WEIGHT,LOC,BED,SHORT) ;Footer for printouts
CTOP(PG,SEND,EOP,TITLE,SHORT,LOC,BED,WARD,NAME,SSN,DOB,AGE,WEIGHT) ;Display header
HDG ;Print header

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !
  • Line Location: PTOP+9
Function Call: WRITE
  • Prompt: X
  • Line Location: PTOP+9
Function Call: WRITE
  • Prompt: ?IOM-($L(X)+8),"Printed "_X
  • Line Location: PTOP+11
Function Call: WRITE
  • Prompt: !,"Ord'd",?9,"ST",?13,"Item Ordered",?54,"Requestor Start Stop",!,ORHLINE
  • Line Location: PTOP+12
Function Call: WRITE
  • Prompt: !
  • Line Location: PBOT+8
Function Call: WRITE
  • Prompt: !,ORHLINE
  • Line Location: PBOT+9
Function Call: WRITE
  • Prompt: !,NAME," ",SSN,?IOM-$L(X),X
  • Line Location: PBOT+10
Function Call: WRITE
  • Prompt: @IOF
  • Line Location: CTOP+9
Function Call: WRITE
  • Prompt: !?(IOM-$L(TITLE)\2),TITLE
  • Line Location: CTOP+10
Function Call: WRITE
  • Prompt: ?IOM-$L(PG)-5,"Page "_PG
  • Line Location: CTOP+10
Function Call: WRITE
  • Prompt: !,"Ord'd",?9,"St",?13,"Item Ordered",?54,"Requestor Start Stop",!,ORHLINE
  • Line Location: CTOP+12
Function Call: WRITE
  • Prompt: !,NAME," ",SSN,?39-($L(X1)\2),X1,?(79-$L(X)),X
  • Line Location: HDG+6
Info |  Source |  Entry Points |  Interaction Calls