Fix to allow Modifier in codes with ':'

tmccormi wrote on Friday, June 08, 2012:

see: https://github.com/tmccormi/openemr/tree/modf-from-codes

In Administration > Services, when you assign multiple modifiers to a code, separated by “:”, the two modifiers do not come across to the Fee Sheet.

Example:
In Sevices - Code 99212 “RT:LT”

When you add 99212 to the Fee Sheet, only the RT comes across. However, if you save the two modifiers with a space between them in Services, they come thru fine.

bradymiller wrote on Friday, June 08, 2012:

Hi Tony,

Your code looks fine and overall seems to test well. But it seems to unmask a bug in the Services page, where only 5 characters are accepted for modifiers (ie. just two modifiers), which I am guessing is related to the modifier column in the codes database being limited to:
varchar(5)
Does it make sense to increase this?

Also noted that the Justify selector does not seem to be auto-populated anymore when add an ICD9 code to the feesheet?

-brady
OpenEMR