We cannot use the GE Care Plan form, as it has no information on barriers. We created our own form which writes to obsterms and the Care Plan table. I want to improve the form to capture the problem id of the problem (selected from a dropdown list using the Prob_after data symbol) and add it to the Care Plan table entry.
I can't figure out how to save the PRID associated with the problem selected, and put it in the MEL_ADD_CARE_PLAN data symbol.
thanks -
You have to obtain the PRID field from PROB_NEW or PROB_AFTER using the "delimited" list type parameter. It is the last field returned from each problem record. You will also need to manipulate the value to remove the decimal and the numbers to the right of it before using it in the MEL_ADD_CARE_PLAN function, according to the help.