Skip to content

Commit

Permalink
Merge pull request #235 from MeasureAuthoringTool/MAT-7492
Browse files Browse the repository at this point in the history
MAT-7492: Add baseConfiguration typing
  • Loading branch information
mcmcphillips authored Aug 8, 2024
2 parents 6347486 + e640767 commit 8fb9498
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ public enum BaseConfigurationTypes {
EFFICIENCY("Efficiency"),
@JsonProperty("Intermediate Clinical Outcome")
INTERMEDIATE_CLINICAL_OUTCOME("Intermediate Clinical Outcome"),
@JsonProperty("Intermediate Outcome")
INTERMEDIATE_OUTCOME("Intermediate Outcome"),
@JsonProperty("Outcome")
OUTCOME("Outcome"),
@JsonProperty("Experience")
Expand Down

0 comments on commit 8fb9498

Please sign in to comment.