Okay I'm going crazy here....
I have built 2 forms in VFE. Both are General Exam forms, 1 peds and 1 adult.
I have created a button called ALL NORMAL. When a provider clicks the button it inserts all the preset sentences into the text.
The problem we are having is if a provider clicks the all normal button, and then wants to change something in the sentence it will not let them delete it.
I have tried EVERYTHING!!! Any ideas??? I am pulling my hair out here.
Two comments:
(1) Please write a better heading to your post in the future.
(2) What is the code you used for the section, and how have you defined? Run Process, MEL, ???
The dropdown we are using a document variable.
The action button is Set Value.
I apologize for the Title, I am new to Clinical IT and to CHUG.
-Katie
1) For Physical Exam, I have a button that sets a variable. Action button, connection = run process. Code as follows:
OBSNOW("CompPhysical", ("Vitals noted above, NAD. Eyes: sclera anicteric, conj. clear, PER. Ears: no external deformities, hearing intact. Oral mucosa moist, dentition normal. Neck supple, no masses, thyroid nl. Normal respiratory effort, clear to auscultation in all fields. Heart RRR, no murmurs, PMI nl, DP/PT/radial pulses intact, no JVD. Abdomen soft, nondistended, nontender, no guarding, no hepatomegaly. Lymph nodes not enlarged in neck. Gait and station nl. Digits: no C/C/E. Muscle tone and strength nl. Skin: no rashes or nodules. No facial droop, EOM intact. Patient engaged and oriented, judgment and insight intact, mood and affect nl."))
2) Below this button, is a multi-line edit field for the OBS term CompPhysical.
And, in this multi-line field, anyone can change/edit/delete the text.