-
Notifications
You must be signed in to change notification settings - Fork 6
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
Support Connection-s between local and remote users #38
Comments
Related: #28 |
sdumitriu
added a commit
that referenced
this issue
Oct 28, 2014
Commit ac9c1bb fixes an exception being thrown, so that patient-network can be used for remote-matching, but need to discuss if we need to do more to do more to proper support communication between local and remote users |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When a patient is matched using remote-matching API and is converted to JSON an attempt is made to generate a "contact token" (in AbstractPatientSimilarityView.toJSON()). This involves generating a "Connection" to anonymously connect the owners of the matched patients. However currently Connection only supports local users which have a XWiki document associated with them.
We need to rethink the contact mechanism, to support remote users as well (though we do not need to have the ability to grant them patient access, so this contact token should not necessarily involve a "connection")
The text was updated successfully, but these errors were encountered: