Skip to content

Commit

Permalink
MAT-7155 change rank to Integer
Browse files Browse the repository at this point in the history
  • Loading branch information
Cecilia Liu committed Jul 30, 2024
1 parent f594851 commit b7f0a66
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ public class DiagnosisComponent {
private String _id;
private Code code;
private Code presentOnAdmissionIndicator;
private int rank;
private Integer rank;
}

0 comments on commit b7f0a66

Please sign in to comment.