diff --git a/lib/screens/patients/profile/notes/note/update_note.dart b/lib/screens/patients/profile/notes/note/update_note.dart index be42eb59..9df70b35 100644 --- a/lib/screens/patients/profile/notes/note/update_note.dart +++ b/lib/screens/patients/profile/notes/note/update_note.dart @@ -93,8 +93,8 @@ class _UpdateNoteOrderState extends State { progressNoteController.text = widget.note.notes; if(selectValue==null) selectValue={}; - selectValue['parameterCode'] = widget.note.condition; - selectValue['description'] = widget.note.conditionDescription; + selectValue['ParameterCode'] = widget.note.condition; + selectValue['Description'] = widget.note.conditionDescription; }