Notifications
Clear all
Topic starter
I know I have done this before but i am drawing a blank. I know i use a deliminated instead of list (I think) and put in T for test to get just the test to pull into a data field but i cannot remember the complete code. Can someone refresh my memory please i do not want services to pull into my data field only the test that are ordered.
{CFMT(ORDERS_NEW("LIST"), "", "Orders ", "B", " " )}
Posted : March 25, 2014 4:05 am
Here is the info from the EMR help file:
ORDERS_NEW description Lists active orders for the current patient entered during the current chart update. You can format them into a list with one order per line or separate them with commas. Active orders do not include those with a status of Complete. That means that some orders created and signed during the update, such as injections given or durable medical equipment dispensed at the time of the encounter, are not displayed. type Data symbol function syntax ORDERS_NEW(listtype,order type) arguments order_type Optional. The order type: S = Service orders T = Test orders R = Referral orders not specified = All orders Listtype Defines the way you would like the information represented: Comma - returns a comma-delimited list of order descriptions and codes List - returns a list of order descriptions and codes Delimited - returns a delimited list of all order information, with pipes(|) between order records and carets (^) between fields. When an order has multiple associated diagnosis, the information in fields 6, 7, and 26 separate the elements with a tilde (~).
Posted : March 25, 2014 4:35 am
Topic starter
Awesome worked perfectly thanks
Posted : March 25, 2014 4:55 am