build list of ICD10 codes
This commit is contained in:
parent
e9a7338015
commit
3ab069e9fe
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ class _BuildPatientsListState extends State<BuildICD10CodeList> {
|
|||
//select code
|
||||
setState(() {
|
||||
widget.icd10CodeController.text =
|
||||
"${widget.icd10codeList[index].icd10}: ${widget.icd10codeList[index].description}";
|
||||
"${widget.icd10codeList[index].icd10} - ${widget.icd10codeList[index].description}";
|
||||
});
|
||||
Navigator.of(context).pop();
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue