trigger window on click

This commit is contained in:
2025-04-25 11:20:17 +02:00
parent 3728d5b475
commit 2f00c95a7c
2 changed files with 5 additions and 2 deletions

View File

@@ -398,7 +398,10 @@ class _PatientConsultationState extends State<PatientConsultation> {
), ),
backgroundColor: backgroundColor:
MzanziInnovationHub.of(context)!.theme.successColor(), MzanziInnovationHub.of(context)!.theme.successColor(),
onTap: () {}, onTap: () {
// addConsultationNotePopUp();
addNotePopUp();
},
) )
], ],
), ),

View File

@@ -171,7 +171,7 @@ class _PatientDocumentsState extends State<PatientDocuments> {
"sig_path": widget.businessUser!.sig_path, "sig_path": widget.businessUser!.sig_path,
}), }),
); );
//print(response1.statusCode); print(response1.statusCode);
DateTime now = new DateTime.now(); DateTime now = new DateTime.now();
DateTime date = new DateTime(now.year, now.month, now.day); DateTime date = new DateTime(now.year, now.month, now.day);
String fileName = String fileName =