Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

deletePerson

The deletePerson method deletes a person from the EMPI. The system locates the person record using the person identifiers as search criteria. If the record is not found an unchecked exception is thrown to notify the caller that this record does not exist in the system. If the record is found, the record is voided from the system rather than deleted to preserve a history.

Method

The method uses the PUT HTML method.

Input

The input to the method is the Person element.

Output

The output is void if the person deleted or throw an response status as Not Modified

 

  • No labels