UE-Form-3 เลข 3 คือ รหัสของ UE-FORM ในตาราง universal_form ครับ (universal_form_id)
ส่วนชุดคำสั่งที่ใช้ ต้อง เขียนให้รับค่า universal_head_id ไปครับ เช่น
select h.*,d.*,i.*,o.*,p.*
from universal_head h
left outer join universal_detail d on d.universal_head_id = h.universal_head_id
left outer join universal_item i on i.universal_item_id = d.universal_item_id
left outer join ovst o on o.vn = h.vn
left outer join patient p on p.hn = o.hn
where h.universal_head_id = xxxx
กำหนดใน report designer ให้ parameter ตัวแรก คือ xxxx ครับ