I have a store SQL procedure (CREATE_HOLMS_EPIC_EXTRACT) in SQL server. When we run it in SQL server, It will return all rows in one line. following is one of the query results
P101746,Plastname,Pfirstname,19520113,OMW|Osteoporosis Management (OMW)|N/A|20231117070922^ Functional|Functional|N/A|20231117070922^ Pain|Pain|N/A|20231117070922^ Med Review|Medication Review|N/A|20231117070922^ HBAControl|Hgb A1c<9 (HbA1c Control)|Met|20231117070922^ EYE|Eye Exam|Met|20231117070922^ Diabetes Meds|Diabetes Meds|Met|20231117070922
But when I use PROTOCOL: database-inbound and “{CALL CREATE_HOLMS_EPIC_EXTRACT()};” commend at it only gets first row. Following is one example of the query results running from Cloverleaf.
P101746,Plastname,Pfirstname,19520113,OMW|Osteoporosis Management (OMW)|N/A|20231117070922
Is there anything I missed? I attached my thread setting in this post.
Thanks!