trigger window on click
This commit is contained in:
@@ -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();
|
||||||
|
},
|
||||||
)
|
)
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
|
|||||||
@@ -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 =
|
||||||
|
|||||||
Reference in New Issue
Block a user