Is there a way to make just this text show as yellow in the patient banner?
Contact By: {if (obsany("METHCONTACT")=="secmsg" AND PATIENT.EMAIL<>"") AND (match(PATIENT.EMAIL,"@")<>0 OR match(PATIENT.EMAIL,".")<>0) THEN "Messaging" ELSE if (obsany("METHCONTACT")=="phone" AND PATIENT.EMAIL<>"") AND (match(PATIENT.EMAIL,"@")<>0 OR match(PATIENT.EMAIL,".")<>0) THEN PATIENT.ALTPHONE ELSE if (obsany("METHCONTACT")=="work" AND PATIENT.EMAIL<>"") AND (match(PATIENT.EMAIL,"@")<>0 OR match(PATIENT.EMAIL,".")<>0) THEN PATIENT.WORKPHONE ELSE if (obsany("METHCONTACT")=="cell" AND PATIENT.EMAIL<>"") AND (match(PATIENT.EMAIL,"@")<>0 OR match(PATIENT.EMAIL,".")<>0) THEN PATIENT.CELLPHONE ELSE if (obsany("METHCONTACT")=="" AND PATIENT.EMAIL<>"") AND (match(PATIENT.EMAIL,"@")<>0 OR match(PATIENT.EMAIL,".")<>0) AND OBSANY("PATPORTALPIN")<>"" THEN "Pending" ELSE "No Portal Access" ENDIF ENDIF ENDIF ENDIF ENDIF}
I believe the only things you can change in a Patient Banner are:
font, font size, and style (Bold, Underline, Italic).
Color is not an option.
I have not seen CPS 12 yet - so not sure if that becomes an option, but I doubt it.
Thank you for responding, we will probably underline this then
While I am not aware of any way to change the color, there are ways to emphasize or highlight within the banner. I have used the odd characters from the webding and wingding character sets. Thus, you can place symbols and shapes in the banner, and these can be useful in getting a user's attention.
Go into Wordpad (on your pc), type the alphabet in upper and lower case. Then highlight it, and change the font. You will find finger pointers, smiley faces, sad faces, crosses, hearts, flag, bomb, danger symbol, etc....
Thanks this is a good idea.