You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ensure there are no duplicates in the returned patient results from open client registry
Add some logic so that during importing a patient we check if the patient already exists.
If the patient exists locally with the same NationalId, firstName, LastName as the patient coming from the client registry, we can consider it a duplicate and not return it among the patient results we are displaying in the datatable below:
Ensure there are no duplicates in the returned patient results from open client registry
Add some logic so that during importing a patient we check if the patient already exists.
If the patient exists locally with the same NationalId, firstName, LastName as the patient coming from the client registry, we can consider it a duplicate and not return it among the patient results we are displaying in the datatable below:
Class to manipulate ->
OpenELIS-Global-2/src/main/java/org/openelisglobal/common/rest/provider/PatientSearchRestController.java
Line 116 in 94630df
The text was updated successfully, but these errors were encountered: