Skip to content

Commit

Permalink
Specimen event missed in censoring events OHDSI#2579 (OHDSI#2580)
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-abushkevich authored and m0nhawk committed Nov 1, 2021
1 parent 1482f85 commit 1b1475f
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,15 @@ define([
});
},
},
{
...constants.censoringEventList.addSpecimen,
selected: false,
action: function () {
self.expression().CensoringCriteria.push({
Specimen: new criteriaTypes.Specimen(null, self.expression().ConceptSets)
});
}
},
{
...constants.censoringEventList.addVisit,
selected: false,
Expand Down

0 comments on commit 1b1475f

Please sign in to comment.