UI Update
This commit is contained in:
parent
e09ca04e8a
commit
d188dd205f
5 changed files with 166 additions and 164 deletions
|
|
@ -32,6 +32,9 @@ class _PatientViewState extends State<PatientView> {
|
|||
PatientNotes(
|
||||
patientIndex: widget.selectedPatient.idpatients,
|
||||
),
|
||||
SizedBox(
|
||||
width: 10,
|
||||
),
|
||||
PatientFiles(
|
||||
patientIndex: widget.selectedPatient.idpatients,
|
||||
selectedPatient: widget.selectedPatient,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue