trigger window on click
This commit is contained in:
parent
3728d5b475
commit
2f00c95a7c
2 changed files with 5 additions and 2 deletions
|
|
@ -398,7 +398,10 @@ class _PatientConsultationState extends State<PatientConsultation> {
|
|||
),
|
||||
backgroundColor:
|
||||
MzanziInnovationHub.of(context)!.theme.successColor(),
|
||||
onTap: () {},
|
||||
onTap: () {
|
||||
// addConsultationNotePopUp();
|
||||
addNotePopUp();
|
||||
},
|
||||
)
|
||||
],
|
||||
),
|
||||
|
|
|
|||
|
|
@ -171,7 +171,7 @@ class _PatientDocumentsState extends State<PatientDocuments> {
|
|||
"sig_path": widget.businessUser!.sig_path,
|
||||
}),
|
||||
);
|
||||
//print(response1.statusCode);
|
||||
print(response1.statusCode);
|
||||
DateTime now = new DateTime.now();
|
||||
DateTime date = new DateTime(now.year, now.month, now.day);
|
||||
String fileName =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue