I have been tasked with removing the ALL NORMAL, VIEW PRIOR, etc buttons on the CCC forms that we use.
Can anyone point me in the direction of where I find the command that activates those buttons in the Patient Instructions; CPOE; HPI forms. I was able to find it in the PE form.
Assistance, as always, is greatly appreciated!
You will need to export the clinical kit for each form, search through the .EFM (and .EFM2, EMF3, etc. if there are multiple tabs) text files. Search for the button text and you should find a line that begins with ButtonFieldTemplate. You should find any functions used in that line of code. Remove the function (or find what file it is in and edit it if you don't want to remove the function from the form) and remove or change the button text and save the file. Then re-import the clinical kit. Make a backup before you change anything and remember you have to make those same edits every time you install a new version of CCC.
For example, here is the Remove Prior button on the first tab of the HPI-CCC form:
ButtonFieldTemplate 585 48 685 66 [{ccc_HPI_view_insert_prior_HPI(1)}][][{!_CCC_COD_HPI=="A"}][][View Prior HPI][0][4102][Arial:8:][8323072][]
Thanks so much for your help - I can see I have my work cut out!
Sue
You could also edit the CCC User Edit file that define the normals to be blank. That would be easier. That doesn't stop the use of previous values though
mush