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

Package: PCE Patient Care Encounter

Routine: PXUTIL


Information

PXUTIL ;SLC/PKR - Utility routines for use by PX. ;03/02/2022

Source Information

Source file <PXUTIL.m>

Entry Points

Name Comments DBIA/ICR reference
ACOPY(REF,OUTPUT) ;Copy all the descendants of the array reference into a linear
APRINT(REF) ;Write all the descendants of the array reference.
AWRITE(REF) ;Write all the descendants of the array reference, including the
BORP(DEFAULT) ;Ask the user if they want to browse or print.
DELFE(FILENUM,DA) ;Delete a file entry.
DELTLFE(FILENUM,NAME) ;Delete top level entries from a file.
FNFR(ROOT) ;Given the root of a file return the file number.
GPRINT(REF) ;General printing.
GPRINTQ ;Queued general printing.
RENAME(FILENUM,OLDNAME,NEWNAME) ;Rename entry OLDNAME to NEWNAME in
RMANPC(STRING) ;Remove any non-printing characters from the end of STRING.
STRREP(STRING,TS,RS) ;Replace every occurrence of the target string (TS)

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !,"Task number ",ZTSK
  • Line Location: GPRINT+15
Info |  Source |  Entry Points |  Interaction Calls