forked from yaso_meth/mih-project
Merge pull request #147 from yaso-meth/BUG--Patient-Manager-Add-notes
trigger window on click
This commit is contained in:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user