This commit is contained in:
Grahame Grieve 2022-02-12 09:07:07 +11:00
parent a570ef08a6
commit b861ca4744
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ public class PatientRenderer extends ResourceRenderer {
b.append(display(name));
b.append(" ");
if (dob == null) {
b.append("??");
b.append("(no stated gender)");
} else {
b.append(gender);
}