records333
Technical User
Goal:
Identify patients that have upcoming appointments Monday through Friday from rundate (on Thursday).
I used a dateadd formula {PAT_ENC.APPT_TIME} in dateadd('d',8,CurrentDate)to CurrentDate to capture appointments within the week of runtime. But user would like a list of appointments hardcoded to capture patients with appointments Monday through Friday from rundate. Is there another date function that should be considered? If so, please provide an example. Thanks in advance.
Identify patients that have upcoming appointments Monday through Friday from rundate (on Thursday).
I used a dateadd formula {PAT_ENC.APPT_TIME} in dateadd('d',8,CurrentDate)to CurrentDate to capture appointments within the week of runtime. But user would like a list of appointments hardcoded to capture patients with appointments Monday through Friday from rundate. Is there another date function that should be considered? If so, please provide an example. Thanks in advance.