Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 2ac9336e authored by Franck Desaize's avatar Franck Desaize
Browse files

Fix TU

parent b714e16f
No related branches found
No related tags found
2 merge requests!5Release/2.0.0,!4Pixm
......@@ -64,12 +64,12 @@ public class PatientRegistryFeedClient {
}
/**
* Method called to update a Patient in the PAtient Registry Database.
* @param patient : the Patient object we want to insert in DB
* @param uuid : The uuid of the patient corresponding to it in DB
* Method called to merge two Patients in the Patient Registry Database.
* @param uuidOriginal : the Patient object we want to insert in DB
* @param uuidDuplicated : The uuid of the patient corresponding to it in DB
* @return a String corresponding to the uuid confirming the transaction has been successful.
*/
public String mergePatient(EntityIdentifier patientToOverride, EntityIdentifier newPatient) {
public String mergePatient(EntityIdentifier uuidOriginal, EntityIdentifier uuidDuplicated) {
//TODO Prepare entry parameters before calling the feed client
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment