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

Package: Virtual Patient Record

Routine: VPRHST2


Information

VPRHST2 ;OIT/CMF - Monitor SDA upload global ;09/18/18 4:36pm

Source Information

Source file <VPRHST2.m>

Entry Points

Name Comments DBIA/ICR reference
EN ; -- Monitor upload global, write results to screen
RUN(DFN,TYPE) ; -- display list
LOOP
HDR ; -- write header
TOTAL() ; -- select the max# of iterations

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !,I,?10,J,?20,VPR(I,J)
  • Line Location: LOOP+6
Function Call: WRITE
  • Prompt: !!,"Press <return> to continue or ^ to exit ..."
  • Line Location: LOOP+8
Function Call: READ
  • Variable: X
  • Timeout: DTIME
  • Line Location: LOOP+9
Function Call: WRITE
  • Prompt: !!,"Current Sequence#: ",$G(^VPR(1,1))
  • Line Location: LOOP+11
Function Call: WRITE
  • Prompt: @IOF,"VPR Global Upload Monitor",?55,$$FMTE^XLFDT($$NOW^XLFDT)
  • Line Location: HDR+2
Function Call: WRITE
  • Prompt: !,"SEQ",?10,"DFN",?20,$S(TYPE(0):TYPE,1:"All containers")
  • Line Location: HDR+3
Function Call: WRITE
  • Prompt: " for "_$S(DFN(0):$P(DFN,U,2),1:"all patients")
  • Line Location: HDR+4
Function Call: WRITE
  • Prompt: !,$$REPEAT^XLFSTR("-",79)
  • Line Location: HDR+5
Info |  Source |  Entry Points |  Interaction Calls