Code Type and Code in Encouter Summary (LBF Form)

Hello.
I made an LBF form to which I add code field. Please, can someone tell me, which scripts I should modify, so that the type of code and the code appear before the description in the encounter summary, as seen in the image below.


Thanks a lot
regards
Luis

Looking for same :slight_smile: Will monitor or did you find the fix ?

try this Edited public_html/KL_6.1.0/library/options.inc.php

line 2495 from - $s = ‘’;
to $s = htmlspecialchars($currvalue,ENT_NOQUOTES);