Upper Casing NPR Selects
When users of an NPR report need to enter a known free text value in a select and you want to make sure the value is always upper-cased:
MAGIC: c.xx.type~$L.TO.U^c.xx.type
CS: c.xx.type@Tr.l2u^c.xx.type
Labels: MEDITECH String Manipulation



1 Comments:
Alternately, if you want to make sure the value is always lower-case:
MAGIC: c.xx.type~$U.TO.L^c.xx.type
CS: c.xx.type@Tr,u2l^c.xx.type
Post a Comment
Links to this post:
Create a Link
<< Home