Skip to content

Commit

Permalink
Issue phenotips#79: Allow everyone to see matched patient IDs (even f…
Browse files Browse the repository at this point in the history
…or patients which are only matchable)
  • Loading branch information
allasm committed May 20, 2015
1 parent 4e2e264 commit fb6625c
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,6 @@ public RestrictedPatientSimilarityView(AbstractPatientSimilarityView openView)
this(openView.match, openView.reference, openView.access);
}

@Override
public String getId()
{
return this.access.isOpenAccess() ? this.match.getId() : null;
}

@Override
public String getExternalId()
{
Expand Down

0 comments on commit fb6625c

Please sign in to comment.