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

Package: PCE Patient Care Encounter

Routine: PXEDIP


Information

PXEDIP ;ISL/PKR - Routines to print PCE device interface errors. ;6/7/96

Source Information

Source file <PXEDIP.m>

Entry Points

Name Comments DBIA/ICR reference
PR ;Print the report.
EDT ;Print the errors based on encounter date and time.
ERN ;Print the errors based on error number.
PAT ;Print the errors based on patients.
PDT ;Print the errors based on error date and time.
GENHEAD ;Print the general report heading.
PAGE ;form feed to new page

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !!,"Report based on Encounter Date and Time:"
  • Line Location: EDT+3
Function Call: WRITE
  • Prompt: !,?INDENT,$$FMTE^XLFDT(BENDT,1)," through ",$$FMTE^XLFDT(EENDT,1),"."
  • Line Location: EDT+4
Function Call: WRITE
  • Prompt: !!,"Report based on Error Numbers ",BERN," through ",EERN,"."
  • Line Location: ERN+3
Function Call: WRITE
  • Prompt: !!,"Report based on errors by patient."
  • Line Location: PAT+3
Function Call: WRITE
  • Prompt: !,"Errors for patient ",VADM(1)," ",$P(VADM(2),U,2)
  • Line Location: PAT+7
Function Call: WRITE
  • Prompt: !!,"Report based on Processing Date and Time:"
  • Line Location: PDT+4
Function Call: WRITE
  • Prompt: !,?INDENT,$$FMTE^XLFDT(BERDT,1)," through ",$$FMTE^XLFDT(EERDT,1),"."
  • Line Location: PDT+5
Function Call: WRITE
  • Prompt: !
  • Line Location: PAGE+3
Info |  Source |  Entry Points |  Interaction Calls