NAME |
NAME receives three paramaters. Two of the
parameters are not used by the NAME API (DFN and FLG). NAME also receives
MPISTR which is the text data of the name to be formated. NAME standardizes
the format of the name received and returns it (by reference) in MPISTR.
NAME(DFN,MPISTR,FLG)
DFN - ien from Patient file (received but not referenced)
MPISTR - Name as stored in New Person file (#200)
FLG - Set to 0 in code and not referenced elsewhere
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
DFN |
Input |
Not referenced (Lab will pass in 0)
|
MPISTR |
Both |
Initially this variable is passed (by reference) into
the API as the New Person's Name to be standardized. When the API completes
execution, this variable contains the standardized version of the name and is
returned to the calling point (via reference).
|
FLG |
Input |
The API sets this variable to 0 and it is not used.
(Lab will not pass this parameter.)
|
|