Patien View page added to display selected patient.

This commit is contained in:
2024-04-07 15:28:52 +02:00
parent 9c8406367e
commit d9e2afd571
5 changed files with 77 additions and 29 deletions

View File

@@ -56,4 +56,8 @@ class Patient {
_ => throw const FormatException('Failed to load album.'),
};
}
String getIDNum() {
return id_no;
}
}