I'm trying to add a sign button to the Histories form in CPS10. Contacted GE and they stated they don't have the edit file (fd or dlg)
I need to somehow populate the provider who reviewed the histories on the patient. Can't add a check box nothing.
All idea's are appreciated.
When you say a sign button, are you wanting to end and sign the document right then or there or similar to a .sign quick text? if you can't edit the form .sign is your best bet unless you just want to re-create the entire form then you could add an action button with SETVALUES selected and use this code for the value of whichever field you want to populate: {(user.realname),", ",(datetimestamp())} that displays Chris Huff, October 14, 2013 9:53 AM.
If you have VFE 5, you can open a ckt file. Just export the form from administration and save it, and open from VFE. It does some conversions and calculations and may not open perfectly (moves items to new lines sometimes) but with a form that simple it should be close enough to get something editable.