Skip to content

Commit

Permalink
chnage ethnicity to rae
Browse files Browse the repository at this point in the history
  • Loading branch information
Dert1129 committed Nov 15, 2024
1 parent cb0c2dc commit d5924b4
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 d5924b4

Please sign in to comment.