Notifications
Clear all
Topic starter
What is the relationship of Orders table and CPTCode table?
I would like to get the order and the order code with the real CPT code.
Posted : January 24, 2017 3:24 pm
You can link Person.PID to Orders.PID. You should find the following fields that you need from the Orders table: Orders.CODE (which is the CPT code); Orders. DESCRIPTION; Orders.ORDERDATE (if needed) .
Posted : January 25, 2017 2:25 am