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

Package: Outpatient Pharmacy

Routine: PSOBAIRP


Information

PSOBAIRP ;BIR/RTR-Report of prescription mail labels with bad address ;08/16/2006

Source Information

Source file <PSOBAIRP.m>

Entry Points

Name Comments DBIA/ICR reference
EN ;
DATE ;
REP ;
ALL ;Print report for all patients
END ;
HD ;
MESS ;
NAME ;Set name(ssn)
PRALL ;Print data for all patients
PRONE ;Print data for one patient
CON ;
CHKADDR ;

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !!,"This option provides a report that shows patients and prescriptions whose last"
  • Line Location: EN+2
Function Call: WRITE
  • Prompt: !,"label activity had a routing of mail and no valid permanent or temporary"
  • Line Location: EN+3
Function Call: WRITE
  • Prompt: !,"address. It will also indicate whether the patient now has a good address.",!!
  • Line Location: EN+4
Function Call: WRITE
  • Prompt: !
  • Line Location: EN+10
Function Call: WRITE
  • Prompt: !!
  • Line Location: DATE+1
Function Call: WRITE
  • Prompt: !
  • Line Location: DATE+2
Function Call: WRITE
  • Prompt: !
  • Line Location: DATE+4
Function Call: WRITE
  • Prompt: !!,"No data found to print for this date range.",!
  • Line Location: ALL+11
Function Call: WRITE
  • Prompt: !!,"End of Report."
  • Line Location: END+3
Function Call: WRITE
  • Prompt: !!,"End of Report."
  • Line Location: END+4
Function Call: WRITE
  • Prompt: !
  • Line Location: END+5
Function Call: WRITE
  • Prompt: @IOF
  • Line Location: END+6
Function Call: WRITE
  • Prompt: !
  • Line Location: HD+3
Function Call: WRITE
  • Prompt: @IOF
  • Line Location: HD+4
Function Call: WRITE
  • Prompt: ?67,"PAGE: "_PSOPAGE
  • Line Location: HD+5
Function Call: WRITE
  • Prompt: !,"Bad address mail label report for "_$G(PSOANAME)
  • Line Location: HD+6
Function Call: WRITE
  • Prompt: !,"for fill date between "_$G(PSOSDTX)_" and "_$G(PSOEDTX)
  • Line Location: HD+8
Function Call: WRITE
  • Prompt: !,PSOLINE
  • Line Location: HD+9
Function Call: WRITE
  • Prompt: !!,"Nothing queued to print.",!
  • Line Location: MESS+1
Function Call: WRITE
  • Prompt: !!,$G(PSONSSN)
  • Line Location: PRALL+4
Function Call: WRITE
  • Prompt: ?30," ",PSOADDR
  • Line Location: PRALL+4
Function Call: WRITE
  • Prompt: !,$G(PSOADATE),?15," Rx#: ",$P(PSORX0,"^"),?30," ",$P($G(^PSDRUG($P(PSORX0,"^",6),0)),"^")
  • Line Location: PRONE+3
Function Call: WRITE
  • Prompt: !,$G(PSONSSN)
  • Line Location: CON+1
Info |  Source |  Entry Points |  Interaction Calls