Skip to content

Commit

Permalink
Merge pull request #42 from KPMP/KPMP-5569_fix-json-label
Browse files Browse the repository at this point in the history
chnage ethnicity to rae
  • Loading branch information
HaneenT authored Nov 15, 2024
2 parents cb0c2dc + d5924b4 commit b5542c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,7 @@ public void setHypertensionDuration(Set<String> hypertensionDuration) {
this.hypertensionDuration = hypertensionDuration;
}

@JsonProperty("ethnicity")
@JsonProperty("race")
public Set<String> getRace() {
if(this.race.isEmpty()){
return null;
Expand Down

0 comments on commit b5542c4

Please sign in to comment.