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

Package: Order Entry Results Reporting

Routine: ORLPSRB


Information

ORLPSRB ;SLC/RAF - Continuation of ORLPSRA ; 3/31/08 6:23am

Source Information

Source file <ORLPSRB.m>

Entry Points

Name Comments DBIA/ICR reference
WHO ;loops thru the TMP global for output sort by entering person
SWHO ;sorts for a single provider/entering person
DIV ;loops thru the TMP global for output sort by division
SDIV ;sorts for a single division
SERV ;loops thru the TMP global for output sort by service
SSERV ;sorts for a single service/section

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !,"No lapsed orders found"
  • Line Location: WHO+7
Function Call: WRITE
  • Prompt: $P(^(IEN),U),?23,$P(^(IEN),U,2),?46,$P(^(IEN),U,3),?71,$P(^(IEN),U,4),?77,$P(^(IEN),U,5),?87,$P(^(IEN),U,6),?100,$P(^(IEN),U,7),?118,$P(^(IEN),U,8),!
  • Line Location: WHO+11
Function Call: WRITE
  • Prompt: $P(^(IEN),U),?23,$P(^(IEN),U,2),?46,$P(^(IEN),U,3),?71,$P(^(IEN),U,4),?77,$P(^(IEN),U,5),?87,$P(^(IEN),U,6),?100,$P(^(IEN),U,7),?118,$P(^(IEN),U,8),!
  • Line Location: SWHO+10
Function Call: WRITE
  • Prompt: !!,"No lapsed orders found for "_LONER
  • Line Location: SWHO+12
Function Call: WRITE
  • Prompt: !,"No lapsed orders found"
  • Line Location: DIV+7
Function Call: WRITE
  • Prompt: !!,"No lapsed orders found for "_LONER
  • Line Location: SDIV+13
Function Call: WRITE
  • Prompt: !,"No lapsed orders found"
  • Line Location: SERV+7
Function Call: WRITE
  • Prompt: !!,"No lapsed orders found for "_LONER
  • Line Location: SSERV+12
Info |  Source |  Entry Points |  Interaction Calls