addPerson

addPerson

The addPerson method adds a person record to the EMPI. The system will first check to see if a user with the same identifier is already known to the system. If the person is known already then nothing further will be done. If the person record is new, then the system will first add the person to the system and will then invoke the matching algorithm to determine if the person is already known through other aliases.

Method

The method uses the PUT HTML method.

Input

The input to the method is the Person element.

Output

The output is the Person entry if a new person added or an empty document if the person is known already.