I am trying to add a new line to the above form. It will add a text box to allow the provider to enter any contraindications for an obsterm.
My first problem is: I am not sure how to add a text box!
Second problem is: I am not sure what I put in the "value" field for it to write that value back to the obsterm.
Example:ccc_Adult_PI_exec("Contraindications for use^ANTIPLATEXCL^1^Contraindications for use of Antiplatelet Therapy.\r\n^^")
This writes a "1" back, but I dont want that, I want a text box !
Please help a lost forms soul
If you are trying to add a text box to a CCC form, I don't think you can. You are very limited to what content you can edit on those.
Ok, thank you for replying.
Your welcome. You can create one of the columns to be a contraindications list so that they could check the contraindications they needed to. The form would then insert it into the free text box that is built into the form already.
that is a good idea. I am a beginner so I do appreciate your help and ideas more than I can express.
No problem! I have been there before and am not much further ahead when it comes to the MEL language stuff!!
LOL. Would you happen to know how to do the following:
I have a visibility region, and if the user changes her mind from yes to no and we want the information gone from the chart note, how would I do that? Would I have to create a clear all button for them to click or could I do it within the mel code behind the scenes based on the radio button being clicked no?
Are you talking a VFE form? It would depend on what you have tied to the yes/no. If it was simply a yes or no, I would just make it a radio button with those 2 choices so that it would simply switch between the two. If it is a yes or no tied with a lot of coding in the background, you may need a clear all or you could do it in the back ground. Can you post the form and I can look at what you are trying to do?
or email it to me
Its an EFE, can I still email it?
Yes, I can open it in VFE then if I can see what you want to do and help with the code, I will just send you the code back. You cant open it up if I save it in VFE. Let me know where and what you are specifically trying to do and I will see if I can help. No promises, I am no expert!!
emrlearning1 said:
LOL. Would you happen to know how to do the following:
I have a visibility region, and if the user changes her mind from yes to no and we want the information gone from the chart note, how would I do that? Would I have to create a clear all button for them to click or could I do it within the mel code behind the scenes based on the radio button being clicked no?
So the yes/no controls the visibility? And if they choose yes - one visibility shows. But then if they select "no", you don't want the information from the first visibility to display on the note?
If it is as simple as that - then you just use the "Suppress translation if not visible" checkbox on the visibility conditions page. If its something else, sorry!
Thanks for replying. I looked for the but couldnt find it. This is an EFE form. Is that box for VFE?
Sorry, yes it is VFE...
DARN!!!! Thank you so much anyway.