| DESCRIPTION | 
This RPC returns XML containing a list of users from the New Person file
(#99)
 
XML Example:
<BloodBankUsers>
    <Record count="1">
        <BloodBankUser userName="BLOODBANK,USER" userDUZ="5000" 
userInitials="BBU">
            <Divisions>
                <Division divisionCode="589" />
                <Division divisionCode="589A4" />
#200 that hold the Security Keys associated with Blood Bank.
                <Division divisionCode="589A5" />
                <Division divisionCode="589A6" />
                <Division divisionCode="589A7" />
            </Divisions>
        </BloodBankUser>
    </Record>
</BloodBankUsers>
 
XML Mapping:
count attribute =        Number of records found
userName attribute =     NEW PERSON file (#200) / NAME field (#.01)
userDuz attribute =      NEW PERSON file (#200) / IEN field (#.001)
userInitials attribute = NEW PERSON file (#200) / INITIAL field (#1)
divisionCode attribute = INSTITUTION file (#4) / STATION NUMBER field 
 |