build list of ICD10 codes
This commit is contained in:
@@ -43,7 +43,7 @@ class _BuildPatientsListState extends State<BuildICD10CodeList> {
|
|||||||
//select code
|
//select code
|
||||||
setState(() {
|
setState(() {
|
||||||
widget.icd10CodeController.text =
|
widget.icd10CodeController.text =
|
||||||
"${widget.icd10codeList[index].icd10}: ${widget.icd10codeList[index].description}";
|
"${widget.icd10codeList[index].icd10} - ${widget.icd10codeList[index].description}";
|
||||||
});
|
});
|
||||||
Navigator.of(context).pop();
|
Navigator.of(context).pop();
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user