Can I create a lab form that will allow one to put in "instructions/order details" without going to the orders module - having it all on one form without going to the orders module.
I seem to have everything setup except the ability to add the order detail/instruction, i.e., left side, right side, etc? Any help or suggestions???
Can someone share how I can do this or a form if you have one?
Thanks!!!
By using the MEL_ADD_ORDER process in VFE, there is a comments field if there is something you wanted to "hard code" in that field.
MEL_ADD_ORDER("T", "CATEGORY", "TEST DESCRIPTION", "MOD", "DX CODE", "DX DESCRIPTION", "comment", "UNITS", "PRIORITY", "PROVIDER", "DATE")
Hope this helps.
Thanks so much.... I'll give it a try!
I want to do as much as possible without going to the orders module (associating the problem, order details, etc.).
Appreciate your help!