Skip to content

Commit

Permalink
Merge pull request #257 from MeasureAuthoringTool/feature/mat-7980-qi…
Browse files Browse the repository at this point in the history
…core-add-scoring-precision

[MAT-7980] QI-Core STU5: Add Scoring Precision Property
  • Loading branch information
jkotanchik-SB authored Jan 7, 2025
2 parents 49d6ad9 + f4022b8 commit a7e492f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>gov.cms.madie</groupId>
<artifactId>madie-java-models</artifactId>
<version>0.6.72-SNAPSHOT</version>
<version>0.6.73-SNAPSHOT</version>
<name>madie-java-models</name>
<description>Java based models for MADiE microservices</description>
<properties>
Expand Down
4 changes: 3 additions & 1 deletion src/main/java/gov/cms/madie/models/measure/FhirMeasure.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@
@JsonTypeName("QI-Core v4.1.1")
@ToString(callSuper = true)
@ValidFhirGroup
public class FhirMeasure extends Measure {}
public class FhirMeasure extends Measure {
private Integer scoringPrecision;
}

0 comments on commit a7e492f

Please sign in to comment.