Skip to content

Commit

Permalink
Selecting Censoring event for Payer Plan period fails #2616 (#2618)
Browse files Browse the repository at this point in the history
(cherry picked from commit 55e1826)
  • Loading branch information
anton-abushkevich committed Sep 15, 2021
1 parent 78f2a72 commit 6859795
Showing 1 changed file with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -357,8 +357,7 @@ define([
action: function () {
self
.expression()
.PrimaryCriteria()
.CriteriaList.push({
.CensoringCriteria.push({
PayerPlanPeriod: new criteriaTypes.PayerPlanPeriod(
null,
self.expression().ConceptSets
Expand Down Expand Up @@ -392,9 +391,9 @@ define([
selected: false,
action: function () {
self.expression().CensoringCriteria.push({
Specimen: new criteriaTypes.Specimen(
null,
self.expression().ConceptSets
VisitOccurrence: new criteriaTypes.VisitOccurrence(
null,
self.expression().ConceptSets
),
});
},
Expand Down

0 comments on commit 6859795

Please sign in to comment.