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

Package: PCE Patient Care Encounter

Routine: PXCEAE


Information

PXCEAE ;ISL/dee,ISA/KWP - Main routine for the List Manager display of a visit and related v-files ;11/08/2019

Source Information

Source file <PXCEAE.m>

Entry Points

Name Comments DBIA/ICR reference
EN ;+ -- main entry point for PXCE DISPLAY VISIT
GETVIEN ;Ask the user which visit.
HDR ; -- header code
KEYS(PXCEPROT,PXCEEND) ;Set up ^XQORM("KEY") array so that can edit an item by having its
; number be and action to edit it.
INIT ; -- init variables and list array
HELP ; -- help code
EXIT ; -- exit code
EXPND ; -- expand code
EDIT ; -- edit a V-File entry
DEL ; -- delete a V-File entries
DOMANY(PXCEFIDX,WHATDO,WHATTODO) ;Process one or more V-File entries
DO1(PXCEFIDX,WHATDO,WHATTODO) ;Process one V-File entry
QUIT

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !!,"Security regulations prohibit computer access to your own medical record."
  • Line Location: EN+13
Function Call: WRITE
  • Prompt: !,"This encounter has been deleted by a background process."
  • Line Location: GETVIEN+10
Function Call: WRITE
  • Prompt: !!,$C(7),"Can not update future encounters."
  • Line Location: GETVIEN+17
Function Call: WRITE
  • Prompt: !!,"This is a historical encounter for documenting a clinical encounter only"
  • Line Location: GETVIEN+23
Function Call: WRITE
  • Prompt: !,"and will not be used by Scheduling, Billing or Workload credit."
  • Line Location: GETVIEN+24
Function Call: WRITE
  • Prompt: !!
  • Line Location: HELP+1
Function Call: WRITE
  • Prompt: !!!,$C(7),"Error: You do not have delete access."
  • Line Location: DEL+1
Function Call: WRITE
  • Prompt: "??",$C(7)
  • Line Location: DOMANY+10
Function Call: WRITE
  • Prompt: !!!,$C(7),"You cannot edit stop codes."
  • Line Location: DO1+10
Info |  Source |  Entry Points |  Interaction Calls