Merge branch 'hot_fix' into 'development'

hot fix the progress_note_screen.dart

See merge request Cloud_Solution/doctor_app_flutter!993
merge-requests/998/head
Elham Ali 4 years ago
commit 4b7b4fda7f

@ -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