I was able to make a couple tabs with different variables and a button that pulls these in and turns them into an OBS term for me. However, when I click the button and the data populates, the puncuation comes in showing the "bold" tags.... i.e.
\b 1) Upon evaluation of the patients range of motion (ROM) the following painful limitations were observed:\b0
\b Cervical: \b0 Flex, LLF, LRot, RRot
\b Thoracolumbar: \b0 Flex, LLF, LROT
\b 2) The patient reported palpatory tenderness in the following areas: \b0
\b Neck:\b0 R
\b Upper Back: \b0 L
\b Mid Back: \b0 Bilateral
\b Lower Back: \b0 L
\b 3) The following muscles were found to be hypertonic: \b0
\b Suboccipitas: \b0 L
\b SCM: \b0 R
\b Levator scapulae: \b0 Bilateral
\b Trapezius: \b0 L
\b Rhomboid: \b0 R
\b Erector spinae: \b0 Bilateral
\b Quadratus lumborum: \b0 R
\b Glut medius: \b0 L
\b Hamstrings: \b0 R
Here is the button function:
{
OBSNOW("CHIROPRACTER", HRET + FMT("1) Upon evaluation of the patients range of motion (ROM) the following painful limitations were observed:", "B") +HRET + " " +fmt("Cervical: ", "B") + DOCUMENT.CERV + " " +HRET + " " + fmt("Thoracolumbar: ", "B") + " " + DOCUMENT.LUMBAR +HRET+HRET + " " + fmt("2) The patient reported palpatory tenderness in the following areas: ", "B") +HRET + fmt(" Neck:","B") + DOCUMENT.NECK +HRET + fmt(" Upper Back: ","B") + DOCUMENT.UPPER_BACK +HRET + fmt(" Mid Back: ","B") + DOCUMENT.MID_BACK +HRET + fmt(" Lower Back: ","B") + DOCUMENT.LOW_BACK +HRET + fmt(" 3) The following muscles were found to be hypertonic: ","B") +HRET +fmt(" Suboccipitas: ","B") + DOCUMENT.SUBOCCIPITAS +HRET +fmt(" SCM: ","B") + DOCUMENT.SCM +HRET +fmt(" Levator scapulae: ","B") + DOCUMENT.LEVATOR_SCAP +HRET +fmt(" Trapezius: ","B") + DOCUMENT.TRAPEZIUS +HRET +fmt(" Rhomboid: ","B") + DOCUMENT.RHOMBOID +HRET +fmt(" Erector spinae: ","B") + DOCUMENT.ERECTOR_SPIN +HRET +fmt(" Quadratus lumborum: ","B") + DOCUMENT.QUADRATUS_LU +HRET +fmt(" Glut medius: ","B") + DOCUMENT.GLUT_MEDIUS +HRET +fmt(" Hamstrings: ","B") + DOCUMENT.HAMSTRINGS +HRET+HRET +fmt(" 4) Postural evaluation revealed the following assymetry: ","B") + HRET + fmt(" High Shoulder: ","B") + DOCUMENT.HIGH_SHOULDE + HRET + fmt(" High hip: ","B") + DOCUMENT.HIGH_HIP__ + HRET + " " + DOCUMENT.ANTERIOR_HEA + ", " + DOCUMENT.HYPERKYPHOSIS + ", " + DOCUMENT.HYPERLORDOSIS
)
}
Can anyone tell me how to not have those tags show up in the multi-line field? It looks fine on the note.
Thank you
Posted : December 28, 2017 5:19 am