XUNAME |
Both |
Text value representing person name to transform
|
XUMINL |
Input |
Minimum length (optional, default 3)
|
XUMAXL |
Input |
Maximum length (optional, default 30)
|
XUNOP |
Input |
1 to standardize last name for 'NOP' x-ref for the
Patient file (optional)
|
XUCOMA |
Input |
0 to not require a comma, 1 to require a comma in the
input value, 2 to add a comma if none, 3 to prohibit (remove) commas,
(optional, default 1)
|
XUAUDIT |
Both |
Variable to return audit, pass by reference
(optional). Returned values: XUAUDIT = 0 if no change was
made,
= 1 if name is changed,
= 2 if name could not be converted XUAUDIT(1) defined if name contains
no comma XUAUDIT(2) defined if parenthetical text is removed
XUAUDIT(3) defined if value is unconvertible XUAUDIT(4)
defined if characters are removed or changed
|
XUFAM |
Input |
1 if just the family name, 0 otherwise (optional)
|
XUDNC |
Input |
1 to prevent componentization, 2 to return components
before standardize (optional)
|
$$FORMAT |
Output |
XUNAME in specified format or null if length of
transformed value is less than XUMINL.
|