Skip to content

Commit

Permalink
MAT-7492: Add baseConfiguration typing
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmcphillips committed Aug 8, 2024
1 parent 2533e2e commit c5b7ca5
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 c5b7ca5

Please sign in to comment.