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

Support Connection-s between local and remote users #38

Open
allasm opened this issue Oct 20, 2014 · 2 comments
Open

Support Connection-s between local and remote users #38

allasm opened this issue Oct 20, 2014 · 2 comments

Comments

@allasm
Copy link
Member

allasm commented Oct 20, 2014

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")

@allasm allasm added this to the 1.0-milestone-2 milestone Oct 20, 2014
@allasm
Copy link
Member Author

allasm commented Oct 20, 2014

Related: #28

@allasm
Copy link
Member Author

allasm commented Nov 13, 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
Labels
None yet
Development

No branches or pull requests

3 participants