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

Package: Order Entry Results Reporting

Routine: ORQ10


Information

ORQ10 ; slc/dcm - Test this utility

Source Information

Source file <ORQ10.m>

Entry Points

Name Comments DBIA/ICR reference
TEST ;Test utility
LP
CON
STATUS(NUM) ; -- Returns name of status by number

Interaction Calls

Name Line Occurrences
Function Call: READ
  • Variable: X
  • Timeout: DTIME
  • Line Location: TEST+3
Function Call: WRITE
  • Prompt: " Invalid order #"
  • Line Location: TEST+3
Function Call: WRITE
  • Prompt: !!,"1 => All",?24,"6 => New",?45," 11 => Unsigned"
  • Line Location: CON+0
Function Call: WRITE
  • Prompt: !,"2 => Active/Current",?24,"7 => Pending",?46,"12 => Flagged"
  • Line Location: CON+1
Function Call: WRITE
  • Prompt: !,"3 => Discontinued",?24,"8 => Activity",?46,"13 => Verb/Phone"
  • Line Location: CON+2
Function Call: WRITE
  • Prompt: !,"4 => Completed/Expired",?24,"9 => Expanded",?46,"14 => Verb/Phone Unsign"
  • Line Location: CON+3
Function Call: WRITE
  • Prompt: !,"5 => Expiring",?23,"10 => Notifications"
  • Line Location: CON+4
Function Call: READ
  • Variable: X
  • Timeout: DTIME
  • Line Location: CON+5
Function Call: WRITE
  • Prompt: !,"Enter a number from 1 to 14 that matches the context list"
  • Line Location: CON+6
Function Call: WRITE
  • Prompt: !,"What do you want stored: 1. Just the order #",!,?26,"2. Order # & text",!?26,"3. Order # & Reason for action",!?26,"4. Detailed Display fields"
  • Line Location: CON+10
Function Call: READ
  • Formatting: !?8
  • Prompt: "Enter choice: 1// "
  • Variable: X
  • Timeout: DTIME
  • Line Location: CON+11
Function Call: WRITE
  • Prompt: !!,"For: "_$P(^DPT(+ORVP,0),"^"),?35," "_$P(Y,"^",2),?55,"Context #"_FLAG
  • Line Location: CON+13
Function Call: WRITE
  • Prompt: !?5,"<"_$S($G(^TMP("ORR",$J,ORLIST,"TOT")):^("TOT"),1:0)_" Orders found>"
  • Line Location: CON+15
Function Call: WRITE
  • Prompt: !,"Do you want to see the list of Orders"
  • Line Location: CON+16
Function Call: WRITE
  • Prompt: !
  • Line Location: CON+17
Function Call: WRITE
  • Prompt: !,^(IFN)
  • Line Location: CON+17
Info |  Source |  Entry Points |  Interaction Calls