sjc1956
Technical User
- Jan 14, 2004
- 19
I am doing a report where I'm listing medications that are ordered {c_medication.time_for) and the time they were charted (c_medication.entered_at). I only want to show those that were ordered at 9:00 AM {c_medication.time_for) and want all dates. The display on the report is 9/??/2007 9:00AM
{c_medication.emtek_id} = {?Pm-r_adt_core.emtek_id} and
IsNull ({c_medication.changed_date}) and
{c_medication.time_for} like ??????
Thanks
{c_medication.emtek_id} = {?Pm-r_adt_core.emtek_id} and
IsNull ({c_medication.changed_date}) and
{c_medication.time_for} like ??????
Thanks