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

Package: Kernel

Routine: XLFNAME


Information

XLFNAME ;CIOFO-SF/TKW,MKO-Utilities for person name fields ;03/31/15 09:30

Source Information

Source file <XLFNAME.m>

Entry Points

Name Comments DBIA/ICR reference
STDNAME(XUNAME,XUFLAG,XUAUD) ;Standardize name XUNAME
; XUNAME - In, name to be standardized. Out, standardized name
; XUFLAG - In, "C" : return components in XUNAME array
; "F" : Assume input is in general form
; Family,Given Middle Suffix
; "G" : Don't return XUAUD("GIVEN")
; "P" : Remove parenthetical text
  • ICR #3065
    • Status: Active
    • Usage: Supported
    BLDSTD(XUNAME,XUNM,XUOUT,XUAUD) ;Build standard name in XUNAME
    GIVFRST ;Come here if name has no comma.
    NAMECOMP(XUNM) ;Build components from standard name
  • ICR #3065
    • Status: Active
    • Usage: Supported
    MOVSUF(XUREST,XUOUT,XURESTO,XUAUD,XUMOV) ;Move suffixes immediately in front to the end
    PUNC(XUNAME,XUAUD) ;Remove name pieces that are purely punctuation
    N2(XUREST,XUNM,XUOUT,XURESTO,XUAUD,XUFLAG) ;Build components from non-family name
    JOIN(S1,S2) ;Return S1 joined with S2 (separate by a space)
    NAMEFMT(XUNAME,XUFMT,XUFLAG,XUDLM) ;Name formatting routine
  • ICR #3065
    • Status: Active
    • Usage: Supported
    CLEANC(XUPART,XUFLAG,XUAUD) ;Component standardization
  • ICR #3065
    • Status: Active
    • Usage: Supported
    BLDNAME(XUNC,XUMAX) ;Build standard name from components
  • ICR #3065
    • Status: Active
    • Usage: Supported
    HLNAME(XUNAME,XUFLAG,XUDLM) ;Convert name to HL7 format
  • ICR #3065
    • Status: Active
    • Usage: Supported
    FMNAME(XUNAME,XUFLAG,XUDLM) ;Convert HL7 name string to standard name or name components
  • ICR #3065
    • Status: Active
    • Usage: Supported
    PRE ;Pre-install for patch XU*8.0*134
    POST ;Post-install for XU*8.0*134 (conversion)
    GENERATE ;Generate information in ^XTMP about changes that will take
    PRINT ;Print the information in ^XTMP
    CONVERT ;Convert the Names in the New Person file
    Info |  Source |  Entry Points