I am trying to add a process to a form that would add a service order. I know you can specify a default diagnosis using the MEL_ADD_ORDER function but I need to be able to pull specific diagnosis that is on the patient's chart. I have the code to be able to display the diagnosis for the user to select the diagnosis but I'm not sure how to proceed from there.
Any suggestions?
Linda
glad to help you, let's set up a WebEx. Contact me directly.
Linda, I would have the problem and a description separated by a special character in a drop down connected to a document variable. Then, have a function to place the order that takes that document variable and, using the special character, splits it into two local variables, one for the problem and one for the description. Then use those local variables in the MEL_ADD_ORDER statement where the parameters call for the problem and description.