| NAME |
DSIC XUTIL NAME COMPONENT |
| TAG |
NAMECOM |
| ROUTINE |
DSICDPT |
| RETURN VALUE TYPE |
SINGLE VALUE |
| AVAILABILITY |
AGREEMENT |
| DESCRIPTION |
This will take a standard VistA person name in the format Last,First M
and return the individual name components.
|
| INPUT PARAMETER |
-
- VNAME
- PARAMETER TYPE: LITERAL
- MAXIMUM DATA LENGTH: 50
- REQUIRED: YES
- SEQUENCE NUMBER: 1
- DESCRIPTION:
This is the standard VistA person name in the format Last,First M
|
| RETURN PARAMETER DESCRIPTION |
The name components will be returned in a string:
return: LastName^FirstName^Middle^Suffix/Title
on error return -1^error message
|