|
@@ -317,7 +317,7 @@ $ccSegment = $ccSegment ?? $note->getSegmentByInternalName('mc_cc');
|
|
|
icdSelect.empty().append('<option value="">-- select --</option>');
|
|
|
for (let i = 0; i < _data.length; i++) {
|
|
|
if(_data[i].icd_cd_type !== '01') {
|
|
|
- icdSelect.next('.data-option-list').append($('<div/>').text(_data[i].search_icd_cd));
|
|
|
+ icdSelect.next('.data-option-list').append($('<div/>').text(_data[i].search_icd_cd).attr('desc', _data[i].icd_desc));
|
|
|
}
|
|
|
}
|
|
|
icdSelect.prop('disabled', false);
|