Skip to content

Commit

Permalink
Fixed #363 - MPQ tool inherited PID from previous query
Browse files Browse the repository at this point in the history
  • Loading branch information
iheos committed Apr 18, 2018
1 parent 246f09b commit 9766d6d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ protected void bindUI() {
@Override
protected void configureTabView() {
queryBoilerplate = addQueryBoilerplate(new Runner(), transactionTypes, couplings, true);
setCommonPatientId(""); // necessary so common PID doesn't bleed into this query - could have no pid
}

class Runner implements ClickHandler {
Expand Down

0 comments on commit 9766d6d

Please sign in to comment.