I am trying to customize the ccc-hpi form. I want to be able to simply drop some text into the hpi form when the template is checked. I have figured out how to do this with one line of text by just adding that text into the text file editor. I am trying to have it add mulitple lines for example:
Travel Consulation selected would add
Itinterary:
Duration:
Vaccine Needs:
Sleep meds:
etc
I would think you would just call for a text component but that doesnt seem to work.
Ideas?
thx!
Mike Z
Mike,
You should be able to put the text that you want in teh CCC-fndef-HPI-TFE-1.ccc file
like this example
fn ccc_TFE_HPI_onset_txt_dropdown()
{
"The symptoms began < Onset > ago.," +
"The problem began < Onset > ago.," +
"The onset of symptoms began < Onset > ago.," +
"The onset of the problem began < Onset > ago."
}
Then call the function in your HPI template .txt file
Kat,
thx for the note. I find a ccc-fndef-HPI.ccc file but not the CCC-fndef-HPI-TFE.ccc file. am I missing something? We are on CPS 9.5
thx!
mike
Mike,
it should be in your clinic specific file folder.