
| Name | Value |
|---|---|
| NAME | DSIC DPT GET ID |
| TAG | ID |
| ROUTINE | DSICDPT |
| RETURN VALUE TYPE | SINGLE VALUE |
| AVAILABILITY | AGREEMENT |
| DESCRIPTION | This returns the patient's identifier based upon their eligibility code. For the VA, this will be the SSN (dashed) ^ last 4 of SSN. For non-VA systems this will be that systems ID. |
| INPUT PARAMETER |
|
| RETURN PARAMETER DESCRIPTION |
If problems, return -1^message
Else return:
For VA systems, SSN (dashed) ^ last 4 of SSN
For non-VA systems, return patient identifier for that system
Note, this will only work if the VAPTYP parameter is passed
and that eligibility code is listed in that patient's record
in the eligibility multiple in the (or primary eligibility
field) in the PATIENT file (#2).
|