Skip to content

Commit

Permalink
feat: add is_predictive property to cqm class meta (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbiannaccone authored Nov 12, 2024
1 parent 44071f1 commit 9ff3117
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions canvas_sdk/protocols/clinical_quality_measure.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ class Meta:
show_in_population: bool = True
can_be_snoozed: bool = True
is_abstract: bool = False
is_predictive: bool = False

@classmethod
def _meta(cls) -> dict[str, Any]:
Expand Down

0 comments on commit 9ff3117

Please sign in to comment.