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
Print Page as PDF
Routine: PXRMTEXT

Package: Clinical Reminders

Routine: PXRMTEXT


Information

PXRMTEXT ; SLC/PKR - Text formatting utility routines. ;07/25/2014

Source Information

Source file <PXRMTEXT.m>

Entry Points

Name Comments DBIA/ICR reference
NEWLINE ;Put TEXT on a new line to the output, make sure it does not end
BLANK ;Add a blank line (line containing just " ") to the output.
CHECKLEN(WORD) ;Check to see if adding the next word makes the line too long.
COLFMT(FMTSTR,TEXTSTR,PC,NL,OUTPUT) ;Columnar text formatter.
  • ICR #6935
    • Status: Active
    • Usage: Controlled Subscription
  • ICR #7459
    • Status: Pending
    • Usage: Private
    COLFMTA(FMTSTR,INPUT,PC,NROW,OUTPUT) ;Columnar text formatter.
    FORMAT(LM,RM,NIN,TEXTIN,NOUT,TEXTOUT) ;Format the text in TEXTIN so it has
  • ICR #6935
    • Status: Active
    • Usage: Controlled Subscription
    FORMATS(LM,RM,TEXTLINE,NOUT,TEXTOUT) ;Take a single line of input text
  • ICR #6935
    • Status: Active
    • Usage: Controlled Subscription
  • ICR #7459
    • Status: Pending
    • Usage: Private
    LMFMTSTR(VALMDDF,JSTR) ;The List Manager variable VALMDDF contains the
  • ICR #6935
    • Status: Active
    • Usage: Controlled Subscription
  • ICR #7459
    • Status: Pending
    • Usage: Private
    Info |  Source |  Entry Points