Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure there are no duplicates in the returned patient results from open client registry #1308

Open
mherman22 opened this issue Nov 16, 2024 · 1 comment · May be fixed by #1319
Open

Ensure there are no duplicates in the returned patient results from open client registry #1308

mherman22 opened this issue Nov 16, 2024 · 1 comment · May be fixed by #1319

Comments

@mherman22
Copy link
Contributor

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:

openelis

Class to manipulate ->

List<PatientSearchResults> fhirResults = searchPatientInClientRegistry(lastName, firstName,

@MdShaz9771
Copy link

Hi, can you please assign this issue to me? I'd like to work on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants