hot fix the progress_note_screen.dart

hot_fix
Elham Rababh 3 years ago
parent 31082249e5
commit e242aa19bc

@ -283,6 +283,9 @@ class _ProgressNoteState extends State<ProgressNoteScreen> {
.patientProgressNoteList[
index]
.lineItemNo,
conditionId: model
.patientProgressNoteList[
index].condition,
createdBy: model
.patientProgressNoteList[
index]
@ -364,6 +367,9 @@ class _ProgressNoteState extends State<ProgressNoteScreen> {
admissionNo: int
.parse(patient
.admissionNo),
conditionId: model
.patientProgressNoteList[
index].condition,
cancelledNote: true,
lineItemNo: model
.patientProgressNoteList[

Loading…
Cancel
Save