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

Package: Visual Impairment Service Team

Routine: ANRVRP4


Information

ANRVRP4 ;BIRM/LDT - VIST ZIP CODE LIST ; 05 Aug 98 / 2:17 PM

Source Information

Source file <ANRVRP4.m>

Entry Points

Name Comments DBIA/ICR reference
EN1 ;Entry point for Zip Code List
DEQ ;Entry point when queued.
QUIT
SETTMP ;Set ^TMP for report
HDR ;Report header
REPORT ;Print Report
SEL
ASKZIP
QUIT2
SETLP ;
HELPSEL ;
HELPZIP ;

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: @IOF,!!,"SORT BY ZIP CODE",!!
  • Line Location: EN1+1
Function Call: WRITE
  • Prompt: !,"NO DEVICE SELECTED OR REPORT PRINTED!!"
  • Line Location: EN1+3
Function Call: WRITE
  • Prompt: !,"NO DATA TO PRINT!"
  • Line Location: DEQ+5
Function Call: WRITE
  • Prompt: @IOF
  • Condition for execution: $Y!($E(IOST)="C")
  • Line Location: HDR+2
Function Call: WRITE
  • Prompt: !,HDR,?46,"Printed ",HDT,?72,"Page ",PG,!!,"NAME",?27,"SSN",?46,"CITY",?64,"ZIP CODE",!,LN
  • Line Location: HDR+2
Function Call: WRITE
  • Prompt: !
  • Line Location: REPORT+2
Function Call: WRITE
  • Prompt: !,ANRV(1),?27,ANRV(2),?46,ANRV(3),?64,$S(ANRV(4)]"":ANRV(4),1:"NONE")
  • Line Location: REPORT+4
Function Call: WRITE
  • Prompt: !
  • Line Location: REPORT+6
Function Call: WRITE
  • Prompt: !!,"Do you want the report to list:",!?3,"(A)ll zip codes or",!?3,"(S)elect zip codes",!!
  • Line Location: SEL+0
Function Call: WRITE
  • Prompt: !
  • Line Location: SEL+4
Function Call: WRITE
  • Prompt: !!,"Enter:",!?3,"""A"" to list patients for ALL zip codes from the VIST ROSTER file.",!?3,"""S"" to select only specific zip code(s).",!?3,"""^"" or <return> to halt."
  • Line Location: HELPSEL+1
Function Call: WRITE
  • Prompt: !!,"Enter the zip code [5 characters] that you wish to select."
  • Line Location: HELPZIP+1
Info |  Source |  Entry Points |  Interaction Calls