$$GET(INDUZ) |
This entry point uses the current DUZ to collect a
set of information that can be passed to a remote site to create a Visitor
record. The current user must have at least the following information on
file: Name, Access & Verify codes, SSN (no pseudo), station name & number. The
following information is optional: Phone, SecID, & Network Username.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
INDUZ |
Input |
The requesting user's DUZ
|
$$GET |
Output |
SSN^NAME^STATION NAME^STATION NUMBER^DUZ^PHONE^SECID^NETWORK USERNAME
|
|
$$PUT(DATIN) |
This entry point uses the output of the $$GET^XUESSO1
call to create a Visitor record entry in the New Person File.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
DATIN |
Input |
This is the string from the $$GET call at the
originating site.
SSN^NAME^STATION NAME^STATION NUMBER^DUZ^PHONE^SECID^NETWORK USERNAME
|
$$PUT |
Output |
1 == SUCCESS
0 == FAILURE
|
|