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

Package: Order Entry Results Reporting

Routine: ORS100B


Information

ORS100B ;SLC/RAF - Continuation of ORS100A ;10/19/00 13:36

Source Information

Source file <ORS100B.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 unsigned orders found"
  • Line Location: WHO+7
Function Call: WRITE
  • Prompt: $P(^(IEN),U),?25,$P(^(IEN),U,2),?50,$P(^(IEN),U,3),?75,$P(^(IEN),U,4),?81,$P(^(IEN),U,5),?95,$P(^(IEN),U,6),?110,$P(^(IEN),U,7),!
  • Line Location: WHO+11
Function Call: WRITE
  • Prompt: $P(^(IEN),U),?25,$P(^(IEN),U,2),?50,$P(^(IEN),U,3),?75,$P(^(IEN),U,4),?81,$P(^(IEN),U,5),?95,$P(^(IEN),U,6),?110,$P(^(IEN),U,7),!
  • Line Location: SWHO+10
Function Call: WRITE
  • Prompt: !!,"No unsigned orders found for "_LONER
  • Line Location: SWHO+12
Function Call: WRITE
  • Prompt: !,"No unsigned orders found"
  • Line Location: DIV+7
Function Call: WRITE
  • Prompt: !!,"No unsigned orders found for "_LONER
  • Line Location: SDIV+13
Function Call: WRITE
  • Prompt: !,"No unsigned orders found"
  • Line Location: SERV+7
Function Call: WRITE
  • Prompt: !!,"No unsigned orders found for "_LONER
  • Line Location: SSERV+12
Info |  Source |  Entry Points |  Interaction Calls