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

Package: Clinical Reminders

Routine: PXRMCLEH


Information

PXRMCLEH ;SLC/PKR - Utilities for managing Change Logs/Edit Histories. ;02/28/2024

Source Information

Source file <PXRMCLEH.m>

Entry Points

Name Comments DBIA/ICR reference
CHANGELOG(CLOGSFN,IEN,CLOGTEXT) ;Add a CHANGE LOG/EDIT HISTORY entry.
  • ICR #7455
    • Status: Pending
    • Usage: Private
    GETCLOGSFN(FILENUM) ;Determine if this file has a CHANGE LOG or EDIT HISTORY field.
  • ICR #7455
    • Status: Pending
    • Usage: Private
    LASTINSTALL(PXRMRIEN,FILENUM,IEN) ;
    RMEHIST(FILENUM,IEN) ;Remove the edit history for a reminder file.
    SEHIST(FILENUM,ROOT,IEN) ;Set the edit date and edit by and prompt the

    Interaction Calls

    Name Line Occurrences
    Function Call: WRITE
    • Prompt: !,"The last update was:"
    • Line Location: LASTINSTALL+22
    Function Call: WRITE
    • Prompt: !,CLTEXT(2)
    • Line Location: LASTINSTALL+23
    Function Call: WRITE
    • Prompt: !,CLTEXT(3)
    • Line Location: LASTINSTALL+24
    Function Call: WRITE
    • Prompt: !,"This is update:"
    • Line Location: LASTINSTALL+25
    Function Call: WRITE
    • Prompt: !,TESTTEXT(2)
    • Line Location: LASTINSTALL+26
    Function Call: WRITE
    • Prompt: !,TESTTEXT(3)
    • Line Location: LASTINSTALL+27
    Function Call: WRITE
    • Prompt: !,"Input your edit comments."
    • Line Location: SEHIST+17
    Function Call: WRITE
    • Prompt: !
    • Line Location: SEHIST+29
    Info |  Source |  Entry Points |  Interaction Calls