我正在撰写一份报告,其中包含住院(“IP”)手术访问和随访X光检查的服务日期,该报告基于患者类型和收入代码:
MRN AdmitDate Pattype RevCode ServiceDate
123 1/1/2015 IP 100 *null*
123 *null* PT 200 2/1/2015
123 *null* SVO 320 2/10/2015
123 *null* PT 200 2/15/2015
我正在尝试在一行上汇总第1行和第3行,如下所示:
MRN AdmitDate Pattype FollowUp
123 1/1/2015 IP 2/10/2015
但是使用@followup =
获取空返回或只是数据集中的下一条记录If {encounter.pattype} = "IP" then
if next ({encounter.pattype}) in [several different patient types]
if {charge_detail.revenuecode} in ["0320" to "0324"] then
{charge_detail.servicedate}