diff --git a/lib/screens/patients/profile/notes/note/progress_note_screen.dart b/lib/screens/patients/profile/notes/note/progress_note_screen.dart index b9258117..561faece 100644 --- a/lib/screens/patients/profile/notes/note/progress_note_screen.dart +++ b/lib/screens/patients/profile/notes/note/progress_note_screen.dart @@ -283,6 +283,9 @@ class _ProgressNoteState extends State { .patientProgressNoteList[ index] .lineItemNo, + conditionId: model + .patientProgressNoteList[ + index].condition, createdBy: model .patientProgressNoteList[ index] @@ -364,6 +367,9 @@ class _ProgressNoteState extends State { admissionNo: int .parse(patient .admissionNo), + conditionId: model + .patientProgressNoteList[ + index].condition, cancelledNote: true, lineItemNo: model .patientProgressNoteList[