Patien View page added to display selected patient.
This commit is contained in:
parent
9c8406367e
commit
d9e2afd571
5 changed files with 77 additions and 29 deletions
|
|
@ -56,4 +56,8 @@ class Patient {
|
|||
_ => throw const FormatException('Failed to load album.'),
|
||||
};
|
||||
}
|
||||
|
||||
String getIDNum() {
|
||||
return id_no;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue