Patien View page added to display selected patient.
This commit is contained in:
@@ -56,4 +56,8 @@ class Patient {
|
||||
_ => throw const FormatException('Failed to load album.'),
|
||||
};
|
||||
}
|
||||
|
||||
String getIDNum() {
|
||||
return id_no;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user