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

Loading…
Cancel
Save