Skip to content

Commit

Permalink
Treat entity as Patient if absent for pre-configured PDQ Service Desc…
Browse files Browse the repository at this point in the history
…riptors in LDAP #1732
  • Loading branch information
vrindanayak committed Dec 7, 2018
1 parent 648e96c commit 1374f88
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public class PDQServiceDescriptor {
private int[] selection = {};
private final Map<String, String> properties = new HashMap<>();
private String defaultCharacterSet;
private Entity entity;
private Entity entity = Entity.Patient;

public PDQServiceDescriptor() {
}
Expand Down

0 comments on commit 1374f88

Please sign in to comment.