$$ADD |
$$ADD^VAFCPTAD(ARRAY) will allow MPIF to add a
patient to the local patient file passing the data known in the array input
variable. The data known would be name, date of birth and SSN. The IEN of the
entry created in the Patient file is returned.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
array |
|
|
ARRAY |
Input |
ARRAY - is an array variable, subscripted by the
field number of the values passed. This data is used to create the patient in
the patient file.
|
DFN |
Output |
DFN is returned as the IEN of the Patient file entry
that was created in the session.
|
|