12 July 2024 v2

This commit is contained in:
2024-07-12 15:33:30 +02:00
parent 380f212c7f
commit aec55c75f2
25 changed files with 250 additions and 594 deletions

View File

@@ -23,6 +23,7 @@ class PatientManager extends StatefulWidget {
State<PatientManager> createState() => _PatientManagerState();
}
//
class _PatientManagerState extends State<PatientManager> {
TextEditingController searchController = TextEditingController();
String endpoint = "${AppEnviroment.baseApiUrl}/patients/user/";