"Server URL","https://test.openspecimen.org/" "Environment","TEST" "Exported By","Divya Prabhu (divya@krishagni.com / divya.prabhu)" "Exported On","Mar 30, 2022 04:19" "Start Date","Feb 28, 2022 00:00" "End Date","Mar 30, 2022 23:59" "" "Audit Log ID","Execution Date and Time","User","User Email ID","User Login ID","Query Type","Time to Complete (seconds)","Records Count","AQL (User Query)","Generated SQL" "496224","Feb 28, 2022 00:36","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496225","Feb 28, 2022 00:47","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select count(t0.CPR_ID) as c0 from CPR_VIEW t0 where (t0.CPR_ID is not null ) AND (t0.ACTIVITY_STATUS != 'Disabled')" "496226","Feb 28, 2022 00:47","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' where (t0.IDENTIFIER is not null AND t0.LINEAGE = 'New' AND t0.COLLECTION_STATUS = 'Collected') AND (t1.ACTIVITY_STATUS != 'Disabled')" "496227","Feb 28, 2022 00:47","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' where (t0.IDENTIFIER is not null AND t0.AVAILABLE_QUANTITY > 0 AND t0.COLLECTION_STATUS = 'Collected') AND (t1.ACTIVITY_STATUS != 'Disabled')" "496228","Feb 28, 2022 00:47","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select count(distinct t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER where (t1.ORDER_STATUS = 'EXECUTED') AND (t2.ACTIVITY_STATUS != 'Disabled')" "496229","Feb 28, 2022 00:47","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select t0.CREATED_ON as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' where (t0.CREATED_ON is not null AND t0.COLLECTION_STATUS = 'Collected' AND (t0.CREATED_ON >= to_date('10-01-2021 00:00', 'MM-DD-YYYY HH24:MI') and t0.CREATED_ON <= to_date('12-31-2021 23:59', 'MM-DD-YYYY HH24:MI'))) AND (t1.ACTIVITY_STATUS != 'Disabled') group by t0.CREATED_ON order by t0.CREATED_ON asc" "496230","Feb 28, 2022 00:47","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t1.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID where (t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0 AND t1.VALUE is not null ) AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "496231","Feb 28, 2022 00:47","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select t1.EXECUTION_DATE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER where (t1.EXECUTION_DATE is not null AND t1.ORDER_STATUS = 'EXECUTED' AND (t1.EXECUTION_DATE >= to_date('10-01-2021 00:00', 'MM-DD-YYYY HH24:MI') and t1.EXECUTION_DATE <= to_date('12-31-2021 23:59', 'MM-DD-YYYY HH24:MI'))) AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.EXECUTION_DATE order by t1.EXECUTION_DATE asc" "496232","Feb 28, 2022 00:47","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t1.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (t0.COLLECTION_STATUS = 'Collected') AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "496233","Feb 28, 2022 00:47","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t1.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.ANATOMIC_SITE_ID where (t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0) AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "496234","Feb 28, 2022 00:47","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t3.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t4 left join CATISSUE_SPECIMEN_COLL_GROUP t1 on t1.COLLECTION_PROTOCOL_REG_ID = t4.CPR_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t1.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_VISIT_CLIN_DIAGNOSES t2 on t2.VISIT_ID = t1.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.CLINICAL_DIAGNOSIS_ID where (t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0 AND t3.VALUE is not null ) AND (t4.ACTIVITY_STATUS != 'Disabled') group by t3.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "496235","Feb 28, 2022 00:47","Prayuja Teli","prayuja@krishagni.com","Prayuja","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t8.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t14 on t14.IDENTIFIER = t0.CP_ID and t14.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t5 on t5.IDENTIFIER = t4.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t4.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t8.PATHOLOGICAL_STATUS_ID left join OS_SPECIMEN_STATS t13 on t13.SPECIMEN_ID = t8.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t8.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t8.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t8.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t4.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.VITAL_STATUS_ID where ( 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND t14.SHORT_TITLE = 'NUH') AND (t0.ACTIVITY_STATUS != 'Disabled')" "496236","Feb 28, 2022 00:47","Prayuja Teli","prayuja@krishagni.com","Prayuja","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t8.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t14 on t14.IDENTIFIER = t0.CP_ID and t14.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t5 on t5.IDENTIFIER = t4.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t4.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t8.PATHOLOGICAL_STATUS_ID left join OS_SPECIMEN_STATS t13 on t13.SPECIMEN_ID = t8.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t8.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t8.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t8.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t4.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.VITAL_STATUS_ID where ((t1.VALUE in ('Alive')) AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND t14.SHORT_TITLE = 'NUH') AND (t0.ACTIVITY_STATUS != 'Disabled')" "496237","Feb 28, 2022 00:47","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t16.VALUE as c0, t1.VALUE as c1, t3.VALUE as c2, t6.VALUE as c3, t8.LABEL as c4, t9.VALUE as c5, t10.VALUE as c6, t11.VALUE as c7, t12.VALUE as c8, t15.COLL_CONTAINER as c9, t8.IDENTIFIER as c10, 't0', t0.CPR_ID as mc0, 't6', t6.IDENTIFIER as mc1, 't8', t8.IDENTIFIER as mc2, 't15', t15.SPECIMEN_ID as mc3 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t16 on t16.IDENTIFIER = t0.GENDER_ID left join CATISSUE_COLLECTION_PROTOCOL t14 on t14.IDENTIFIER = t0.CP_ID and t14.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t5 on t5.IDENTIFIER = t4.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t4.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t8.PATHOLOGICAL_STATUS_ID left join OS_SPECIMEN_STATS t13 on t13.SPECIMEN_ID = t8.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t15 on t15.SPECIMEN_ID = t8.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t8.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t8.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t8.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t4.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.VITAL_STATUS_ID where ((t1.VALUE in ('Alive')) AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND t14.SHORT_TITLE = 'NUH') AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "496238","Feb 28, 2022 00:48","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' where (t0.IDENTIFIER is not null AND t0.LINEAGE = 'New' AND t0.COLLECTION_STATUS = 'Collected') AND (t1.ACTIVITY_STATUS != 'Disabled')" "496239","Feb 28, 2022 00:48","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select count(t0.CPR_ID) as c0 from CPR_VIEW t0 where (t0.CPR_ID is not null ) AND (t0.ACTIVITY_STATUS != 'Disabled')" "496240","Feb 28, 2022 00:48","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' where (t0.IDENTIFIER is not null AND t0.AVAILABLE_QUANTITY > 0 AND t0.COLLECTION_STATUS = 'Collected') AND (t1.ACTIVITY_STATUS != 'Disabled')" "496241","Feb 28, 2022 00:48","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select count(distinct t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER where (t1.ORDER_STATUS = 'EXECUTED') AND (t2.ACTIVITY_STATUS != 'Disabled')" "496242","Feb 28, 2022 00:48","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select t0.CREATED_ON as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' where (t0.CREATED_ON is not null AND t0.COLLECTION_STATUS = 'Collected' AND (t0.CREATED_ON >= to_date('10-01-2021 00:00', 'MM-DD-YYYY HH24:MI') and t0.CREATED_ON <= to_date('12-31-2021 23:59', 'MM-DD-YYYY HH24:MI'))) AND (t1.ACTIVITY_STATUS != 'Disabled') group by t0.CREATED_ON order by t0.CREATED_ON asc" "496243","Feb 28, 2022 00:48","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select t1.EXECUTION_DATE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER where (t1.EXECUTION_DATE is not null AND t1.ORDER_STATUS = 'EXECUTED' AND (t1.EXECUTION_DATE >= to_date('10-01-2021 00:00', 'MM-DD-YYYY HH24:MI') and t1.EXECUTION_DATE <= to_date('12-31-2021 23:59', 'MM-DD-YYYY HH24:MI'))) AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.EXECUTION_DATE order by t1.EXECUTION_DATE asc" "496244","Feb 28, 2022 00:48","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t1.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (t0.COLLECTION_STATUS = 'Collected') AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "496245","Feb 28, 2022 00:48","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t1.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.ANATOMIC_SITE_ID where (t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0) AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "496246","Feb 28, 2022 00:48","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t1.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID where (t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0 AND t1.VALUE is not null ) AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "496247","Feb 28, 2022 00:48","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t3.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t4 left join CATISSUE_SPECIMEN_COLL_GROUP t1 on t1.COLLECTION_PROTOCOL_REG_ID = t4.CPR_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t1.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_VISIT_CLIN_DIAGNOSES t2 on t2.VISIT_ID = t1.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.CLINICAL_DIAGNOSIS_ID where (t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0 AND t3.VALUE is not null ) AND (t4.ACTIVITY_STATUS != 'Disabled') group by t3.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "496248","Feb 28, 2022 00:48","Catalog User","public_catalog_user","public_catalog_user","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t8.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t14 on t14.IDENTIFIER = t0.CP_ID and t14.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t5 on t5.IDENTIFIER = t4.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t4.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t8.PATHOLOGICAL_STATUS_ID left join OS_SPECIMEN_STATS t13 on t13.SPECIMEN_ID = t8.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t8.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t8.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t8.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t4.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.VITAL_STATUS_ID where ( 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND t14.SHORT_TITLE = 'NUH') AND (t0.ACTIVITY_STATUS != 'Disabled')" "496249","Feb 28, 2022 00:48","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select count(t0.CPR_ID) as c0 from CPR_VIEW t0 where (t0.CPR_ID is not null ) AND (t0.ACTIVITY_STATUS != 'Disabled')" "496250","Feb 28, 2022 00:48","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' where (t0.IDENTIFIER is not null AND t0.AVAILABLE_QUANTITY > 0 AND t0.COLLECTION_STATUS = 'Collected') AND (t1.ACTIVITY_STATUS != 'Disabled')" "496251","Feb 28, 2022 00:48","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' where (t0.IDENTIFIER is not null AND t0.LINEAGE = 'New' AND t0.COLLECTION_STATUS = 'Collected') AND (t1.ACTIVITY_STATUS != 'Disabled')" "496252","Feb 28, 2022 00:48","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select count(distinct t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER where (t1.ORDER_STATUS = 'EXECUTED') AND (t2.ACTIVITY_STATUS != 'Disabled')" "496253","Feb 28, 2022 00:48","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select t0.CREATED_ON as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' where (t0.CREATED_ON is not null AND t0.COLLECTION_STATUS = 'Collected' AND (t0.CREATED_ON >= to_date('10-01-2021 00:00', 'MM-DD-YYYY HH24:MI') and t0.CREATED_ON <= to_date('12-31-2021 23:59', 'MM-DD-YYYY HH24:MI'))) AND (t1.ACTIVITY_STATUS != 'Disabled') group by t0.CREATED_ON order by t0.CREATED_ON asc" "496254","Feb 28, 2022 00:48","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select t1.EXECUTION_DATE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER where (t1.EXECUTION_DATE is not null AND t1.ORDER_STATUS = 'EXECUTED' AND (t1.EXECUTION_DATE >= to_date('10-01-2021 00:00', 'MM-DD-YYYY HH24:MI') and t1.EXECUTION_DATE <= to_date('12-31-2021 23:59', 'MM-DD-YYYY HH24:MI'))) AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.EXECUTION_DATE order by t1.EXECUTION_DATE asc" "496255","Feb 28, 2022 00:48","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t1.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID where (t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0 AND t1.VALUE is not null ) AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "496256","Feb 28, 2022 00:48","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t1.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.ANATOMIC_SITE_ID where (t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0) AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "496257","Feb 28, 2022 00:48","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t1.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (t0.COLLECTION_STATUS = 'Collected') AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "496258","Feb 28, 2022 00:48","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t3.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t4 left join CATISSUE_SPECIMEN_COLL_GROUP t1 on t1.COLLECTION_PROTOCOL_REG_ID = t4.CPR_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t1.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_VISIT_CLIN_DIAGNOSES t2 on t2.VISIT_ID = t1.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.CLINICAL_DIAGNOSIS_ID where (t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0 AND t3.VALUE is not null ) AND (t4.ACTIVITY_STATUS != 'Disabled') group by t3.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "496259","Feb 28, 2022 00:48","Catalog User","public_catalog_user","public_catalog_user","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t8.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t14 on t14.IDENTIFIER = t0.CP_ID and t14.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t5 on t5.IDENTIFIER = t4.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t4.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t8.PATHOLOGICAL_STATUS_ID left join OS_SPECIMEN_STATS t13 on t13.SPECIMEN_ID = t8.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t8.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t8.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t8.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t4.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.VITAL_STATUS_ID where ( 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND t14.SHORT_TITLE = 'NUH') AND (t0.ACTIVITY_STATUS != 'Disabled')" "496260","Feb 28, 2022 00:49","Catalog User","public_catalog_user","public_catalog_user","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t8.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t14 on t14.IDENTIFIER = t0.CP_ID and t14.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t5 on t5.IDENTIFIER = t4.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t4.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t8.PATHOLOGICAL_STATUS_ID left join OS_SPECIMEN_STATS t13 on t13.SPECIMEN_ID = t8.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t8.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t8.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t8.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t4.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.VITAL_STATUS_ID where ((t1.VALUE in ('Alive')) AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND t14.SHORT_TITLE = 'NUH') AND (t0.ACTIVITY_STATUS != 'Disabled')" "496261","Feb 28, 2022 00:49","Catalog User","public_catalog_user","public_catalog_user","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t16.VALUE as c0, t1.VALUE as c1, t3.VALUE as c2, t6.VALUE as c3, t8.LABEL as c4, t9.VALUE as c5, t10.VALUE as c6, t11.VALUE as c7, t12.VALUE as c8, t15.COLL_CONTAINER as c9, t8.IDENTIFIER as c10, 't0', t0.CPR_ID as mc0, 't6', t6.IDENTIFIER as mc1, 't8', t8.IDENTIFIER as mc2, 't15', t15.SPECIMEN_ID as mc3 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t16 on t16.IDENTIFIER = t0.GENDER_ID left join CATISSUE_COLLECTION_PROTOCOL t14 on t14.IDENTIFIER = t0.CP_ID and t14.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t5 on t5.IDENTIFIER = t4.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t4.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t8.PATHOLOGICAL_STATUS_ID left join OS_SPECIMEN_STATS t13 on t13.SPECIMEN_ID = t8.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t15 on t15.SPECIMEN_ID = t8.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t8.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t8.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t8.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t4.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.VITAL_STATUS_ID where ((t1.VALUE in ('Alive')) AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND t14.SHORT_TITLE = 'NUH') AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "496262","Feb 28, 2022 00:49","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select count(t0.CPR_ID) as c0 from CPR_VIEW t0 where (t0.CPR_ID is not null ) AND (t0.ACTIVITY_STATUS != 'Disabled')" "496263","Feb 28, 2022 00:49","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' where (t0.IDENTIFIER is not null AND t0.LINEAGE = 'New' AND t0.COLLECTION_STATUS = 'Collected') AND (t1.ACTIVITY_STATUS != 'Disabled')" "496264","Feb 28, 2022 00:49","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' where (t0.IDENTIFIER is not null AND t0.AVAILABLE_QUANTITY > 0 AND t0.COLLECTION_STATUS = 'Collected') AND (t1.ACTIVITY_STATUS != 'Disabled')" "496265","Feb 28, 2022 00:49","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select count(distinct t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER where (t1.ORDER_STATUS = 'EXECUTED') AND (t2.ACTIVITY_STATUS != 'Disabled')" "496266","Feb 28, 2022 00:49","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select t0.CREATED_ON as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' where (t0.CREATED_ON is not null AND t0.COLLECTION_STATUS = 'Collected' AND (t0.CREATED_ON >= to_date('10-01-2021 00:00', 'MM-DD-YYYY HH24:MI') and t0.CREATED_ON <= to_date('12-31-2021 23:59', 'MM-DD-YYYY HH24:MI'))) AND (t1.ACTIVITY_STATUS != 'Disabled') group by t0.CREATED_ON order by t0.CREATED_ON asc" "496267","Feb 28, 2022 00:49","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select t1.EXECUTION_DATE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER where (t1.EXECUTION_DATE is not null AND t1.ORDER_STATUS = 'EXECUTED' AND (t1.EXECUTION_DATE >= to_date('10-01-2021 00:00', 'MM-DD-YYYY HH24:MI') and t1.EXECUTION_DATE <= to_date('12-31-2021 23:59', 'MM-DD-YYYY HH24:MI'))) AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.EXECUTION_DATE order by t1.EXECUTION_DATE asc" "496268","Feb 28, 2022 00:49","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t1.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (t0.COLLECTION_STATUS = 'Collected') AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "496269","Feb 28, 2022 00:49","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t1.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID where (t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0 AND t1.VALUE is not null ) AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "496270","Feb 28, 2022 00:49","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t3.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t4 left join CATISSUE_SPECIMEN_COLL_GROUP t1 on t1.COLLECTION_PROTOCOL_REG_ID = t4.CPR_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t1.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_VISIT_CLIN_DIAGNOSES t2 on t2.VISIT_ID = t1.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.CLINICAL_DIAGNOSIS_ID where (t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0 AND t3.VALUE is not null ) AND (t4.ACTIVITY_STATUS != 'Disabled') group by t3.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "496271","Feb 28, 2022 00:49","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t1.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.ANATOMIC_SITE_ID where (t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0) AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "496272","Feb 28, 2022 00:50","Prayuja Teli","prayuja@krishagni.com","Prayuja","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t8.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t14 on t14.IDENTIFIER = t0.CP_ID and t14.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t5 on t5.IDENTIFIER = t4.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t4.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t8.PATHOLOGICAL_STATUS_ID left join OS_SPECIMEN_STATS t13 on t13.SPECIMEN_ID = t8.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t8.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t8.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t8.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t4.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.VITAL_STATUS_ID where ( 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND t14.SHORT_TITLE = 'NUH') AND (t0.ACTIVITY_STATUS != 'Disabled')" "496273","Feb 28, 2022 00:50","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select count(t0.CPR_ID) as c0 from CPR_VIEW t0 where (t0.CPR_ID is not null ) AND (t0.ACTIVITY_STATUS != 'Disabled')" "496274","Feb 28, 2022 00:50","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' where (t0.IDENTIFIER is not null AND t0.LINEAGE = 'New' AND t0.COLLECTION_STATUS = 'Collected') AND (t1.ACTIVITY_STATUS != 'Disabled')" "496275","Feb 28, 2022 00:50","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select t0.CREATED_ON as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' where (t0.CREATED_ON is not null AND t0.COLLECTION_STATUS = 'Collected' AND (t0.CREATED_ON >= to_date('10-01-2021 00:00', 'MM-DD-YYYY HH24:MI') and t0.CREATED_ON <= to_date('12-31-2021 23:59', 'MM-DD-YYYY HH24:MI'))) AND (t1.ACTIVITY_STATUS != 'Disabled') group by t0.CREATED_ON order by t0.CREATED_ON asc" "496276","Feb 28, 2022 00:50","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select t1.EXECUTION_DATE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER where (t1.EXECUTION_DATE is not null AND t1.ORDER_STATUS = 'EXECUTED' AND (t1.EXECUTION_DATE >= to_date('10-01-2021 00:00', 'MM-DD-YYYY HH24:MI') and t1.EXECUTION_DATE <= to_date('12-31-2021 23:59', 'MM-DD-YYYY HH24:MI'))) AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.EXECUTION_DATE order by t1.EXECUTION_DATE asc" "496277","Feb 28, 2022 00:50","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' where (t0.IDENTIFIER is not null AND t0.AVAILABLE_QUANTITY > 0 AND t0.COLLECTION_STATUS = 'Collected') AND (t1.ACTIVITY_STATUS != 'Disabled')" "496278","Feb 28, 2022 00:50","Dashboard User","public_dashboard_user","public_dashboard_user","Data","1","N/A",,"select count(distinct t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER where (t1.ORDER_STATUS = 'EXECUTED') AND (t2.ACTIVITY_STATUS != 'Disabled')" "496279","Feb 28, 2022 00:50","Dashboard User","public_dashboard_user","public_dashboard_user","Data","1","N/A",,"select * from (select tab.*, rownum rnum from (select t1.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (t0.COLLECTION_STATUS = 'Collected') AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "496280","Feb 28, 2022 00:50","Dashboard User","public_dashboard_user","public_dashboard_user","Data","1","N/A",,"select * from (select tab.*, rownum rnum from (select t1.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.ANATOMIC_SITE_ID where (t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0) AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "496281","Feb 28, 2022 00:50","Dashboard User","public_dashboard_user","public_dashboard_user","Data","1","N/A",,"select * from (select tab.*, rownum rnum from (select t1.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID where (t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0 AND t1.VALUE is not null ) AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "496282","Feb 28, 2022 00:50","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t3.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t4 left join CATISSUE_SPECIMEN_COLL_GROUP t1 on t1.COLLECTION_PROTOCOL_REG_ID = t4.CPR_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t1.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_VISIT_CLIN_DIAGNOSES t2 on t2.VISIT_ID = t1.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.CLINICAL_DIAGNOSIS_ID where (t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0 AND t3.VALUE is not null ) AND (t4.ACTIVITY_STATUS != 'Disabled') group by t3.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "496283","Feb 28, 2022 00:50","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select count(t0.CPR_ID) as c0 from CPR_VIEW t0 where (t0.CPR_ID is not null ) AND (t0.ACTIVITY_STATUS != 'Disabled')" "496284","Feb 28, 2022 00:50","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' where (t0.IDENTIFIER is not null AND t0.LINEAGE = 'New' AND t0.COLLECTION_STATUS = 'Collected') AND (t1.ACTIVITY_STATUS != 'Disabled')" "496285","Feb 28, 2022 00:50","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' where (t0.IDENTIFIER is not null AND t0.AVAILABLE_QUANTITY > 0 AND t0.COLLECTION_STATUS = 'Collected') AND (t1.ACTIVITY_STATUS != 'Disabled')" "496286","Feb 28, 2022 00:50","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select count(distinct t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER where (t1.ORDER_STATUS = 'EXECUTED') AND (t2.ACTIVITY_STATUS != 'Disabled')" "496287","Feb 28, 2022 00:50","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t1.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (t0.COLLECTION_STATUS = 'Collected') AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "496288","Feb 28, 2022 00:50","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t1.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID where (t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0 AND t1.VALUE is not null ) AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "496289","Feb 28, 2022 00:50","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select t0.CREATED_ON as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' where (t0.CREATED_ON is not null AND t0.COLLECTION_STATUS = 'Collected' AND (t0.CREATED_ON >= to_date('10-01-2021 00:00', 'MM-DD-YYYY HH24:MI') and t0.CREATED_ON <= to_date('12-31-2021 23:59', 'MM-DD-YYYY HH24:MI'))) AND (t1.ACTIVITY_STATUS != 'Disabled') group by t0.CREATED_ON order by t0.CREATED_ON asc" "496290","Feb 28, 2022 00:50","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select t1.EXECUTION_DATE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER where (t1.EXECUTION_DATE is not null AND t1.ORDER_STATUS = 'EXECUTED' AND (t1.EXECUTION_DATE >= to_date('10-01-2021 00:00', 'MM-DD-YYYY HH24:MI') and t1.EXECUTION_DATE <= to_date('12-31-2021 23:59', 'MM-DD-YYYY HH24:MI'))) AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.EXECUTION_DATE order by t1.EXECUTION_DATE asc" "496291","Feb 28, 2022 00:50","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t1.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.ANATOMIC_SITE_ID where (t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0) AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "496292","Feb 28, 2022 00:50","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t3.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t4 left join CATISSUE_SPECIMEN_COLL_GROUP t1 on t1.COLLECTION_PROTOCOL_REG_ID = t4.CPR_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t1.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_VISIT_CLIN_DIAGNOSES t2 on t2.VISIT_ID = t1.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.CLINICAL_DIAGNOSIS_ID where (t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0 AND t3.VALUE is not null ) AND (t4.ACTIVITY_STATUS != 'Disabled') group by t3.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "496293","Feb 28, 2022 01:46","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496294","Feb 28, 2022 01:46","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496295","Feb 28, 2022 01:55","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496296","Feb 28, 2022 02:57","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496297","Feb 28, 2022 02:57","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5748) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496298","Feb 28, 2022 04:03","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.REGISTRATION_DATE as c3, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c4 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5747) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496299","Feb 28, 2022 04:05","8.2.2 Firefox 2","F8.2.2@gmail.com","F8.2.2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6162) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6162)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3004 and activity_status != 'Disabled'))))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3004 and activity_status != 'Disabled')))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496300","Feb 28, 2022 04:05","8.2.2 Firefox 2","F8.2.2@gmail.com","F8.2.2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t0.REGISTRATION_DATE as c7, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c8 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 3004 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 3004 and activity_status != 'Disabled'))))))) AND t2.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496301","Feb 28, 2022 04:05","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496302","Feb 28, 2022 04:05","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244)) AND (upper(t0.SHORT_TITLE) like '%DEMO%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496303","Feb 28, 2022 04:07","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4833) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496304","Feb 28, 2022 04:07","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496305","Feb 28, 2022 04:08","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496306","Feb 28, 2022 04:16","User 1 TB","user1yb@gmail.com","user12","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6294) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6294)) AND ((t2.SITE_ID = 4183)))) AND ((t2.SITE_ID = 4183))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496307","Feb 28, 2022 04:47","8.2.2 Firefox 2","F8.2.2@gmail.com","F8.2.2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6162) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6162)) AND ((t2.SITE_ID = 4183)))) AND ((t2.SITE_ID = 4183))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496308","Feb 28, 2022 04:47","8.2.2 Firefox 2","F8.2.2@gmail.com","F8.2.2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4183 OR t3.SITE_ID = 4183)))))) AND t2.IDENTIFIER = 5748) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496309","Feb 28, 2022 04:47","8.2.2 Firefox 2","F8.2.2@gmail.com","F8.2.2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6162) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6162)) AND ((t2.SITE_ID = 4183)))) AND ((t2.SITE_ID = 4183))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496310","Feb 28, 2022 05:13","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select count(t0.CPR_ID) as c0 from CPR_VIEW t0 where (t0.CPR_ID is not null ) AND (t0.ACTIVITY_STATUS != 'Disabled')" "496311","Feb 28, 2022 05:13","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' where (t0.IDENTIFIER is not null AND t0.LINEAGE = 'New' AND t0.COLLECTION_STATUS = 'Collected') AND (t1.ACTIVITY_STATUS != 'Disabled')" "496312","Feb 28, 2022 05:13","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select count(distinct t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER where (t1.ORDER_STATUS = 'EXECUTED') AND (t2.ACTIVITY_STATUS != 'Disabled')" "496313","Feb 28, 2022 05:13","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' where (t0.IDENTIFIER is not null AND t0.AVAILABLE_QUANTITY > 0 AND t0.COLLECTION_STATUS = 'Collected') AND (t1.ACTIVITY_STATUS != 'Disabled')" "496314","Feb 28, 2022 05:13","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t1.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID where (t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0 AND t1.VALUE is not null ) AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "496315","Feb 28, 2022 05:13","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select t0.CREATED_ON as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' where (t0.CREATED_ON is not null AND t0.COLLECTION_STATUS = 'Collected' AND (t0.CREATED_ON >= to_date('10-01-2021 00:00', 'MM-DD-YYYY HH24:MI') and t0.CREATED_ON <= to_date('12-31-2021 23:59', 'MM-DD-YYYY HH24:MI'))) AND (t1.ACTIVITY_STATUS != 'Disabled') group by t0.CREATED_ON order by t0.CREATED_ON asc" "496316","Feb 28, 2022 05:13","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select t1.EXECUTION_DATE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER where (t1.EXECUTION_DATE is not null AND t1.ORDER_STATUS = 'EXECUTED' AND (t1.EXECUTION_DATE >= to_date('10-01-2021 00:00', 'MM-DD-YYYY HH24:MI') and t1.EXECUTION_DATE <= to_date('12-31-2021 23:59', 'MM-DD-YYYY HH24:MI'))) AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.EXECUTION_DATE order by t1.EXECUTION_DATE asc" "496317","Feb 28, 2022 05:13","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t1.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (t0.COLLECTION_STATUS = 'Collected') AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "496318","Feb 28, 2022 05:13","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t1.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.ANATOMIC_SITE_ID where (t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0) AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "496319","Feb 28, 2022 05:13","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t3.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t4 left join CATISSUE_SPECIMEN_COLL_GROUP t1 on t1.COLLECTION_PROTOCOL_REG_ID = t4.CPR_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t1.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_VISIT_CLIN_DIAGNOSES t2 on t2.VISIT_ID = t1.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.CLINICAL_DIAGNOSIS_ID where (t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0 AND t3.VALUE is not null ) AND (t4.ACTIVITY_STATUS != 'Disabled') group by t3.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "496320","Feb 28, 2022 05:15","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select count(t0.CPR_ID) as c0 from CPR_VIEW t0 where (t0.CPR_ID is not null ) AND (t0.ACTIVITY_STATUS != 'Disabled')" "496321","Feb 28, 2022 05:15","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' where (t0.IDENTIFIER is not null AND t0.LINEAGE = 'New' AND t0.COLLECTION_STATUS = 'Collected') AND (t1.ACTIVITY_STATUS != 'Disabled')" "496322","Feb 28, 2022 05:15","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select count(distinct t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER where (t1.ORDER_STATUS = 'EXECUTED') AND (t2.ACTIVITY_STATUS != 'Disabled')" "496323","Feb 28, 2022 05:15","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' where (t0.IDENTIFIER is not null AND t0.AVAILABLE_QUANTITY > 0 AND t0.COLLECTION_STATUS = 'Collected') AND (t1.ACTIVITY_STATUS != 'Disabled')" "496324","Feb 28, 2022 05:15","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t1.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (t0.COLLECTION_STATUS = 'Collected') AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "496325","Feb 28, 2022 05:15","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t1.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID where (t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0 AND t1.VALUE is not null ) AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "496326","Feb 28, 2022 05:15","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t1.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.ANATOMIC_SITE_ID where (t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0) AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "496327","Feb 28, 2022 05:15","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select t0.CREATED_ON as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' where (t0.CREATED_ON is not null AND t0.COLLECTION_STATUS = 'Collected' AND (t0.CREATED_ON >= to_date('10-01-2021 00:00', 'MM-DD-YYYY HH24:MI') and t0.CREATED_ON <= to_date('12-31-2021 23:59', 'MM-DD-YYYY HH24:MI'))) AND (t1.ACTIVITY_STATUS != 'Disabled') group by t0.CREATED_ON order by t0.CREATED_ON asc" "496328","Feb 28, 2022 05:15","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select t1.EXECUTION_DATE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER where (t1.EXECUTION_DATE is not null AND t1.ORDER_STATUS = 'EXECUTED' AND (t1.EXECUTION_DATE >= to_date('10-01-2021 00:00', 'MM-DD-YYYY HH24:MI') and t1.EXECUTION_DATE <= to_date('12-31-2021 23:59', 'MM-DD-YYYY HH24:MI'))) AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.EXECUTION_DATE order by t1.EXECUTION_DATE asc" "496329","Feb 28, 2022 05:15","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t3.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t4 left join CATISSUE_SPECIMEN_COLL_GROUP t1 on t1.COLLECTION_PROTOCOL_REG_ID = t4.CPR_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t1.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_VISIT_CLIN_DIAGNOSES t2 on t2.VISIT_ID = t1.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.CLINICAL_DIAGNOSIS_ID where (t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0 AND t3.VALUE is not null ) AND (t4.ACTIVITY_STATUS != 'Disabled') group by t3.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "496330","Feb 28, 2022 05:16","Prayuja Teli","prayuja@krishagni.com","Prayuja","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t8.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t14 on t14.IDENTIFIER = t0.CP_ID and t14.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t5 on t5.IDENTIFIER = t4.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t4.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t8.PATHOLOGICAL_STATUS_ID left join OS_SPECIMEN_STATS t13 on t13.SPECIMEN_ID = t8.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t8.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t8.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t8.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t4.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.VITAL_STATUS_ID where ( 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND t14.SHORT_TITLE = 'NUH') AND (t0.ACTIVITY_STATUS != 'Disabled')" "496331","Feb 28, 2022 05:18","Catalog Researcher","pr11ayuja@krishagni.com12","Catalog_Researcher","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t8.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t14 on t14.IDENTIFIER = t0.CP_ID and t14.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t15 on t15.COLLECTION_PROTOCOL_ID = t14.IDENTIFIER left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t5 on t5.IDENTIFIER = t4.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t4.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t8.PATHOLOGICAL_STATUS_ID left join OS_SPECIMEN_STATS t13 on t13.SPECIMEN_ID = t8.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t8.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t8.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t8.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t4.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.VITAL_STATUS_ID where (( 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND t14.SHORT_TITLE = 'NUH') AND ((t15.SITE_ID in (select identifier from catissue_site where institute_id = 2062 and activity_status != 'Disabled')))) AND (t0.ACTIVITY_STATUS != 'Disabled')" "496332","Feb 28, 2022 05:18","Catalog Researcher","pr11ayuja@krishagni.com12","Catalog_Researcher","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t8.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t14 on t14.IDENTIFIER = t0.CP_ID and t14.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t15 on t15.COLLECTION_PROTOCOL_ID = t14.IDENTIFIER left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t5 on t5.IDENTIFIER = t4.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t4.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t8.PATHOLOGICAL_STATUS_ID left join OS_SPECIMEN_STATS t13 on t13.SPECIMEN_ID = t8.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t8.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t8.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t8.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t4.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.VITAL_STATUS_ID where (((t1.VALUE in ('Alive')) AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND t14.SHORT_TITLE = 'NUH') AND ((t15.SITE_ID in (select identifier from catissue_site where institute_id = 2062 and activity_status != 'Disabled')))) AND (t0.ACTIVITY_STATUS != 'Disabled')" "496333","Feb 28, 2022 05:18","Catalog Researcher","pr11ayuja@krishagni.com12","Catalog_Researcher","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t17.VALUE as c0, t1.VALUE as c1, t3.VALUE as c2, t6.VALUE as c3, t8.LABEL as c4, t9.VALUE as c5, t10.VALUE as c6, t11.VALUE as c7, t12.VALUE as c8, t16.COLL_CONTAINER as c9, t8.IDENTIFIER as c10, 't0', t0.CPR_ID as mc0, 't6', t6.IDENTIFIER as mc1, 't8', t8.IDENTIFIER as mc2, 't16', t16.SPECIMEN_ID as mc3 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t17 on t17.IDENTIFIER = t0.GENDER_ID left join CATISSUE_COLLECTION_PROTOCOL t14 on t14.IDENTIFIER = t0.CP_ID and t14.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t15 on t15.COLLECTION_PROTOCOL_ID = t14.IDENTIFIER left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t5 on t5.IDENTIFIER = t4.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t4.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t8.PATHOLOGICAL_STATUS_ID left join OS_SPECIMEN_STATS t13 on t13.SPECIMEN_ID = t8.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t16 on t16.SPECIMEN_ID = t8.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t8.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t8.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t8.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t4.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.VITAL_STATUS_ID where (((t1.VALUE in ('Alive')) AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND t14.SHORT_TITLE = 'NUH') AND ((t15.SITE_ID in (select identifier from catissue_site where institute_id = 2062 and activity_status != 'Disabled')))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "496334","Feb 28, 2022 05:18","Catalog Researcher","pr11ayuja@krishagni.com12","Catalog_Researcher","Export","0","N/A",,"select t11.VALUE as c0, t13.VALUE as c1, t15.VALUE as c2, t16.VALUE as c3, t5.DE_A_113 as c4, t5.DE_A_219 as c5, t5.DE_A_220 as c6, t5.DE_A_19 as c7, t5.DE_A_20 as c8, t5.DE_A_22 as c9, t17.NAME as c10, t18.NAME as c11, t17.COLLECTION_STATUS as c12, t19.VALUE as c13, t21.DE_A_1 as c14, t21.DE_A_3 as c15, t21.DE_A_4 as c16, t21.DE_A_5 as c17, t8.DE_A_1 as c18, t8.DE_A_2 as c19, t8.DE_A_3 as c20, t10.DE_A_1 as c21, t10.DE_A_2 as c22, t10.DE_A_3 as c23, t10.DE_A_4 as c24, 't0', t0.CPR_ID as mc0, 't5', t5.IDENTIFIER as mc1, 't17', t17.IDENTIFIER as mc2, 't21', t21.IDENTIFIER as mc3, 't8', t8.IDENTIFIER as mc4, 't10', t10.IDENTIFIER as mc5 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t0.GENDER_ID left join (OS_CPR_CUST_FIELDS_VIEW t4 inner join DE_E_24002 t5 on t5.IDENTIFIER = t4.RECORD_ID and t4.FORM_ID = 10852 left join CATISSUE_PERMISSIBLE_VALUE t16 on t16.IDENTIFIER = t5.DE_A_3) on t4.CPR_ID = t0.CPR_ID left join CATISSUE_RACE t12 on t12.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t13 on t13.IDENTIFIER = t12.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t17 on t17.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t17.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t18 on t18.IDENTIFIER = t17.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t19 on t19.IDENTIFIER = t17.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t17.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' left join (OS_SPMN_EXTN_RECS t6 inner join DE_E_24005 t7 on t7.IDENTIFIER = t6.RECORD_ID and t6.FORM_ID = 10854 left join DE_E_24007 t8 on t8.PARENT_RECORD_ID = t7.IDENTIFIER) on t6.SPECIMEN_ID = t1.IDENTIFIER left join (OS_SPMN_CUST_FIELDS t9 inner join DE_E_25929 t10 on t10.IDENTIFIER = t9.RECORD_ID and t9.FORM_ID = 12429) on t9.SPECIMEN_ID = t1.IDENTIFIER left join (OS_VISIT_EXTN_RECS t20 inner join DE_E_25927 t21 on t21.IDENTIFIER = t20.RECORD_ID and t20.FORM_ID = 12427) on t20.VISIT_ID = t17.IDENTIFIER left join OS_PARTICIPANT_ETHNICITIES t14 on t14.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t15 on t15.IDENTIFIER = t14.ETHNICITY_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.PARTICIPANT_ID is not null ) AND ((t1.IDENTIFIER in (1307548)))) AND ((t3.SITE_ID in (select identifier from catissue_site where institute_id = 2062 and activity_status != 'Disabled')))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID" "496335","Feb 28, 2022 05:21","Catalog Researcher","pr11ayuja@krishagni.com12","Catalog_Researcher","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t8.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t14 on t14.IDENTIFIER = t0.CP_ID and t14.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t15 on t15.COLLECTION_PROTOCOL_ID = t14.IDENTIFIER left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t5 on t5.IDENTIFIER = t4.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t4.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t8.PATHOLOGICAL_STATUS_ID left join OS_SPECIMEN_STATS t13 on t13.SPECIMEN_ID = t8.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t8.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t8.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t8.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t4.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.VITAL_STATUS_ID where (( 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND t14.SHORT_TITLE = 'NUH') AND ((t15.SITE_ID in (select identifier from catissue_site where institute_id = 2062 and activity_status != 'Disabled')))) AND (t0.ACTIVITY_STATUS != 'Disabled')" "496336","Feb 28, 2022 05:21","Catalog Researcher","pr11ayuja@krishagni.com12","Catalog_Researcher","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t8.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t14 on t14.IDENTIFIER = t0.CP_ID and t14.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t15 on t15.COLLECTION_PROTOCOL_ID = t14.IDENTIFIER left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t5 on t5.IDENTIFIER = t4.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t4.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t8.PATHOLOGICAL_STATUS_ID left join OS_SPECIMEN_STATS t13 on t13.SPECIMEN_ID = t8.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t8.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t8.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t8.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t4.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.VITAL_STATUS_ID where (((t1.VALUE in ('Alive')) AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND t14.SHORT_TITLE = 'NUH') AND ((t15.SITE_ID in (select identifier from catissue_site where institute_id = 2062 and activity_status != 'Disabled')))) AND (t0.ACTIVITY_STATUS != 'Disabled')" "496337","Feb 28, 2022 05:21","Catalog Researcher","pr11ayuja@krishagni.com12","Catalog_Researcher","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t17.VALUE as c0, t1.VALUE as c1, t3.VALUE as c2, t6.VALUE as c3, t8.LABEL as c4, t9.VALUE as c5, t10.VALUE as c6, t11.VALUE as c7, t12.VALUE as c8, t16.COLL_CONTAINER as c9, t8.IDENTIFIER as c10, 't0', t0.CPR_ID as mc0, 't6', t6.IDENTIFIER as mc1, 't8', t8.IDENTIFIER as mc2, 't16', t16.SPECIMEN_ID as mc3 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t17 on t17.IDENTIFIER = t0.GENDER_ID left join CATISSUE_COLLECTION_PROTOCOL t14 on t14.IDENTIFIER = t0.CP_ID and t14.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t15 on t15.COLLECTION_PROTOCOL_ID = t14.IDENTIFIER left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t5 on t5.IDENTIFIER = t4.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t4.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t8.PATHOLOGICAL_STATUS_ID left join OS_SPECIMEN_STATS t13 on t13.SPECIMEN_ID = t8.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t16 on t16.SPECIMEN_ID = t8.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t8.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t8.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t8.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t4.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.VITAL_STATUS_ID where (((t1.VALUE in ('Alive')) AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND t14.SHORT_TITLE = 'NUH') AND ((t15.SITE_ID in (select identifier from catissue_site where institute_id = 2062 and activity_status != 'Disabled')))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "496338","Feb 28, 2022 05:21","Catalog Researcher","pr11ayuja@krishagni.com12","Catalog_Researcher","Export","0","N/A",,"select t11.VALUE as c0, t13.VALUE as c1, t15.VALUE as c2, t16.VALUE as c3, t5.DE_A_113 as c4, t5.DE_A_219 as c5, t5.DE_A_220 as c6, t5.DE_A_19 as c7, t5.DE_A_20 as c8, t5.DE_A_22 as c9, t17.NAME as c10, t18.NAME as c11, t17.COLLECTION_STATUS as c12, t19.VALUE as c13, t21.DE_A_1 as c14, t21.DE_A_3 as c15, t21.DE_A_4 as c16, t21.DE_A_5 as c17, t8.DE_A_1 as c18, t8.DE_A_2 as c19, t8.DE_A_3 as c20, t10.DE_A_1 as c21, t10.DE_A_2 as c22, t10.DE_A_3 as c23, t10.DE_A_4 as c24, 't0', t0.CPR_ID as mc0, 't5', t5.IDENTIFIER as mc1, 't17', t17.IDENTIFIER as mc2, 't21', t21.IDENTIFIER as mc3, 't8', t8.IDENTIFIER as mc4, 't10', t10.IDENTIFIER as mc5 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t0.GENDER_ID left join (OS_CPR_CUST_FIELDS_VIEW t4 inner join DE_E_24002 t5 on t5.IDENTIFIER = t4.RECORD_ID and t4.FORM_ID = 10852 left join CATISSUE_PERMISSIBLE_VALUE t16 on t16.IDENTIFIER = t5.DE_A_3) on t4.CPR_ID = t0.CPR_ID left join CATISSUE_RACE t12 on t12.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t13 on t13.IDENTIFIER = t12.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t17 on t17.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t17.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t18 on t18.IDENTIFIER = t17.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t19 on t19.IDENTIFIER = t17.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t17.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' left join (OS_SPMN_EXTN_RECS t6 inner join DE_E_24005 t7 on t7.IDENTIFIER = t6.RECORD_ID and t6.FORM_ID = 10854 left join DE_E_24007 t8 on t8.PARENT_RECORD_ID = t7.IDENTIFIER) on t6.SPECIMEN_ID = t1.IDENTIFIER left join (OS_SPMN_CUST_FIELDS t9 inner join DE_E_25929 t10 on t10.IDENTIFIER = t9.RECORD_ID and t9.FORM_ID = 12429) on t9.SPECIMEN_ID = t1.IDENTIFIER left join (OS_VISIT_EXTN_RECS t20 inner join DE_E_25927 t21 on t21.IDENTIFIER = t20.RECORD_ID and t20.FORM_ID = 12427) on t20.VISIT_ID = t17.IDENTIFIER left join OS_PARTICIPANT_ETHNICITIES t14 on t14.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t15 on t15.IDENTIFIER = t14.ETHNICITY_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.PARTICIPANT_ID is not null ) AND ((t1.IDENTIFIER in (1307551, 1307550)))) AND ((t3.SITE_ID in (select identifier from catissue_site where institute_id = 2062 and activity_status != 'Disabled')))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID" "496339","Feb 28, 2022 05:24","Catalog Researcher","pr11ayuja@krishagni.com12","Catalog_Researcher","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t8.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t14 on t14.IDENTIFIER = t0.CP_ID and t14.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t15 on t15.COLLECTION_PROTOCOL_ID = t14.IDENTIFIER left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t5 on t5.IDENTIFIER = t4.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t4.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t8.PATHOLOGICAL_STATUS_ID left join OS_SPECIMEN_STATS t13 on t13.SPECIMEN_ID = t8.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t8.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t8.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t8.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t4.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.VITAL_STATUS_ID where (( 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND t14.SHORT_TITLE = 'NUH') AND ((t15.SITE_ID in (select identifier from catissue_site where institute_id = 2062 and activity_status != 'Disabled')))) AND (t0.ACTIVITY_STATUS != 'Disabled')" "496340","Feb 28, 2022 05:24","Catalog Researcher","pr11ayuja@krishagni.com12","Catalog_Researcher","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t8.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t14 on t14.IDENTIFIER = t0.CP_ID and t14.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t15 on t15.COLLECTION_PROTOCOL_ID = t14.IDENTIFIER left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t5 on t5.IDENTIFIER = t4.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t4.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t8.PATHOLOGICAL_STATUS_ID left join OS_SPECIMEN_STATS t13 on t13.SPECIMEN_ID = t8.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t8.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t8.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t8.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t4.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.VITAL_STATUS_ID where (( 1 = 1 AND (t3.VALUE in ('Unknown', 'White')) AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND t14.SHORT_TITLE = 'NUH') AND ((t15.SITE_ID in (select identifier from catissue_site where institute_id = 2062 and activity_status != 'Disabled')))) AND (t0.ACTIVITY_STATUS != 'Disabled')" "496341","Feb 28, 2022 05:24","Catalog Researcher","pr11ayuja@krishagni.com12","Catalog_Researcher","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t17.VALUE as c0, t1.VALUE as c1, t3.VALUE as c2, t6.VALUE as c3, t8.LABEL as c4, t9.VALUE as c5, t10.VALUE as c6, t11.VALUE as c7, t12.VALUE as c8, t16.COLL_CONTAINER as c9, t8.IDENTIFIER as c10, 't0', t0.CPR_ID as mc0, 't6', t6.IDENTIFIER as mc1, 't8', t8.IDENTIFIER as mc2, 't16', t16.SPECIMEN_ID as mc3 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t17 on t17.IDENTIFIER = t0.GENDER_ID left join CATISSUE_COLLECTION_PROTOCOL t14 on t14.IDENTIFIER = t0.CP_ID and t14.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t15 on t15.COLLECTION_PROTOCOL_ID = t14.IDENTIFIER left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t5 on t5.IDENTIFIER = t4.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t4.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t8.PATHOLOGICAL_STATUS_ID left join OS_SPECIMEN_STATS t13 on t13.SPECIMEN_ID = t8.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t16 on t16.SPECIMEN_ID = t8.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t8.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t8.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t8.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t4.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.VITAL_STATUS_ID where (( 1 = 1 AND (t3.VALUE in ('Unknown', 'White')) AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND t14.SHORT_TITLE = 'NUH') AND ((t15.SITE_ID in (select identifier from catissue_site where institute_id = 2062 and activity_status != 'Disabled')))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "496342","Feb 28, 2022 05:25","Catalog Researcher","pr11ayuja@krishagni.com12","Catalog_Researcher","Export","0","N/A",,"select t11.VALUE as c0, t13.VALUE as c1, t15.VALUE as c2, t16.VALUE as c3, t5.DE_A_113 as c4, t5.DE_A_219 as c5, t5.DE_A_220 as c6, t5.DE_A_19 as c7, t5.DE_A_20 as c8, t5.DE_A_22 as c9, t17.NAME as c10, t18.NAME as c11, t17.COLLECTION_STATUS as c12, t19.VALUE as c13, t21.DE_A_1 as c14, t21.DE_A_3 as c15, t21.DE_A_4 as c16, t21.DE_A_5 as c17, t8.DE_A_1 as c18, t8.DE_A_2 as c19, t8.DE_A_3 as c20, t10.DE_A_1 as c21, t10.DE_A_2 as c22, t10.DE_A_3 as c23, t10.DE_A_4 as c24, 't0', t0.CPR_ID as mc0, 't5', t5.IDENTIFIER as mc1, 't17', t17.IDENTIFIER as mc2, 't21', t21.IDENTIFIER as mc3, 't8', t8.IDENTIFIER as mc4, 't10', t10.IDENTIFIER as mc5 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t0.GENDER_ID left join (OS_CPR_CUST_FIELDS_VIEW t4 inner join DE_E_24002 t5 on t5.IDENTIFIER = t4.RECORD_ID and t4.FORM_ID = 10852 left join CATISSUE_PERMISSIBLE_VALUE t16 on t16.IDENTIFIER = t5.DE_A_3) on t4.CPR_ID = t0.CPR_ID left join CATISSUE_RACE t12 on t12.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t13 on t13.IDENTIFIER = t12.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t17 on t17.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t17.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t18 on t18.IDENTIFIER = t17.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t19 on t19.IDENTIFIER = t17.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t17.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' left join (OS_SPMN_EXTN_RECS t6 inner join DE_E_24005 t7 on t7.IDENTIFIER = t6.RECORD_ID and t6.FORM_ID = 10854 left join DE_E_24007 t8 on t8.PARENT_RECORD_ID = t7.IDENTIFIER) on t6.SPECIMEN_ID = t1.IDENTIFIER left join (OS_SPMN_CUST_FIELDS t9 inner join DE_E_25929 t10 on t10.IDENTIFIER = t9.RECORD_ID and t9.FORM_ID = 12429) on t9.SPECIMEN_ID = t1.IDENTIFIER left join (OS_VISIT_EXTN_RECS t20 inner join DE_E_25927 t21 on t21.IDENTIFIER = t20.RECORD_ID and t20.FORM_ID = 12427) on t20.VISIT_ID = t17.IDENTIFIER left join OS_PARTICIPANT_ETHNICITIES t14 on t14.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t15 on t15.IDENTIFIER = t14.ETHNICITY_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.PARTICIPANT_ID is not null ) AND ((t1.IDENTIFIER in (1307551, 1307550, 1307549)))) AND ((t3.SITE_ID in (select identifier from catissue_site where institute_id = 2062 and activity_status != 'Disabled')))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID" "496343","Feb 28, 2022 05:26","Catalog Researcher","pr11ayuja@krishagni.com12","Catalog_Researcher","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t8.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t14 on t14.IDENTIFIER = t0.CP_ID and t14.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t15 on t15.COLLECTION_PROTOCOL_ID = t14.IDENTIFIER left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t5 on t5.IDENTIFIER = t4.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t4.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t8.PATHOLOGICAL_STATUS_ID left join OS_SPECIMEN_STATS t13 on t13.SPECIMEN_ID = t8.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t8.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t8.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t8.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t4.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.VITAL_STATUS_ID where (( 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND t14.SHORT_TITLE = 'NUH') AND ((t15.SITE_ID in (select identifier from catissue_site where institute_id = 2062 and activity_status != 'Disabled')))) AND (t0.ACTIVITY_STATUS != 'Disabled')" "496344","Feb 28, 2022 05:26","Catalog Researcher","pr11ayuja@krishagni.com12","Catalog_Researcher","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t8.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t14 on t14.IDENTIFIER = t0.CP_ID and t14.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t15 on t15.COLLECTION_PROTOCOL_ID = t14.IDENTIFIER left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t5 on t5.IDENTIFIER = t4.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t4.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t8.PATHOLOGICAL_STATUS_ID left join OS_SPECIMEN_STATS t13 on t13.SPECIMEN_ID = t8.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t8.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t8.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t8.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t4.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.VITAL_STATUS_ID where (( 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND (t7.VALUE in ('New Diagnosis')) AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND t14.SHORT_TITLE = 'NUH') AND ((t15.SITE_ID in (select identifier from catissue_site where institute_id = 2062 and activity_status != 'Disabled')))) AND (t0.ACTIVITY_STATUS != 'Disabled')" "496345","Feb 28, 2022 05:26","Catalog Researcher","pr11ayuja@krishagni.com12","Catalog_Researcher","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t17.VALUE as c0, t1.VALUE as c1, t3.VALUE as c2, t6.VALUE as c3, t8.LABEL as c4, t9.VALUE as c5, t10.VALUE as c6, t11.VALUE as c7, t12.VALUE as c8, t16.COLL_CONTAINER as c9, t8.IDENTIFIER as c10, 't0', t0.CPR_ID as mc0, 't6', t6.IDENTIFIER as mc1, 't8', t8.IDENTIFIER as mc2, 't16', t16.SPECIMEN_ID as mc3 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t17 on t17.IDENTIFIER = t0.GENDER_ID left join CATISSUE_COLLECTION_PROTOCOL t14 on t14.IDENTIFIER = t0.CP_ID and t14.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t15 on t15.COLLECTION_PROTOCOL_ID = t14.IDENTIFIER left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t5 on t5.IDENTIFIER = t4.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t4.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t8.PATHOLOGICAL_STATUS_ID left join OS_SPECIMEN_STATS t13 on t13.SPECIMEN_ID = t8.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t16 on t16.SPECIMEN_ID = t8.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t8.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t8.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t8.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t4.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.VITAL_STATUS_ID where (( 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND (t7.VALUE in ('New Diagnosis')) AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND t14.SHORT_TITLE = 'NUH') AND ((t15.SITE_ID in (select identifier from catissue_site where institute_id = 2062 and activity_status != 'Disabled')))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "496346","Feb 28, 2022 05:26","Catalog Researcher","pr11ayuja@krishagni.com12","Catalog_Researcher","Export","0","N/A",,"select t11.VALUE as c0, t13.VALUE as c1, t15.VALUE as c2, t16.VALUE as c3, t5.DE_A_113 as c4, t5.DE_A_219 as c5, t5.DE_A_220 as c6, t5.DE_A_19 as c7, t5.DE_A_20 as c8, t5.DE_A_22 as c9, t17.NAME as c10, t18.NAME as c11, t17.COLLECTION_STATUS as c12, t19.VALUE as c13, t21.DE_A_1 as c14, t21.DE_A_3 as c15, t21.DE_A_4 as c16, t21.DE_A_5 as c17, t8.DE_A_1 as c18, t8.DE_A_2 as c19, t8.DE_A_3 as c20, t10.DE_A_1 as c21, t10.DE_A_2 as c22, t10.DE_A_3 as c23, t10.DE_A_4 as c24, 't0', t0.CPR_ID as mc0, 't5', t5.IDENTIFIER as mc1, 't17', t17.IDENTIFIER as mc2, 't21', t21.IDENTIFIER as mc3, 't8', t8.IDENTIFIER as mc4, 't10', t10.IDENTIFIER as mc5 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t0.GENDER_ID left join (OS_CPR_CUST_FIELDS_VIEW t4 inner join DE_E_24002 t5 on t5.IDENTIFIER = t4.RECORD_ID and t4.FORM_ID = 10852 left join CATISSUE_PERMISSIBLE_VALUE t16 on t16.IDENTIFIER = t5.DE_A_3) on t4.CPR_ID = t0.CPR_ID left join CATISSUE_RACE t12 on t12.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t13 on t13.IDENTIFIER = t12.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t17 on t17.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t17.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t18 on t18.IDENTIFIER = t17.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t19 on t19.IDENTIFIER = t17.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t17.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' left join (OS_SPMN_EXTN_RECS t6 inner join DE_E_24005 t7 on t7.IDENTIFIER = t6.RECORD_ID and t6.FORM_ID = 10854 left join DE_E_24007 t8 on t8.PARENT_RECORD_ID = t7.IDENTIFIER) on t6.SPECIMEN_ID = t1.IDENTIFIER left join (OS_SPMN_CUST_FIELDS t9 inner join DE_E_25929 t10 on t10.IDENTIFIER = t9.RECORD_ID and t9.FORM_ID = 12429) on t9.SPECIMEN_ID = t1.IDENTIFIER left join (OS_VISIT_EXTN_RECS t20 inner join DE_E_25927 t21 on t21.IDENTIFIER = t20.RECORD_ID and t20.FORM_ID = 12427) on t20.VISIT_ID = t17.IDENTIFIER left join OS_PARTICIPANT_ETHNICITIES t14 on t14.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t15 on t15.IDENTIFIER = t14.ETHNICITY_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.PARTICIPANT_ID is not null ) AND ((t1.IDENTIFIER in (1296141)))) AND ((t3.SITE_ID in (select identifier from catissue_site where institute_id = 2062 and activity_status != 'Disabled')))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID" "496347","Feb 28, 2022 05:29","Prayuja Teli","prayuja@krishagni.com","Prayuja","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t2.IDENTIFIER) as c1, count(distinct t3.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t3 on t3.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.PARTICIPANT_ID is not null ) AND t1.IDENTIFIER = 5743) AND (t0.ACTIVITY_STATUS != 'Disabled')" "496348","Feb 28, 2022 05:29","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t4.VALUE as c0, t6.VALUE as c1, t8.VALUE as c2, t9.VALUE as c3, t3.DE_A_113 as c4, t3.DE_A_219 as c5, t3.DE_A_220 as c6, t3.DE_A_19 as c7, t3.DE_A_20 as c8, t3.DE_A_22 as c9, t10.NAME as c10, t11.NAME as c11, t10.COLLECTION_STATUS as c12, t12.VALUE as c13, t14.DE_A_1 as c14, t14.DE_A_3 as c15, t14.DE_A_4 as c16, t14.DE_A_5 as c17, t18.DE_A_1 as c18, t18.DE_A_2 as c19, t18.DE_A_3 as c20, t20.DE_A_1 as c21, t20.DE_A_2 as c22, t20.DE_A_3 as c23, t20.DE_A_4 as c24, 't0', t0.CPR_ID as mc0, 't3', t3.IDENTIFIER as mc1, 't10', t10.IDENTIFIER as mc2, 't14', t14.IDENTIFIER as mc3, 't18', t18.IDENTIFIER as mc4, 't20', t20.IDENTIFIER as mc5 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.GENDER_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_24002 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 10852 left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t3.DE_A_3) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_RACE t5 on t5.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t5.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t10 on t10.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t10.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t11 on t11.IDENTIFIER = t10.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t10.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t15 on t15.SPECIMEN_COLLECTION_GROUP_ID = t10.IDENTIFIER and t15.ACTIVITY_STATUS != 'Disabled' left join (OS_SPMN_EXTN_RECS t16 inner join DE_E_24005 t17 on t17.IDENTIFIER = t16.RECORD_ID and t16.FORM_ID = 10854 left join DE_E_24007 t18 on t18.PARENT_RECORD_ID = t17.IDENTIFIER) on t16.SPECIMEN_ID = t15.IDENTIFIER left join (OS_SPMN_CUST_FIELDS t19 inner join DE_E_25929 t20 on t20.IDENTIFIER = t19.RECORD_ID and t19.FORM_ID = 12429) on t19.SPECIMEN_ID = t15.IDENTIFIER left join (OS_VISIT_EXTN_RECS t13 inner join DE_E_25927 t14 on t14.IDENTIFIER = t13.RECORD_ID and t13.FORM_ID = 12427) on t13.VISIT_ID = t10.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_PARTICIPANT_ETHNICITIES t7 on t7.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t7.ETHNICITY_ID where ((t0.PARTICIPANT_ID is not null ) AND t1.IDENTIFIER = 5743) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "496349","Feb 28, 2022 05:34","Prayuja Teli","prayuja@krishagni.com","Prayuja","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t2.IDENTIFIER) as c1, count(distinct t3.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t3 on t3.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.PARTICIPANT_ID is not null ) AND t1.IDENTIFIER = 5743) AND (t0.ACTIVITY_STATUS != 'Disabled')" "496350","Feb 28, 2022 05:34","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t4.VALUE as c0, t6.VALUE as c1, t8.VALUE as c2, t9.VALUE as c3, t3.DE_A_113 as c4, t3.DE_A_219 as c5, t3.DE_A_220 as c6, t3.DE_A_19 as c7, t3.DE_A_20 as c8, t3.DE_A_22 as c9, t10.NAME as c10, t11.NAME as c11, t10.COLLECTION_STATUS as c12, t12.VALUE as c13, t14.DE_A_1 as c14, t14.DE_A_3 as c15, t14.DE_A_4 as c16, t14.DE_A_5 as c17, t18.DE_A_1 as c18, t18.DE_A_2 as c19, t18.DE_A_3 as c20, t20.DE_A_1 as c21, t20.DE_A_2 as c22, t20.DE_A_3 as c23, t20.DE_A_4 as c24, 't0', t0.CPR_ID as mc0, 't3', t3.IDENTIFIER as mc1, 't10', t10.IDENTIFIER as mc2, 't14', t14.IDENTIFIER as mc3, 't18', t18.IDENTIFIER as mc4, 't20', t20.IDENTIFIER as mc5 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.GENDER_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_24002 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 10852 left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t3.DE_A_3) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_RACE t5 on t5.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t5.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t10 on t10.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t10.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t11 on t11.IDENTIFIER = t10.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t10.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t15 on t15.SPECIMEN_COLLECTION_GROUP_ID = t10.IDENTIFIER and t15.ACTIVITY_STATUS != 'Disabled' left join (OS_SPMN_EXTN_RECS t16 inner join DE_E_24005 t17 on t17.IDENTIFIER = t16.RECORD_ID and t16.FORM_ID = 10854 left join DE_E_24007 t18 on t18.PARENT_RECORD_ID = t17.IDENTIFIER) on t16.SPECIMEN_ID = t15.IDENTIFIER left join (OS_SPMN_CUST_FIELDS t19 inner join DE_E_25929 t20 on t20.IDENTIFIER = t19.RECORD_ID and t19.FORM_ID = 12429) on t19.SPECIMEN_ID = t15.IDENTIFIER left join (OS_VISIT_EXTN_RECS t13 inner join DE_E_25927 t14 on t14.IDENTIFIER = t13.RECORD_ID and t13.FORM_ID = 12427) on t13.VISIT_ID = t10.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_PARTICIPANT_ETHNICITIES t7 on t7.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t7.ETHNICITY_ID where ((t0.PARTICIPANT_ID is not null ) AND t1.IDENTIFIER = 5743) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "496351","Feb 28, 2022 05:35","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t4.VALUE as c0, t6.VALUE as c1, t8.VALUE as c2, t9.VALUE as c3, t3.DE_A_113 as c4, t3.DE_A_219 as c5, t3.DE_A_220 as c6, t3.DE_A_19 as c7, t3.DE_A_20 as c8, t3.DE_A_22 as c9, t10.NAME as c10, t11.NAME as c11, t10.COLLECTION_STATUS as c12, t12.VALUE as c13, t14.DE_A_1 as c14, t14.DE_A_3 as c15, t14.DE_A_4 as c16, t14.DE_A_5 as c17, t15.IDENTIFIER as c18, t1.IDENTIFIER as c19, t15.LABEL as c20, t15.BARCODE as c21, t16.VALUE as c22, 't0', t0.CPR_ID as mc0, 't3', t3.IDENTIFIER as mc1, 't10', t10.IDENTIFIER as mc2, 't14', t14.IDENTIFIER as mc3, 't15', t15.IDENTIFIER as mc4, 't1', t1.IDENTIFIER as mc5 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.GENDER_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_24002 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 10852 left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t3.DE_A_3) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_RACE t5 on t5.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t5.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t10 on t10.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t10.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t11 on t11.IDENTIFIER = t10.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t10.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t15 on t15.SPECIMEN_COLLECTION_GROUP_ID = t10.IDENTIFIER and t15.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t16 on t16.IDENTIFIER = t15.SPECIMEN_CLASS_ID left join (OS_VISIT_EXTN_RECS t13 inner join DE_E_25927 t14 on t14.IDENTIFIER = t13.RECORD_ID and t13.FORM_ID = 12427) on t13.VISIT_ID = t10.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_PARTICIPANT_ETHNICITIES t7 on t7.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t7.ETHNICITY_ID where ((t0.PARTICIPANT_ID is not null ) AND t1.IDENTIFIER = 5743) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "496352","Feb 28, 2022 05:35","Catalog Researcher","pr11ayuja@krishagni.com12","Catalog_Researcher","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t8.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t14 on t14.IDENTIFIER = t0.CP_ID and t14.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t15 on t15.COLLECTION_PROTOCOL_ID = t14.IDENTIFIER left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t5 on t5.IDENTIFIER = t4.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t4.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t8.PATHOLOGICAL_STATUS_ID left join OS_SPECIMEN_STATS t13 on t13.SPECIMEN_ID = t8.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t8.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t8.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t8.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t4.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.VITAL_STATUS_ID where (( 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND t14.SHORT_TITLE = 'NUH') AND ((t15.SITE_ID in (select identifier from catissue_site where institute_id = 2062 and activity_status != 'Disabled')))) AND (t0.ACTIVITY_STATUS != 'Disabled')" "496353","Feb 28, 2022 05:35","Catalog Researcher","pr11ayuja@krishagni.com12","Catalog_Researcher","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t8.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t14 on t14.IDENTIFIER = t0.CP_ID and t14.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t15 on t15.COLLECTION_PROTOCOL_ID = t14.IDENTIFIER left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t5 on t5.IDENTIFIER = t4.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t4.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t8.PATHOLOGICAL_STATUS_ID left join OS_SPECIMEN_STATS t13 on t13.SPECIMEN_ID = t8.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t8.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t8.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t8.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t4.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.VITAL_STATUS_ID where (( 1 = 1 AND (t3.VALUE in ('Unknown')) AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND t14.SHORT_TITLE = 'NUH') AND ((t15.SITE_ID in (select identifier from catissue_site where institute_id = 2062 and activity_status != 'Disabled')))) AND (t0.ACTIVITY_STATUS != 'Disabled')" "496354","Feb 28, 2022 05:35","Catalog Researcher","pr11ayuja@krishagni.com12","Catalog_Researcher","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t17.VALUE as c0, t1.VALUE as c1, t3.VALUE as c2, t6.VALUE as c3, t8.LABEL as c4, t9.VALUE as c5, t10.VALUE as c6, t11.VALUE as c7, t12.VALUE as c8, t16.COLL_CONTAINER as c9, t8.IDENTIFIER as c10, 't0', t0.CPR_ID as mc0, 't6', t6.IDENTIFIER as mc1, 't8', t8.IDENTIFIER as mc2, 't16', t16.SPECIMEN_ID as mc3 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t17 on t17.IDENTIFIER = t0.GENDER_ID left join CATISSUE_COLLECTION_PROTOCOL t14 on t14.IDENTIFIER = t0.CP_ID and t14.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t15 on t15.COLLECTION_PROTOCOL_ID = t14.IDENTIFIER left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t5 on t5.IDENTIFIER = t4.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t4.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t8.PATHOLOGICAL_STATUS_ID left join OS_SPECIMEN_STATS t13 on t13.SPECIMEN_ID = t8.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t16 on t16.SPECIMEN_ID = t8.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t8.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t8.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t8.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t4.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.VITAL_STATUS_ID where (( 1 = 1 AND (t3.VALUE in ('Unknown')) AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND t14.SHORT_TITLE = 'NUH') AND ((t15.SITE_ID in (select identifier from catissue_site where institute_id = 2062 and activity_status != 'Disabled')))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "496355","Feb 28, 2022 05:36","Catalog Researcher","pr11ayuja@krishagni.com12","Catalog_Researcher","Export","0","N/A",,"select t6.VALUE as c0, t8.VALUE as c1, t10.VALUE as c2, t11.VALUE as c3, t5.DE_A_113 as c4, t5.DE_A_219 as c5, t5.DE_A_220 as c6, t5.DE_A_19 as c7, t5.DE_A_20 as c8, t5.DE_A_22 as c9, t12.NAME as c10, t13.NAME as c11, t12.COLLECTION_STATUS as c12, t14.VALUE as c13, t16.DE_A_1 as c14, t16.DE_A_3 as c15, t16.DE_A_4 as c16, t16.DE_A_5 as c17, t1.LABEL as c18, t1.BARCODE as c19, t17.VALUE as c20, 't0', t0.CPR_ID as mc0, 't5', t5.IDENTIFIER as mc1, 't12', t12.IDENTIFIER as mc2, 't16', t16.IDENTIFIER as mc3, 't1', t1.IDENTIFIER as mc4 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.GENDER_ID left join (OS_CPR_CUST_FIELDS_VIEW t4 inner join DE_E_24002 t5 on t5.IDENTIFIER = t4.RECORD_ID and t4.FORM_ID = 10852 left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t5.DE_A_3) on t4.CPR_ID = t0.CPR_ID left join CATISSUE_RACE t7 on t7.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t7.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t12 on t12.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t12.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t13 on t13.IDENTIFIER = t12.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t14 on t14.IDENTIFIER = t12.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t12.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t17 on t17.IDENTIFIER = t1.SPECIMEN_CLASS_ID left join (OS_VISIT_EXTN_RECS t15 inner join DE_E_25927 t16 on t16.IDENTIFIER = t15.RECORD_ID and t15.FORM_ID = 12427) on t15.VISIT_ID = t12.IDENTIFIER left join OS_PARTICIPANT_ETHNICITIES t9 on t9.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t9.ETHNICITY_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.PARTICIPANT_ID is not null ) AND ((t1.IDENTIFIER in (1307548)))) AND ((t3.SITE_ID in (select identifier from catissue_site where institute_id = 2062 and activity_status != 'Disabled')))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID" "496356","Feb 28, 2022 05:37","Catalog Researcher","pr11ayuja@krishagni.com12","Catalog_Researcher","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t8.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t14 on t14.IDENTIFIER = t0.CP_ID and t14.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t15 on t15.COLLECTION_PROTOCOL_ID = t14.IDENTIFIER left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t5 on t5.IDENTIFIER = t4.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t4.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t8.PATHOLOGICAL_STATUS_ID left join OS_SPECIMEN_STATS t13 on t13.SPECIMEN_ID = t8.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t8.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t8.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t8.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t4.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.VITAL_STATUS_ID where (( 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND t14.SHORT_TITLE = 'NUH') AND ((t15.SITE_ID in (select identifier from catissue_site where institute_id = 2062 and activity_status != 'Disabled')))) AND (t0.ACTIVITY_STATUS != 'Disabled')" "496357","Feb 28, 2022 05:41","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 2083) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 2083))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496358","Feb 28, 2022 05:42","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.REGISTRATION_DATE as c3, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c4 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 2678) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496359","Feb 28, 2022 05:44","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 2083) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 2083))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496360","Feb 28, 2022 05:44","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 1783) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496361","Feb 28, 2022 05:44","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5843) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496362","Feb 28, 2022 05:47","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5843) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496363","Feb 28, 2022 05:48","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5843) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496364","Feb 28, 2022 05:49","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5843) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496365","Feb 28, 2022 05:49","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 2083) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 2083))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496366","Feb 28, 2022 05:49","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5843) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496367","Feb 28, 2022 05:49","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 2083) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 2083))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496368","Feb 28, 2022 05:50","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5843) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496369","Feb 28, 2022 05:50","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5843) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496370","Feb 28, 2022 05:51","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5843) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496371","Feb 28, 2022 05:52","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5843) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496372","Feb 28, 2022 05:52","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 2083) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 2083))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496373","Feb 28, 2022 05:54","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5843) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496374","Feb 28, 2022 06:03","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 2083) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 2083))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496375","Feb 28, 2022 06:03","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5843) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496376","Feb 28, 2022 06:07","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496377","Feb 28, 2022 06:10","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496378","Feb 28, 2022 06:12","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496379","Feb 28, 2022 06:13","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496380","Feb 28, 2022 06:18","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.REGISTRATION_DATE as c3, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c4 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5962) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496381","Feb 28, 2022 06:18","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.REGISTRATION_DATE as c3, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c4 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5962) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496382","Feb 28, 2022 06:18","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.REGISTRATION_DATE as c3, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c4 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5962) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496383","Feb 28, 2022 06:18","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.REGISTRATION_DATE as c3, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c4 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5962) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496384","Feb 28, 2022 06:23","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496385","Feb 28, 2022 06:57","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5775) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID desc ) tab where rownum <= 101) where rnum >= 1" "496386","Feb 28, 2022 06:57","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5775) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID desc ) tab where rownum <= 101) where rnum >= 1" "496387","Feb 28, 2022 06:57","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5775) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID desc ) tab where rownum <= 101) where rnum >= 1" "496388","Feb 28, 2022 06:57","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5775) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID desc ) tab where rownum <= 101) where rnum >= 1" "496389","Feb 28, 2022 08:54","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496390","Feb 28, 2022 08:54","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 2473) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496391","Feb 28, 2022 08:54","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((t0.COLLECTION_STATUS is not null )) AND t1.IDENTIFIER = 2473) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "496392","Feb 28, 2022 10:09","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496393","Feb 28, 2022 22:30","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496394","Feb 28, 2022 22:31","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496395","Feb 28, 2022 22:34","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((t0.COLLECTION_STATUS is not null )) AND t1.IDENTIFIER = 2473) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "496396","Feb 28, 2022 22:34","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.ITEM_ID as c0, t0.IDENTIFIER as c1, t3.VALUE as c2, t4.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t5.IDENTIFIER as c5, t6.PPID as c6, t0.LABEL as c7, t0.LINEAGE as c8, t3.VALUE as c9, t7.VALUE as c10, t5.SHORT_TITLE as c11, t0.AVAILABLE_QUANTITY as c12, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c13 from CATISSUE_SPECIMEN t0 left join OS_SPECIMEN_CARTS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t6 on t6.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((upper(t1.NAME) = '$$$$USER_702')) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.ITEM_ID asc ) tab where rownum <= 101) where rnum >= 1" "496397","Feb 28, 2022 22:35","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.ITEM_ID as c0, t0.IDENTIFIER as c1, t3.VALUE as c2, t4.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t5.IDENTIFIER as c5, t6.PPID as c6, t0.LABEL as c7, t0.LINEAGE as c8, t3.VALUE as c9, t7.VALUE as c10, t5.SHORT_TITLE as c11, t0.AVAILABLE_QUANTITY as c12, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c13 from CATISSUE_SPECIMEN t0 left join OS_SPECIMEN_CARTS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t6 on t6.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((upper(t1.NAME) = 'SUPPORT_TESTING')) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.ITEM_ID asc ) tab where rownum <= 101) where rnum >= 1" "496398","Feb 28, 2022 22:35","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.ITEM_ID as c0, t0.IDENTIFIER as c1, t3.VALUE as c2, t4.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t5.IDENTIFIER as c5, t6.PPID as c6, t0.LABEL as c7, t0.LINEAGE as c8, t3.VALUE as c9, t7.VALUE as c10, t5.SHORT_TITLE as c11, t0.AVAILABLE_QUANTITY as c12, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c13 from CATISSUE_SPECIMEN t0 left join OS_SPECIMEN_CARTS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t6 on t6.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((upper(t1.NAME) = 'SUPPORT_TESTING') AND ((upper(t2.CONTAINER_NAME) in ('TIA_ 2_S1_R1_B7')))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.ITEM_ID asc ) tab where rownum <= 101) where rnum >= 1" "496399","Feb 28, 2022 22:35","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.ITEM_ID as c0, t0.IDENTIFIER as c1, t3.VALUE as c2, t4.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t5.IDENTIFIER as c5, t6.PPID as c6, t0.LABEL as c7, t0.LINEAGE as c8, t3.VALUE as c9, t7.VALUE as c10, t5.SHORT_TITLE as c11, t0.AVAILABLE_QUANTITY as c12, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c13 from CATISSUE_SPECIMEN t0 left join OS_SPECIMEN_CARTS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t6 on t6.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((upper(t1.NAME) = 'SUPPORT_TESTING') AND ((upper(t2.CONTAINER_NAME) in ('TIA_ 2_S1_R1_B9')))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.ITEM_ID asc ) tab where rownum <= 101) where rnum >= 1" "496400","Feb 28, 2022 22:35","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.ITEM_ID as c0, t0.IDENTIFIER as c1, t3.VALUE as c2, t4.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t5.IDENTIFIER as c5, t6.PPID as c6, t0.LABEL as c7, t0.LINEAGE as c8, t3.VALUE as c9, t7.VALUE as c10, t5.SHORT_TITLE as c11, t0.AVAILABLE_QUANTITY as c12, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c13 from CATISSUE_SPECIMEN t0 left join OS_SPECIMEN_CARTS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t6 on t6.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((upper(t1.NAME) = 'SUPPORT_TESTING')) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.ITEM_ID asc ) tab where rownum <= 101) where rnum >= 1" "496401","Feb 28, 2022 22:35","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c0, t0.IDENTIFIER as c1, t3.VALUE as c2, t4.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t5.IDENTIFIER as c5, t6.PPID as c6, t0.LABEL as c7, t0.LINEAGE as c8, t3.VALUE as c9, t7.VALUE as c10, t5.SHORT_TITLE as c11, t0.AVAILABLE_QUANTITY as c12, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c13 from CATISSUE_SPECIMEN t0 left join OS_SPECIMEN_CARTS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t6 on t6.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((upper(t1.NAME) = 'SUPPORT_TESTING')) AND (t0.ACTIVITY_STATUS != 'Disabled') order by de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) asc ) tab where rownum <= 101) where rnum >= 1" "496402","Feb 28, 2022 22:35","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c0, t0.IDENTIFIER as c1, t3.VALUE as c2, t4.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t5.IDENTIFIER as c5, t6.PPID as c6, t0.LABEL as c7, t0.LINEAGE as c8, t3.VALUE as c9, t7.VALUE as c10, t5.SHORT_TITLE as c11, t0.AVAILABLE_QUANTITY as c12, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c13 from CATISSUE_SPECIMEN t0 left join OS_SPECIMEN_CARTS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t6 on t6.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((upper(t1.NAME) = 'SUPPORT_TESTING')) AND (t0.ACTIVITY_STATUS != 'Disabled') order by de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) desc ) tab where rownum <= 101) where rnum >= 1" "496403","Feb 28, 2022 22:38","Site Ankita","saa@gmail.com","SA_Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5901) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 5901)) AND ((t2.SITE_ID = 4183)))) AND ((t2.SITE_ID = 4183))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496404","Feb 28, 2022 22:39","Site Ankita","saa@gmail.com","SA_Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5901) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 5901)) AND ((t2.SITE_ID = 4183)))) AND ((t2.SITE_ID = 4183))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496405","Feb 28, 2022 23:09","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496406","Feb 28, 2022 23:32","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5843) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496407","Feb 28, 2022 23:32","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 1783) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496408","Feb 28, 2022 23:32","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 2083) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 2083))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496409","Feb 28, 2022 23:34","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 2083) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 2083))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496410","Feb 28, 2022 23:35","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5843) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496411","Feb 28, 2022 23:37","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 2083) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 2083))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496412","Feb 28, 2022 23:57","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496413","Mar 01, 2022 00:03","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496414","Mar 01, 2022 00:29","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5748) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496415","Mar 01, 2022 00:29","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5748) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496416","Mar 01, 2022 00:30","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496417","Mar 01, 2022 00:30","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5748) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496418","Mar 01, 2022 00:30","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5748) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496419","Mar 01, 2022 00:30","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496420","Mar 01, 2022 00:30","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496421","Mar 01, 2022 00:31","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496422","Mar 01, 2022 00:31","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496423","Mar 01, 2022 00:31","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496424","Mar 01, 2022 00:32","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496425","Mar 01, 2022 00:45","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 2083) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 2083))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496426","Mar 01, 2022 01:03","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496427","Mar 01, 2022 01:05","Kaustubh Wadagavi","kaustubh@krishagni.com","kaustubh","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5818) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496428","Mar 01, 2022 01:09","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496429","Mar 01, 2022 01:10","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496430","Mar 01, 2022 01:10","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496431","Mar 01, 2022 01:11","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496432","Mar 01, 2022 01:15","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496433","Mar 01, 2022 01:16","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496434","Mar 01, 2022 01:31","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 408) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 408))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496435","Mar 01, 2022 01:31","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t5.VALUE as c1, t6.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t5.VALUE as c7, t7.VALUE as c8, t3.DE_A_3 as c9, t3.DE_A_4 as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t4.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t4.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t9 on t9.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t9.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join (OS_SPMN_CUST_FIELDS t2 inner join DE_E_26777 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 13227) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6078) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "496436","Mar 01, 2022 01:36","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496437","Mar 01, 2022 01:37","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496438","Mar 01, 2022 01:37","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496439","Mar 01, 2022 01:38","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496440","Mar 01, 2022 01:38","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496441","Mar 01, 2022 01:39","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496442","Mar 01, 2022 01:40","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496443","Mar 01, 2022 01:41","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496444","Mar 01, 2022 01:41","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496445","Mar 01, 2022 01:41","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496446","Mar 01, 2022 01:41","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496447","Mar 01, 2022 01:42","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496448","Mar 01, 2022 01:43","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496449","Mar 01, 2022 01:43","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496450","Mar 01, 2022 01:44","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496451","Mar 01, 2022 01:45","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496452","Mar 01, 2022 01:46","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496453","Mar 01, 2022 01:46","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496454","Mar 01, 2022 01:46","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813)) AND (upper(t0.SHORT_TITLE) like '%DT%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496455","Mar 01, 2022 01:47","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5922) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496456","Mar 01, 2022 01:47","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5922) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496457","Mar 01, 2022 01:48","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5922) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496458","Mar 01, 2022 01:48","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5922) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496459","Mar 01, 2022 01:48","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5922) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496460","Mar 01, 2022 01:48","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496461","Mar 01, 2022 01:48","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5795) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496462","Mar 01, 2022 01:49","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5795) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496463","Mar 01, 2022 01:49","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5795) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496464","Mar 01, 2022 01:51","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5795) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496465","Mar 01, 2022 01:51","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5795) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496466","Mar 01, 2022 01:52","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5795) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496467","Mar 01, 2022 01:52","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5795) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496468","Mar 01, 2022 01:53","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5795) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496469","Mar 01, 2022 01:53","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5795) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496470","Mar 01, 2022 01:59","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496471","Mar 01, 2022 01:59","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496472","Mar 01, 2022 02:00","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496473","Mar 01, 2022 02:01","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496474","Mar 01, 2022 02:02","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496475","Mar 01, 2022 02:03","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496476","Mar 01, 2022 02:04","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496477","Mar 01, 2022 02:06","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496478","Mar 01, 2022 02:07","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496479","Mar 01, 2022 02:07","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496480","Mar 01, 2022 02:09","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496481","Mar 01, 2022 02:09","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496482","Mar 01, 2022 02:29","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496483","Mar 01, 2022 02:29","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973)) AND (upper(t0.SHORT_TITLE) like '%COVUD%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496484","Mar 01, 2022 02:29","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973)) AND (upper(t0.SHORT_TITLE) like '%COV%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496485","Mar 01, 2022 02:30","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496486","Mar 01, 2022 02:30","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973)) AND (upper(t0.SHORT_TITLE) like '%COVID-%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496487","Mar 01, 2022 02:30","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973)) AND (upper(t0.SHORT_TITLE) like '%COVID-19%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496488","Mar 01, 2022 02:30","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973)) AND (upper(t0.SHORT_TITLE) like '%COVID19%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496489","Mar 01, 2022 02:30","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973)) AND (upper(t0.SHORT_TITLE) like '%UMCA%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496490","Mar 01, 2022 02:31","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6077) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496491","Mar 01, 2022 02:31","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6077) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496492","Mar 01, 2022 02:31","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6077) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496493","Mar 01, 2022 02:35","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496494","Mar 01, 2022 02:35","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 522) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496495","Mar 01, 2022 02:43","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5960) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496496","Mar 01, 2022 02:45","Catalog Researcher","pr11ayuja@krishagni.com12","Catalog_Researcher","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t8.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t14 on t14.IDENTIFIER = t0.CP_ID and t14.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t15 on t15.COLLECTION_PROTOCOL_ID = t14.IDENTIFIER left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t5 on t5.IDENTIFIER = t4.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t4.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t8.PATHOLOGICAL_STATUS_ID left join OS_SPECIMEN_STATS t13 on t13.SPECIMEN_ID = t8.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t8.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t8.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t8.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t4.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.VITAL_STATUS_ID where (( 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND t14.SHORT_TITLE = 'NUH') AND ((t15.SITE_ID in (select identifier from catissue_site where institute_id = 2062 and activity_status != 'Disabled')))) AND (t0.ACTIVITY_STATUS != 'Disabled')" "496497","Mar 01, 2022 02:48","Catalog Researcher","pr11ayuja@krishagni.com12","Catalog_Researcher","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 2062 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 2062 and activity_status != 'Disabled'))))))) AND t2.IDENTIFIER = 326) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496498","Mar 01, 2022 02:48","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 522) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496499","Mar 01, 2022 02:49","Catalog Researcher","pr11ayuja@krishagni.com12","Catalog_Researcher","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t8.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t14 on t14.IDENTIFIER = t0.CP_ID and t14.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t15 on t15.COLLECTION_PROTOCOL_ID = t14.IDENTIFIER left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t5 on t5.IDENTIFIER = t4.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t4.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t8.PATHOLOGICAL_STATUS_ID left join OS_SPECIMEN_STATS t13 on t13.SPECIMEN_ID = t8.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t8.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t8.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t8.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t4.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.VITAL_STATUS_ID where (( 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND t14.SHORT_TITLE = 'NUH') AND ((t15.SITE_ID in (select identifier from catissue_site where institute_id = 2062 and activity_status != 'Disabled')))) AND (t0.ACTIVITY_STATUS != 'Disabled')" "496500","Mar 01, 2022 02:50","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 522) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496501","Mar 01, 2022 02:50","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 522) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496502","Mar 01, 2022 02:51","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 522) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496503","Mar 01, 2022 02:55","Catalog Researcher","pr11ayuja@krishagni.com12","Catalog_Researcher","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t8.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t14 on t14.IDENTIFIER = t0.CP_ID and t14.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t15 on t15.COLLECTION_PROTOCOL_ID = t14.IDENTIFIER left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t5 on t5.IDENTIFIER = t4.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t4.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t8.PATHOLOGICAL_STATUS_ID left join OS_SPECIMEN_STATS t13 on t13.SPECIMEN_ID = t8.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t8.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t8.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t8.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t4.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.VITAL_STATUS_ID where (( 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND t14.SHORT_TITLE = 'NUH') AND ((t15.SITE_ID in (select identifier from catissue_site where institute_id = 2062 and activity_status != 'Disabled')))) AND (t0.ACTIVITY_STATUS != 'Disabled')" "496504","Mar 01, 2022 03:22","Kaustubh Wadagavi","kaustubh@krishagni.com","kaustubh","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5413) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5413))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496505","Mar 01, 2022 03:44","Saurav Singh","saurav@krishagni.com","Saurav","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5739) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496506","Mar 01, 2022 03:46","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5960) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496507","Mar 01, 2022 03:54","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6057) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6057))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496508","Mar 01, 2022 03:55","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5739) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496509","Mar 01, 2022 03:57","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5960) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496510","Mar 01, 2022 04:04","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6057) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6057))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496511","Mar 01, 2022 04:05","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5922) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496512","Mar 01, 2022 04:06","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5922) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496513","Mar 01, 2022 04:25","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496514","Mar 01, 2022 04:25","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496515","Mar 01, 2022 04:26","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496516","Mar 01, 2022 04:27","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496517","Mar 01, 2022 04:28","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496518","Mar 01, 2022 04:31","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496519","Mar 01, 2022 04:35","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496520","Mar 01, 2022 04:35","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496521","Mar 01, 2022 04:36","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496522","Mar 01, 2022 04:36","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.REGISTRATION_DATE as c3, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c4 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5956) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496523","Mar 01, 2022 04:37","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.REGISTRATION_DATE as c3, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c4 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5956) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496524","Mar 01, 2022 04:37","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496525","Mar 01, 2022 04:37","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6057) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6057))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496526","Mar 01, 2022 04:37","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813)) AND ((upper(t3.NAME) in ('TRAINING ANKITA PI')))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496527","Mar 01, 2022 04:37","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5845) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496528","Mar 01, 2022 04:37","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6000) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496529","Mar 01, 2022 04:37","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5845) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496530","Mar 01, 2022 04:38","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5845) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496531","Mar 01, 2022 04:38","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6000) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496532","Mar 01, 2022 04:38","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5845) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496533","Mar 01, 2022 04:44","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496534","Mar 01, 2022 04:45","Catalog Researcher","pr11ayuja@krishagni.com12","Catalog_Researcher","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t8.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t14 on t14.IDENTIFIER = t0.CP_ID and t14.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t15 on t15.COLLECTION_PROTOCOL_ID = t14.IDENTIFIER left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t5 on t5.IDENTIFIER = t4.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t4.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t8.PATHOLOGICAL_STATUS_ID left join OS_SPECIMEN_STATS t13 on t13.SPECIMEN_ID = t8.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t8.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t8.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t8.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t4.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.VITAL_STATUS_ID where (( 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND t14.SHORT_TITLE = 'NUH') AND ((t15.SITE_ID in (select identifier from catissue_site where institute_id = 2062 and activity_status != 'Disabled')))) AND (t0.ACTIVITY_STATUS != 'Disabled')" "496535","Mar 01, 2022 04:47","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5748) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496536","Mar 01, 2022 04:47","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496537","Mar 01, 2022 04:47","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496538","Mar 01, 2022 04:48","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496539","Mar 01, 2022 04:48","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496540","Mar 01, 2022 04:48","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496541","Mar 01, 2022 04:49","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496542","Mar 01, 2022 04:49","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496543","Mar 01, 2022 04:50","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496544","Mar 01, 2022 04:50","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496545","Mar 01, 2022 04:50","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496546","Mar 01, 2022 04:51","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496547","Mar 01, 2022 04:53","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5920) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496548","Mar 01, 2022 04:53","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496549","Mar 01, 2022 04:54","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496550","Mar 01, 2022 04:55","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496551","Mar 01, 2022 04:55","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496552","Mar 01, 2022 04:55","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496553","Mar 01, 2022 04:56","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496554","Mar 01, 2022 04:57","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 2917) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496555","Mar 01, 2022 04:57","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496556","Mar 01, 2022 05:14","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t5.VALUE as c1, t6.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t5.VALUE as c7, t7.VALUE as c8, t3.DE_A_3 as c9, t3.DE_A_4 as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t4.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t4.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t9 on t9.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t9.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join (OS_SPMN_CUST_FIELDS t2 inner join DE_E_26777 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 13227) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6078) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "496557","Mar 01, 2022 05:14","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t5.VALUE as c1, t6.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t5.VALUE as c7, t7.VALUE as c8, t3.DE_A_3 as c9, t3.DE_A_4 as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t4.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t4.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t9 on t9.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t9.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join (OS_SPMN_CUST_FIELDS t2 inner join DE_E_26777 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 13227) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6078) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "496558","Mar 01, 2022 05:45","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select count(distinct t0.LABEL) as c0, to_char(t1.COLL_TIME, 'MON YYYY') as c1 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (to_char(t1.COLL_TIME, 'MON YYYY') > 'JAN 2017' AND t2.VALUE = 'Urine') AND (t3.ACTIVITY_STATUS != 'Disabled') group by to_char(t1.COLL_TIME, 'MON YYYY')) tab where rownum <= 10000) where rnum >= 1" "496559","Mar 01, 2022 05:45","Divya Prabhu","divya@krishagni.com","divya.prabhu","Count","0","N/A",,"select count(distinct t3.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (to_char(t1.COLL_TIME, 'MON YYYY') > 'JAN 2017' AND t2.VALUE = 'Urine') AND (t3.ACTIVITY_STATUS != 'Disabled')" "496560","Mar 01, 2022 06:10","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select count(t0.CPR_ID) as c0 from CPR_VIEW t0 where (t0.CPR_ID is not null ) AND (t0.ACTIVITY_STATUS != 'Disabled')" "496561","Mar 01, 2022 06:10","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' where (t0.IDENTIFIER is not null AND t0.LINEAGE = 'New' AND t0.COLLECTION_STATUS = 'Collected') AND (t1.ACTIVITY_STATUS != 'Disabled')" "496562","Mar 01, 2022 06:10","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t1.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.ANATOMIC_SITE_ID where (t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0) AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "496563","Mar 01, 2022 06:10","Dashboard User","public_dashboard_user","public_dashboard_user","Data","1","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' where (t0.IDENTIFIER is not null AND t0.AVAILABLE_QUANTITY > 0 AND t0.COLLECTION_STATUS = 'Collected') AND (t1.ACTIVITY_STATUS != 'Disabled')" "496564","Mar 01, 2022 06:10","Dashboard User","public_dashboard_user","public_dashboard_user","Data","1","N/A",,"select * from (select tab.*, rownum rnum from (select t1.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID where (t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0 AND t1.VALUE is not null ) AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "496565","Mar 01, 2022 06:10","Dashboard User","public_dashboard_user","public_dashboard_user","Data","1","N/A",,"select * from (select tab.*, rownum rnum from (select t1.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (t0.COLLECTION_STATUS = 'Collected') AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "496566","Mar 01, 2022 06:10","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select count(distinct t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER where (t1.ORDER_STATUS = 'EXECUTED') AND (t2.ACTIVITY_STATUS != 'Disabled')" "496567","Mar 01, 2022 06:10","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select t1.COLLECTION_TIMESTAMP as c0, t0.SHORT_TITLE as c1, count(distinct t1.IDENTIFIER) as c2 from CPR_VIEW t2 left join CATISSUE_COLLECTION_PROTOCOL t0 on t0.IDENTIFIER = t2.CP_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t1 on t1.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.SHORT_TITLE in ('LCPH(C)', 'LCPH')) AND t1.COLLECTION_STATUS = 'Complete') AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.COLLECTION_TIMESTAMP, t0.SHORT_TITLE order by t1.COLLECTION_TIMESTAMP asc" "496568","Mar 01, 2022 06:10","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select t0.CREATED_ON as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' where (t0.CREATED_ON is not null AND t0.COLLECTION_STATUS = 'Collected' AND (t0.CREATED_ON >= to_date('10-01-2021 00:00', 'MM-DD-YYYY HH24:MI') and t0.CREATED_ON <= to_date('12-31-2021 23:59', 'MM-DD-YYYY HH24:MI'))) AND (t1.ACTIVITY_STATUS != 'Disabled') group by t0.CREATED_ON order by t0.CREATED_ON asc" "496569","Mar 01, 2022 06:10","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select t1.EXECUTION_DATE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER where (t1.EXECUTION_DATE is not null AND t1.ORDER_STATUS = 'EXECUTED' AND (t1.EXECUTION_DATE >= to_date('10-01-2021 00:00', 'MM-DD-YYYY HH24:MI') and t1.EXECUTION_DATE <= to_date('12-31-2021 23:59', 'MM-DD-YYYY HH24:MI'))) AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.EXECUTION_DATE order by t1.EXECUTION_DATE asc" "496570","Mar 01, 2022 06:10","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t3.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t4 left join CATISSUE_SPECIMEN_COLL_GROUP t1 on t1.COLLECTION_PROTOCOL_REG_ID = t4.CPR_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t1.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_VISIT_CLIN_DIAGNOSES t2 on t2.VISIT_ID = t1.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.CLINICAL_DIAGNOSIS_ID where (t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0 AND t3.VALUE is not null ) AND (t4.ACTIVITY_STATUS != 'Disabled') group by t3.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "496571","Mar 01, 2022 06:10","Saurav Singh","saurav@krishagni.com","Saurav","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select count(distinct t0.LABEL) as c0, to_char(t1.COLL_TIME, 'MON YYYY') as c1 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (to_char(t1.COLL_TIME, 'MON YYYY') > 'JAN 2017' AND t2.VALUE = 'Urine') AND (t3.ACTIVITY_STATUS != 'Disabled') group by to_char(t1.COLL_TIME, 'MON YYYY')) tab where rownum <= 10000) where rnum >= 1" "496572","Mar 01, 2022 06:10","Saurav Singh","saurav@krishagni.com","Saurav","Count","0","N/A",,"select count(distinct t3.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (to_char(t1.COLL_TIME, 'MON YYYY') > 'JAN 2017' AND t2.VALUE = 'Urine') AND (t3.ACTIVITY_STATUS != 'Disabled')" "496573","Mar 01, 2022 06:10","Saurav Singh","saurav@krishagni.com","Saurav","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select count(distinct t0.LABEL) as c0, to_char(t1.COLL_TIME, 'MON YYYY') as c1 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (to_char(t1.COLL_TIME, 'MON YYYY') > 'JAN 2017' AND t2.VALUE = 'Urine') AND (t3.ACTIVITY_STATUS != 'Disabled') group by to_char(t1.COLL_TIME, 'MON YYYY')) tab where rownum <= 10000) where rnum >= 1" "496574","Mar 01, 2022 06:10","Saurav Singh","saurav@krishagni.com","Saurav","Count","0","N/A",,"select count(distinct t3.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (to_char(t1.COLL_TIME, 'MON YYYY') > 'JAN 2017' AND t2.VALUE = 'Urine') AND (t3.ACTIVITY_STATUS != 'Disabled')" "496575","Mar 01, 2022 06:11","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496576","Mar 01, 2022 06:11","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496577","Mar 01, 2022 06:11","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496578","Mar 01, 2022 06:11","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496579","Mar 01, 2022 06:12","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496580","Mar 01, 2022 06:12","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496581","Mar 01, 2022 06:12","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496582","Mar 01, 2022 06:12","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.PPID asc ) tab where rownum <= 101) where rnum >= 1" "496583","Mar 01, 2022 06:12","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496584","Mar 01, 2022 06:12","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496585","Mar 01, 2022 06:13","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496586","Mar 01, 2022 06:13","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496587","Mar 01, 2022 06:13","Saurav Singh","saurav@krishagni.com","Saurav","Count","0","N/A",,"select count(distinct t3.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (to_char(t1.COLL_TIME, 'MON YYYY') > 'JAN 2017' AND t2.VALUE = 'Urine') AND (t3.ACTIVITY_STATUS != 'Disabled')" "496588","Mar 01, 2022 06:13","Saurav Singh","saurav@krishagni.com","Saurav","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select count(distinct t0.LABEL) as c0, to_char(t1.COLL_TIME, 'MON YYYY') as c1 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (to_char(t1.COLL_TIME, 'MON YYYY') > 'JAN 2017' AND t2.VALUE = 'Urine') AND (t3.ACTIVITY_STATUS != 'Disabled') group by to_char(t1.COLL_TIME, 'MON YYYY')) tab where rownum <= 10000) where rnum >= 1" "496589","Mar 01, 2022 06:13","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496590","Mar 01, 2022 06:13","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496591","Mar 01, 2022 06:14","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496592","Mar 01, 2022 06:14","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496593","Mar 01, 2022 06:14","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4577) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496594","Mar 01, 2022 06:14","Saurav Singh","saurav@krishagni.com","Saurav","Count","0","N/A",,"select count(distinct t3.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (to_char(t1.COLL_TIME, 'MON YYYY') > 'JAN 2017' AND t2.VALUE = 'Urine') AND (t3.ACTIVITY_STATUS != 'Disabled')" "496595","Mar 01, 2022 06:14","Saurav Singh","saurav@krishagni.com","Saurav","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select count(distinct t0.LABEL) as c0, to_char(t1.COLL_TIME, 'MON YYYY') as c1 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (to_char(t1.COLL_TIME, 'MON YYYY') > 'JAN 2017' AND t2.VALUE = 'Urine') AND (t3.ACTIVITY_STATUS != 'Disabled') group by to_char(t1.COLL_TIME, 'MON YYYY')) tab where rownum <= 10000) where rnum >= 1" "496596","Mar 01, 2022 06:14","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496597","Mar 01, 2022 06:15","Catalog Researcher","pr11ayuja@krishagni.com12","Catalog_Researcher","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t8.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t14 on t14.IDENTIFIER = t0.CP_ID and t14.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t15 on t15.COLLECTION_PROTOCOL_ID = t14.IDENTIFIER left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t5 on t5.IDENTIFIER = t4.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t4.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t8.PATHOLOGICAL_STATUS_ID left join OS_SPECIMEN_STATS t13 on t13.SPECIMEN_ID = t8.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t8.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t8.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t8.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t4.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.VITAL_STATUS_ID where (( 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND t14.SHORT_TITLE = 'NUH') AND ((t15.SITE_ID in (select identifier from catissue_site where institute_id = 2062 and activity_status != 'Disabled')))) AND (t0.ACTIVITY_STATUS != 'Disabled')" "496598","Mar 01, 2022 06:16","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496599","Mar 01, 2022 06:16","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496600","Mar 01, 2022 06:16","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496601","Mar 01, 2022 06:17","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496602","Mar 01, 2022 06:17","Catalog Researcher","pr11ayuja@krishagni.com12","Catalog_Researcher","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t8.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t14 on t14.IDENTIFIER = t0.CP_ID and t14.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t15 on t15.COLLECTION_PROTOCOL_ID = t14.IDENTIFIER left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t5 on t5.IDENTIFIER = t4.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t4.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t8.PATHOLOGICAL_STATUS_ID left join OS_SPECIMEN_STATS t13 on t13.SPECIMEN_ID = t8.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t8.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t8.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t8.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t4.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.VITAL_STATUS_ID where (( 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND t14.SHORT_TITLE = 'NUH') AND ((t15.SITE_ID in (select identifier from catissue_site where institute_id = 2062 and activity_status != 'Disabled')))) AND (t0.ACTIVITY_STATUS != 'Disabled')" "496603","Mar 01, 2022 06:19","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5920) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496604","Mar 01, 2022 06:20","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496605","Mar 01, 2022 06:20","Catalog Researcher","pr11ayuja@krishagni.com12","Catalog_Researcher","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t8.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t14 on t14.IDENTIFIER = t0.CP_ID and t14.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t15 on t15.COLLECTION_PROTOCOL_ID = t14.IDENTIFIER left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t5 on t5.IDENTIFIER = t4.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t4.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t8.PATHOLOGICAL_STATUS_ID left join OS_SPECIMEN_STATS t13 on t13.SPECIMEN_ID = t8.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t8.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t8.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t8.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t4.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.VITAL_STATUS_ID where (( 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND t14.SHORT_TITLE = 'NUH') AND ((t15.SITE_ID in (select identifier from catissue_site where institute_id = 2062 and activity_status != 'Disabled')))) AND (t0.ACTIVITY_STATUS != 'Disabled')" "496606","Mar 01, 2022 06:20","Saurav Singh","saurav@krishagni.com","Saurav","Count","0","N/A",,"select count(distinct t3.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (to_char(t1.COLL_TIME, 'MON YYYY') > 'JAN 2017' AND t2.VALUE = 'Urine') AND (t3.ACTIVITY_STATUS != 'Disabled')" "496607","Mar 01, 2022 06:20","Saurav Singh","saurav@krishagni.com","Saurav","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select count(distinct t0.LABEL) as c0, to_char(t1.COLL_TIME, 'MON YYYY') as c1 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (to_char(t1.COLL_TIME, 'MON YYYY') > 'JAN 2017' AND t2.VALUE = 'Urine') AND (t3.ACTIVITY_STATUS != 'Disabled') group by to_char(t1.COLL_TIME, 'MON YYYY')) tab where rownum <= 10000) where rnum >= 1" "496608","Mar 01, 2022 06:20","Catalog Researcher","pr11ayuja@krishagni.com12","Catalog_Researcher","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t8.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t14 on t14.IDENTIFIER = t0.CP_ID and t14.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t15 on t15.COLLECTION_PROTOCOL_ID = t14.IDENTIFIER left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t5 on t5.IDENTIFIER = t4.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t4.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t8.PATHOLOGICAL_STATUS_ID left join OS_SPECIMEN_STATS t13 on t13.SPECIMEN_ID = t8.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t8.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t8.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t8.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t4.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.VITAL_STATUS_ID where (( 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND t14.SHORT_TITLE = 'NUH') AND ((t15.SITE_ID in (select identifier from catissue_site where institute_id = 2062 and activity_status != 'Disabled')))) AND (t0.ACTIVITY_STATUS != 'Disabled')" "496609","Mar 01, 2022 06:20","Catalog Researcher","pr11ayuja@krishagni.com12","Catalog_Researcher","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t8.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t14 on t14.IDENTIFIER = t0.CP_ID and t14.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t15 on t15.COLLECTION_PROTOCOL_ID = t14.IDENTIFIER left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t5 on t5.IDENTIFIER = t4.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t4.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t8.PATHOLOGICAL_STATUS_ID left join OS_SPECIMEN_STATS t13 on t13.SPECIMEN_ID = t8.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t8.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t8.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t8.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t4.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.VITAL_STATUS_ID where (((t1.VALUE in ('Alive')) AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND t14.SHORT_TITLE = 'NUH') AND ((t15.SITE_ID in (select identifier from catissue_site where institute_id = 2062 and activity_status != 'Disabled')))) AND (t0.ACTIVITY_STATUS != 'Disabled')" "496610","Mar 01, 2022 06:20","Catalog Researcher","pr11ayuja@krishagni.com12","Catalog_Researcher","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t17.VALUE as c0, t1.VALUE as c1, t3.VALUE as c2, t6.VALUE as c3, t8.LABEL as c4, t9.VALUE as c5, t10.VALUE as c6, t11.VALUE as c7, t12.VALUE as c8, t16.COLL_CONTAINER as c9, t8.IDENTIFIER as c10, 't0', t0.CPR_ID as mc0, 't6', t6.IDENTIFIER as mc1, 't8', t8.IDENTIFIER as mc2, 't16', t16.SPECIMEN_ID as mc3 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t17 on t17.IDENTIFIER = t0.GENDER_ID left join CATISSUE_COLLECTION_PROTOCOL t14 on t14.IDENTIFIER = t0.CP_ID and t14.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t15 on t15.COLLECTION_PROTOCOL_ID = t14.IDENTIFIER left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t5 on t5.IDENTIFIER = t4.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t4.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t8.PATHOLOGICAL_STATUS_ID left join OS_SPECIMEN_STATS t13 on t13.SPECIMEN_ID = t8.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t16 on t16.SPECIMEN_ID = t8.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t8.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t8.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t8.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t4.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.VITAL_STATUS_ID where (((t1.VALUE in ('Alive')) AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND t14.SHORT_TITLE = 'NUH') AND ((t15.SITE_ID in (select identifier from catissue_site where institute_id = 2062 and activity_status != 'Disabled')))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "496611","Mar 01, 2022 06:20","Catalog Researcher","pr11ayuja@krishagni.com12","Catalog_Researcher","Export","0","N/A",,"select t6.VALUE as c0, t8.VALUE as c1, t10.VALUE as c2, t11.VALUE as c3, t5.DE_A_113 as c4, t5.DE_A_219 as c5, t5.DE_A_220 as c6, t5.DE_A_19 as c7, t5.DE_A_20 as c8, t5.DE_A_22 as c9, t12.NAME as c10, t13.NAME as c11, t12.COLLECTION_STATUS as c12, t14.VALUE as c13, t16.DE_A_1 as c14, t16.DE_A_3 as c15, t16.DE_A_4 as c16, t16.DE_A_5 as c17, t1.LABEL as c18, t1.BARCODE as c19, t17.VALUE as c20, 't0', t0.CPR_ID as mc0, 't5', t5.IDENTIFIER as mc1, 't12', t12.IDENTIFIER as mc2, 't16', t16.IDENTIFIER as mc3, 't1', t1.IDENTIFIER as mc4 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.GENDER_ID left join (OS_CPR_CUST_FIELDS_VIEW t4 inner join DE_E_24002 t5 on t5.IDENTIFIER = t4.RECORD_ID and t4.FORM_ID = 10852 left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t5.DE_A_3) on t4.CPR_ID = t0.CPR_ID left join CATISSUE_RACE t7 on t7.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t7.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t12 on t12.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t12.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t13 on t13.IDENTIFIER = t12.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t14 on t14.IDENTIFIER = t12.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t12.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t17 on t17.IDENTIFIER = t1.SPECIMEN_CLASS_ID left join (OS_VISIT_EXTN_RECS t15 inner join DE_E_25927 t16 on t16.IDENTIFIER = t15.RECORD_ID and t15.FORM_ID = 12427) on t15.VISIT_ID = t12.IDENTIFIER left join OS_PARTICIPANT_ETHNICITIES t9 on t9.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t9.ETHNICITY_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.PARTICIPANT_ID is not null ) AND ((t1.IDENTIFIER in (1307548)))) AND ((t3.SITE_ID in (select identifier from catissue_site where institute_id = 2062 and activity_status != 'Disabled')))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID" "496612","Mar 01, 2022 06:20","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496613","Mar 01, 2022 06:22","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496614","Mar 01, 2022 06:22","Catalog Researcher","pr11ayuja@krishagni.com12","Catalog_Researcher","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t8.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t14 on t14.IDENTIFIER = t0.CP_ID and t14.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t15 on t15.COLLECTION_PROTOCOL_ID = t14.IDENTIFIER left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t5 on t5.IDENTIFIER = t4.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t4.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t8.PATHOLOGICAL_STATUS_ID left join OS_SPECIMEN_STATS t13 on t13.SPECIMEN_ID = t8.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t8.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t8.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t8.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t4.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.VITAL_STATUS_ID where (( 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND t14.SHORT_TITLE = 'NUH') AND ((t15.SITE_ID in (select identifier from catissue_site where institute_id = 2062 and activity_status != 'Disabled')))) AND (t0.ACTIVITY_STATUS != 'Disabled')" "496615","Mar 01, 2022 06:23","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496616","Mar 01, 2022 06:23","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496617","Mar 01, 2022 06:23","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496618","Mar 01, 2022 06:23","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 522) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496619","Mar 01, 2022 06:23","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496620","Mar 01, 2022 06:24","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496621","Mar 01, 2022 06:24","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496622","Mar 01, 2022 06:24","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496623","Mar 01, 2022 06:30","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 522) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496624","Mar 01, 2022 06:32","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 522) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496625","Mar 01, 2022 06:32","Saurav Singh","saurav@krishagni.com","Saurav","Count","0","N/A",,"select count(distinct t3.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (to_char(t1.COLL_TIME, 'MON YYYY') > 'MAR 2022' AND t2.VALUE = 'Urine') AND (t3.ACTIVITY_STATUS != 'Disabled')" "496626","Mar 01, 2022 06:32","Saurav Singh","saurav@krishagni.com","Saurav","Count","0","N/A",,"select count(distinct t3.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (to_char(t1.COLL_TIME, 'MON YYYY') > 'MAR 2022' AND t2.VALUE = 'Urine') AND (t3.ACTIVITY_STATUS != 'Disabled')" "496627","Mar 01, 2022 06:32","Saurav Singh","saurav@krishagni.com","Saurav","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select count(distinct t0.LABEL) as c0, to_char(t1.COLL_TIME, 'MON YYYY') as c1 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (to_char(t1.COLL_TIME, 'MON YYYY') > 'MAR 2022' AND t2.VALUE = 'Urine') AND (t3.ACTIVITY_STATUS != 'Disabled') group by to_char(t1.COLL_TIME, 'MON YYYY')) tab where rownum <= 10000) where rnum >= 1" "496628","Mar 01, 2022 06:34","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496629","Mar 01, 2022 06:34","Saurav Singh","saurav@krishagni.com","Saurav","Count","0","N/A",,"select count(distinct t3.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (to_char(t1.COLL_TIME, 'MON YYYY') > 'MAR 2017' AND t2.VALUE = 'Urine') AND (t3.ACTIVITY_STATUS != 'Disabled')" "496630","Mar 01, 2022 06:34","Saurav Singh","saurav@krishagni.com","Saurav","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select count(distinct t0.LABEL) as c0, to_char(t1.COLL_TIME, 'MON YYYY') as c1 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (to_char(t1.COLL_TIME, 'MON YYYY') > 'MAR 2017' AND t2.VALUE = 'Urine') AND (t3.ACTIVITY_STATUS != 'Disabled') group by to_char(t1.COLL_TIME, 'MON YYYY')) tab where rownum <= 10000) where rnum >= 1" "496631","Mar 01, 2022 06:35","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496632","Mar 01, 2022 06:36","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496633","Mar 01, 2022 06:36","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496634","Mar 01, 2022 06:37","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496635","Mar 01, 2022 06:38","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496636","Mar 01, 2022 06:39","Catalog Researcher","pr11ayuja@krishagni.com12","Catalog_Researcher","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t8.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t14 on t14.IDENTIFIER = t0.CP_ID and t14.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t15 on t15.COLLECTION_PROTOCOL_ID = t14.IDENTIFIER left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t5 on t5.IDENTIFIER = t4.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t4.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t8.PATHOLOGICAL_STATUS_ID left join OS_SPECIMEN_STATS t13 on t13.SPECIMEN_ID = t8.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t8.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t8.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t8.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t4.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.VITAL_STATUS_ID where (( 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND t14.SHORT_TITLE = 'NUH') AND ((t15.SITE_ID in (select identifier from catissue_site where institute_id = 2062 and activity_status != 'Disabled')))) AND (t0.ACTIVITY_STATUS != 'Disabled')" "496637","Mar 01, 2022 06:39","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select count(t0.CPR_ID) as c0 from CPR_VIEW t0 where (t0.CPR_ID is not null ) AND (t0.ACTIVITY_STATUS != 'Disabled')" "496638","Mar 01, 2022 06:39","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' where (t0.IDENTIFIER is not null AND t0.LINEAGE = 'New' AND t0.COLLECTION_STATUS = 'Collected') AND (t1.ACTIVITY_STATUS != 'Disabled')" "496639","Mar 01, 2022 06:39","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t1.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.ANATOMIC_SITE_ID where (t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0) AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "496640","Mar 01, 2022 06:39","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t1.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID where (t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0 AND t1.VALUE is not null ) AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "496641","Mar 01, 2022 06:39","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select count(distinct t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER where (t1.ORDER_STATUS = 'EXECUTED') AND (t2.ACTIVITY_STATUS != 'Disabled')" "496642","Mar 01, 2022 06:39","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t1.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (t0.COLLECTION_STATUS = 'Collected') AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "496643","Mar 01, 2022 06:39","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' where (t0.IDENTIFIER is not null AND t0.AVAILABLE_QUANTITY > 0 AND t0.COLLECTION_STATUS = 'Collected') AND (t1.ACTIVITY_STATUS != 'Disabled')" "496644","Mar 01, 2022 06:39","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select t1.COLLECTION_TIMESTAMP as c0, t0.SHORT_TITLE as c1, count(distinct t1.IDENTIFIER) as c2 from CPR_VIEW t2 left join CATISSUE_COLLECTION_PROTOCOL t0 on t0.IDENTIFIER = t2.CP_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t1 on t1.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.SHORT_TITLE in ('LCPH(C)', 'LCPH')) AND t1.COLLECTION_STATUS = 'Complete') AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.COLLECTION_TIMESTAMP, t0.SHORT_TITLE order by t1.COLLECTION_TIMESTAMP asc" "496645","Mar 01, 2022 06:39","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t3.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t4 left join CATISSUE_SPECIMEN_COLL_GROUP t1 on t1.COLLECTION_PROTOCOL_REG_ID = t4.CPR_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t1.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_VISIT_CLIN_DIAGNOSES t2 on t2.VISIT_ID = t1.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.CLINICAL_DIAGNOSIS_ID where (t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0 AND t3.VALUE is not null ) AND (t4.ACTIVITY_STATUS != 'Disabled') group by t3.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "496646","Mar 01, 2022 06:39","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select t0.CREATED_ON as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' where (t0.CREATED_ON is not null AND t0.COLLECTION_STATUS = 'Collected' AND (t0.CREATED_ON >= to_date('10-01-2021 00:00', 'MM-DD-YYYY HH24:MI') and t0.CREATED_ON <= to_date('12-31-2021 23:59', 'MM-DD-YYYY HH24:MI'))) AND (t1.ACTIVITY_STATUS != 'Disabled') group by t0.CREATED_ON order by t0.CREATED_ON asc" "496647","Mar 01, 2022 06:39","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select t1.EXECUTION_DATE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER where (t1.EXECUTION_DATE is not null AND t1.ORDER_STATUS = 'EXECUTED' AND (t1.EXECUTION_DATE >= to_date('10-01-2021 00:00', 'MM-DD-YYYY HH24:MI') and t1.EXECUTION_DATE <= to_date('12-31-2021 23:59', 'MM-DD-YYYY HH24:MI'))) AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.EXECUTION_DATE order by t1.EXECUTION_DATE asc" "496648","Mar 01, 2022 06:39","Saurav Singh","saurav@krishagni.com","Saurav","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select count(distinct t0.LABEL) as c0, to_char(t1.COLL_TIME, 'MON YYYY') as c1 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (to_char(t1.COLL_TIME, 'MON YYYY') > 'JAN 2021' AND t2.VALUE = 'Urine') AND (t3.ACTIVITY_STATUS != 'Disabled') group by to_char(t1.COLL_TIME, 'MON YYYY')) tab where rownum <= 10000) where rnum >= 1" "496649","Mar 01, 2022 06:39","Saurav Singh","saurav@krishagni.com","Saurav","Count","0","N/A",,"select count(distinct t3.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (to_char(t1.COLL_TIME, 'MON YYYY') > 'JAN 2021' AND t2.VALUE = 'Urine') AND (t3.ACTIVITY_STATUS != 'Disabled')" "496650","Mar 01, 2022 06:39","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select count(t0.CPR_ID) as c0 from CPR_VIEW t0 where (t0.CPR_ID is not null ) AND (t0.ACTIVITY_STATUS != 'Disabled')" "496651","Mar 01, 2022 06:39","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' where (t0.IDENTIFIER is not null AND t0.LINEAGE = 'New' AND t0.COLLECTION_STATUS = 'Collected') AND (t1.ACTIVITY_STATUS != 'Disabled')" "496652","Mar 01, 2022 06:39","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t1.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID where (t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0 AND t1.VALUE is not null ) AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "496653","Mar 01, 2022 06:39","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select count(distinct t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER where (t1.ORDER_STATUS = 'EXECUTED') AND (t2.ACTIVITY_STATUS != 'Disabled')" "496654","Mar 01, 2022 06:39","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select t0.CREATED_ON as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' where (t0.CREATED_ON is not null AND t0.COLLECTION_STATUS = 'Collected' AND (t0.CREATED_ON >= to_date('10-01-2021 00:00', 'MM-DD-YYYY HH24:MI') and t0.CREATED_ON <= to_date('12-31-2021 23:59', 'MM-DD-YYYY HH24:MI'))) AND (t1.ACTIVITY_STATUS != 'Disabled') group by t0.CREATED_ON order by t0.CREATED_ON asc" "496655","Mar 01, 2022 06:39","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select t1.EXECUTION_DATE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER where (t1.EXECUTION_DATE is not null AND t1.ORDER_STATUS = 'EXECUTED' AND (t1.EXECUTION_DATE >= to_date('10-01-2021 00:00', 'MM-DD-YYYY HH24:MI') and t1.EXECUTION_DATE <= to_date('12-31-2021 23:59', 'MM-DD-YYYY HH24:MI'))) AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.EXECUTION_DATE order by t1.EXECUTION_DATE asc" "496656","Mar 01, 2022 06:39","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t1.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.ANATOMIC_SITE_ID where (t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0) AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "496657","Mar 01, 2022 06:39","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' where (t0.IDENTIFIER is not null AND t0.AVAILABLE_QUANTITY > 0 AND t0.COLLECTION_STATUS = 'Collected') AND (t1.ACTIVITY_STATUS != 'Disabled')" "496658","Mar 01, 2022 06:39","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t1.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (t0.COLLECTION_STATUS = 'Collected') AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "496659","Mar 01, 2022 06:39","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t3.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t4 left join CATISSUE_SPECIMEN_COLL_GROUP t1 on t1.COLLECTION_PROTOCOL_REG_ID = t4.CPR_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t1.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_VISIT_CLIN_DIAGNOSES t2 on t2.VISIT_ID = t1.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.CLINICAL_DIAGNOSIS_ID where (t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0 AND t3.VALUE is not null ) AND (t4.ACTIVITY_STATUS != 'Disabled') group by t3.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "496660","Mar 01, 2022 06:39","Catalog Researcher","pr11ayuja@krishagni.com12","Catalog_Researcher","Count","0","N/A",,"select count(distinct t2.CPR_ID) as c0, count(distinct t3.IDENTIFIER) as c1, count(distinct t4.IDENTIFIER) as c2 from CPR_VIEW t2 left join CATISSUE_COLLECTION_PROTOCOL t0 on t0.IDENTIFIER = t2.CP_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t1 on t1.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t4 on t4.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t4.ACTIVITY_STATUS != 'Disabled' where (( 1 = 1 ) AND ((t1.SITE_ID in (select identifier from catissue_site where institute_id = 2062 and activity_status != 'Disabled')))) AND (t2.ACTIVITY_STATUS != 'Disabled')" "496661","Mar 01, 2022 06:40","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select count(t0.CPR_ID) as c0 from CPR_VIEW t0 where (t0.CPR_ID is not null ) AND (t0.ACTIVITY_STATUS != 'Disabled')" "496662","Mar 01, 2022 06:40","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select count(distinct t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER where (t1.ORDER_STATUS = 'EXECUTED') AND (t2.ACTIVITY_STATUS != 'Disabled')" "496663","Mar 01, 2022 06:40","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t1.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID where (t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0 AND t1.VALUE is not null ) AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "496664","Mar 01, 2022 06:40","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' where (t0.IDENTIFIER is not null AND t0.AVAILABLE_QUANTITY > 0 AND t0.COLLECTION_STATUS = 'Collected') AND (t1.ACTIVITY_STATUS != 'Disabled')" "496665","Mar 01, 2022 06:40","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' where (t0.IDENTIFIER is not null AND t0.LINEAGE = 'New' AND t0.COLLECTION_STATUS = 'Collected') AND (t1.ACTIVITY_STATUS != 'Disabled')" "496666","Mar 01, 2022 06:40","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select t0.CREATED_ON as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' where (t0.CREATED_ON is not null AND t0.COLLECTION_STATUS = 'Collected' AND (t0.CREATED_ON >= to_date('10-01-2021 00:00', 'MM-DD-YYYY HH24:MI') and t0.CREATED_ON <= to_date('12-31-2021 23:59', 'MM-DD-YYYY HH24:MI'))) AND (t1.ACTIVITY_STATUS != 'Disabled') group by t0.CREATED_ON order by t0.CREATED_ON asc" "496667","Mar 01, 2022 06:40","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select t1.EXECUTION_DATE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER where (t1.EXECUTION_DATE is not null AND t1.ORDER_STATUS = 'EXECUTED' AND (t1.EXECUTION_DATE >= to_date('10-01-2021 00:00', 'MM-DD-YYYY HH24:MI') and t1.EXECUTION_DATE <= to_date('12-31-2021 23:59', 'MM-DD-YYYY HH24:MI'))) AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.EXECUTION_DATE order by t1.EXECUTION_DATE asc" "496668","Mar 01, 2022 06:40","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t1.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (t0.COLLECTION_STATUS = 'Collected') AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "496669","Mar 01, 2022 06:40","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t1.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.ANATOMIC_SITE_ID where (t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0) AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "496670","Mar 01, 2022 06:40","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t3.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t4 left join CATISSUE_SPECIMEN_COLL_GROUP t1 on t1.COLLECTION_PROTOCOL_REG_ID = t4.CPR_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t1.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_VISIT_CLIN_DIAGNOSES t2 on t2.VISIT_ID = t1.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.CLINICAL_DIAGNOSIS_ID where (t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0 AND t3.VALUE is not null ) AND (t4.ACTIVITY_STATUS != 'Disabled') group by t3.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "496671","Mar 01, 2022 06:40","Catalog Researcher","pr11ayuja@krishagni.com12","Catalog_Researcher","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t8.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t14 on t14.IDENTIFIER = t0.CP_ID and t14.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t15 on t15.COLLECTION_PROTOCOL_ID = t14.IDENTIFIER left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t5 on t5.IDENTIFIER = t4.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t4.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t8.PATHOLOGICAL_STATUS_ID left join OS_SPECIMEN_STATS t13 on t13.SPECIMEN_ID = t8.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t8.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t8.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t8.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t4.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.VITAL_STATUS_ID where (( 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND t14.SHORT_TITLE = 'NUH') AND ((t15.SITE_ID in (select identifier from catissue_site where institute_id = 2062 and activity_status != 'Disabled')))) AND (t0.ACTIVITY_STATUS != 'Disabled')" "496672","Mar 01, 2022 06:40","Catalog Researcher","pr11ayuja@krishagni.com12","Catalog_Researcher","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t8.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t14 on t14.IDENTIFIER = t0.CP_ID and t14.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t15 on t15.COLLECTION_PROTOCOL_ID = t14.IDENTIFIER left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t5 on t5.IDENTIFIER = t4.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t4.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t8.PATHOLOGICAL_STATUS_ID left join OS_SPECIMEN_STATS t13 on t13.SPECIMEN_ID = t8.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t8.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t8.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t8.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t4.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.VITAL_STATUS_ID where (( 1 = 1 AND (t3.VALUE in ('White')) AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND t14.SHORT_TITLE = 'NUH') AND ((t15.SITE_ID in (select identifier from catissue_site where institute_id = 2062 and activity_status != 'Disabled')))) AND (t0.ACTIVITY_STATUS != 'Disabled')" "496673","Mar 01, 2022 06:40","Catalog Researcher","pr11ayuja@krishagni.com12","Catalog_Researcher","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t17.VALUE as c0, t1.VALUE as c1, t3.VALUE as c2, t6.VALUE as c3, t8.LABEL as c4, t9.VALUE as c5, t10.VALUE as c6, t11.VALUE as c7, t12.VALUE as c8, t16.COLL_CONTAINER as c9, t8.IDENTIFIER as c10, 't0', t0.CPR_ID as mc0, 't6', t6.IDENTIFIER as mc1, 't8', t8.IDENTIFIER as mc2, 't16', t16.SPECIMEN_ID as mc3 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t17 on t17.IDENTIFIER = t0.GENDER_ID left join CATISSUE_COLLECTION_PROTOCOL t14 on t14.IDENTIFIER = t0.CP_ID and t14.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t15 on t15.COLLECTION_PROTOCOL_ID = t14.IDENTIFIER left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t5 on t5.IDENTIFIER = t4.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t4.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t8.PATHOLOGICAL_STATUS_ID left join OS_SPECIMEN_STATS t13 on t13.SPECIMEN_ID = t8.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t16 on t16.SPECIMEN_ID = t8.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t8.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t8.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t8.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t4.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.VITAL_STATUS_ID where (( 1 = 1 AND (t3.VALUE in ('White')) AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND t14.SHORT_TITLE = 'NUH') AND ((t15.SITE_ID in (select identifier from catissue_site where institute_id = 2062 and activity_status != 'Disabled')))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "496674","Mar 01, 2022 06:40","Catalog Researcher","pr11ayuja@krishagni.com12","Catalog_Researcher","Export","0","N/A",,"select t6.VALUE as c0, t8.VALUE as c1, t10.VALUE as c2, t11.VALUE as c3, t5.DE_A_113 as c4, t5.DE_A_219 as c5, t5.DE_A_220 as c6, t5.DE_A_19 as c7, t5.DE_A_20 as c8, t5.DE_A_22 as c9, t12.NAME as c10, t13.NAME as c11, t12.COLLECTION_STATUS as c12, t14.VALUE as c13, t16.DE_A_1 as c14, t16.DE_A_3 as c15, t16.DE_A_4 as c16, t16.DE_A_5 as c17, t1.LABEL as c18, t1.BARCODE as c19, t17.VALUE as c20, 't0', t0.CPR_ID as mc0, 't5', t5.IDENTIFIER as mc1, 't12', t12.IDENTIFIER as mc2, 't16', t16.IDENTIFIER as mc3, 't1', t1.IDENTIFIER as mc4 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.GENDER_ID left join (OS_CPR_CUST_FIELDS_VIEW t4 inner join DE_E_24002 t5 on t5.IDENTIFIER = t4.RECORD_ID and t4.FORM_ID = 10852 left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t5.DE_A_3) on t4.CPR_ID = t0.CPR_ID left join CATISSUE_RACE t7 on t7.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t7.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t12 on t12.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t12.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t13 on t13.IDENTIFIER = t12.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t14 on t14.IDENTIFIER = t12.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t12.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t17 on t17.IDENTIFIER = t1.SPECIMEN_CLASS_ID left join (OS_VISIT_EXTN_RECS t15 inner join DE_E_25927 t16 on t16.IDENTIFIER = t15.RECORD_ID and t15.FORM_ID = 12427) on t15.VISIT_ID = t12.IDENTIFIER left join OS_PARTICIPANT_ETHNICITIES t9 on t9.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t9.ETHNICITY_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.PARTICIPANT_ID is not null ) AND ((t1.IDENTIFIER in (1309969)))) AND ((t3.SITE_ID in (select identifier from catissue_site where institute_id = 2062 and activity_status != 'Disabled')))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID" "496675","Mar 01, 2022 06:46","Saurav Singh","saurav@krishagni.com","Saurav","Count","0","N/A",,"select count(distinct t3.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (to_char(t1.COLL_TIME, 'MON YYYY') > 'JAN 2027' AND t2.VALUE = 'Urine') AND (t3.ACTIVITY_STATUS != 'Disabled')" "496676","Mar 01, 2022 06:46","Saurav Singh","saurav@krishagni.com","Saurav","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select count(distinct t0.LABEL) as c0, to_char(t1.COLL_TIME, 'MON YYYY') as c1 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (to_char(t1.COLL_TIME, 'MON YYYY') > 'JAN 2017' AND t2.VALUE = 'Urine') AND (t3.ACTIVITY_STATUS != 'Disabled') group by to_char(t1.COLL_TIME, 'MON YYYY')) tab where rownum <= 10000) where rnum >= 1" "496677","Mar 01, 2022 06:46","Saurav Singh","saurav@krishagni.com","Saurav","Count","0","N/A",,"select count(distinct t3.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (to_char(t1.COLL_TIME, 'MON YYYY') > 'JAN 2017' AND t2.VALUE = 'Urine') AND (t3.ACTIVITY_STATUS != 'Disabled')" "496678","Mar 01, 2022 06:47","Saurav Singh","saurav@krishagni.com","Saurav","Count","0","N/A",,"select count(distinct t3.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (to_char(t1.COLL_TIME, 'MON YYYY') > 'JAN 2022' AND t2.VALUE = 'Urine') AND (t3.ACTIVITY_STATUS != 'Disabled')" "496679","Mar 01, 2022 06:47","Saurav Singh","saurav@krishagni.com","Saurav","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select count(distinct t0.LABEL) as c0, to_char(t1.COLL_TIME, 'MON YYYY') as c1 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (to_char(t1.COLL_TIME, 'MON YYYY') > 'JAN 2022' AND t2.VALUE = 'Urine') AND (t3.ACTIVITY_STATUS != 'Disabled') group by to_char(t1.COLL_TIME, 'MON YYYY')) tab where rownum <= 10000) where rnum >= 1" "496680","Mar 01, 2022 06:48","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select count(distinct t0.LABEL) as c0, to_char(t1.COLL_TIME, 'MON YYYY') as c1 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (to_char(t1.COLL_TIME, 'MON YYYY') > 'JAN 2022' AND t2.VALUE = 'Urine') AND (t3.ACTIVITY_STATUS != 'Disabled') group by to_char(t1.COLL_TIME, 'MON YYYY')) tab where rownum <= 10000) where rnum >= 1" "496681","Mar 01, 2022 06:48","Divya Prabhu","divya@krishagni.com","divya.prabhu","Count","0","N/A",,"select count(distinct t3.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (to_char(t1.COLL_TIME, 'MON YYYY') > 'JAN 2022' AND t2.VALUE = 'Urine') AND (t3.ACTIVITY_STATUS != 'Disabled')" "496682","Mar 01, 2022 08:04","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496683","Mar 01, 2022 08:04","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496684","Mar 01, 2022 08:04","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496685","Mar 01, 2022 21:21","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select count(t0.CPR_ID) as c0 from CPR_VIEW t0 where (t0.CPR_ID is not null ) AND (t0.ACTIVITY_STATUS != 'Disabled')" "496686","Mar 01, 2022 21:21","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' where (t0.IDENTIFIER is not null AND t0.LINEAGE = 'New' AND t0.COLLECTION_STATUS = 'Collected') AND (t1.ACTIVITY_STATUS != 'Disabled')" "496687","Mar 01, 2022 21:21","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' where (t0.IDENTIFIER is not null AND t0.AVAILABLE_QUANTITY > 0 AND t0.COLLECTION_STATUS = 'Collected') AND (t1.ACTIVITY_STATUS != 'Disabled')" "496688","Mar 01, 2022 21:21","Dashboard User","public_dashboard_user","public_dashboard_user","Data","1","N/A",,"select * from (select tab.*, rownum rnum from (select t1.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID where (t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0 AND t1.VALUE is not null ) AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "496689","Mar 01, 2022 21:21","Dashboard User","public_dashboard_user","public_dashboard_user","Data","1","N/A",,"select * from (select tab.*, rownum rnum from (select t1.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.ANATOMIC_SITE_ID where (t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0) AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "496690","Mar 01, 2022 21:21","Dashboard User","public_dashboard_user","public_dashboard_user","Data","1","N/A",,"select * from (select tab.*, rownum rnum from (select t1.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (t0.COLLECTION_STATUS = 'Collected') AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "496691","Mar 01, 2022 21:21","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select t1.COLLECTION_TIMESTAMP as c0, t0.SHORT_TITLE as c1, count(distinct t1.IDENTIFIER) as c2 from CPR_VIEW t2 left join CATISSUE_COLLECTION_PROTOCOL t0 on t0.IDENTIFIER = t2.CP_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t1 on t1.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.SHORT_TITLE in ('LCPH(C)', 'LCPH')) AND t1.COLLECTION_STATUS = 'Complete') AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.COLLECTION_TIMESTAMP, t0.SHORT_TITLE order by t1.COLLECTION_TIMESTAMP asc" "496692","Mar 01, 2022 21:21","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select count(distinct t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER where (t1.ORDER_STATUS = 'EXECUTED') AND (t2.ACTIVITY_STATUS != 'Disabled')" "496693","Mar 01, 2022 21:21","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t3.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t4 left join CATISSUE_SPECIMEN_COLL_GROUP t1 on t1.COLLECTION_PROTOCOL_REG_ID = t4.CPR_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t1.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_VISIT_CLIN_DIAGNOSES t2 on t2.VISIT_ID = t1.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.CLINICAL_DIAGNOSIS_ID where (t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0 AND t3.VALUE is not null ) AND (t4.ACTIVITY_STATUS != 'Disabled') group by t3.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "496694","Mar 01, 2022 21:21","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select t0.CREATED_ON as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' where (t0.CREATED_ON is not null AND t0.COLLECTION_STATUS = 'Collected' AND (t0.CREATED_ON >= to_date('10-01-2021 00:00', 'MM-DD-YYYY HH24:MI') and t0.CREATED_ON <= to_date('12-31-2021 23:59', 'MM-DD-YYYY HH24:MI'))) AND (t1.ACTIVITY_STATUS != 'Disabled') group by t0.CREATED_ON order by t0.CREATED_ON asc" "496695","Mar 01, 2022 21:21","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select t1.EXECUTION_DATE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER where (t1.EXECUTION_DATE is not null AND t1.ORDER_STATUS = 'EXECUTED' AND (t1.EXECUTION_DATE >= to_date('10-01-2021 00:00', 'MM-DD-YYYY HH24:MI') and t1.EXECUTION_DATE <= to_date('12-31-2021 23:59', 'MM-DD-YYYY HH24:MI'))) AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.EXECUTION_DATE order by t1.EXECUTION_DATE asc" "496696","Mar 01, 2022 22:49","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496697","Mar 01, 2022 22:49","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496698","Mar 01, 2022 23:03","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496699","Mar 01, 2022 23:04","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496700","Mar 01, 2022 23:05","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496701","Mar 01, 2022 23:23","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Count","0","N/A",,"select count(distinct t1.CPR_ID) as c0, count(distinct t0.IDENTIFIER) as c1, count(distinct t2.IDENTIFIER) as c2 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t0.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' where (t0.SPR_NAME is not null ) AND (t1.ACTIVITY_STATUS != 'Disabled')" "496702","Mar 01, 2022 23:23","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Count","0","N/A",,"select count(distinct t1.CPR_ID) as c0, count(distinct t0.IDENTIFIER) as c1, count(distinct t2.IDENTIFIER) as c2 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t0.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' where (t0.SPR_NAME is not null ) AND (t1.ACTIVITY_STATUS != 'Disabled')" "496703","Mar 01, 2022 23:23","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","2","N/A",,"select * from (select tab.*, rownum rnum from (select t2.CPR_ID as c0, t2.PPID as c1, t2.REGISTRATION_DATE as c2, t3.VALUE as c3, t5.VALUE as c4, t1.VALUE as c5, t6.IDENTIFIER as c6, t7.IDENTIFIER as c7, t6.LABEL as c8, t8.VALUE as c9, t9.VALUE as c10, t10.COLL_TIME as c11, t11.ISCHEMIA_TIME as c12, 't2', t2.CPR_ID as mc0, 't1', t1.IDENTIFIER as mc1, 't6', t6.IDENTIFIER as mc2, 't7', t7.IDENTIFIER as mc3, 't10', t10.SPECIMEN_ID as mc4, 't11', t11.SPECIMEN_ID as mc5 from CPR_VIEW t2 left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.GENDER_ID left join CATISSUE_COLLECTION_PROTOCOL t7 on t7.IDENTIFIER = t2.CP_ID and t7.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t4 on t4.PARTICIPANT_ID = t2.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t4.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t6 on t6.SPECIMEN_COLLECTION_GROUP_ID = t0.IDENTIFIER and t6.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_STATS t11 on t11.SPECIMEN_ID = t6.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t10 on t10.SPECIMEN_ID = t6.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t6.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t6.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t1 on t1.VISIT_ID = t0.IDENTIFIER where (t0.SPR_NAME is not null ) AND (t2.ACTIVITY_STATUS != 'Disabled') order by t2.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "496704","Mar 01, 2022 23:23","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Count","0","N/A",,"select count(distinct t1.CPR_ID) as c0, count(distinct t0.IDENTIFIER) as c1, count(distinct t2.IDENTIFIER) as c2 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t0.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' where (t0.SPR_NAME is not null ) AND (t1.ACTIVITY_STATUS != 'Disabled')" "496705","Mar 01, 2022 23:23","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t2.CPR_ID as c0, t2.PPID as c1, t2.REGISTRATION_DATE as c2, t3.VALUE as c3, t5.VALUE as c4, t1.VALUE as c5, t6.IDENTIFIER as c6, t7.IDENTIFIER as c7, t6.LABEL as c8, t8.VALUE as c9, t9.VALUE as c10, t10.COLL_TIME as c11, t11.ISCHEMIA_TIME as c12, 't2', t2.CPR_ID as mc0, 't1', t1.IDENTIFIER as mc1, 't6', t6.IDENTIFIER as mc2, 't7', t7.IDENTIFIER as mc3, 't10', t10.SPECIMEN_ID as mc4, 't11', t11.SPECIMEN_ID as mc5 from CPR_VIEW t2 left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.GENDER_ID left join CATISSUE_COLLECTION_PROTOCOL t7 on t7.IDENTIFIER = t2.CP_ID and t7.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t4 on t4.PARTICIPANT_ID = t2.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t4.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t6 on t6.SPECIMEN_COLLECTION_GROUP_ID = t0.IDENTIFIER and t6.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_STATS t11 on t11.SPECIMEN_ID = t6.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t10 on t10.SPECIMEN_ID = t6.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t6.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t6.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t1 on t1.VISIT_ID = t0.IDENTIFIER where (t0.SPR_NAME is not null ) AND (t2.ACTIVITY_STATUS != 'Disabled') order by t2.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "496706","Mar 01, 2022 23:23","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Count","0","N/A",,"select count(distinct t1.CPR_ID) as c0, count(distinct t0.IDENTIFIER) as c1, count(distinct t2.IDENTIFIER) as c2 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t0.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' where (t0.SPR_NAME is not null ) AND (t1.ACTIVITY_STATUS != 'Disabled')" "496707","Mar 01, 2022 23:24","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Count","0","N/A",,"select count(distinct t1.CPR_ID) as c0, count(distinct t0.IDENTIFIER) as c1, count(distinct t2.IDENTIFIER) as c2 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t0.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' where (t0.SPR_NAME is not null ) AND (t1.ACTIVITY_STATUS != 'Disabled')" "496708","Mar 01, 2022 23:24","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.NAME as c0, t0.SPR_NAME as c1, t1.IDENTIFIER as c2, t2.IDENTIFIER as c3, t1.LABEL as c4, t3.VALUE as c5, t4.VALUE as c6, t5.COLL_TIME as c7, t6.ISCHEMIA_TIME as c8, t2.SHORT_TITLE as c9, 't7', t7.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't1', t1.IDENTIFIER as mc2, 't2', t2.IDENTIFIER as mc3, 't5', t5.SPECIMEN_ID as mc4, 't6', t6.SPECIMEN_ID as mc5 from CPR_VIEW t7 left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t7.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t0.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_STATS t6 on t6.SPECIMEN_ID = t1.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t5 on t5.SPECIMEN_ID = t1.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t1.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t1.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t7.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where (t0.SPR_NAME is not null ) AND (t7.ACTIVITY_STATUS != 'Disabled') order by t7.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "496709","Mar 01, 2022 23:25","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.NAME as c0, t0.SPR_NAME as c1, t1.SHORT_TITLE as c2, 't2', t2.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't1', t1.IDENTIFIER as mc2 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t2.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (t0.SPR_NAME is not null ) AND (t2.ACTIVITY_STATUS != 'Disabled') order by t2.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "496710","Mar 01, 2022 23:25","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.NAME as c0, t0.SPR_NAME as c1, t1.SHORT_TITLE as c2, 't2', t2.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't1', t1.IDENTIFIER as mc2 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t2.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (t0.SPR_NAME like '%.pdf' escape '\' ) AND (t2.ACTIVITY_STATUS != 'Disabled') order by t2.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "496711","Mar 01, 2022 23:25","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Count","0","N/A",,"select count(distinct t1.CPR_ID) as c0, count(distinct t0.IDENTIFIER) as c1, count(distinct t2.IDENTIFIER) as c2 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t0.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' where (t0.SPR_NAME like '%.pdf' escape '\' ) AND (t1.ACTIVITY_STATUS != 'Disabled')" "496712","Mar 01, 2022 23:26","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Export","0","N/A",,"select t0.NAME as c0, t0.SPR_NAME as c1, t1.SHORT_TITLE as c2, 't2', t2.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't1', t1.IDENTIFIER as mc2 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t2.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (t0.SPR_NAME like '%.pdf' escape '\' ) AND (t2.ACTIVITY_STATUS != 'Disabled') order by t2.CPR_ID" "496713","Mar 01, 2022 23:32","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5960) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496714","Mar 01, 2022 23:33","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5739) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496715","Mar 01, 2022 23:38","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5739) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496716","Mar 01, 2022 23:38","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 2083) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 2083))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496717","Mar 01, 2022 23:38","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 2083) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 2083)) AND (upper(t0.SHORT_TITLE) like '%BRID%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496718","Mar 01, 2022 23:38","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 1783) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496719","Mar 01, 2022 23:40","Catalog Researcher","pr11ayuja@krishagni.com12","Catalog_Researcher","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t8.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t14 on t14.IDENTIFIER = t0.CP_ID and t14.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t15 on t15.COLLECTION_PROTOCOL_ID = t14.IDENTIFIER left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t5 on t5.IDENTIFIER = t4.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t4.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t8.PATHOLOGICAL_STATUS_ID left join OS_SPECIMEN_STATS t13 on t13.SPECIMEN_ID = t8.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t8.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t8.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t8.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t4.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.VITAL_STATUS_ID where (( 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND t14.SHORT_TITLE = 'NUH') AND ((t15.SITE_ID in (select identifier from catissue_site where institute_id = 2062 and activity_status != 'Disabled')))) AND (t0.ACTIVITY_STATUS != 'Disabled')" "496720","Mar 01, 2022 23:45","Catalog Researcher","pr11ayuja@krishagni.com12","Catalog_Researcher","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 2062 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 2062 and activity_status != 'Disabled'))))))) AND t2.IDENTIFIER = 5743) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496721","Mar 01, 2022 23:45","Catalog Researcher","pr11ayuja@krishagni.com12","Catalog_Researcher","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 2062 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 2062 and activity_status != 'Disabled'))))))) AND t2.IDENTIFIER = 5743) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496722","Mar 01, 2022 23:45","Catalog Researcher","pr11ayuja@krishagni.com12","Catalog_Researcher","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 2062 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 2062 and activity_status != 'Disabled'))))))) AND t2.IDENTIFIER = 5743) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496723","Mar 01, 2022 23:46","Catalog Researcher","pr11ayuja@krishagni.com12","Catalog_Researcher","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 2062 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 2062 and activity_status != 'Disabled'))))))) AND t2.IDENTIFIER = 5743) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496724","Mar 01, 2022 23:46","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 2083) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 2083))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496725","Mar 01, 2022 23:46","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 2083) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 2083)) AND (upper(t0.SHORT_TITLE) like '%NUH%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496726","Mar 01, 2022 23:46","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5743) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496727","Mar 01, 2022 23:46","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 5743) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "496728","Mar 01, 2022 23:47","Catalog Researcher","pr11ayuja@krishagni.com12","Catalog_Researcher","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 2062 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 2062 and activity_status != 'Disabled'))))))) AND t2.IDENTIFIER = 5743) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496729","Mar 02, 2022 00:09","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.NAME as c0, t0.SPR_NAME as c1, t1.SHORT_TITLE as c2, 't2', t2.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't1', t1.IDENTIFIER as mc2 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t2.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (t0.SPR_NAME like '%.pdf' escape '\' ) AND (t2.ACTIVITY_STATUS != 'Disabled') order by t2.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "496730","Mar 02, 2022 00:09","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Count","0","N/A",,"select count(distinct t1.CPR_ID) as c0, count(distinct t0.IDENTIFIER) as c1, count(distinct t2.IDENTIFIER) as c2 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t0.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' where (t0.SPR_NAME like '%.pdf' escape '\' ) AND (t1.ACTIVITY_STATUS != 'Disabled')" "496731","Mar 02, 2022 00:10","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496732","Mar 02, 2022 00:12","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496733","Mar 02, 2022 00:33","Vinayak Pawar","vinayak.pawar@krishagni.com","vpawar","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 522) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496734","Mar 02, 2022 00:33","Vinayak Pawar","vinayak.pawar@krishagni.com","vpawar","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 448) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 448))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496735","Mar 02, 2022 00:33","Vinayak Pawar","vinayak.pawar@krishagni.com","vpawar","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 448) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 448)) AND (upper(t0.SHORT_TITLE) like '%AUTO%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496736","Mar 02, 2022 00:35","Vinayak Pawar","vinayak.pawar@krishagni.com","vpawar","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 448) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 448))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496737","Mar 02, 2022 00:53","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496738","Mar 02, 2022 01:25","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496739","Mar 02, 2022 01:25","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4934) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496740","Mar 02, 2022 01:25","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4934) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496741","Mar 02, 2022 01:25","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4934) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496742","Mar 02, 2022 01:26","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4934) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496743","Mar 02, 2022 01:26","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 4934) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "496744","Mar 02, 2022 01:26","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4934) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496745","Mar 02, 2022 01:26","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496746","Mar 02, 2022 01:27","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4577) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496747","Mar 02, 2022 01:28","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5922) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496748","Mar 02, 2022 01:28","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6057) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6057))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496749","Mar 02, 2022 01:30","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 408) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 408))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496750","Mar 02, 2022 01:31","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496751","Mar 02, 2022 01:31","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4577) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496752","Mar 02, 2022 01:33","Divya Prabhu","divya@krishagni.com","divya.prabhu","Export","0","N/A",,"select t3.PPID as c0, t3.FIRST_NAME as c1, t3.LAST_NAME as c2, t3.EMAIL_ADDRESS as c3, t3.DOB as c4, t3.SSN as c5, t3.EMPI_ID as c6, t4.NAME as c7, t0.LABEL as c8, t5.VALUE as c9, t1.COST as c10, t2.CONTAINER_NAME as c11, t2.POS_TWO_STR as c12, t2.POS_ONE_STR as c13, t2.FORMATTED_POSITION as c14, t0.LINEAGE as c15, t0.BARCODE as c16, t6.VALUE as c17, t7.VALUE as c18, t8.VALUE as c19, t9.VALUE as c20, t0.CREATED_ON as c21, t0.INITIAL_QUANTITY as c22, t0.AVAILABLE_QUANTITY as c23, 't3', t3.CPR_ID as mc0, 't4', t4.IDENTIFIER as mc1, 't0', t0.IDENTIFIER as mc2, 't1', t1.IDENTIFIER as mc3, 't2', t2.SPECIMEN_ID as mc4 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t0.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t1.NAME is not null ) AND (t1.ORDER_ID = 4310)) AND (t3.ACTIVITY_STATUS != 'Disabled') order by t3.CPR_ID" "496753","Mar 02, 2022 01:33","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.IDENTIFIER as c0, t0.IDENTIFIER as c1, t3.VALUE as c2, t4.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t5.IDENTIFIER as c5, t1.IDENTIFIER as c6, t1.LABEL as c7, t0.LABEL as c8, t3.VALUE as c9, t6.VALUE as c10, t5.SHORT_TITLE as c11, t1.QUANTITY as c12, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c13, t1.STATUS as c14 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t8.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t1.ORDER_ID = 4310)) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.IDENTIFIER asc ) tab where rownum <= 101) where rnum >= 1" "496754","Mar 02, 2022 01:37","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 326) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496755","Mar 02, 2022 01:45","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4577) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496756","Mar 02, 2022 01:46","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4577) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496757","Mar 02, 2022 01:48","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4577) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496758","Mar 02, 2022 01:49","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4577) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496759","Mar 02, 2022 01:49","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t5.VALUE as c1, t6.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t5.VALUE as c7, t7.VALUE as c8, t3.DE_A_3 as c9, t3.DE_A_4 as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t4.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t4.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t9 on t9.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t9.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join (OS_SPMN_CUST_FIELDS t2 inner join DE_E_26777 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 13227) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6078) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "496760","Mar 02, 2022 01:50","Prayuja Teli","prayuja@krishagni.com","Prayuja","Count","0","N/A",,"select count(distinct t1.CPR_ID) as c0, count(distinct t0.IDENTIFIER) as c1, count(distinct t2.IDENTIFIER) as c2 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t0.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' where (t0.SPR_NAME is not null ) AND (t1.ACTIVITY_STATUS != 'Disabled')" "496761","Mar 02, 2022 01:50","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","2","N/A",,"select * from (select tab.*, rownum rnum from (select t2.CPR_ID as c0, t2.PPID as c1, t2.REGISTRATION_DATE as c2, t3.VALUE as c3, t5.VALUE as c4, t1.VALUE as c5, t6.IDENTIFIER as c6, t7.IDENTIFIER as c7, t6.LABEL as c8, t8.VALUE as c9, t9.VALUE as c10, t10.COLL_TIME as c11, t11.ISCHEMIA_TIME as c12, 't2', t2.CPR_ID as mc0, 't1', t1.IDENTIFIER as mc1, 't6', t6.IDENTIFIER as mc2, 't7', t7.IDENTIFIER as mc3, 't10', t10.SPECIMEN_ID as mc4, 't11', t11.SPECIMEN_ID as mc5 from CPR_VIEW t2 left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.GENDER_ID left join CATISSUE_COLLECTION_PROTOCOL t7 on t7.IDENTIFIER = t2.CP_ID and t7.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t4 on t4.PARTICIPANT_ID = t2.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t4.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t6 on t6.SPECIMEN_COLLECTION_GROUP_ID = t0.IDENTIFIER and t6.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_STATS t11 on t11.SPECIMEN_ID = t6.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t10 on t10.SPECIMEN_ID = t6.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t6.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t6.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t1 on t1.VISIT_ID = t0.IDENTIFIER where (t0.SPR_NAME is not null ) AND (t2.ACTIVITY_STATUS != 'Disabled') order by t2.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "496762","Mar 02, 2022 01:50","Divya Prabhu","divya@krishagni.com","divya.prabhu","Count","0","N/A",,"select count(distinct t1.CPR_ID) as c0, count(distinct t0.IDENTIFIER) as c1, count(distinct t2.IDENTIFIER) as c2 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t0.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' where (t0.SURGICAL_PATHOLOGY_NUMBER is not null ) AND (t1.ACTIVITY_STATUS != 'Disabled')" "496763","Mar 02, 2022 01:50","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","3","N/A",,"select * from (select tab.*, rownum rnum from (select t2.CPR_ID as c0, t2.PPID as c1, t2.REGISTRATION_DATE as c2, t3.VALUE as c3, t5.VALUE as c4, t1.VALUE as c5, t6.IDENTIFIER as c6, t7.IDENTIFIER as c7, t6.LABEL as c8, t8.VALUE as c9, t9.VALUE as c10, t10.COLL_TIME as c11, t11.ISCHEMIA_TIME as c12, 't2', t2.CPR_ID as mc0, 't1', t1.IDENTIFIER as mc1, 't6', t6.IDENTIFIER as mc2, 't7', t7.IDENTIFIER as mc3, 't10', t10.SPECIMEN_ID as mc4, 't11', t11.SPECIMEN_ID as mc5 from CPR_VIEW t2 left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.GENDER_ID left join CATISSUE_COLLECTION_PROTOCOL t7 on t7.IDENTIFIER = t2.CP_ID and t7.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t4 on t4.PARTICIPANT_ID = t2.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t4.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t6 on t6.SPECIMEN_COLLECTION_GROUP_ID = t0.IDENTIFIER and t6.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_STATS t11 on t11.SPECIMEN_ID = t6.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t10 on t10.SPECIMEN_ID = t6.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t6.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t6.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t1 on t1.VISIT_ID = t0.IDENTIFIER where (t0.SURGICAL_PATHOLOGY_NUMBER is not null ) AND (t2.ACTIVITY_STATUS != 'Disabled') order by t2.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "496764","Mar 02, 2022 01:50","Prayuja Teli","prayuja@krishagni.com","Prayuja","Count","0","N/A",,"select count(distinct t1.CPR_ID) as c0, count(distinct t0.IDENTIFIER) as c1, count(distinct t2.IDENTIFIER) as c2 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t0.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' where (t0.SPR_NAME is not null ) AND (t1.ACTIVITY_STATUS != 'Disabled')" "496765","Mar 02, 2022 01:50","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.NAME as c0, t0.SPR_NAME as c1, 't1', t1.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' where (t0.SPR_NAME is not null ) AND (t1.ACTIVITY_STATUS != 'Disabled') order by t1.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "496766","Mar 02, 2022 01:50","Prayuja Teli","prayuja@krishagni.com","Prayuja","Export","0","N/A",,"select t0.NAME as c0, t0.SPR_NAME as c1, 't1', t1.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' where (t0.SPR_NAME is not null ) AND (t1.ACTIVITY_STATUS != 'Disabled') order by t1.CPR_ID" "496767","Mar 02, 2022 01:51","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 2083) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 2083))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496768","Mar 02, 2022 01:51","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 2083) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 2083))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496769","Mar 02, 2022 01:52","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496770","Mar 02, 2022 01:52","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 2083) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 2083))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496771","Mar 02, 2022 01:53","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973)) AND (upper(t0.SHORT_TITLE) like '%LEV%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496772","Mar 02, 2022 01:53","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, t0.REGISTRATION_DATE as c3 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5754) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID desc ) tab where rownum <= 101) where rnum >= 1" "496773","Mar 02, 2022 01:54","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, t0.REGISTRATION_DATE as c3 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5754) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID desc ) tab where rownum <= 101) where rnum >= 1" "496774","Mar 02, 2022 01:55","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, t0.REGISTRATION_DATE as c3 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5754) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID desc ) tab where rownum <= 101) where rnum >= 1" "496775","Mar 02, 2022 01:55","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, t0.REGISTRATION_DATE as c3 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5754) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID desc ) tab where rownum <= 101) where rnum >= 1" "496776","Mar 02, 2022 01:59","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5922) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496777","Mar 02, 2022 01:59","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6057) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6057))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496778","Mar 02, 2022 02:00","Divya Prabhu","divya@krishagni.com","divya.prabhu","Count","0","N/A",,"select count(distinct t1.CPR_ID) as c0, count(distinct t0.IDENTIFIER) as c1, count(distinct t2.IDENTIFIER) as c2 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t0.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' where (t0.SPR_NAME is not null ) AND (t1.ACTIVITY_STATUS != 'Disabled')" "496779","Mar 02, 2022 02:00","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t2.CPR_ID as c0, t2.PPID as c1, t2.REGISTRATION_DATE as c2, t3.VALUE as c3, t5.VALUE as c4, t1.VALUE as c5, t6.IDENTIFIER as c6, t7.IDENTIFIER as c7, t6.LABEL as c8, t8.VALUE as c9, t9.VALUE as c10, t10.COLL_TIME as c11, t11.ISCHEMIA_TIME as c12, 't2', t2.CPR_ID as mc0, 't1', t1.IDENTIFIER as mc1, 't6', t6.IDENTIFIER as mc2, 't7', t7.IDENTIFIER as mc3, 't10', t10.SPECIMEN_ID as mc4, 't11', t11.SPECIMEN_ID as mc5 from CPR_VIEW t2 left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.GENDER_ID left join CATISSUE_COLLECTION_PROTOCOL t7 on t7.IDENTIFIER = t2.CP_ID and t7.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t4 on t4.PARTICIPANT_ID = t2.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t4.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t6 on t6.SPECIMEN_COLLECTION_GROUP_ID = t0.IDENTIFIER and t6.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_STATS t11 on t11.SPECIMEN_ID = t6.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t10 on t10.SPECIMEN_ID = t6.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t6.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t6.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t1 on t1.VISIT_ID = t0.IDENTIFIER where (t0.SPR_NAME is not null ) AND (t2.ACTIVITY_STATUS != 'Disabled') order by t2.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "496780","Mar 02, 2022 02:00","Divya Prabhu","divya@krishagni.com","divya.prabhu","Count","0","N/A",,"select count(distinct t1.CPR_ID) as c0, count(distinct t0.IDENTIFIER) as c1, count(distinct t2.IDENTIFIER) as c2 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t0.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' where (t0.SPR_NAME is not null ) AND (t1.ACTIVITY_STATUS != 'Disabled')" "496781","Mar 02, 2022 02:00","Divya Prabhu","divya@krishagni.com","divya.prabhu","Count","0","N/A",,"select count(distinct t1.CPR_ID) as c0, count(distinct t0.IDENTIFIER) as c1, count(distinct t2.IDENTIFIER) as c2 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t0.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' where (t0.SPR_NAME is not null ) AND (t1.ACTIVITY_STATUS != 'Disabled')" "496782","Mar 02, 2022 02:00","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t1.CPR_ID as c0, t1.PPID as c1, t0.SPR_NAME as c2, 't1', t1.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' where (t0.SPR_NAME is not null ) AND (t1.ACTIVITY_STATUS != 'Disabled') order by t1.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "496783","Mar 02, 2022 02:01","Divya Prabhu","divya@krishagni.com","divya.prabhu","Export","0","N/A",,"select t1.PPID as c0, t0.SPR_NAME as c1, 't1', t1.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' where (t0.SPR_NAME is not null ) AND (t1.ACTIVITY_STATUS != 'Disabled') order by t1.CPR_ID" "496784","Mar 02, 2022 02:07","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t5.VALUE as c1, t6.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t5.VALUE as c7, t7.VALUE as c8, t3.DE_A_3 as c9, t3.DE_A_4 as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t4.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t4.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t9 on t9.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t9.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join (OS_SPMN_CUST_FIELDS t2 inner join DE_E_26777 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 13227) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6085) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "496785","Mar 02, 2022 02:16","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496786","Mar 02, 2022 02:16","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496787","Mar 02, 2022 02:18","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, t0.REGISTRATION_DATE as c3 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5754) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID desc ) tab where rownum <= 101) where rnum >= 1" "496788","Mar 02, 2022 02:19","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t5.VALUE as c1, t6.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t5.VALUE as c7, t7.VALUE as c8, t3.DE_A_3 as c9, t3.DE_A_4 as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t4.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t4.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t9 on t9.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t9.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join (OS_SPMN_CUST_FIELDS t2 inner join DE_E_26777 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 13227) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6085) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "496789","Mar 02, 2022 02:20","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, t0.REGISTRATION_DATE as c3 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5754) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID desc ) tab where rownum <= 101) where rnum >= 1" "496790","Mar 02, 2022 02:26","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, t0.REGISTRATION_DATE as c3 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5754) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID desc ) tab where rownum <= 101) where rnum >= 1" "496791","Mar 02, 2022 03:00","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Count","0","N/A",,"select count(distinct t1.CPR_ID) as c0, count(distinct t0.IDENTIFIER) as c1, count(distinct t2.IDENTIFIER) as c2 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t0.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' where (t0.SPR_NAME like '%.pdf' escape '\' ) AND (t1.ACTIVITY_STATUS != 'Disabled')" "496792","Mar 02, 2022 03:00","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.NAME as c0, t0.SPR_NAME as c1, t1.SHORT_TITLE as c2, 't2', t2.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't1', t1.IDENTIFIER as mc2 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t2.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (t0.SPR_NAME like '%.pdf' escape '\' ) AND (t2.ACTIVITY_STATUS != 'Disabled') order by t2.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "496793","Mar 02, 2022 03:06","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496794","Mar 02, 2022 03:07","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5748) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496795","Mar 02, 2022 03:07","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5748) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496796","Mar 02, 2022 03:07","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496797","Mar 02, 2022 03:07","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496798","Mar 02, 2022 03:08","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Count","0","N/A",,"select count(distinct t1.CPR_ID) as c0, count(distinct t0.IDENTIFIER) as c1, count(distinct t2.IDENTIFIER) as c2 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t0.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' where (t0.SPR_NAME like '%.pdf' escape '\' ) AND (t1.ACTIVITY_STATUS != 'Disabled')" "496799","Mar 02, 2022 03:08","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.NAME as c0, t0.SPR_NAME as c1, t1.SHORT_TITLE as c2, 't2', t2.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't1', t1.IDENTIFIER as mc2 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t2.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (t0.SPR_NAME like '%.pdf' escape '\' ) AND (t2.ACTIVITY_STATUS != 'Disabled') order by t2.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "496800","Mar 02, 2022 03:08","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Count","0","N/A",,"select count(distinct t2.CPR_ID) as c0, count(distinct t0.IDENTIFIER) as c1, count(distinct t3.IDENTIFIER) as c2 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t3 on t3.SPECIMEN_COLLECTION_GROUP_ID = t0.IDENTIFIER and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t2.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.SPR_NAME like '%.pdf' escape '\' ) AND t1.IDENTIFIER = 5714) AND (t2.ACTIVITY_STATUS != 'Disabled')" "496801","Mar 02, 2022 03:09","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Count","0","N/A",,"select count(distinct t2.CPR_ID) as c0, count(distinct t0.IDENTIFIER) as c1, count(distinct t3.IDENTIFIER) as c2 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t3 on t3.SPECIMEN_COLLECTION_GROUP_ID = t0.IDENTIFIER and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t2.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.SPR_NAME like '%.pdf' escape '\' ) AND t1.IDENTIFIER = 5714) AND (t2.ACTIVITY_STATUS != 'Disabled')" "496802","Mar 02, 2022 03:09","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Count","0","N/A",,"select count(distinct t2.CPR_ID) as c0, count(distinct t0.IDENTIFIER) as c1, count(distinct t3.IDENTIFIER) as c2 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t3 on t3.SPECIMEN_COLLECTION_GROUP_ID = t0.IDENTIFIER and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t2.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.SPR_NAME like '%.pdf' escape '\' ) AND t1.IDENTIFIER = 5714) AND (t2.ACTIVITY_STATUS != 'Disabled')" "496803","Mar 02, 2022 03:09","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Count","0","N/A",,"select count(distinct t2.CPR_ID) as c0, count(distinct t0.IDENTIFIER) as c1, count(distinct t3.IDENTIFIER) as c2 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t3 on t3.SPECIMEN_COLLECTION_GROUP_ID = t0.IDENTIFIER and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t2.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.SPR_NAME like '%.pdf' escape '\' ) AND t1.IDENTIFIER = 5714) AND (t2.ACTIVITY_STATUS != 'Disabled')" "496804","Mar 02, 2022 03:09","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Count","0","N/A",,"select count(distinct t2.CPR_ID) as c0, count(distinct t0.IDENTIFIER) as c1, count(distinct t3.IDENTIFIER) as c2 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t3 on t3.SPECIMEN_COLLECTION_GROUP_ID = t0.IDENTIFIER and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t2.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.SPR_NAME like '%.pdf' escape '\' ) AND t1.IDENTIFIER = 5714) AND (t2.ACTIVITY_STATUS != 'Disabled')" "496805","Mar 02, 2022 03:09","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Count","0","N/A",,"select count(distinct t2.CPR_ID) as c0, count(distinct t0.IDENTIFIER) as c1, count(distinct t3.IDENTIFIER) as c2 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t3 on t3.SPECIMEN_COLLECTION_GROUP_ID = t0.IDENTIFIER and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t2.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.SPR_NAME is not null ) AND t1.IDENTIFIER = 5714) AND (t2.ACTIVITY_STATUS != 'Disabled')" "496806","Mar 02, 2022 03:09","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.NAME as c0, t0.SPR_NAME as c1, t1.SHORT_TITLE as c2, 't2', t2.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't1', t1.IDENTIFIER as mc2 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t2.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.SPR_NAME is not null ) AND t1.IDENTIFIER = 5714) AND (t2.ACTIVITY_STATUS != 'Disabled') order by t2.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "496807","Mar 02, 2022 03:09","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Count","0","N/A",,"select count(distinct t2.CPR_ID) as c0, count(distinct t0.IDENTIFIER) as c1, count(distinct t3.IDENTIFIER) as c2 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t3 on t3.SPECIMEN_COLLECTION_GROUP_ID = t0.IDENTIFIER and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t2.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.SPR_NAME is not null ) AND t1.IDENTIFIER = 5714) AND (t2.ACTIVITY_STATUS != 'Disabled')" "496808","Mar 02, 2022 03:14","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.NAME as c0, t0.SPR_NAME as c1, t1.SHORT_TITLE as c2, 't2', t2.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't1', t1.IDENTIFIER as mc2 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t2.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (t0.SPR_NAME like '%pdf%' escape '\' ) AND (t2.ACTIVITY_STATUS != 'Disabled') order by t2.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "496809","Mar 02, 2022 03:14","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Count","0","N/A",,"select count(distinct t1.CPR_ID) as c0, count(distinct t0.IDENTIFIER) as c1, count(distinct t2.IDENTIFIER) as c2 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t0.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' where (t0.SPR_NAME like '%pdf%' escape '\' ) AND (t1.ACTIVITY_STATUS != 'Disabled')" "496810","Mar 02, 2022 03:16","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5748) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496811","Mar 02, 2022 03:20","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.NAME as c0, t0.SPR_NAME as c1, t1.SHORT_TITLE as c2, 't2', t2.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't1', t1.IDENTIFIER as mc2 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t2.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (t0.SPR_NAME is not null ) AND (t2.ACTIVITY_STATUS != 'Disabled') order by t2.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "496812","Mar 02, 2022 03:20","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Count","0","N/A",,"select count(distinct t1.CPR_ID) as c0, count(distinct t0.IDENTIFIER) as c1, count(distinct t2.IDENTIFIER) as c2 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t0.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' where (t0.SPR_NAME is not null ) AND (t1.ACTIVITY_STATUS != 'Disabled')" "496813","Mar 02, 2022 03:21","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.NAME as c0, t0.SPR_NAME as c1, t1.SHORT_TITLE as c2, 't2', t2.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't1', t1.IDENTIFIER as mc2 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t2.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.SPR_NAME is not null ) AND t1.IDENTIFIER = 5714) AND (t2.ACTIVITY_STATUS != 'Disabled') order by t2.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "496814","Mar 02, 2022 03:21","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Count","0","N/A",,"select count(distinct t2.CPR_ID) as c0, count(distinct t0.IDENTIFIER) as c1, count(distinct t3.IDENTIFIER) as c2 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t3 on t3.SPECIMEN_COLLECTION_GROUP_ID = t0.IDENTIFIER and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t2.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.SPR_NAME is not null ) AND t1.IDENTIFIER = 5714) AND (t2.ACTIVITY_STATUS != 'Disabled')" "496815","Mar 02, 2022 03:21","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.NAME as c0, t0.SPR_NAME as c1, t1.SHORT_TITLE as c2, 't2', t2.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't1', t1.IDENTIFIER as mc2 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t2.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.SPR_NAME is not null ) AND t1.IDENTIFIER = 5714) AND (t2.ACTIVITY_STATUS != 'Disabled') order by t2.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "496816","Mar 02, 2022 03:21","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Count","0","N/A",,"select count(distinct t2.CPR_ID) as c0, count(distinct t0.IDENTIFIER) as c1, count(distinct t3.IDENTIFIER) as c2 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t3 on t3.SPECIMEN_COLLECTION_GROUP_ID = t0.IDENTIFIER and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t2.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.SPR_NAME is not null ) AND t1.IDENTIFIER = 5714) AND (t2.ACTIVITY_STATUS != 'Disabled')" "496817","Mar 02, 2022 03:25","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496818","Mar 02, 2022 03:41","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.REGISTRATION_DATE as c3, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c4 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5962) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496819","Mar 02, 2022 03:41","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.REGISTRATION_DATE as c3, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c4 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5962) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496820","Mar 02, 2022 03:44","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.REGISTRATION_DATE as c3, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c4 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5962) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496821","Mar 02, 2022 03:59","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t5.VALUE as c1, t6.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t5.VALUE as c7, t7.VALUE as c8, t3.DE_A_3 as c9, t3.DE_A_4 as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t4.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t4.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t9 on t9.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t9.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join (OS_SPMN_CUST_FIELDS t2 inner join DE_E_26777 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 13227) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6078) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "496822","Mar 02, 2022 04:00","Prayuja Teli","prayuja@krishagni.com","Prayuja","Count","1","N/A",,"select count(distinct t3.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join (OS_SPMN_EXTN_RECS t1 inner join OS_CHILD_SPMN_EVENTS t2 on t2.IDENTIFIER = t1.RECORD_ID and t1.FORM_ID = 1526) on t1.SPECIMEN_ID = t0.IDENTIFIER where (t2.IDENTIFIER is not null ) AND (t3.ACTIVITY_STATUS != 'Disabled')" "496823","Mar 02, 2022 04:00","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","3","N/A",,"select * from (select tab.*, rownum rnum from (select t5.CPR_ID as c0, t5.PPID as c1, t5.REGISTRATION_DATE as c2, t6.VALUE as c3, t8.VALUE as c4, t10.VALUE as c5, t0.IDENTIFIER as c6, t11.IDENTIFIER as c7, t0.LABEL as c8, t12.VALUE as c9, t13.VALUE as c10, t3.COLL_TIME as c11, t4.ISCHEMIA_TIME as c12, 't5', t5.CPR_ID as mc0, 't10', t10.IDENTIFIER as mc1, 't0', t0.IDENTIFIER as mc2, 't11', t11.IDENTIFIER as mc3, 't3', t3.SPECIMEN_ID as mc4, 't4', t4.SPECIMEN_ID as mc5 from CPR_VIEW t5 left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t5.GENDER_ID left join CATISSUE_COLLECTION_PROTOCOL t11 on t11.IDENTIFIER = t5.CP_ID and t11.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t7 on t7.PARTICIPANT_ID = t5.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t7.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t9 on t9.COLLECTION_PROTOCOL_REG_ID = t5.CPR_ID and t9.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t9.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_STATS t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t3 on t3.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t13 on t13.IDENTIFIER = t0.ANATOMIC_SITE_ID left join (OS_SPMN_EXTN_RECS t1 inner join OS_CHILD_SPMN_EVENTS t2 on t2.IDENTIFIER = t1.RECORD_ID and t1.FORM_ID = 1526) on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t10 on t10.VISIT_ID = t9.IDENTIFIER where (t2.IDENTIFIER is not null ) AND (t5.ACTIVITY_STATUS != 'Disabled') order by t5.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "496824","Mar 02, 2022 04:01","Prayuja Teli","prayuja@krishagni.com","Prayuja","Count","0","N/A",,"select count(distinct t3.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join (OS_SPMN_EXTN_RECS t1 inner join OS_CHILD_SPMN_EVENTS t2 on t2.IDENTIFIER = t1.RECORD_ID and t1.FORM_ID = 1526) on t1.SPECIMEN_ID = t0.IDENTIFIER where (t2.IDENTIFIER is not null AND t2.LINEAGE = 'Derived') AND (t3.ACTIVITY_STATUS != 'Disabled')" "496825","Mar 02, 2022 04:01","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","2","N/A",,"select * from (select tab.*, rownum rnum from (select t5.CPR_ID as c0, t5.PPID as c1, t5.REGISTRATION_DATE as c2, t6.VALUE as c3, t8.VALUE as c4, t10.VALUE as c5, t0.IDENTIFIER as c6, t11.IDENTIFIER as c7, t0.LABEL as c8, t12.VALUE as c9, t13.VALUE as c10, t3.COLL_TIME as c11, t4.ISCHEMIA_TIME as c12, 't5', t5.CPR_ID as mc0, 't10', t10.IDENTIFIER as mc1, 't0', t0.IDENTIFIER as mc2, 't11', t11.IDENTIFIER as mc3, 't3', t3.SPECIMEN_ID as mc4, 't4', t4.SPECIMEN_ID as mc5 from CPR_VIEW t5 left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t5.GENDER_ID left join CATISSUE_COLLECTION_PROTOCOL t11 on t11.IDENTIFIER = t5.CP_ID and t11.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t7 on t7.PARTICIPANT_ID = t5.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t7.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t9 on t9.COLLECTION_PROTOCOL_REG_ID = t5.CPR_ID and t9.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t9.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_STATS t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t3 on t3.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t13 on t13.IDENTIFIER = t0.ANATOMIC_SITE_ID left join (OS_SPMN_EXTN_RECS t1 inner join OS_CHILD_SPMN_EVENTS t2 on t2.IDENTIFIER = t1.RECORD_ID and t1.FORM_ID = 1526) on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t10 on t10.VISIT_ID = t9.IDENTIFIER where (t2.IDENTIFIER is not null AND t2.LINEAGE = 'Derived') AND (t5.ACTIVITY_STATUS != 'Disabled') order by t5.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "496826","Mar 02, 2022 04:05","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5999) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496827","Mar 02, 2022 04:05","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5999) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496828","Mar 02, 2022 04:05","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6057) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6057))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496829","Mar 02, 2022 04:15","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6000) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496830","Mar 02, 2022 04:15","Prayuja Teli","prayuja@krishagni.com","Prayuja","Count","0","N/A",,"select count(distinct t3.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join (OS_SPMN_EXTN_RECS t1 inner join OS_CHILD_SPMN_EVENTS t2 on t2.IDENTIFIER = t1.RECORD_ID and t1.FORM_ID = 1526) on t1.SPECIMEN_ID = t0.IDENTIFIER where (t2.IDENTIFIER is not null ) AND (t3.ACTIVITY_STATUS != 'Disabled')" "496831","Mar 02, 2022 04:15","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t5.CPR_ID as c0, t5.PPID as c1, t5.REGISTRATION_DATE as c2, t6.VALUE as c3, t8.VALUE as c4, t10.VALUE as c5, t0.IDENTIFIER as c6, t11.IDENTIFIER as c7, t0.LABEL as c8, t12.VALUE as c9, t13.VALUE as c10, t3.COLL_TIME as c11, t4.ISCHEMIA_TIME as c12, 't5', t5.CPR_ID as mc0, 't10', t10.IDENTIFIER as mc1, 't0', t0.IDENTIFIER as mc2, 't11', t11.IDENTIFIER as mc3, 't3', t3.SPECIMEN_ID as mc4, 't4', t4.SPECIMEN_ID as mc5 from CPR_VIEW t5 left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t5.GENDER_ID left join CATISSUE_COLLECTION_PROTOCOL t11 on t11.IDENTIFIER = t5.CP_ID and t11.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t7 on t7.PARTICIPANT_ID = t5.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t7.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t9 on t9.COLLECTION_PROTOCOL_REG_ID = t5.CPR_ID and t9.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t9.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_STATS t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t3 on t3.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t13 on t13.IDENTIFIER = t0.ANATOMIC_SITE_ID left join (OS_SPMN_EXTN_RECS t1 inner join OS_CHILD_SPMN_EVENTS t2 on t2.IDENTIFIER = t1.RECORD_ID and t1.FORM_ID = 1526) on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t10 on t10.VISIT_ID = t9.IDENTIFIER where (t2.IDENTIFIER is not null ) AND (t5.ACTIVITY_STATUS != 'Disabled') order by t5.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "496832","Mar 02, 2022 04:17","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496833","Mar 02, 2022 04:19","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6057) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6057))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496834","Mar 02, 2022 04:24","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496835","Mar 02, 2022 04:24","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496836","Mar 02, 2022 04:25","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496837","Mar 02, 2022 04:25","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.REGISTRATION_DATE as c3, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c4 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5956) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496838","Mar 02, 2022 04:28","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496839","Mar 02, 2022 04:28","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496840","Mar 02, 2022 04:28","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.REGISTRATION_DATE as c3, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c4 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5956) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496841","Mar 02, 2022 04:28","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6057) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6057))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496842","Mar 02, 2022 04:29","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496843","Mar 02, 2022 04:29","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496844","Mar 02, 2022 04:29","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496845","Mar 02, 2022 04:30","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496846","Mar 02, 2022 04:31","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 2083) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 2083))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496847","Mar 02, 2022 04:31","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 2083) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 2083)) AND (upper(t0.SHORT_TITLE) like '%LB%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496848","Mar 02, 2022 04:31","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 2083) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 2083))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496849","Mar 02, 2022 04:31","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 2083) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 2083)) AND ((upper(t3.NAME) in ('DIVYA PRABHU')))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496850","Mar 02, 2022 04:32","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5775) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID desc ) tab where rownum <= 101) where rnum >= 1" "496851","Mar 02, 2022 04:32","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496852","Mar 02, 2022 04:32","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5960) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496853","Mar 02, 2022 04:33","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, t0.REGISTRATION_DATE as c3 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5754) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID desc ) tab where rownum <= 101) where rnum >= 1" "496854","Mar 02, 2022 04:33","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5960) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496855","Mar 02, 2022 04:33","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6057) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6057))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496856","Mar 02, 2022 04:34","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, t0.REGISTRATION_DATE as c3 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5754) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID desc ) tab where rownum <= 101) where rnum >= 1" "496857","Mar 02, 2022 04:34","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496858","Mar 02, 2022 04:35","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496859","Mar 02, 2022 04:37","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.REGISTRATION_DATE as c3, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c4 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5956) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496860","Mar 02, 2022 04:38","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5956) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496861","Mar 02, 2022 04:50","Catalog Researcher","pr11ayuja@krishagni.com12","Catalog_Researcher","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t8.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t14 on t14.IDENTIFIER = t0.CP_ID and t14.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t15 on t15.COLLECTION_PROTOCOL_ID = t14.IDENTIFIER left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t5 on t5.IDENTIFIER = t4.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t4.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t8.PATHOLOGICAL_STATUS_ID left join OS_SPECIMEN_STATS t13 on t13.SPECIMEN_ID = t8.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t8.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t8.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t8.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t4.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.VITAL_STATUS_ID where (( 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND t14.SHORT_TITLE = 'NUH') AND ((t15.SITE_ID in (select identifier from catissue_site where institute_id = 2062 and activity_status != 'Disabled')))) AND (t0.ACTIVITY_STATUS != 'Disabled')" "496862","Mar 02, 2022 04:50","Catalog Researcher","pr11ayuja@krishagni.com12","Catalog_Researcher","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t8.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t14 on t14.IDENTIFIER = t0.CP_ID and t14.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t15 on t15.COLLECTION_PROTOCOL_ID = t14.IDENTIFIER left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t5 on t5.IDENTIFIER = t4.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t4.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t8.PATHOLOGICAL_STATUS_ID left join OS_SPECIMEN_STATS t13 on t13.SPECIMEN_ID = t8.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t8.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t8.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t8.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t4.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.VITAL_STATUS_ID where (((t1.VALUE in ('Alive')) AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND t14.SHORT_TITLE = 'NUH') AND ((t15.SITE_ID in (select identifier from catissue_site where institute_id = 2062 and activity_status != 'Disabled')))) AND (t0.ACTIVITY_STATUS != 'Disabled')" "496863","Mar 02, 2022 04:50","Catalog Researcher","pr11ayuja@krishagni.com12","Catalog_Researcher","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t17.VALUE as c0, t1.VALUE as c1, t3.VALUE as c2, t6.VALUE as c3, t8.LABEL as c4, t9.VALUE as c5, t10.VALUE as c6, t11.VALUE as c7, t12.VALUE as c8, t16.COLL_CONTAINER as c9, t8.IDENTIFIER as c10, 't0', t0.CPR_ID as mc0, 't6', t6.IDENTIFIER as mc1, 't8', t8.IDENTIFIER as mc2, 't16', t16.SPECIMEN_ID as mc3 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t17 on t17.IDENTIFIER = t0.GENDER_ID left join CATISSUE_COLLECTION_PROTOCOL t14 on t14.IDENTIFIER = t0.CP_ID and t14.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t15 on t15.COLLECTION_PROTOCOL_ID = t14.IDENTIFIER left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t5 on t5.IDENTIFIER = t4.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t4.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t8.PATHOLOGICAL_STATUS_ID left join OS_SPECIMEN_STATS t13 on t13.SPECIMEN_ID = t8.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t16 on t16.SPECIMEN_ID = t8.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t8.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t8.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t8.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t4.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.VITAL_STATUS_ID where (((t1.VALUE in ('Alive')) AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND t14.SHORT_TITLE = 'NUH') AND ((t15.SITE_ID in (select identifier from catissue_site where institute_id = 2062 and activity_status != 'Disabled')))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "496864","Mar 02, 2022 04:58","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.NAME as c0, t0.SPR_NAME as c1, t1.SHORT_TITLE as c2, 't2', t2.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't1', t1.IDENTIFIER as mc2 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t2.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (t0.SPR_NAME like '%.pdf' escape '\' ) AND (t2.ACTIVITY_STATUS != 'Disabled') order by t2.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "496865","Mar 02, 2022 04:58","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Count","0","N/A",,"select count(distinct t1.CPR_ID) as c0, count(distinct t0.IDENTIFIER) as c1, count(distinct t2.IDENTIFIER) as c2 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t0.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' where (t0.SPR_NAME like '%.pdf' escape '\' ) AND (t1.ACTIVITY_STATUS != 'Disabled')" "496866","Mar 02, 2022 04:58","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.NAME as c0, t0.SPR_NAME as c1, t1.SHORT_TITLE as c2, 't2', t2.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't1', t1.IDENTIFIER as mc2 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t2.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (t0.SPR_NAME like '%.pdf' escape '\' ) AND (t2.ACTIVITY_STATUS != 'Disabled') order by t2.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "496867","Mar 02, 2022 04:58","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Count","0","N/A",,"select count(distinct t1.CPR_ID) as c0, count(distinct t0.IDENTIFIER) as c1, count(distinct t2.IDENTIFIER) as c2 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t0.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' where (t0.SPR_NAME like '%.pdf' escape '\' ) AND (t1.ACTIVITY_STATUS != 'Disabled')" "496868","Mar 02, 2022 04:58","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.NAME as c0, t0.SPR_NAME as c1, t1.SHORT_TITLE as c2, 't2', t2.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't1', t1.IDENTIFIER as mc2 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t2.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.SPR_NAME is not null ) AND t1.IDENTIFIER = 5714) AND (t2.ACTIVITY_STATUS != 'Disabled') order by t2.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "496869","Mar 02, 2022 04:58","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Count","0","N/A",,"select count(distinct t2.CPR_ID) as c0, count(distinct t0.IDENTIFIER) as c1, count(distinct t3.IDENTIFIER) as c2 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t3 on t3.SPECIMEN_COLLECTION_GROUP_ID = t0.IDENTIFIER and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t2.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.SPR_NAME is not null ) AND t1.IDENTIFIER = 5714) AND (t2.ACTIVITY_STATUS != 'Disabled')" "496870","Mar 02, 2022 05:00","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Count","0","N/A",,"select count(distinct t2.CPR_ID) as c0, count(distinct t0.IDENTIFIER) as c1, count(distinct t3.IDENTIFIER) as c2 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t3 on t3.SPECIMEN_COLLECTION_GROUP_ID = t0.IDENTIFIER and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t2.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.SPR_NAME like '%pdf%' escape '\' ) AND t1.IDENTIFIER = 5714) AND (t2.ACTIVITY_STATUS != 'Disabled')" "496871","Mar 02, 2022 05:00","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.NAME as c0, t0.SPR_NAME as c1, t1.SHORT_TITLE as c2, 't2', t2.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't1', t1.IDENTIFIER as mc2 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t2.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.SPR_NAME like '%pdf%' escape '\' ) AND t1.IDENTIFIER = 5714) AND (t2.ACTIVITY_STATUS != 'Disabled') order by t2.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "496872","Mar 02, 2022 05:00","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Count","0","N/A",,"select count(distinct t2.CPR_ID) as c0, count(distinct t0.IDENTIFIER) as c1, count(distinct t3.IDENTIFIER) as c2 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t3 on t3.SPECIMEN_COLLECTION_GROUP_ID = t0.IDENTIFIER and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t2.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.SPR_NAME like '%pdf%' escape '\' ) AND t1.IDENTIFIER = 5714) AND (t2.ACTIVITY_STATUS != 'Disabled')" "496873","Mar 02, 2022 05:00","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Count","0","N/A",,"select count(distinct t2.CPR_ID) as c0, count(distinct t0.IDENTIFIER) as c1, count(distinct t3.IDENTIFIER) as c2 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t3 on t3.SPECIMEN_COLLECTION_GROUP_ID = t0.IDENTIFIER and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t2.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.SPR_NAME like '%pdf%' escape '\' ) AND t1.IDENTIFIER = 5714) AND (t2.ACTIVITY_STATUS != 'Disabled')" "496874","Mar 02, 2022 05:00","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.NAME as c0, t0.SPR_NAME as c1, t1.SHORT_TITLE as c2, 't2', t2.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't1', t1.IDENTIFIER as mc2 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t2.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.SPR_NAME like '%pdf%' escape '\' ) AND t1.IDENTIFIER = 5714) AND (t2.ACTIVITY_STATUS != 'Disabled') order by t2.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "496875","Mar 02, 2022 05:01","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Count","0","N/A",,"select count(distinct t2.CPR_ID) as c0, count(distinct t0.IDENTIFIER) as c1, count(distinct t3.IDENTIFIER) as c2 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t3 on t3.SPECIMEN_COLLECTION_GROUP_ID = t0.IDENTIFIER and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t2.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.SPR_NAME is not null ) AND t1.IDENTIFIER = 5714) AND (t2.ACTIVITY_STATUS != 'Disabled')" "496876","Mar 02, 2022 05:01","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.NAME as c0, t0.SPR_NAME as c1, t1.SHORT_TITLE as c2, 't2', t2.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't1', t1.IDENTIFIER as mc2 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t2.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.SPR_NAME is not null ) AND t1.IDENTIFIER = 5714) AND (t2.ACTIVITY_STATUS != 'Disabled') order by t2.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "496877","Mar 02, 2022 05:01","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Count","0","N/A",,"select count(distinct t2.CPR_ID) as c0, count(distinct t0.IDENTIFIER) as c1, count(distinct t3.IDENTIFIER) as c2 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t3 on t3.SPECIMEN_COLLECTION_GROUP_ID = t0.IDENTIFIER and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t2.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.SPR_NAME is not null ) AND t1.IDENTIFIER = 5714) AND (t2.ACTIVITY_STATUS != 'Disabled')" "496878","Mar 02, 2022 05:01","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.NAME as c0, t0.SPR_NAME as c1, t1.SHORT_TITLE as c2, 't2', t2.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't1', t1.IDENTIFIER as mc2 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t2.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.SPR_NAME is not null ) AND t1.IDENTIFIER = 5714) AND (t2.ACTIVITY_STATUS != 'Disabled') order by t2.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "496879","Mar 02, 2022 05:01","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Count","0","N/A",,"select count(distinct t2.CPR_ID) as c0, count(distinct t0.IDENTIFIER) as c1, count(distinct t3.IDENTIFIER) as c2 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t3 on t3.SPECIMEN_COLLECTION_GROUP_ID = t0.IDENTIFIER and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t2.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.SPR_NAME is not null ) AND t1.IDENTIFIER = 5714) AND (t2.ACTIVITY_STATUS != 'Disabled')" "496880","Mar 02, 2022 05:02","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Count","0","N/A",,"select count(distinct t1.CPR_ID) as c0, count(distinct t0.IDENTIFIER) as c1, count(distinct t2.IDENTIFIER) as c2 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t0.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' where (t0.SPR_NAME like '%pdf%' escape '\' ) AND (t1.ACTIVITY_STATUS != 'Disabled')" "496881","Mar 02, 2022 05:02","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.NAME as c0, t0.SPR_NAME as c1, t1.SHORT_TITLE as c2, 't2', t2.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't1', t1.IDENTIFIER as mc2 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t2.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (t0.SPR_NAME like '%pdf%' escape '\' ) AND (t2.ACTIVITY_STATUS != 'Disabled') order by t2.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "496882","Mar 02, 2022 05:02","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Count","0","N/A",,"select count(distinct t1.CPR_ID) as c0, count(distinct t0.IDENTIFIER) as c1, count(distinct t2.IDENTIFIER) as c2 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t0.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' where (t0.SPR_NAME like '%pdf%' escape '\' ) AND (t1.ACTIVITY_STATUS != 'Disabled')" "496883","Mar 02, 2022 05:03","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.NAME as c0, t0.SPR_NAME as c1, t1.SHORT_TITLE as c2, 't2', t2.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't1', t1.IDENTIFIER as mc2 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t2.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (t0.SPR_NAME like '%pdf%' escape '\' ) AND (t2.ACTIVITY_STATUS != 'Disabled') order by t2.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "496884","Mar 02, 2022 05:03","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Count","0","N/A",,"select count(distinct t1.CPR_ID) as c0, count(distinct t0.IDENTIFIER) as c1, count(distinct t2.IDENTIFIER) as c2 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t0.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' where (t0.SPR_NAME like '%pdf%' escape '\' ) AND (t1.ACTIVITY_STATUS != 'Disabled')" "496885","Mar 02, 2022 06:12","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496886","Mar 02, 2022 06:12","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496887","Mar 02, 2022 06:12","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.NAME as c0, t0.SPR_NAME as c1, t1.SHORT_TITLE as c2, 't2', t2.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't1', t1.IDENTIFIER as mc2 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t2.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (t0.SPR_NAME like '%pdf%' escape '\' ) AND (t2.ACTIVITY_STATUS != 'Disabled') order by t2.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "496888","Mar 02, 2022 06:12","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Count","0","N/A",,"select count(distinct t1.CPR_ID) as c0, count(distinct t0.IDENTIFIER) as c1, count(distinct t2.IDENTIFIER) as c2 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t0.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' where (t0.SPR_NAME like '%pdf%' escape '\' ) AND (t1.ACTIVITY_STATUS != 'Disabled')" "496889","Mar 02, 2022 06:12","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.ITEM_ID as c0, t0.IDENTIFIER as c1, t3.VALUE as c2, t4.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t5.IDENTIFIER as c5, t6.PPID as c6, t0.LABEL as c7, t0.LINEAGE as c8, t3.VALUE as c9, t7.VALUE as c10, t5.SHORT_TITLE as c11, t0.AVAILABLE_QUANTITY as c12, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c13 from CATISSUE_SPECIMEN t0 left join OS_SPECIMEN_CARTS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t6 on t6.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((upper(t1.NAME) = 'AB LUNG CANCER')) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.ITEM_ID asc ) tab where rownum <= 101) where rnum >= 1" "496890","Mar 02, 2022 06:13","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496891","Mar 02, 2022 06:13","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496892","Mar 02, 2022 06:13","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 522) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496893","Mar 02, 2022 06:14","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496894","Mar 02, 2022 06:16","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496895","Mar 02, 2022 06:17","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496896","Mar 02, 2022 06:18","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496897","Mar 02, 2022 06:18","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496898","Mar 02, 2022 06:18","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496899","Mar 02, 2022 06:18","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496900","Mar 02, 2022 06:20","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496901","Mar 02, 2022 06:21","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496902","Mar 02, 2022 06:21","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496903","Mar 02, 2022 06:22","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496904","Mar 02, 2022 06:22","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496905","Mar 02, 2022 06:24","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Count","0","N/A",,"select count(distinct t1.CPR_ID) as c0, count(distinct t0.IDENTIFIER) as c1, count(distinct t2.IDENTIFIER) as c2 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t0.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' where (t0.SPR_NAME like '%pdf%' escape '\' ) AND (t1.ACTIVITY_STATUS != 'Disabled')" "496906","Mar 02, 2022 06:24","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.NAME as c0, t0.SPR_NAME as c1, t1.SHORT_TITLE as c2, 't2', t2.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't1', t1.IDENTIFIER as mc2 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t2.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (t0.SPR_NAME like '%pdf%' escape '\' ) AND (t2.ACTIVITY_STATUS != 'Disabled') order by t2.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "496907","Mar 02, 2022 06:24","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.NAME as c0, t0.SPR_NAME as c1, t1.SHORT_TITLE as c2, 't2', t2.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't1', t1.IDENTIFIER as mc2 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t2.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (t0.SPR_NAME is not null ) AND (t2.ACTIVITY_STATUS != 'Disabled') order by t2.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "496908","Mar 02, 2022 06:24","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Count","0","N/A",,"select count(distinct t1.CPR_ID) as c0, count(distinct t0.IDENTIFIER) as c1, count(distinct t2.IDENTIFIER) as c2 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t0.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' where (t0.SPR_NAME is not null ) AND (t1.ACTIVITY_STATUS != 'Disabled')" "496909","Mar 02, 2022 06:24","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.NAME as c0, t0.SPR_NAME as c1, t1.SHORT_TITLE as c2, 't2', t2.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't1', t1.IDENTIFIER as mc2 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t2.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.SPR_NAME is not null ) AND t1.IDENTIFIER = 5714) AND (t2.ACTIVITY_STATUS != 'Disabled') order by t2.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "496910","Mar 02, 2022 06:24","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Count","0","N/A",,"select count(distinct t2.CPR_ID) as c0, count(distinct t0.IDENTIFIER) as c1, count(distinct t3.IDENTIFIER) as c2 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t3 on t3.SPECIMEN_COLLECTION_GROUP_ID = t0.IDENTIFIER and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t2.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.SPR_NAME is not null ) AND t1.IDENTIFIER = 5714) AND (t2.ACTIVITY_STATUS != 'Disabled')" "496911","Mar 02, 2022 06:30","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.NAME as c0, t0.SPR_NAME as c1, t1.SHORT_TITLE as c2, 't2', t2.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't1', t1.IDENTIFIER as mc2 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t2.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (t0.SPR_NAME is not null ) AND (t2.ACTIVITY_STATUS != 'Disabled') order by t2.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "496912","Mar 02, 2022 06:30","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Count","0","N/A",,"select count(distinct t1.CPR_ID) as c0, count(distinct t0.IDENTIFIER) as c1, count(distinct t2.IDENTIFIER) as c2 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t0.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' where (t0.SPR_NAME is not null ) AND (t1.ACTIVITY_STATUS != 'Disabled')" "496913","Mar 02, 2022 06:30","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 2678) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496914","Mar 02, 2022 06:31","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496915","Mar 02, 2022 06:31","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496916","Mar 02, 2022 06:34","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4692) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496917","Mar 02, 2022 06:36","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4692) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496918","Mar 02, 2022 06:41","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496919","Mar 02, 2022 06:41","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973)) AND (upper(t0.SHORT_TITLE) like '%PAGER%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496920","Mar 02, 2022 07:20","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496921","Mar 02, 2022 07:20","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973)) AND (upper(t0.SHORT_TITLE) like '%UMCA%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496922","Mar 02, 2022 07:20","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6077) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496923","Mar 02, 2022 07:27","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496924","Mar 02, 2022 08:19","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496925","Mar 02, 2022 08:20","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 2473) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496926","Mar 02, 2022 08:20","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 2473) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496927","Mar 02, 2022 08:20","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496928","Mar 02, 2022 08:20","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 522) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496929","Mar 02, 2022 08:21","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 522) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496930","Mar 02, 2022 08:48","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t5.VALUE as c1, t6.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t5.VALUE as c7, t7.VALUE as c8, t3.DE_A_3 as c9, t3.DE_A_4 as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t4.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t4.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t9 on t9.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t9.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join (OS_SPMN_CUST_FIELDS t2 inner join DE_E_26777 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 13227) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6078) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "496931","Mar 02, 2022 08:57","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t5.VALUE as c1, t6.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t5.VALUE as c7, t7.VALUE as c8, t3.DE_A_3 as c9, t3.DE_A_4 as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t4.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t4.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t9 on t9.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t9.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join (OS_SPMN_CUST_FIELDS t2 inner join DE_E_26777 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 13227) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6078) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "496932","Mar 02, 2022 09:20","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t5.VALUE as c1, t6.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t5.VALUE as c7, t7.VALUE as c8, t3.DE_A_3 as c9, t3.DE_A_4 as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t4.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t4.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t9 on t9.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t9.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join (OS_SPMN_CUST_FIELDS t2 inner join DE_E_26777 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 13227) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6078) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "496933","Mar 02, 2022 09:21","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t5.VALUE as c1, t6.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t5.VALUE as c7, t7.VALUE as c8, t3.DE_A_3 as c9, t3.DE_A_4 as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t4.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t4.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t9 on t9.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t9.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join (OS_SPMN_CUST_FIELDS t2 inner join DE_E_26777 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 13227) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6078) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "496934","Mar 03, 2022 00:23","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 408) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 408))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496935","Mar 03, 2022 00:24","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "496936","Mar 03, 2022 00:31","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496937","Mar 03, 2022 00:38","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496938","Mar 03, 2022 00:39","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496939","Mar 03, 2022 00:39","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 408) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 408))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496940","Mar 03, 2022 00:39","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496941","Mar 03, 2022 00:41","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496942","Mar 03, 2022 00:42","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5815) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496943","Mar 03, 2022 00:42","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496944","Mar 03, 2022 00:42","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 522) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496945","Mar 03, 2022 00:46","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5815) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496946","Mar 03, 2022 00:46","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5815) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496947","Mar 03, 2022 00:46","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5815) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496948","Mar 03, 2022 00:46","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496949","Mar 03, 2022 00:47","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 522) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496950","Mar 03, 2022 00:47","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 522) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496951","Mar 03, 2022 00:47","Emma Thunberg","emmat@gmail.com","emmat","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled')) AND t2.IDENTIFIER = 5815))))) AND t2.IDENTIFIER = 5815) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496952","Mar 03, 2022 00:47","Emma Thunberg","emmat@gmail.com","emmat","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled')) AND t2.IDENTIFIER = 5815))))) AND t2.IDENTIFIER = 5815) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496953","Mar 03, 2022 00:48","Emma Thunberg","emmat@gmail.com","emmat","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled')) AND t2.IDENTIFIER = 5815))))) AND t2.IDENTIFIER = 5815) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496954","Mar 03, 2022 00:49","Emma Thunberg","emmat@gmail.com","emmat","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled')) AND t2.IDENTIFIER = 5815))))) AND t2.IDENTIFIER = 5815) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496955","Mar 03, 2022 00:50","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496956","Mar 03, 2022 00:51","Emma Thunberg","emmat@gmail.com","emmat","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled')) AND t2.IDENTIFIER = 5815))))) AND t2.IDENTIFIER = 5815) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496957","Mar 03, 2022 00:51","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496958","Mar 03, 2022 00:59","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496959","Mar 03, 2022 01:02","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496960","Mar 03, 2022 01:02","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5815) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496961","Mar 03, 2022 01:02","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5815) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496962","Mar 03, 2022 01:03","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5815) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496963","Mar 03, 2022 01:04","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496964","Mar 03, 2022 01:06","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496965","Mar 03, 2022 01:07","Vinayak Pawar","vinayak.pawar@krishagni.com","vpawar","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 2753) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496966","Mar 03, 2022 01:07","Vinayak Pawar","vinayak.pawar@krishagni.com","vpawar","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 2753) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496967","Mar 03, 2022 01:07","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496968","Mar 03, 2022 01:08","Emma Thunberg","emmat@gmail.com","emmat","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled')) AND t2.IDENTIFIER = 5815))))) AND t2.IDENTIFIER = 5815) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496969","Mar 03, 2022 01:10","Emma Thunberg","emmat@gmail.com","emmat","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled')) AND t2.IDENTIFIER = 5815))))) AND t2.IDENTIFIER = 5815) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496970","Mar 03, 2022 01:11","Emma Thunberg","emmat@gmail.com","emmat","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled')) AND t2.IDENTIFIER = 5815))))) AND t2.IDENTIFIER = 5815) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496971","Mar 03, 2022 01:11","Emma Thunberg","emmat@gmail.com","emmat","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled')) AND t2.IDENTIFIER = 5815))))) AND t2.IDENTIFIER = 5815) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496972","Mar 03, 2022 01:15","Vinayak Pawar","vinayak.pawar@krishagni.com","vpawar","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 2753) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496973","Mar 03, 2022 01:15","Vinayak Pawar","vinayak.pawar@krishagni.com","vpawar","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 2753) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496974","Mar 03, 2022 01:21","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496975","Mar 03, 2022 01:22","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4577) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496976","Mar 03, 2022 01:49","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496977","Mar 03, 2022 03:24","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "496978","Mar 03, 2022 03:29","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4692) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496979","Mar 03, 2022 03:29","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((t0.COLLECTION_STATUS is not null )) AND t1.IDENTIFIER = 4692) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "496980","Mar 03, 2022 03:30","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((t0.COLLECTION_STATUS is not null )) AND t1.IDENTIFIER = 4692) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "496981","Mar 03, 2022 03:30","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4692) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496982","Mar 03, 2022 03:30","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4692) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496983","Mar 03, 2022 03:31","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4692) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496984","Mar 03, 2022 03:32","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4692) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496985","Mar 03, 2022 03:32","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4692) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496986","Mar 03, 2022 03:32","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select count(t0.CPR_ID) as c0 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.CPR_ID is not null ) AND t1.IDENTIFIER = 4692) AND (t0.ACTIVITY_STATUS != 'Disabled')" "496987","Mar 03, 2022 03:32","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t2.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.IDENTIFIER is not null AND t0.LINEAGE = 'New' AND t0.COLLECTION_STATUS = 'Collected') AND t1.IDENTIFIER = 4692) AND (t2.ACTIVITY_STATUS != 'Disabled')" "496988","Mar 03, 2022 03:32","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t2.FREEZER as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t4 left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t4.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join OS_CONTAINER_ANCESTORS_VIEW t2 on t2.CONTAINER_ID = t1.CONTAINER_IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t4.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where ((t0.AVAILABLE_QUANTITY > 0 AND t2.FREEZER is not null ) AND t3.IDENTIFIER = 4692) AND (t4.ACTIVITY_STATUS != 'Disabled') group by t2.FREEZER order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "496989","Mar 03, 2022 03:32","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t2.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.IDENTIFIER is not null AND t0.AVAILABLE_QUANTITY > 0 AND t0.COLLECTION_STATUS = 'Collected') AND t1.IDENTIFIER = 4692) AND (t2.ACTIVITY_STATUS != 'Disabled')" "496990","Mar 03, 2022 03:32","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select count(distinct t0.IDENTIFIER) as c0 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.ORDER_STATUS = 'EXECUTED') AND t2.IDENTIFIER = 4692) AND (t3.ACTIVITY_STATUS != 'Disabled')" "496991","Mar 03, 2022 03:32","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select t0.CREATED_ON as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t2.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.CREATED_ON is not null AND t0.COLLECTION_STATUS = 'Collected' AND (t0.CREATED_ON >= to_date('10-01-2021 00:00', 'MM-DD-YYYY HH24:MI') and t0.CREATED_ON <= to_date('12-31-2021 23:59', 'MM-DD-YYYY HH24:MI'))) AND t1.IDENTIFIER = 4692) AND (t2.ACTIVITY_STATUS != 'Disabled') group by t0.CREATED_ON order by t0.CREATED_ON asc" "496992","Mar 03, 2022 03:32","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t1.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0 AND t1.VALUE is not null ) AND t2.IDENTIFIER = 4692) AND (t3.ACTIVITY_STATUS != 'Disabled') group by t1.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "496993","Mar 03, 2022 03:32","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select t1.EXECUTION_DATE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.EXECUTION_DATE is not null AND t1.ORDER_STATUS = 'EXECUTED' AND (t1.EXECUTION_DATE >= to_date('10-01-2021 00:00', 'MM-DD-YYYY HH24:MI') and t1.EXECUTION_DATE <= to_date('12-31-2021 23:59', 'MM-DD-YYYY HH24:MI'))) AND t2.IDENTIFIER = 4692) AND (t3.ACTIVITY_STATUS != 'Disabled') group by t1.EXECUTION_DATE order by t1.EXECUTION_DATE asc" "496994","Mar 03, 2022 03:32","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t2.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t3.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0) AND t1.IDENTIFIER = 4692) AND (t3.ACTIVITY_STATUS != 'Disabled') group by t2.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "496995","Mar 03, 2022 03:32","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select t3.VALUE as c0, t1.VALUE as c1, count(distinct t0.PARTICIPANT_ID) as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t4 on t4.IDENTIFIER = t0.CP_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.SPECIMEN_TYPE_ID left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.VITAL_STATUS_ID where (((t1.VALUE in ('Alive', 'Dead')) AND 1 = 1 AND t3.VALUE is not null AND (t4.TITLE in ('Test_CP_1', 'Test_CP_2', 'Test_CP_3', 'Kidney Disease'))) AND t4.IDENTIFIER = 4692) AND (t0.ACTIVITY_STATUS != 'Disabled') group by t3.VALUE, t1.VALUE order by t3.VALUE asc" "496996","Mar 03, 2022 03:32","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select t3.VALUE as c0, count(distinct t0.PARTICIPANT_ID) as c1 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t4 on t4.IDENTIFIER = t0.CP_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.SPECIMEN_TYPE_ID left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.VITAL_STATUS_ID where (((t1.VALUE in ('Alive', 'Dead')) AND 1 = 1 AND t3.VALUE is not null AND (t4.TITLE in ('Test_CP_1', 'Test_CP_2', 'Test_CP_3', 'Kidney Disease'))) AND t4.IDENTIFIER = 4692) AND (t0.ACTIVITY_STATUS != 'Disabled') group by t3.VALUE order by t3.VALUE asc" "496997","Mar 03, 2022 03:32","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4692) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "496998","Mar 03, 2022 03:32","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select count(t0.CPR_ID) as c0 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.CPR_ID is not null ) AND t1.IDENTIFIER = 4692) AND (t0.ACTIVITY_STATUS != 'Disabled')" "496999","Mar 03, 2022 03:32","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t2.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.IDENTIFIER is not null AND t0.LINEAGE = 'New' AND t0.COLLECTION_STATUS = 'Collected') AND t1.IDENTIFIER = 4692) AND (t2.ACTIVITY_STATUS != 'Disabled')" "497000","Mar 03, 2022 03:32","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t2.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.IDENTIFIER is not null AND t0.AVAILABLE_QUANTITY > 0 AND t0.COLLECTION_STATUS = 'Collected') AND t1.IDENTIFIER = 4692) AND (t2.ACTIVITY_STATUS != 'Disabled')" "497001","Mar 03, 2022 03:32","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select count(distinct t0.IDENTIFIER) as c0 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.ORDER_STATUS = 'EXECUTED') AND t2.IDENTIFIER = 4692) AND (t3.ACTIVITY_STATUS != 'Disabled')" "497002","Mar 03, 2022 03:32","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select t0.CREATED_ON as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t2.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.CREATED_ON is not null AND t0.COLLECTION_STATUS = 'Collected' AND (t0.CREATED_ON >= to_date('10-01-2021 00:00', 'MM-DD-YYYY HH24:MI') and t0.CREATED_ON <= to_date('12-31-2021 23:59', 'MM-DD-YYYY HH24:MI'))) AND t1.IDENTIFIER = 4692) AND (t2.ACTIVITY_STATUS != 'Disabled') group by t0.CREATED_ON order by t0.CREATED_ON asc" "497003","Mar 03, 2022 03:32","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t2.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t3.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0) AND t1.IDENTIFIER = 4692) AND (t3.ACTIVITY_STATUS != 'Disabled') group by t2.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "497004","Mar 03, 2022 03:32","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select t1.EXECUTION_DATE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.EXECUTION_DATE is not null AND t1.ORDER_STATUS = 'EXECUTED' AND (t1.EXECUTION_DATE >= to_date('10-01-2021 00:00', 'MM-DD-YYYY HH24:MI') and t1.EXECUTION_DATE <= to_date('12-31-2021 23:59', 'MM-DD-YYYY HH24:MI'))) AND t2.IDENTIFIER = 4692) AND (t3.ACTIVITY_STATUS != 'Disabled') group by t1.EXECUTION_DATE order by t1.EXECUTION_DATE asc" "497005","Mar 03, 2022 03:32","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t1.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0 AND t1.VALUE is not null ) AND t2.IDENTIFIER = 4692) AND (t3.ACTIVITY_STATUS != 'Disabled') group by t1.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "497006","Mar 03, 2022 03:32","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t2.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t3.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.COLLECTION_STATUS = 'Collected') AND t1.IDENTIFIER = 4692) AND (t3.ACTIVITY_STATUS != 'Disabled') group by t2.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "497007","Mar 03, 2022 03:32","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t3.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t5 left join CATISSUE_COLLECTION_PROTOCOL t4 on t4.IDENTIFIER = t5.CP_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t1 on t1.COLLECTION_PROTOCOL_REG_ID = t5.CPR_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t1.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_VISIT_CLIN_DIAGNOSES t2 on t2.VISIT_ID = t1.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.CLINICAL_DIAGNOSIS_ID where ((t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0 AND t3.VALUE is not null ) AND t4.IDENTIFIER = 4692) AND (t5.ACTIVITY_STATUS != 'Disabled') group by t3.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "497008","Mar 03, 2022 03:32","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4692) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497009","Mar 03, 2022 03:33","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((t0.COLLECTION_STATUS is not null )) AND t1.IDENTIFIER = 4692) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "497010","Mar 03, 2022 03:33","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((t0.COLLECTION_STATUS is not null )) AND t1.IDENTIFIER = 4692) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.LABEL asc ) tab where rownum <= 101) where rnum >= 1" "497011","Mar 03, 2022 03:33","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((t0.COLLECTION_STATUS is not null )) AND t1.IDENTIFIER = 4692) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "497012","Mar 03, 2022 03:33","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((t0.COLLECTION_STATUS is not null )) AND t1.IDENTIFIER = 4692) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.LABEL asc ) tab where rownum <= 101) where rnum >= 1" "497013","Mar 03, 2022 03:33","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((t0.COLLECTION_STATUS is not null )) AND t1.IDENTIFIER = 4692) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "497014","Mar 03, 2022 03:33","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((t0.COLLECTION_STATUS is not null )) AND t1.IDENTIFIER = 4692) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.LABEL asc ) tab where rownum <= 101) where rnum >= 1" "497015","Mar 03, 2022 03:34","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4692) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497016","Mar 03, 2022 03:35","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4692) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497017","Mar 03, 2022 03:35","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t1.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where (((t0.IDENTIFIER is not null AND t0.LINEAGE = 'New' AND t0.COLLECTION_STATUS = 'Collected') AND (t1.CPR_ID = 150794)) AND t2.IDENTIFIER = 4692) AND (t1.ACTIVITY_STATUS != 'Disabled')" "497018","Mar 03, 2022 03:35","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t2.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (((t0.IDENTIFIER is not null AND t1.CONTAINER_NAME is not null AND t0.COLLECTION_STATUS = 'Collected') AND (t2.CPR_ID = 150794)) AND t3.IDENTIFIER = 4692) AND (t2.ACTIVITY_STATUS != 'Disabled')" "497019","Mar 03, 2022 03:35","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select count(distinct t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t2.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (((t1.ORDER_STATUS = 'EXECUTED') AND (t2.CPR_ID = 150794)) AND t3.IDENTIFIER = 4692) AND (t2.ACTIVITY_STATUS != 'Disabled')" "497020","Mar 03, 2022 03:35","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select count(distinct t0.LABEL) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t2.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (((t0.LINEAGE = 'Aliquot' AND t1.CONTAINER_NAME is not null ) AND (t2.CPR_ID = 150794)) AND t3.IDENTIFIER = 4692) AND (t2.ACTIVITY_STATUS != 'Disabled')" "497021","Mar 03, 2022 03:38","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497022","Mar 03, 2022 03:38","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4692) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497023","Mar 03, 2022 03:54","IA Divya","divya.20.prabhu@gmail.com","Training Divya","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c4, t0.EMPI_ID as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled')) AND t2.IDENTIFIER = 4933) OR ((t1.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled')) AND t2.IDENTIFIER = 4577) OR ((t1.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled'))))))) AND t2.IDENTIFIER = 4692) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497024","Mar 03, 2022 03:56","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4692) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497025","Mar 03, 2022 03:57","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497026","Mar 03, 2022 03:57","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497027","Mar 03, 2022 04:01","Vinayak Pawar","vinayak.pawar@krishagni.com","vpawar","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 448) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 448))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497028","Mar 03, 2022 04:01","Vinayak Pawar","vinayak.pawar@krishagni.com","vpawar","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 448) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 448)) AND (upper(t0.SHORT_TITLE) like '%ECONSENT%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497029","Mar 03, 2022 04:01","IA Divya","divya.20.prabhu@gmail.com","Training Divya","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c4, t0.EMPI_ID as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled')) AND t2.IDENTIFIER = 4933) OR ((t1.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled')) AND t2.IDENTIFIER = 4577) OR ((t1.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled'))))))) AND t2.IDENTIFIER = 4692) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497030","Mar 03, 2022 04:01","Vinayak Pawar","vinayak.pawar@krishagni.com","vpawar","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497031","Mar 03, 2022 04:01","Vinayak Pawar","vinayak.pawar@krishagni.com","vpawar","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497032","Mar 03, 2022 04:02","Vinayak Pawar","vinayak.pawar@krishagni.com","vpawar","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497033","Mar 03, 2022 04:05","Jo Admin-D","jo@gmail.com","Site Admin-D","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c4, t0.EMPI_ID as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled'))))))) AND t2.IDENTIFIER = 5113) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497034","Mar 03, 2022 04:05","Jo Admin-D","jo@gmail.com","Site Admin-D","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c4, t0.EMPI_ID as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled'))))))) AND t2.IDENTIFIER = 5113) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497035","Mar 03, 2022 04:05","Vinayak Pawar","vinayak.pawar@krishagni.com","vpawar","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497036","Mar 03, 2022 04:06","Jo Admin-D","jo@gmail.com","Site Admin-D","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4979) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 4979)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled'))))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled')))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497037","Mar 03, 2022 04:07","Jo Admin-D","jo@gmail.com","Site Admin-D","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4979) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 4979)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled'))))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled')))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497038","Mar 03, 2022 04:07","Vinayak Pawar","vinayak.pawar@krishagni.com","vpawar","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497039","Mar 03, 2022 04:08","Vinayak Pawar","vinayak.pawar@krishagni.com","vpawar","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497040","Mar 03, 2022 04:09","Vinayak Pawar","vinayak.pawar@krishagni.com","vpawar","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497041","Mar 03, 2022 04:10","Jo Admin-D","jo@gmail.com","Site Admin-D","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled'))))))) AND t2.IDENTIFIER = 4672) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497042","Mar 03, 2022 04:12","Vinayak Pawar","vinayak.pawar@krishagni.com","vpawar","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497043","Mar 03, 2022 04:17","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 408) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 408))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497044","Mar 03, 2022 04:17","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497045","Mar 03, 2022 04:36","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497046","Mar 03, 2022 05:46","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497047","Mar 03, 2022 05:46","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244)) AND (upper(t0.SHORT_TITLE) like '%KMC%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497048","Mar 03, 2022 05:46","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t3.DE_A_13 as c1, t4.LABEL as c2, t3.DE_A_1 as c3, t3.DE_A_12 as c4, de_concat_if_not_null(t0.FIRST_NAME, de_concat_if_not_null(' ', t0.LAST_NAME)) as c5, t0.REGISTRATION_DATE as c6, t3.DE_A_7 as c7, t4.AVAILABLE_QUANTITY as c8 from CPR_VIEW t0 left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_11081 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 181) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID left join CATISSUE_SPECIMEN t4 on t4.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 61) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497049","Mar 03, 2022 05:46","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t3.DE_A_13 as c1, t4.LABEL as c2, t3.DE_A_1 as c3, t3.DE_A_12 as c4, de_concat_if_not_null(t0.FIRST_NAME, de_concat_if_not_null(' ', t0.LAST_NAME)) as c5, t0.REGISTRATION_DATE as c6, t3.DE_A_7 as c7, t4.AVAILABLE_QUANTITY as c8 from CPR_VIEW t0 left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_11081 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 181) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID left join CATISSUE_SPECIMEN t4 on t4.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 61) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497050","Mar 03, 2022 05:46","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t2.VALUE as c1, t3.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t6.DE_A_13 as c5, t0.LABEL as c6, t6.DE_A_1 as c7, t6.DE_A_12 as c8, de_concat_if_not_null(t4.FIRST_NAME, de_concat_if_not_null(' ', t4.LAST_NAME)) as c9, t4.REGISTRATION_DATE as c10, t6.DE_A_7 as c11, t0.AVAILABLE_QUANTITY as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t4 on t4.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID and t4.ACTIVITY_STATUS != 'Disabled' left join (OS_CPR_CUST_FIELDS_VIEW t5 inner join DE_E_11081 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 181) on t5.CPR_ID = t4.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t4.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((t0.AVAILABLE_QUANTITY > 0 AND upper(t0.COLLECTION_STATUS) = 'COLLECTED')) AND t1.IDENTIFIER = 61) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "497051","Mar 03, 2022 05:47","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t2.VALUE as c1, t3.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t6.DE_A_13 as c5, t0.LABEL as c6, t6.DE_A_1 as c7, t6.DE_A_12 as c8, de_concat_if_not_null(t4.FIRST_NAME, de_concat_if_not_null(' ', t4.LAST_NAME)) as c9, t4.REGISTRATION_DATE as c10, t6.DE_A_7 as c11, t0.AVAILABLE_QUANTITY as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t4 on t4.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID and t4.ACTIVITY_STATUS != 'Disabled' left join (OS_CPR_CUST_FIELDS_VIEW t5 inner join DE_E_11081 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 181) on t5.CPR_ID = t4.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t4.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((t0.AVAILABLE_QUANTITY > 0 AND upper(t0.COLLECTION_STATUS) = 'COLLECTED')) AND t1.IDENTIFIER = 61) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "497052","Mar 03, 2022 05:47","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t2.VALUE as c1, t3.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t6.DE_A_13 as c5, t0.LABEL as c6, t6.DE_A_1 as c7, t6.DE_A_12 as c8, de_concat_if_not_null(t4.FIRST_NAME, de_concat_if_not_null(' ', t4.LAST_NAME)) as c9, t4.REGISTRATION_DATE as c10, t6.DE_A_7 as c11, t0.AVAILABLE_QUANTITY as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t4 on t4.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID and t4.ACTIVITY_STATUS != 'Disabled' left join (OS_CPR_CUST_FIELDS_VIEW t5 inner join DE_E_11081 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 181) on t5.CPR_ID = t4.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t4.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((t0.AVAILABLE_QUANTITY > 0 AND upper(t0.COLLECTION_STATUS) = 'COLLECTED')) AND t1.IDENTIFIER = 61) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "497053","Mar 03, 2022 05:53","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497054","Mar 03, 2022 05:53","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244)) AND (upper(t0.SHORT_TITLE) like '%VC%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497055","Mar 03, 2022 05:54","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244)) AND (upper(t0.SHORT_TITLE) like '%VP%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497056","Mar 03, 2022 05:54","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 522) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497057","Mar 03, 2022 05:54","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 522) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497058","Mar 03, 2022 06:01","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t3.DE_A_13 as c1, t4.LABEL as c2, t3.DE_A_1 as c3, t3.DE_A_12 as c4, de_concat_if_not_null(t0.FIRST_NAME, de_concat_if_not_null(' ', t0.LAST_NAME)) as c5, t0.REGISTRATION_DATE as c6, t3.DE_A_7 as c7, t4.AVAILABLE_QUANTITY as c8 from CPR_VIEW t0 left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_11081 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 181) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID left join CATISSUE_SPECIMEN t4 on t4.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 61) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497059","Mar 03, 2022 06:03","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497060","Mar 03, 2022 06:03","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497061","Mar 03, 2022 09:38","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 408) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 408))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497062","Mar 03, 2022 09:39","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t5.VALUE as c1, t6.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t5.VALUE as c7, t7.VALUE as c8, t3.DE_A_3 as c9, t3.DE_A_4 as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t4.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t4.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t9 on t9.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t9.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join (OS_SPMN_CUST_FIELDS t2 inner join DE_E_26777 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 13227) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6078) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "497063","Mar 03, 2022 09:52","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t5.VALUE as c1, t6.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t5.VALUE as c7, t7.VALUE as c8, t3.DE_A_3 as c9, t3.DE_A_4 as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t4.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t4.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t9 on t9.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t9.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join (OS_SPMN_CUST_FIELDS t2 inner join DE_E_26777 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 13227) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6078) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "497064","Mar 03, 2022 10:53","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497065","Mar 03, 2022 10:53","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497066","Mar 03, 2022 10:55","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497067","Mar 03, 2022 10:55","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973)) AND (upper(t0.SHORT_TITLE) like '%WORKF%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497068","Mar 03, 2022 10:56","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5966) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497069","Mar 03, 2022 11:05","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497070","Mar 03, 2022 11:13","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6086) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497071","Mar 03, 2022 11:13","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497072","Mar 03, 2022 11:14","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973)) AND (upper(t0.SHORT_TITLE) like '%VACO%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497073","Mar 03, 2022 11:22","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.REGISTRATION_DATE as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6086) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497074","Mar 03, 2022 11:22","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.REGISTRATION_DATE as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6086) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497075","Mar 03, 2022 11:22","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.REGISTRATION_DATE as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6086) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497076","Mar 03, 2022 11:22","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t2.VALUE as c1, t3.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t2.VALUE as c6, t0.AVAILABLE_QUANTITY as c7 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t5 on t5.CPR_ID = t4.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t5.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6086) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "497077","Mar 03, 2022 11:22","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.REGISTRATION_DATE as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6086) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497078","Mar 03, 2022 11:22","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t2.VALUE as c1, t3.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t2.VALUE as c6, t0.AVAILABLE_QUANTITY as c7 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t5 on t5.CPR_ID = t4.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t5.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6086) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "497079","Mar 03, 2022 11:22","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.REGISTRATION_DATE as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6086) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497080","Mar 03, 2022 11:23","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.REGISTRATION_DATE as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6086) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497081","Mar 03, 2022 11:23","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.REGISTRATION_DATE as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6086) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497082","Mar 03, 2022 11:23","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.REGISTRATION_DATE as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6086) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497083","Mar 03, 2022 11:44","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 522) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497084","Mar 03, 2022 12:04","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.REGISTRATION_DATE as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6086) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497085","Mar 03, 2022 12:34","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select count(t0.CPR_ID) as c0 from CPR_VIEW t0 where (t0.CPR_ID is not null ) AND (t0.ACTIVITY_STATUS != 'Disabled')" "497086","Mar 03, 2022 12:34","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' where (t0.IDENTIFIER is not null AND t0.LINEAGE = 'New' AND t0.COLLECTION_STATUS = 'Collected') AND (t1.ACTIVITY_STATUS != 'Disabled')" "497087","Mar 03, 2022 12:34","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' where (t0.IDENTIFIER is not null AND t0.AVAILABLE_QUANTITY > 0 AND t0.COLLECTION_STATUS = 'Collected') AND (t1.ACTIVITY_STATUS != 'Disabled')" "497088","Mar 03, 2022 12:34","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t1.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.ANATOMIC_SITE_ID where (t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0) AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "497089","Mar 03, 2022 12:34","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t1.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID where (t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0 AND t1.VALUE is not null ) AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "497090","Mar 03, 2022 12:34","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t1.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (t0.COLLECTION_STATUS = 'Collected') AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "497091","Mar 03, 2022 12:34","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select count(distinct t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER where (t1.ORDER_STATUS = 'EXECUTED') AND (t2.ACTIVITY_STATUS != 'Disabled')" "497092","Mar 03, 2022 12:34","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select t0.CREATED_ON as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' where (t0.CREATED_ON is not null AND t0.COLLECTION_STATUS = 'Collected' AND (t0.CREATED_ON >= to_date('10-01-2021 00:00', 'MM-DD-YYYY HH24:MI') and t0.CREATED_ON <= to_date('12-31-2021 23:59', 'MM-DD-YYYY HH24:MI'))) AND (t1.ACTIVITY_STATUS != 'Disabled') group by t0.CREATED_ON order by t0.CREATED_ON asc" "497093","Mar 03, 2022 12:34","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select t1.COLLECTION_TIMESTAMP as c0, t0.SHORT_TITLE as c1, count(distinct t1.IDENTIFIER) as c2 from CPR_VIEW t2 left join CATISSUE_COLLECTION_PROTOCOL t0 on t0.IDENTIFIER = t2.CP_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t1 on t1.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.SHORT_TITLE in ('LCPH(C)', 'LCPH')) AND t1.COLLECTION_STATUS = 'Complete') AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.COLLECTION_TIMESTAMP, t0.SHORT_TITLE order by t1.COLLECTION_TIMESTAMP asc" "497094","Mar 03, 2022 12:34","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select t1.EXECUTION_DATE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER where (t1.EXECUTION_DATE is not null AND t1.ORDER_STATUS = 'EXECUTED' AND (t1.EXECUTION_DATE >= to_date('10-01-2021 00:00', 'MM-DD-YYYY HH24:MI') and t1.EXECUTION_DATE <= to_date('12-31-2021 23:59', 'MM-DD-YYYY HH24:MI'))) AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.EXECUTION_DATE order by t1.EXECUTION_DATE asc" "497095","Mar 03, 2022 12:34","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t3.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t4 left join CATISSUE_SPECIMEN_COLL_GROUP t1 on t1.COLLECTION_PROTOCOL_REG_ID = t4.CPR_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t1.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_VISIT_CLIN_DIAGNOSES t2 on t2.VISIT_ID = t1.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.CLINICAL_DIAGNOSIS_ID where (t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0 AND t3.VALUE is not null ) AND (t4.ACTIVITY_STATUS != 'Disabled') group by t3.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "497096","Mar 03, 2022 13:55","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.REGISTRATION_DATE as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6086) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497097","Mar 03, 2022 23:15","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497098","Mar 03, 2022 23:16","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497099","Mar 03, 2022 23:16","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497100","Mar 03, 2022 23:16","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497101","Mar 03, 2022 23:17","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497102","Mar 03, 2022 23:18","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497103","Mar 03, 2022 23:18","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497104","Mar 03, 2022 23:18","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497105","Mar 03, 2022 23:19","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Count","0","N/A",,"select count(distinct t1.CPR_ID) as c0, count(distinct t0.IDENTIFIER) as c1, count(distinct t2.IDENTIFIER) as c2 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t0.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' where (t0.SPR_NAME like '%pdf%' escape '\' ) AND (t1.ACTIVITY_STATUS != 'Disabled')" "497106","Mar 03, 2022 23:19","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.NAME as c0, t0.SPR_NAME as c1, t1.SHORT_TITLE as c2, 't2', t2.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't1', t1.IDENTIFIER as mc2 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t2.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (t0.SPR_NAME like '%pdf%' escape '\' ) AND (t2.ACTIVITY_STATUS != 'Disabled') order by t2.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "497107","Mar 03, 2022 23:20","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497108","Mar 03, 2022 23:20","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497109","Mar 04, 2022 00:10","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 408) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 408))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497110","Mar 04, 2022 00:22","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497111","Mar 04, 2022 00:26","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497112","Mar 04, 2022 00:30","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497113","Mar 04, 2022 00:30","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 5755) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "497114","Mar 04, 2022 00:33","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 5755) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "497115","Mar 04, 2022 00:37","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 5755) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "497116","Mar 04, 2022 00:37","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 5755) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "497117","Mar 04, 2022 00:38","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 5755) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "497118","Mar 04, 2022 00:38","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497119","Mar 04, 2022 00:38","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 5755) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "497120","Mar 04, 2022 00:42","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 5755) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "497121","Mar 04, 2022 00:42","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497122","Mar 04, 2022 00:42","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813)) AND (upper(t0.SHORT_TITLE) like '%GENE%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497123","Mar 04, 2022 00:42","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5739) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497124","Mar 04, 2022 00:42","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5739) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497125","Mar 04, 2022 00:42","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5739) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497126","Mar 04, 2022 00:46","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497127","Mar 04, 2022 00:46","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 5755) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "497128","Mar 04, 2022 00:47","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 5755) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "497129","Mar 04, 2022 00:47","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 5755) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "497130","Mar 04, 2022 00:48","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 5755) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "497131","Mar 04, 2022 00:49","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 5755) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "497132","Mar 04, 2022 01:07","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497133","Mar 04, 2022 01:09","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497134","Mar 04, 2022 01:11","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.REGISTRATION_DATE as c3 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 1008) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497135","Mar 04, 2022 01:12","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.REGISTRATION_DATE as c3 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 1008) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497136","Mar 04, 2022 02:24","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 408) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 408))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497137","Mar 04, 2022 02:24","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 408) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 408))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497138","Mar 04, 2022 02:32","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497139","Mar 04, 2022 02:32","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973)) AND (upper(t0.SHORT_TITLE) like '%WORK%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497140","Mar 04, 2022 02:33","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497141","Mar 04, 2022 02:48","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.REGISTRATION_DATE as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6086) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497142","Mar 04, 2022 02:48","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.REGISTRATION_DATE as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6086) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497143","Mar 04, 2022 03:35","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497144","Mar 04, 2022 03:53","Vinayak Pawar","vinayak.pawar@krishagni.com","vpawar","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 448) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 448))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497145","Mar 04, 2022 03:53","Vinayak Pawar","vinayak.pawar@krishagni.com","vpawar","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 522) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497146","Mar 04, 2022 03:56","Vinayak Pawar","vinayak.pawar@krishagni.com","vpawar","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 522) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497147","Mar 04, 2022 04:00","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497148","Mar 04, 2022 04:18","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497149","Mar 04, 2022 04:21","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497150","Mar 04, 2022 04:21","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497151","Mar 04, 2022 04:24","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 5755) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "497152","Mar 04, 2022 04:29","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 2473) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497153","Mar 04, 2022 04:29","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497154","Mar 04, 2022 04:29","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244)) AND (upper(t0.SHORT_TITLE) like '%ECON%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497155","Mar 04, 2022 04:29","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497156","Mar 04, 2022 04:30","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497157","Mar 04, 2022 05:32","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 408) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 408))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497158","Mar 04, 2022 05:32","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497159","Mar 04, 2022 05:34","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 408) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 408))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497160","Mar 04, 2022 05:34","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497161","Mar 04, 2022 05:36","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497162","Mar 04, 2022 05:37","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497163","Mar 04, 2022 05:59","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497164","Mar 04, 2022 07:18","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 408) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 408))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497165","Mar 04, 2022 07:18","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t5.VALUE as c1, t6.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t5.VALUE as c7, t7.VALUE as c8, t3.DE_A_3 as c9, t3.DE_A_4 as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t4.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t4.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t9 on t9.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t9.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join (OS_SPMN_CUST_FIELDS t2 inner join DE_E_26777 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 13227) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6078) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "497166","Mar 04, 2022 07:19","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t5.VALUE as c1, t6.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t5.VALUE as c7, t7.VALUE as c8, t3.DE_A_3 as c9, t3.DE_A_4 as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t4.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t4.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t9 on t9.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t9.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join (OS_SPMN_CUST_FIELDS t2 inner join DE_E_26777 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 13227) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6078) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "497167","Mar 04, 2022 07:21","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497168","Mar 04, 2022 07:22","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497169","Mar 04, 2022 07:31","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497170","Mar 04, 2022 07:31","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%LCPA%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497171","Mar 04, 2022 07:31","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6088) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497172","Mar 04, 2022 07:31","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6088) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497173","Mar 04, 2022 07:32","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6088) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497174","Mar 04, 2022 07:32","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6088) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE asc ) tab where rownum <= 101) where rnum >= 1" "497175","Mar 04, 2022 07:32","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6088) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497176","Mar 04, 2022 07:32","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497177","Mar 04, 2022 07:33","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%LCPA%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497178","Mar 04, 2022 07:36","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497179","Mar 04, 2022 08:02","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497180","Mar 04, 2022 08:02","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%LCPA%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497181","Mar 04, 2022 08:02","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select count(t0.CPR_ID) as c0 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.CPR_ID is not null ) AND t1.IDENTIFIER = 6088) AND (t0.ACTIVITY_STATUS != 'Disabled')" "497182","Mar 04, 2022 08:02","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t2.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.IDENTIFIER is not null AND t0.LINEAGE = 'New' AND t0.COLLECTION_STATUS = 'Collected') AND t1.IDENTIFIER = 6088) AND (t2.ACTIVITY_STATUS != 'Disabled')" "497183","Mar 04, 2022 08:02","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t2.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.IDENTIFIER is not null AND t0.AVAILABLE_QUANTITY > 0 AND t0.COLLECTION_STATUS = 'Collected') AND t1.IDENTIFIER = 6088) AND (t2.ACTIVITY_STATUS != 'Disabled')" "497184","Mar 04, 2022 08:02","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select count(distinct t0.IDENTIFIER) as c0 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.ORDER_STATUS = 'EXECUTED') AND t2.IDENTIFIER = 6088) AND (t3.ACTIVITY_STATUS != 'Disabled')" "497185","Mar 04, 2022 08:02","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t2.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t3.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.COLLECTION_STATUS = 'Collected') AND t1.IDENTIFIER = 6088) AND (t3.ACTIVITY_STATUS != 'Disabled') group by t2.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "497186","Mar 04, 2022 08:02","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select t0.CREATED_ON as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t2.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.CREATED_ON is not null AND t0.COLLECTION_STATUS = 'Collected' AND (t0.CREATED_ON >= to_date('10-01-2021 00:00', 'MM-DD-YYYY HH24:MI') and t0.CREATED_ON <= to_date('12-31-2021 23:59', 'MM-DD-YYYY HH24:MI'))) AND t1.IDENTIFIER = 6088) AND (t2.ACTIVITY_STATUS != 'Disabled') group by t0.CREATED_ON order by t0.CREATED_ON asc" "497187","Mar 04, 2022 08:02","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select t1.EXECUTION_DATE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.EXECUTION_DATE is not null AND t1.ORDER_STATUS = 'EXECUTED' AND (t1.EXECUTION_DATE >= to_date('10-01-2021 00:00', 'MM-DD-YYYY HH24:MI') and t1.EXECUTION_DATE <= to_date('12-31-2021 23:59', 'MM-DD-YYYY HH24:MI'))) AND t2.IDENTIFIER = 6088) AND (t3.ACTIVITY_STATUS != 'Disabled') group by t1.EXECUTION_DATE order by t1.EXECUTION_DATE asc" "497188","Mar 04, 2022 08:02","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t1.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0 AND t1.VALUE is not null ) AND t2.IDENTIFIER = 6088) AND (t3.ACTIVITY_STATUS != 'Disabled') group by t1.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "497189","Mar 04, 2022 08:02","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t2.FREEZER as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t4 left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t4.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join OS_CONTAINER_ANCESTORS_VIEW t2 on t2.CONTAINER_ID = t1.CONTAINER_IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t4.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where ((t0.AVAILABLE_QUANTITY > 0 AND t2.FREEZER is not null ) AND t3.IDENTIFIER = 6088) AND (t4.ACTIVITY_STATUS != 'Disabled') group by t2.FREEZER order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "497190","Mar 04, 2022 08:02","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t2.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t3.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0) AND t1.IDENTIFIER = 6088) AND (t3.ACTIVITY_STATUS != 'Disabled') group by t2.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "497191","Mar 04, 2022 08:02","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6088) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497192","Mar 04, 2022 08:14","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6088) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497193","Mar 04, 2022 08:14","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6088) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "497194","Mar 04, 2022 08:14","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6088) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497195","Mar 04, 2022 08:15","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497196","Mar 04, 2022 08:34","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 3333) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497197","Mar 04, 2022 08:35","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497198","Mar 04, 2022 11:22","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497199","Mar 04, 2022 11:22","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t5.VALUE as c1, t6.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t5.VALUE as c7, t7.VALUE as c8, t3.DE_A_3 as c9, t3.DE_A_4 as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t4.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t4.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t9 on t9.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t9.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join (OS_SPMN_CUST_FIELDS t2 inner join DE_E_26777 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 13227) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6078) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "497200","Mar 04, 2022 23:44","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497201","Mar 05, 2022 00:35","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497202","Mar 05, 2022 00:35","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%RP%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497203","Mar 05, 2022 00:36","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5852) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497204","Mar 05, 2022 00:48","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497205","Mar 05, 2022 00:48","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%LCP%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497206","Mar 05, 2022 00:48","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%LCPA%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497207","Mar 05, 2022 00:49","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6088) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497208","Mar 05, 2022 00:58","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6088) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497209","Mar 05, 2022 00:58","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6088) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "497210","Mar 05, 2022 00:58","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6088) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497211","Mar 05, 2022 01:01","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497212","Mar 05, 2022 02:48","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497213","Mar 05, 2022 07:10","AHK SA1","01aaabcs.defg@gmail.com","AHKSA1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6303) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6303))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497214","Mar 05, 2022 07:20","AHK SA1","01aaabcs.defg@gmail.com","AHKSA1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6303) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6303))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497215","Mar 05, 2022 07:20","AHK SA1","01aaabcs.defg@gmail.com","AHKSA1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6303) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6303)) AND (upper(t0.SHORT_TITLE) like '%LCPA%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497216","Mar 05, 2022 07:20","AHK SA1","01aaabcs.defg@gmail.com","AHKSA1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6088) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497217","Mar 05, 2022 07:20","AHK SA1","01aaabcs.defg@gmail.com","AHKSA1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6088) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497218","Mar 05, 2022 07:21","AHK SA1","01aaabcs.defg@gmail.com","AHKSA1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6303) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6303))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497219","Mar 05, 2022 07:21","AHK SA1","01aaabcs.defg@gmail.com","AHKSA1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6303) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6303)) AND (upper(t0.SHORT_TITLE) like '%LCPA%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497220","Mar 05, 2022 07:26","AHK SA1","01aaabcs.defg@gmail.com","AHKSA1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6303) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6303))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497221","Mar 05, 2022 07:31","AHK SA1","01aaabcs.defg@gmail.com","AHKSA1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497222","Mar 05, 2022 07:32","AHK SA1","01aaabcs.defg@gmail.com","AHKSA1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497223","Mar 05, 2022 07:32","AHK SA1","01aaabcs.defg@gmail.com","AHKSA1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6303) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6303))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497224","Mar 05, 2022 07:37","AHK SA1","01aaabcs.defg@gmail.com","AHKSA1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497225","Mar 05, 2022 07:38","AHK SA1","01aaabcs.defg@gmail.com","AHKSA1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497226","Mar 05, 2022 07:38","AHK SA1","01aaabcs.defg@gmail.com","AHKSA1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497227","Mar 05, 2022 07:39","AHK SA1","01aaabcs.defg@gmail.com","AHKSA1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497228","Mar 05, 2022 07:39","AHK SA1","01aaabcs.defg@gmail.com","AHKSA1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6303) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6303))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497229","Mar 05, 2022 07:39","AHK SA1","01aaabcs.defg@gmail.com","AHKSA1","Data","0","N/A",,"select count(t0.CPR_ID) as c0 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.CPR_ID is not null ) AND t1.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled')" "497230","Mar 05, 2022 07:39","AHK SA1","01aaabcs.defg@gmail.com","AHKSA1","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t2.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.IDENTIFIER is not null AND t0.LINEAGE = 'New' AND t0.COLLECTION_STATUS = 'Collected') AND t1.IDENTIFIER = 6089) AND (t2.ACTIVITY_STATUS != 'Disabled')" "497231","Mar 05, 2022 07:39","AHK SA1","01aaabcs.defg@gmail.com","AHKSA1","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t2.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.IDENTIFIER is not null AND t0.AVAILABLE_QUANTITY > 0 AND t0.COLLECTION_STATUS = 'Collected') AND t1.IDENTIFIER = 6089) AND (t2.ACTIVITY_STATUS != 'Disabled')" "497232","Mar 05, 2022 07:39","AHK SA1","01aaabcs.defg@gmail.com","AHKSA1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t1.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0 AND t1.VALUE is not null ) AND t2.IDENTIFIER = 6089) AND (t3.ACTIVITY_STATUS != 'Disabled') group by t1.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "497233","Mar 05, 2022 07:39","AHK SA1","01aaabcs.defg@gmail.com","AHKSA1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t2.FREEZER as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t4 left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t4.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join OS_CONTAINER_ANCESTORS_VIEW t2 on t2.CONTAINER_ID = t1.CONTAINER_IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t4.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where ((t0.AVAILABLE_QUANTITY > 0 AND t2.FREEZER is not null ) AND t3.IDENTIFIER = 6089) AND (t4.ACTIVITY_STATUS != 'Disabled') group by t2.FREEZER order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "497234","Mar 05, 2022 07:39","AHK SA1","01aaabcs.defg@gmail.com","AHKSA1","Data","0","N/A",,"select count(distinct t0.IDENTIFIER) as c0 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.ORDER_STATUS = 'EXECUTED') AND t2.IDENTIFIER = 6089) AND (t3.ACTIVITY_STATUS != 'Disabled')" "497235","Mar 05, 2022 07:39","AHK SA1","01aaabcs.defg@gmail.com","AHKSA1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t2.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t3.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.COLLECTION_STATUS = 'Collected') AND t1.IDENTIFIER = 6089) AND (t3.ACTIVITY_STATUS != 'Disabled') group by t2.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "497236","Mar 05, 2022 07:39","AHK SA1","01aaabcs.defg@gmail.com","AHKSA1","Data","0","N/A",,"select t0.CREATED_ON as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t2.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.CREATED_ON is not null AND t0.COLLECTION_STATUS = 'Collected' AND (t0.CREATED_ON >= to_date('10-01-2021 00:00', 'MM-DD-YYYY HH24:MI') and t0.CREATED_ON <= to_date('12-31-2021 23:59', 'MM-DD-YYYY HH24:MI'))) AND t1.IDENTIFIER = 6089) AND (t2.ACTIVITY_STATUS != 'Disabled') group by t0.CREATED_ON order by t0.CREATED_ON asc" "497237","Mar 05, 2022 07:39","AHK SA1","01aaabcs.defg@gmail.com","AHKSA1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t2.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t3.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0) AND t1.IDENTIFIER = 6089) AND (t3.ACTIVITY_STATUS != 'Disabled') group by t2.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "497238","Mar 05, 2022 07:39","AHK SA1","01aaabcs.defg@gmail.com","AHKSA1","Data","0","N/A",,"select t1.EXECUTION_DATE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.EXECUTION_DATE is not null AND t1.ORDER_STATUS = 'EXECUTED' AND (t1.EXECUTION_DATE >= to_date('10-01-2021 00:00', 'MM-DD-YYYY HH24:MI') and t1.EXECUTION_DATE <= to_date('12-31-2021 23:59', 'MM-DD-YYYY HH24:MI'))) AND t2.IDENTIFIER = 6089) AND (t3.ACTIVITY_STATUS != 'Disabled') group by t1.EXECUTION_DATE order by t1.EXECUTION_DATE asc" "497239","Mar 05, 2022 07:40","AHK SA1","01aaabcs.defg@gmail.com","AHKSA1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497240","Mar 05, 2022 07:40","AHK SA1","01aaabcs.defg@gmail.com","AHKSA1","Data","0","N/A",,"select count(t0.CPR_ID) as c0 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.CPR_ID is not null ) AND t1.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled')" "497241","Mar 05, 2022 07:40","AHK SA1","01aaabcs.defg@gmail.com","AHKSA1","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t2.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.IDENTIFIER is not null AND t0.LINEAGE = 'New' AND t0.COLLECTION_STATUS = 'Collected') AND t1.IDENTIFIER = 6089) AND (t2.ACTIVITY_STATUS != 'Disabled')" "497242","Mar 05, 2022 07:40","AHK SA1","01aaabcs.defg@gmail.com","AHKSA1","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t2.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.IDENTIFIER is not null AND t0.AVAILABLE_QUANTITY > 0 AND t0.COLLECTION_STATUS = 'Collected') AND t1.IDENTIFIER = 6089) AND (t2.ACTIVITY_STATUS != 'Disabled')" "497243","Mar 05, 2022 07:40","AHK SA1","01aaabcs.defg@gmail.com","AHKSA1","Data","0","N/A",,"select count(distinct t0.IDENTIFIER) as c0 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.ORDER_STATUS = 'EXECUTED') AND t2.IDENTIFIER = 6089) AND (t3.ACTIVITY_STATUS != 'Disabled')" "497244","Mar 05, 2022 07:40","AHK SA1","01aaabcs.defg@gmail.com","AHKSA1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t2.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t3.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.COLLECTION_STATUS = 'Collected') AND t1.IDENTIFIER = 6089) AND (t3.ACTIVITY_STATUS != 'Disabled') group by t2.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "497245","Mar 05, 2022 07:40","AHK SA1","01aaabcs.defg@gmail.com","AHKSA1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t2.FREEZER as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t4 left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t4.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join OS_CONTAINER_ANCESTORS_VIEW t2 on t2.CONTAINER_ID = t1.CONTAINER_IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t4.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where ((t0.AVAILABLE_QUANTITY > 0 AND t2.FREEZER is not null ) AND t3.IDENTIFIER = 6089) AND (t4.ACTIVITY_STATUS != 'Disabled') group by t2.FREEZER order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "497246","Mar 05, 2022 07:40","AHK SA1","01aaabcs.defg@gmail.com","AHKSA1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t1.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0 AND t1.VALUE is not null ) AND t2.IDENTIFIER = 6089) AND (t3.ACTIVITY_STATUS != 'Disabled') group by t1.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "497247","Mar 05, 2022 07:40","AHK SA1","01aaabcs.defg@gmail.com","AHKSA1","Data","0","N/A",,"select t0.CREATED_ON as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t2.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.CREATED_ON is not null AND t0.COLLECTION_STATUS = 'Collected' AND (t0.CREATED_ON >= to_date('10-01-2021 00:00', 'MM-DD-YYYY HH24:MI') and t0.CREATED_ON <= to_date('12-31-2021 23:59', 'MM-DD-YYYY HH24:MI'))) AND t1.IDENTIFIER = 6089) AND (t2.ACTIVITY_STATUS != 'Disabled') group by t0.CREATED_ON order by t0.CREATED_ON asc" "497248","Mar 05, 2022 07:40","AHK SA1","01aaabcs.defg@gmail.com","AHKSA1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t2.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t3.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0) AND t1.IDENTIFIER = 6089) AND (t3.ACTIVITY_STATUS != 'Disabled') group by t2.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "497249","Mar 05, 2022 07:40","AHK SA1","01aaabcs.defg@gmail.com","AHKSA1","Data","0","N/A",,"select t1.EXECUTION_DATE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.EXECUTION_DATE is not null AND t1.ORDER_STATUS = 'EXECUTED' AND (t1.EXECUTION_DATE >= to_date('10-01-2021 00:00', 'MM-DD-YYYY HH24:MI') and t1.EXECUTION_DATE <= to_date('12-31-2021 23:59', 'MM-DD-YYYY HH24:MI'))) AND t2.IDENTIFIER = 6089) AND (t3.ACTIVITY_STATUS != 'Disabled') group by t1.EXECUTION_DATE order by t1.EXECUTION_DATE asc" "497250","Mar 05, 2022 07:40","AHK SA1","01aaabcs.defg@gmail.com","AHKSA1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497251","Mar 05, 2022 07:40","AHK SA1","01aaabcs.defg@gmail.com","AHKSA1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6303) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6303))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497252","Mar 05, 2022 07:41","AHK SA1","01aaabcs.defg@gmail.com","AHKSA1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497253","Mar 05, 2022 07:45","AHK SA1","01aaabcs.defg@gmail.com","AHKSA1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497254","Mar 05, 2022 07:45","AHK SA1","01aaabcs.defg@gmail.com","AHKSA1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6303) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6303))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497255","Mar 05, 2022 07:50","AHK SA1","01aaabcs.defg@gmail.com","AHKSA1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497256","Mar 05, 2022 07:50","AHK SA1","01aaabcs.defg@gmail.com","AHKSA1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6303) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6303))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497257","Mar 05, 2022 08:10","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t5.VALUE as c1, t6.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t5.VALUE as c7, t7.VALUE as c8, t3.DE_A_3 as c9, t3.DE_A_4 as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t4.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t4.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t9 on t9.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t9.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join (OS_SPMN_CUST_FIELDS t2 inner join DE_E_26777 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 13227) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6078) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "497258","Mar 06, 2022 14:13","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t5.VALUE as c1, t6.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t5.VALUE as c7, t7.VALUE as c8, t3.DE_A_3 as c9, t3.DE_A_4 as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t4.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t4.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t9 on t9.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t9.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join (OS_SPMN_CUST_FIELDS t2 inner join DE_E_26777 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 13227) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6078) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "497259","Mar 06, 2022 14:16","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497260","Mar 06, 2022 14:36","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 4574) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "497261","Mar 06, 2022 14:37","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 4574) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "497262","Mar 06, 2022 14:37","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497263","Mar 06, 2022 14:37","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973)) AND (upper(t0.SHORT_TITLE) like '%DEFINE U%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497264","Mar 06, 2022 14:37","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 5860) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "497265","Mar 06, 2022 14:39","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 5860) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "497266","Mar 06, 2022 23:01","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497267","Mar 06, 2022 23:02","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497268","Mar 06, 2022 23:04","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497269","Mar 06, 2022 23:05","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.NAME as c0, t0.SPR_NAME as c1, t1.SHORT_TITLE as c2, 't2', t2.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't1', t1.IDENTIFIER as mc2 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t2.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (t0.SPR_NAME like '%pdf%' escape '\' ) AND (t2.ACTIVITY_STATUS != 'Disabled') order by t2.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "497270","Mar 06, 2022 23:05","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Count","0","N/A",,"select count(distinct t1.CPR_ID) as c0, count(distinct t0.IDENTIFIER) as c1, count(distinct t2.IDENTIFIER) as c2 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t0.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' where (t0.SPR_NAME like '%pdf%' escape '\' ) AND (t1.ACTIVITY_STATUS != 'Disabled')" "497271","Mar 06, 2022 23:05","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.NAME as c0, t0.SPR_NAME as c1, t1.SHORT_TITLE as c2, t3.COLL_CONTAINER as c3, 't4', t4.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't1', t1.IDENTIFIER as mc2, 't3', t3.SPECIMEN_ID as mc3 from CPR_VIEW t4 left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t4.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t0.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t3 on t3.SPECIMEN_ID = t2.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t4.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (t0.SPR_NAME like '%pdf%' escape '\' ) AND (t4.ACTIVITY_STATUS != 'Disabled') order by t4.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "497272","Mar 06, 2022 23:06","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.NAME as c0, t0.SPR_NAME as c1, t1.SHORT_TITLE as c2, t3.COLL_CONTAINER as c3, 't4', t4.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't1', t1.IDENTIFIER as mc2, 't3', t3.SPECIMEN_ID as mc3 from CPR_VIEW t4 left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t4.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t0.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t3 on t3.SPECIMEN_ID = t2.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t4.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (t0.SPR_NAME like '%pdf%' escape '\' ) AND (t4.ACTIVITY_STATUS != 'Disabled') order by t4.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "497273","Mar 06, 2022 23:06","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Export","0","N/A",,"select t0.NAME as c0, t0.SPR_NAME as c1, t1.SHORT_TITLE as c2, t3.COLL_CONTAINER as c3, 't4', t4.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't1', t1.IDENTIFIER as mc2, 't3', t3.SPECIMEN_ID as mc3 from CPR_VIEW t4 left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t4.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t0.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t3 on t3.SPECIMEN_ID = t2.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t4.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (t0.SPR_NAME like '%pdf%' escape '\' ) AND (t4.ACTIVITY_STATUS != 'Disabled') order by t4.CPR_ID" "497274","Mar 06, 2022 23:41","Rohan Patwardhan","rohan@krishagni.com","rohan","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6008) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6008))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497275","Mar 06, 2022 23:41","Rohan Patwardhan","rohan@krishagni.com","rohan","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6008) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6008))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497276","Mar 06, 2022 23:42","Rohan Patwardhan","rohan@krishagni.com","rohan","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6008) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6008))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497277","Mar 06, 2022 23:47","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4934) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497278","Mar 06, 2022 23:47","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4934) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497279","Mar 06, 2022 23:47","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 4934) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "497280","Mar 06, 2022 23:58","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497281","Mar 06, 2022 23:58","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%LCPA%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497282","Mar 06, 2022 23:58","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6088) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497283","Mar 06, 2022 23:58","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497284","Mar 06, 2022 23:59","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%LCPA%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497285","Mar 07, 2022 00:04","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6088) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497286","Mar 07, 2022 00:05","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497287","Mar 07, 2022 00:05","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%LCPA%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497288","Mar 07, 2022 00:07","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497289","Mar 07, 2022 00:07","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.TITLE) like '%AB%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497290","Mar 07, 2022 00:08","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.TITLE) like '%ABC%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497291","Mar 07, 2022 00:08","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497292","Mar 07, 2022 00:08","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%ABCP%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497293","Mar 07, 2022 00:10","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497294","Mar 07, 2022 00:10","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%LCPA%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497295","Mar 07, 2022 00:10","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6088) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497296","Mar 07, 2022 00:10","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497297","Mar 07, 2022 00:10","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%LCPA%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497298","Mar 07, 2022 00:11","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497299","Mar 07, 2022 00:12","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497300","Mar 07, 2022 00:13","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%LCPA%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497301","Mar 07, 2022 00:33","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 408) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 408))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497302","Mar 07, 2022 00:34","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t5.VALUE as c1, t6.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t5.VALUE as c7, t7.VALUE as c8, t3.DE_A_3 as c9, t3.DE_A_4 as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t4.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t4.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t9 on t9.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t9.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join (OS_SPMN_CUST_FIELDS t2 inner join DE_E_26777 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 13227) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6078) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "497303","Mar 07, 2022 00:45","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t5.VALUE as c1, t6.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t5.VALUE as c7, t7.VALUE as c8, t3.DE_A_3 as c9, t3.DE_A_4 as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t4.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t4.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t9 on t9.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t9.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join (OS_SPMN_CUST_FIELDS t2 inner join DE_E_26777 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 13227) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6078) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "497304","Mar 07, 2022 00:47","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5922) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497305","Mar 07, 2022 00:54","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t5.VALUE as c1, t6.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t5.VALUE as c7, t7.VALUE as c8, t3.DE_A_3 as c9, t3.DE_A_4 as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t4.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t4.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t9 on t9.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t9.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join (OS_SPMN_CUST_FIELDS t2 inner join DE_E_26777 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 13227) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6078) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "497306","Mar 07, 2022 01:05","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t5.VALUE as c1, t6.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t5.VALUE as c7, t7.VALUE as c8, t3.DE_A_3 as c9, t3.DE_A_4 as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t4.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t4.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t9 on t9.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t9.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join (OS_SPMN_CUST_FIELDS t2 inner join DE_E_26777 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 13227) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6078) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "497307","Mar 07, 2022 01:07","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 408) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 408))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497308","Mar 07, 2022 01:10","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t5.VALUE as c1, t6.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t5.VALUE as c7, t7.VALUE as c8, t3.DE_A_3 as c9, t3.DE_A_4 as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t4.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t4.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t9 on t9.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t9.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join (OS_SPMN_CUST_FIELDS t2 inner join DE_E_26777 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 13227) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6078) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "497309","Mar 07, 2022 01:11","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t5.VALUE as c1, t6.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t5.VALUE as c7, t7.VALUE as c8, t3.DE_A_3 as c9, t3.DE_A_4 as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t4.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t4.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t9 on t9.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t9.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join (OS_SPMN_CUST_FIELDS t2 inner join DE_E_26777 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 13227) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6078) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "497310","Mar 07, 2022 01:13","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t5.VALUE as c1, t6.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t5.VALUE as c7, t7.VALUE as c8, t3.DE_A_3 as c9, t3.DE_A_4 as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t4.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t4.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t9 on t9.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t9.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join (OS_SPMN_CUST_FIELDS t2 inner join DE_E_26777 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 13227) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6078) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "497311","Mar 07, 2022 01:13","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 408) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 408))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497312","Mar 07, 2022 01:17","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4577) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497313","Mar 07, 2022 01:25","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497314","Mar 07, 2022 01:51","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 408) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 408))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497315","Mar 07, 2022 01:51","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t5.VALUE as c1, t6.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t5.VALUE as c7, t7.VALUE as c8, t3.DE_A_3 as c9, t3.DE_A_4 as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t4.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t4.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t9 on t9.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t9.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join (OS_SPMN_CUST_FIELDS t2 inner join DE_E_26777 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 13227) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6078) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "497316","Mar 07, 2022 01:55","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 408) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 408)) AND (upper(t0.SHORT_TITLE) like '%METRO%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497317","Mar 07, 2022 01:55","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t5.VALUE as c1, t6.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t5.VALUE as c7, t7.VALUE as c8, t3.DE_A_3 as c9, t3.DE_A_4 as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t4.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t4.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t9 on t9.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t9.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join (OS_SPMN_CUST_FIELDS t2 inner join DE_E_26777 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 13227) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6085) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "497318","Mar 07, 2022 01:58","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497319","Mar 07, 2022 01:58","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973)) AND (upper(t0.SHORT_TITLE) like '%VACO%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497320","Mar 07, 2022 01:58","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.REGISTRATION_DATE as c3, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c4 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5962) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497321","Mar 07, 2022 01:58","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.REGISTRATION_DATE as c3, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c4 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5962) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497322","Mar 07, 2022 01:59","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t5.VALUE as c1, t6.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t5.VALUE as c7, t7.VALUE as c8, t3.DE_A_3 as c9, t3.DE_A_4 as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t4.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t4.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t9 on t9.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t9.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join (OS_SPMN_CUST_FIELDS t2 inner join DE_E_26777 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 13227) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6085) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "497323","Mar 07, 2022 02:09","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6088) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497324","Mar 07, 2022 02:09","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6088) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "497325","Mar 07, 2022 02:10","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6088) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497326","Mar 07, 2022 02:10","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6088) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497327","Mar 07, 2022 02:10","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497328","Mar 07, 2022 02:11","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%LCPA%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497329","Mar 07, 2022 02:32","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.REGISTRATION_DATE as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6086) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497330","Mar 07, 2022 02:32","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.REGISTRATION_DATE as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6086) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497331","Mar 07, 2022 02:33","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.REGISTRATION_DATE as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6086) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497332","Mar 07, 2022 02:33","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.REGISTRATION_DATE as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6086) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497333","Mar 07, 2022 02:41","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.REGISTRATION_DATE as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6086) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497334","Mar 07, 2022 02:50","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.REGISTRATION_DATE as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6086) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497335","Mar 07, 2022 02:50","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497336","Mar 07, 2022 02:51","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.REGISTRATION_DATE as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6086) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497337","Mar 07, 2022 02:51","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4577) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497338","Mar 07, 2022 04:08","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497339","Mar 07, 2022 04:09","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 3333) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497340","Mar 07, 2022 04:44","AU1S1 Technician","au1s1.kavi1@gmail.com","AU1S1K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6309) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6309)) AND ((t2.SITE_ID = 4547)))) AND ((t2.SITE_ID = 4547 AND t0.IDENTIFIER = 6089))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497341","Mar 07, 2022 04:59","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t5.VALUE as c1, t6.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t5.VALUE as c7, t7.VALUE as c8, t3.DE_A_3 as c9, t3.DE_A_4 as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t4.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t4.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t9 on t9.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t9.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join (OS_SPMN_CUST_FIELDS t2 inner join DE_E_26777 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 13227) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6085) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "497342","Mar 07, 2022 04:59","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t5.VALUE as c1, t6.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t5.VALUE as c7, t7.VALUE as c8, t3.DE_A_3 as c9, t3.DE_A_4 as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t4.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t4.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t9 on t9.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t9.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join (OS_SPMN_CUST_FIELDS t2 inner join DE_E_26777 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 13227) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6085) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "497343","Mar 07, 2022 05:01","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497344","Mar 07, 2022 05:02","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%LCPA%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497345","Mar 07, 2022 05:02","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6088) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497346","Mar 07, 2022 05:02","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6088) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497347","Mar 07, 2022 05:02","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497348","Mar 07, 2022 05:02","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%LCPA%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497349","Mar 07, 2022 05:13","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t4.CPR_ID as c0, t4.PPID as c1, t4.REGISTRATION_DATE as c2, t5.VALUE as c3, t7.VALUE as c4, t9.VALUE as c5, t0.IDENTIFIER as c6, t2.IDENTIFIER as c7, t0.LABEL as c8, t10.VALUE as c9, t11.VALUE as c10, t1.COLL_TIME as c11, t3.ISCHEMIA_TIME as c12, 't4', t4.CPR_ID as mc0, 't9', t9.IDENTIFIER as mc1, 't0', t0.IDENTIFIER as mc2, 't2', t2.IDENTIFIER as mc3, 't1', t1.SPECIMEN_ID as mc4, 't3', t3.SPECIMEN_ID as mc5 from CPR_VIEW t4 left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t4.GENDER_ID left join CATISSUE_RACE t6 on t6.PARTICIPANT_ID = t4.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t6.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.COLLECTION_PROTOCOL_REG_ID = t4.CPR_ID and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t8.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_STATS t3 on t3.SPECIMEN_ID = t0.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t9 on t9.VISIT_ID = t8.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t4.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.COLL_CONTAINER is not null ) AND t2.IDENTIFIER = 3333) AND (t4.ACTIVITY_STATUS != 'Disabled') order by t4.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "497350","Mar 07, 2022 05:13","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Count","0","N/A",,"select count(distinct t3.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.COLL_CONTAINER is not null ) AND t2.IDENTIFIER = 3333) AND (t3.ACTIVITY_STATUS != 'Disabled')" "497351","Mar 07, 2022 05:14","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Count","0","N/A",,"select count(distinct t3.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.COLL_CONTAINER is not null ) AND t2.IDENTIFIER = 3333) AND (t3.ACTIVITY_STATUS != 'Disabled')" "497352","Mar 07, 2022 05:14","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t2.IDENTIFIER as c1, t0.LABEL as c2, t4.VALUE as c3, t5.VALUE as c4, t1.COLL_TIME as c5, t1.COLL_CONTAINER as c6, t3.ISCHEMIA_TIME as c7, 't6', t6.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't2', t2.IDENTIFIER as mc2, 't1', t1.SPECIMEN_ID as mc3, 't3', t3.SPECIMEN_ID as mc4 from CPR_VIEW t6 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.COLLECTION_PROTOCOL_REG_ID = t6.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t7.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_STATS t3 on t3.SPECIMEN_ID = t0.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t6.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.COLL_CONTAINER is not null ) AND t2.IDENTIFIER = 3333) AND (t6.ACTIVITY_STATUS != 'Disabled') order by t6.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "497353","Mar 07, 2022 05:14","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 2473) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497354","Mar 07, 2022 05:15","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Export","0","N/A",,"select t0.LABEL as c0, t4.VALUE as c1, t5.VALUE as c2, t1.COLL_TIME as c3, t1.COLL_CONTAINER as c4, t3.ISCHEMIA_TIME as c5, 't6', t6.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't1', t1.SPECIMEN_ID as mc2, 't3', t3.SPECIMEN_ID as mc3 from CPR_VIEW t6 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.COLLECTION_PROTOCOL_REG_ID = t6.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t7.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_STATS t3 on t3.SPECIMEN_ID = t0.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t6.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.COLL_CONTAINER is not null ) AND t2.IDENTIFIER = 3333) AND (t6.ACTIVITY_STATUS != 'Disabled') order by t6.CPR_ID" "497355","Mar 07, 2022 05:16","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 2473) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497356","Mar 07, 2022 05:16","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 2473) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497357","Mar 07, 2022 05:17","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 2473) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497358","Mar 07, 2022 05:17","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497359","Mar 07, 2022 05:17","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t5.VALUE as c1, t6.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t5.VALUE as c7, t7.VALUE as c8, t3.DE_A_3 as c9, t3.DE_A_4 as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t4.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t4.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t9 on t9.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t9.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join (OS_SPMN_CUST_FIELDS t2 inner join DE_E_26777 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 13227) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6085) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "497360","Mar 07, 2022 05:17","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.TITLE) like '%ABCP%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497361","Mar 07, 2022 05:17","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t2.IDENTIFIER as c1, t0.LABEL as c2, t6.VALUE as c3, t7.VALUE as c4, t3.ISCHEMIA_TIME as c5, t8.VALUE as c6, 't9', t9.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't2', t2.IDENTIFIER as mc2, 't3', t3.SPECIMEN_ID as mc3 from CPR_VIEW t9 left join CATISSUE_SPECIMEN_COLL_GROUP t10 on t10.COLLECTION_PROTOCOL_REG_ID = t9.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t10.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join (OS_SPMN_EXTN_RECS t4 inner join CATISSUE_COLL_EVENT_PARAM t5 on t5.IDENTIFIER = t4.RECORD_ID and t4.FORM_ID = 67 left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t5.COLLECTION_CONTAINER_ID) on t4.SPECIMEN_ID = t0.IDENTIFIER left join OS_SPECIMEN_STATS t3 on t3.SPECIMEN_ID = t0.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t9.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.COLL_CONTAINER is not null ) AND t2.IDENTIFIER = 3333) AND (t9.ACTIVITY_STATUS != 'Disabled') order by t9.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "497362","Mar 07, 2022 05:17","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t5.VALUE as c1, t6.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t5.VALUE as c7, t7.VALUE as c8, t3.DE_A_3 as c9, t3.DE_A_4 as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t4.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t4.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t9 on t9.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t9.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join (OS_SPMN_CUST_FIELDS t2 inner join DE_E_26777 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 13227) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6085) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "497363","Mar 07, 2022 05:17","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497364","Mar 07, 2022 05:18","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%ABCP%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497365","Mar 07, 2022 05:18","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Export","0","N/A",,"select t0.LABEL as c0, t6.VALUE as c1, t7.VALUE as c2, t3.ISCHEMIA_TIME as c3, t8.VALUE as c4, 't9', t9.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't3', t3.SPECIMEN_ID as mc2 from CPR_VIEW t9 left join CATISSUE_SPECIMEN_COLL_GROUP t10 on t10.COLLECTION_PROTOCOL_REG_ID = t9.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t10.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join (OS_SPMN_EXTN_RECS t4 inner join CATISSUE_COLL_EVENT_PARAM t5 on t5.IDENTIFIER = t4.RECORD_ID and t4.FORM_ID = 67 left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t5.COLLECTION_CONTAINER_ID) on t4.SPECIMEN_ID = t0.IDENTIFIER left join OS_SPECIMEN_STATS t3 on t3.SPECIMEN_ID = t0.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t9.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.COLL_CONTAINER is not null ) AND t2.IDENTIFIER = 3333) AND (t9.ACTIVITY_STATUS != 'Disabled') order by t9.CPR_ID" "497366","Mar 07, 2022 05:18","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 408) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 408))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497367","Mar 07, 2022 05:18","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 408) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 408)) AND (upper(t0.SHORT_TITLE) like '%#1%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497368","Mar 07, 2022 05:18","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t5.VALUE as c1, t6.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t5.VALUE as c7, t7.VALUE as c8, t3.DE_A_3 as c9, t3.DE_A_4 as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t4.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t4.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t9 on t9.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t9.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join (OS_SPMN_CUST_FIELDS t2 inner join DE_E_26777 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 13227) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6078) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "497369","Mar 07, 2022 05:18","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t5.VALUE as c1, t6.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t5.VALUE as c7, t7.VALUE as c8, t3.DE_A_3 as c9, t3.DE_A_4 as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t4.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t4.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t9 on t9.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t9.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join (OS_SPMN_CUST_FIELDS t2 inner join DE_E_26777 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 13227) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6078) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "497370","Mar 07, 2022 05:19","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t5.VALUE as c1, t6.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t5.VALUE as c7, t7.VALUE as c8, t3.DE_A_3 as c9, t3.DE_A_4 as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t4.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t4.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t9 on t9.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t9.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join (OS_SPMN_CUST_FIELDS t2 inner join DE_E_26777 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 13227) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6078) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "497371","Mar 07, 2022 05:20","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 408) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 408))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497372","Mar 07, 2022 05:20","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t5.VALUE as c1, t6.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t5.VALUE as c7, t7.VALUE as c8, t3.DE_A_3 as c9, t3.DE_A_4 as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t4.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t4.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t9 on t9.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t9.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join (OS_SPMN_CUST_FIELDS t2 inner join DE_E_26777 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 13227) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6078) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "497373","Mar 07, 2022 05:24","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t5.VALUE as c1, t6.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t5.VALUE as c7, t7.VALUE as c8, t3.DE_A_3 as c9, t3.DE_A_4 as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t4.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t4.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t9 on t9.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t9.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join (OS_SPMN_CUST_FIELDS t2 inner join DE_E_26777 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 13227) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6078) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "497374","Mar 07, 2022 05:25","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t5.VALUE as c1, t6.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t5.VALUE as c7, t7.VALUE as c8, t3.DE_A_3 as c9, t3.DE_A_4 as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t4.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t4.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t9 on t9.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t9.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join (OS_SPMN_CUST_FIELDS t2 inner join DE_E_26777 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 13227) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6078) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "497375","Mar 07, 2022 05:25","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t5.VALUE as c1, t6.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t5.VALUE as c7, t7.VALUE as c8, t3.DE_A_3 as c9, t3.DE_A_4 as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t4.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t4.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t9 on t9.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t9.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join (OS_SPMN_CUST_FIELDS t2 inner join DE_E_26777 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 13227) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6078) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "497376","Mar 07, 2022 05:28","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 408) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 408))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497377","Mar 07, 2022 05:29","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 408) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 408))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497378","Mar 07, 2022 05:31","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497379","Mar 07, 2022 05:31","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 1634) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497380","Mar 07, 2022 05:31","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 408) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 408))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497381","Mar 07, 2022 05:32","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t5.VALUE as c1, t6.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t5.VALUE as c7, t7.VALUE as c8, t3.DE_A_3 as c9, t3.DE_A_4 as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t4.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t4.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t9 on t9.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t9.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join (OS_SPMN_CUST_FIELDS t2 inner join DE_E_26777 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 13227) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6078) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "497382","Mar 07, 2022 05:33","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497383","Mar 07, 2022 05:34","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%LC%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497384","Mar 07, 2022 05:34","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497385","Mar 07, 2022 05:34","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%ABCP%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497386","Mar 07, 2022 05:34","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497387","Mar 07, 2022 05:34","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497388","Mar 07, 2022 05:34","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%ABCP%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497389","Mar 07, 2022 05:36","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t5.VALUE as c1, t6.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t5.VALUE as c7, t7.VALUE as c8, t3.DE_A_3 as c9, t3.DE_A_4 as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t4.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t4.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t9 on t9.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t9.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join (OS_SPMN_CUST_FIELDS t2 inner join DE_E_26777 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 13227) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6078) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "497390","Mar 07, 2022 05:38","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t5.VALUE as c1, t6.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t5.VALUE as c7, t7.VALUE as c8, t3.DE_A_3 as c9, t3.DE_A_4 as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t4.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t4.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t9 on t9.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t9.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join (OS_SPMN_CUST_FIELDS t2 inner join DE_E_26777 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 13227) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6078) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "497391","Mar 07, 2022 05:38","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497392","Mar 07, 2022 05:49","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.REGISTRATION_DATE as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6086) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497393","Mar 07, 2022 05:49","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.REGISTRATION_DATE as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6086) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497394","Mar 07, 2022 05:50","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497395","Mar 07, 2022 05:51","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497396","Mar 07, 2022 05:51","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497397","Mar 07, 2022 05:51","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497398","Mar 07, 2022 05:52","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497399","Mar 07, 2022 06:07","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t5.VALUE as c1, t6.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t5.VALUE as c7, t7.VALUE as c8, t3.DE_A_3 as c9, t3.DE_A_4 as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t4.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t4.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t9 on t9.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t9.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join (OS_SPMN_CUST_FIELDS t2 inner join DE_E_26777 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 13227) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6078) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "497400","Mar 07, 2022 06:10","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497401","Mar 07, 2022 06:13","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497402","Mar 07, 2022 06:13","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.TITLE) like '%ABCP%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497403","Mar 07, 2022 06:13","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497404","Mar 07, 2022 06:13","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%ABCP%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497405","Mar 07, 2022 06:14","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497406","Mar 07, 2022 06:15","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497407","Mar 07, 2022 06:16","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 408) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 408))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497408","Mar 07, 2022 06:17","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497409","Mar 07, 2022 06:17","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%S%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497410","Mar 07, 2022 06:17","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%A%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497411","Mar 07, 2022 06:17","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497412","Mar 07, 2022 06:17","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%AS%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497413","Mar 07, 2022 06:17","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%AS%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497414","Mar 07, 2022 06:17","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%ASS%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497415","Mar 07, 2022 06:18","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 408) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 408))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497416","Mar 07, 2022 06:19","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497417","Mar 07, 2022 06:22","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4693) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497418","Mar 07, 2022 06:22","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4693) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497419","Mar 07, 2022 06:23","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497420","Mar 07, 2022 06:23","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497421","Mar 07, 2022 06:24","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%ASS%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497422","Mar 07, 2022 06:28","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497423","Mar 07, 2022 06:31","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4693) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497424","Mar 07, 2022 06:33","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6310) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6310)) AND ((t2.SITE_ID = 4549 OR t2.SITE_ID = 4549)))) AND ((t2.SITE_ID = 4549 AND t0.IDENTIFIER = 6092) OR (t2.SITE_ID = 4549 AND t0.IDENTIFIER = 6089))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497425","Mar 07, 2022 06:38","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 408) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 408))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497426","Mar 07, 2022 06:39","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t5.VALUE as c1, t6.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t5.VALUE as c7, t7.VALUE as c8, t3.DE_A_3 as c9, t3.DE_A_4 as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t4.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t4.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t9 on t9.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t9.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join (OS_SPMN_CUST_FIELDS t2 inner join DE_E_26777 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 13227) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6078) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "497427","Mar 07, 2022 06:46","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497428","Mar 07, 2022 06:46","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813)) AND (upper(t0.SHORT_TITLE) like '%LABEL%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497429","Mar 07, 2022 06:49","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4693) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497430","Mar 07, 2022 07:25","AAHK CORD1 KAVI1","aahkcord.kavi1@gmail.com","AHKC1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6311) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6311)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled'))))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled')))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497431","Mar 07, 2022 07:25","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497432","Mar 07, 2022 07:25","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497433","Mar 07, 2022 07:25","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497434","Mar 07, 2022 07:26","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497435","Mar 07, 2022 07:32","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4693) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497436","Mar 07, 2022 07:33","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4693) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497437","Mar 07, 2022 07:37","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4693) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497438","Mar 07, 2022 07:37","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497439","Mar 07, 2022 07:37","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%ASSP%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497440","Mar 07, 2022 07:37","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%AS%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497441","Mar 07, 2022 07:37","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%A%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497442","Mar 07, 2022 07:37","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%AS%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497443","Mar 07, 2022 07:38","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497444","Mar 07, 2022 07:38","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((t0.COLLECTION_STATUS is not null )) AND t1.IDENTIFIER = 2473) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "497445","Mar 07, 2022 07:38","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((t0.COLLECTION_STATUS is not null ) AND ((upper(t0.AVAILABILITY_STATUS) in ('AVAILABLE')))) AND t1.IDENTIFIER = 2473) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "497446","Mar 07, 2022 07:45","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497447","Mar 07, 2022 07:56","AU1S1 Technician","au1s1.kavi1@gmail.com","AU1S1K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6309) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6309)) AND ((t2.SITE_ID = 4547 OR t2.SITE_ID = 4547)))) AND ((t2.SITE_ID = 4547 AND t0.IDENTIFIER = 6093) OR (t2.SITE_ID = 4547 AND t0.IDENTIFIER = 6089))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497448","Mar 07, 2022 08:08","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4693) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497449","Mar 07, 2022 08:15","AU1S1 Technician","au1s1.kavi1@gmail.com","AU1S1K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6093) OR ((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6089))))) AND t2.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497450","Mar 07, 2022 08:15","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497451","Mar 07, 2022 08:15","AU1S1 Technician","au1s1.kavi1@gmail.com","AU1S1K1","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t1.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where (((t0.IDENTIFIER is not null AND t0.LINEAGE = 'New' AND t0.COLLECTION_STATUS = 'Collected') AND (t1.CPR_ID = 159764)) AND t2.IDENTIFIER = 6089) AND (t1.ACTIVITY_STATUS != 'Disabled')" "497452","Mar 07, 2022 08:15","AU1S1 Technician","au1s1.kavi1@gmail.com","AU1S1K1","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t2.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (((t0.IDENTIFIER is not null AND t1.CONTAINER_NAME is not null AND t0.COLLECTION_STATUS = 'Collected') AND (t2.CPR_ID = 159764)) AND t3.IDENTIFIER = 6089) AND (t2.ACTIVITY_STATUS != 'Disabled')" "497453","Mar 07, 2022 08:15","AU1S1 Technician","au1s1.kavi1@gmail.com","AU1S1K1","Data","0","N/A",,"select count(distinct t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t2.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (((t1.ORDER_STATUS = 'EXECUTED') AND (t2.CPR_ID = 159764)) AND t3.IDENTIFIER = 6089) AND (t2.ACTIVITY_STATUS != 'Disabled')" "497454","Mar 07, 2022 08:17","AU1S1 Technician","au1s1.kavi1@gmail.com","AU1S1K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6093) OR ((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6089))))) AND t2.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497455","Mar 07, 2022 08:18","AU1S1 Technician","au1s1.kavi1@gmail.com","AU1S1K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6093) OR ((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6089))))) AND t2.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497456","Mar 07, 2022 08:18","AU1S1 Technician","au1s1.kavi1@gmail.com","AU1S1K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6309) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6309)) AND ((t2.SITE_ID = 4547 OR t2.SITE_ID = 4547)))) AND ((t2.SITE_ID = 4547 AND t0.IDENTIFIER = 6093) OR (t2.SITE_ID = 4547 AND t0.IDENTIFIER = 6089))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497457","Mar 07, 2022 08:22","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497458","Mar 07, 2022 08:24","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497459","Mar 07, 2022 08:25","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497460","Mar 07, 2022 08:33","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497461","Mar 07, 2022 08:35","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497462","Mar 07, 2022 08:47","AHK SA1","01aaabcs.defg@gmail.com","AHKSA1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6303) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6303))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497463","Mar 07, 2022 09:03","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244)) AND (upper(t0.SHORT_TITLE) like '%GAML%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497464","Mar 07, 2022 09:04","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244)) AND (upper(t0.SHORT_TITLE) like '%WASHU%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497465","Mar 07, 2022 09:05","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497466","Mar 07, 2022 09:05","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244)) AND (upper(t0.SHORT_TITLE) like '%DO NO%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497467","Mar 07, 2022 09:06","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 522) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497468","Mar 07, 2022 09:52","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497469","Mar 07, 2022 09:52","AAHK CORD1 KAVI1","aahkcord.kavi1@gmail.com","AHKC1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6311) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6311)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled'))))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled')))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497470","Mar 07, 2022 10:06","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6094) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497471","Mar 07, 2022 10:25","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497472","Mar 07, 2022 14:53","Irina Gurvich","ig112@cumc.columbia.edu","ig112@cumc.columbia.edu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t0.CREATED_ON as c0, t0.IDENTIFIER as c1, t8.VALUE as c2, t9.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t3.IDENTIFIER as c5, t0.LABEL as c6, t0.CREATED_ON as c7, t8.VALUE as c8, t10.VALUE as c9, t6.DE_A_3 as c10, t6.DE_A_4 as c11, t0.AVAILABLE_QUANTITY as c12, de_concat_if_not_null(t7.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t7.FORMATTED_POSITION, ')')),'')) as c13 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t11 on t11.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t1 on t1.CPR_ID = t11.COLLECTION_PROTOCOL_REG_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t1.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t1.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t4 on t4.COLLECTION_PROTOCOL_ID = t3.IDENTIFIER left join OS_SPECIMEN_POSITIONS_VIEW t7 on t7.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join (OS_SPMN_CUST_FIELDS t5 inner join DE_E_26777 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 13227) on t5.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE') AND (((((t2.SITE_ID = 4529 OR t4.SITE_ID = 4529))) OR (upper(t0.LINEAGE) = 'NEW' AND (((t2.SITE_ID = 4529 OR t4.SITE_ID = 4529))))))) AND t3.IDENTIFIER = 6078) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "497473","Mar 07, 2022 14:54","Irina Gurvich","ig112@cumc.columbia.edu","ig112@cumc.columbia.edu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t0.CREATED_ON as c0, t0.IDENTIFIER as c1, t8.VALUE as c2, t9.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t3.IDENTIFIER as c5, t0.LABEL as c6, t0.CREATED_ON as c7, t8.VALUE as c8, t10.VALUE as c9, t6.DE_A_3 as c10, t6.DE_A_4 as c11, t0.AVAILABLE_QUANTITY as c12, de_concat_if_not_null(t7.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t7.FORMATTED_POSITION, ')')),'')) as c13 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t11 on t11.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t1 on t1.CPR_ID = t11.COLLECTION_PROTOCOL_REG_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t1.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t1.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t4 on t4.COLLECTION_PROTOCOL_ID = t3.IDENTIFIER left join OS_SPECIMEN_POSITIONS_VIEW t7 on t7.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join (OS_SPMN_CUST_FIELDS t5 inner join DE_E_26777 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 13227) on t5.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE') AND (((((t2.SITE_ID = 4529 OR t4.SITE_ID = 4529))) OR (upper(t0.LINEAGE) = 'NEW' AND (((t2.SITE_ID = 4529 OR t4.SITE_ID = 4529))))))) AND t3.IDENTIFIER = 6078) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "497474","Mar 07, 2022 14:56","Irina Gurvich","ig112@cumc.columbia.edu","ig112@cumc.columbia.edu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t0.CREATED_ON as c0, t0.IDENTIFIER as c1, t8.VALUE as c2, t9.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t3.IDENTIFIER as c5, t0.LABEL as c6, t0.CREATED_ON as c7, t8.VALUE as c8, t10.VALUE as c9, t6.DE_A_3 as c10, t6.DE_A_4 as c11, t0.AVAILABLE_QUANTITY as c12, de_concat_if_not_null(t7.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t7.FORMATTED_POSITION, ')')),'')) as c13 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t11 on t11.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t1 on t1.CPR_ID = t11.COLLECTION_PROTOCOL_REG_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t1.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t1.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t4 on t4.COLLECTION_PROTOCOL_ID = t3.IDENTIFIER left join OS_SPECIMEN_POSITIONS_VIEW t7 on t7.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join (OS_SPMN_CUST_FIELDS t5 inner join DE_E_26777 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 13227) on t5.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE') AND (((((t2.SITE_ID = 4529 OR t4.SITE_ID = 4529))) OR (upper(t0.LINEAGE) = 'NEW' AND (((t2.SITE_ID = 4529 OR t4.SITE_ID = 4529))))))) AND t3.IDENTIFIER = 6078) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "497475","Mar 07, 2022 14:57","Irina Gurvich","ig112@cumc.columbia.edu","ig112@cumc.columbia.edu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t0.CREATED_ON as c0, t0.IDENTIFIER as c1, t8.VALUE as c2, t9.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t3.IDENTIFIER as c5, t0.LABEL as c6, t0.CREATED_ON as c7, t8.VALUE as c8, t10.VALUE as c9, t6.DE_A_3 as c10, t6.DE_A_4 as c11, t0.AVAILABLE_QUANTITY as c12, de_concat_if_not_null(t7.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t7.FORMATTED_POSITION, ')')),'')) as c13 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t11 on t11.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t1 on t1.CPR_ID = t11.COLLECTION_PROTOCOL_REG_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t1.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t1.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t4 on t4.COLLECTION_PROTOCOL_ID = t3.IDENTIFIER left join OS_SPECIMEN_POSITIONS_VIEW t7 on t7.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join (OS_SPMN_CUST_FIELDS t5 inner join DE_E_26777 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 13227) on t5.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE') AND (((((t2.SITE_ID = 4529 OR t4.SITE_ID = 4529))) OR (upper(t0.LINEAGE) = 'NEW' AND (((t2.SITE_ID = 4529 OR t4.SITE_ID = 4529))))))) AND t3.IDENTIFIER = 6078) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "497476","Mar 07, 2022 14:57","Irina Gurvich","ig112@cumc.columbia.edu","ig112@cumc.columbia.edu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t0.CREATED_ON as c0, t0.IDENTIFIER as c1, t8.VALUE as c2, t9.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t3.IDENTIFIER as c5, t0.LABEL as c6, t0.CREATED_ON as c7, t8.VALUE as c8, t10.VALUE as c9, t6.DE_A_3 as c10, t6.DE_A_4 as c11, t0.AVAILABLE_QUANTITY as c12, de_concat_if_not_null(t7.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t7.FORMATTED_POSITION, ')')),'')) as c13 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t11 on t11.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t1 on t1.CPR_ID = t11.COLLECTION_PROTOCOL_REG_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t1.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t1.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t4 on t4.COLLECTION_PROTOCOL_ID = t3.IDENTIFIER left join OS_SPECIMEN_POSITIONS_VIEW t7 on t7.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join (OS_SPMN_CUST_FIELDS t5 inner join DE_E_26777 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 13227) on t5.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE') AND (((((t2.SITE_ID = 4529 OR t4.SITE_ID = 4529))) OR (upper(t0.LINEAGE) = 'NEW' AND (((t2.SITE_ID = 4529 OR t4.SITE_ID = 4529))))))) AND t3.IDENTIFIER = 6078) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "497477","Mar 07, 2022 17:12","Irina Gurvich","ig112@cumc.columbia.edu","ig112@cumc.columbia.edu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t0.CREATED_ON as c0, t0.IDENTIFIER as c1, t8.VALUE as c2, t9.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t3.IDENTIFIER as c5, t0.LABEL as c6, t0.CREATED_ON as c7, t8.VALUE as c8, t10.VALUE as c9, t6.DE_A_3 as c10, t6.DE_A_4 as c11, t0.AVAILABLE_QUANTITY as c12, de_concat_if_not_null(t7.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t7.FORMATTED_POSITION, ')')),'')) as c13 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t11 on t11.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t1 on t1.CPR_ID = t11.COLLECTION_PROTOCOL_REG_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t1.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t1.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t4 on t4.COLLECTION_PROTOCOL_ID = t3.IDENTIFIER left join OS_SPECIMEN_POSITIONS_VIEW t7 on t7.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join (OS_SPMN_CUST_FIELDS t5 inner join DE_E_26777 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 13227) on t5.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE') AND (((((t2.SITE_ID = 4529 OR t4.SITE_ID = 4529))) OR (upper(t0.LINEAGE) = 'NEW' AND (((t2.SITE_ID = 4529 OR t4.SITE_ID = 4529))))))) AND t3.IDENTIFIER = 6078) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "497478","Mar 07, 2022 17:12","Irina Gurvich","ig112@cumc.columbia.edu","ig112@cumc.columbia.edu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t0.CREATED_ON as c0, t0.IDENTIFIER as c1, t8.VALUE as c2, t9.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t3.IDENTIFIER as c5, t0.LABEL as c6, t0.CREATED_ON as c7, t8.VALUE as c8, t10.VALUE as c9, t6.DE_A_3 as c10, t6.DE_A_4 as c11, t0.AVAILABLE_QUANTITY as c12, de_concat_if_not_null(t7.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t7.FORMATTED_POSITION, ')')),'')) as c13 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t11 on t11.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t1 on t1.CPR_ID = t11.COLLECTION_PROTOCOL_REG_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t1.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t1.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t4 on t4.COLLECTION_PROTOCOL_ID = t3.IDENTIFIER left join OS_SPECIMEN_POSITIONS_VIEW t7 on t7.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join (OS_SPMN_CUST_FIELDS t5 inner join DE_E_26777 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 13227) on t5.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE') AND (((((t2.SITE_ID = 4529 OR t4.SITE_ID = 4529))) OR (upper(t0.LINEAGE) = 'NEW' AND (((t2.SITE_ID = 4529 OR t4.SITE_ID = 4529))))))) AND t3.IDENTIFIER = 6078) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "497479","Mar 07, 2022 17:12","Irina Gurvich","ig112@cumc.columbia.edu","ig112@cumc.columbia.edu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t0.CREATED_ON as c0, t0.IDENTIFIER as c1, t8.VALUE as c2, t9.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t3.IDENTIFIER as c5, t0.LABEL as c6, t0.CREATED_ON as c7, t8.VALUE as c8, t10.VALUE as c9, t6.DE_A_3 as c10, t6.DE_A_4 as c11, t0.AVAILABLE_QUANTITY as c12, de_concat_if_not_null(t7.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t7.FORMATTED_POSITION, ')')),'')) as c13 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t11 on t11.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t1 on t1.CPR_ID = t11.COLLECTION_PROTOCOL_REG_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t1.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t1.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t4 on t4.COLLECTION_PROTOCOL_ID = t3.IDENTIFIER left join OS_SPECIMEN_POSITIONS_VIEW t7 on t7.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join (OS_SPMN_CUST_FIELDS t5 inner join DE_E_26777 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 13227) on t5.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE') AND (((((t2.SITE_ID = 4529 OR t4.SITE_ID = 4529))) OR (upper(t0.LINEAGE) = 'NEW' AND (((t2.SITE_ID = 4529 OR t4.SITE_ID = 4529))))))) AND t3.IDENTIFIER = 6078) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "497480","Mar 07, 2022 23:05","AAHK CORD1 KAVI1","aahkcord.kavi1@gmail.com","AHKC1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6311) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6311)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled'))))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled')))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497481","Mar 07, 2022 23:05","AAHK CORD1 KAVI1","aahkcord.kavi1@gmail.com","AHKC1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled'))))))) AND t2.IDENTIFIER = 6093) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497482","Mar 07, 2022 23:10","AAHK CORD1 KAVI1","aahkcord.kavi1@gmail.com","AHKC1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled'))))))) AND t2.IDENTIFIER = 6093) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497483","Mar 07, 2022 23:10","AAHK CORD1 KAVI1","aahkcord.kavi1@gmail.com","AHKC1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6311) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6311)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled'))))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled')))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497484","Mar 07, 2022 23:16","AAHK CORD1 KAVI1","aahkcord.kavi1@gmail.com","AHKC1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6311) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6311)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled'))))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled')))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497485","Mar 07, 2022 23:25","AAHK CORD1 KAVI1","aahkcord.kavi1@gmail.com","AHKC1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6311) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6311)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled'))))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled')))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497486","Mar 07, 2022 23:40","AU1S1 Technician","au1s1.kavi1@gmail.com","AU1S1K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6309) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6309)) AND ((t2.SITE_ID = 4547 OR t2.SITE_ID = 4548 OR t2.SITE_ID = 4547)))) AND ((t2.SITE_ID = 4547 AND t0.IDENTIFIER = 6093) OR (t2.SITE_ID = 4548 AND t0.IDENTIFIER = 6096) OR (t2.SITE_ID = 4547 AND t0.IDENTIFIER = 6089))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497487","Mar 07, 2022 23:41","AU1S1 Technician","au1s1.kavi1@gmail.com","AU1S1K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6089))))) AND t2.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497488","Mar 07, 2022 23:41","AU1S1 Technician","au1s1.kavi1@gmail.com","AU1S1K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6309) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6309)) AND ((t2.SITE_ID = 4547 OR t2.SITE_ID = 4548 OR t2.SITE_ID = 4547)))) AND ((t2.SITE_ID = 4547 AND t0.IDENTIFIER = 6093) OR (t2.SITE_ID = 4548 AND t0.IDENTIFIER = 6096) OR (t2.SITE_ID = 4547 AND t0.IDENTIFIER = 6089))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497489","Mar 07, 2022 23:41","AU1S1 Technician","au1s1.kavi1@gmail.com","AU1S1K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6089))))) AND t2.IDENTIFIER = 6093) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497490","Mar 07, 2022 23:42","AU1S1 Technician","au1s1.kavi1@gmail.com","AU1S1K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6309) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6309)) AND ((t2.SITE_ID = 4547 OR t2.SITE_ID = 4548 OR t2.SITE_ID = 4547)))) AND ((t2.SITE_ID = 4547 AND t0.IDENTIFIER = 6093) OR (t2.SITE_ID = 4548 AND t0.IDENTIFIER = 6096) OR (t2.SITE_ID = 4547 AND t0.IDENTIFIER = 6089))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497491","Mar 07, 2022 23:42","AU1S1 Technician","au1s1.kavi1@gmail.com","AU1S1K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6089))))) AND t2.IDENTIFIER = 6093) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497492","Mar 07, 2022 23:42","AU1S1 Technician","au1s1.kavi1@gmail.com","AU1S1K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6089))))) AND t2.IDENTIFIER = 6093) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497493","Mar 07, 2022 23:42","AU1S1 Technician","au1s1.kavi1@gmail.com","AU1S1K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6309) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6309)) AND ((t2.SITE_ID = 4547 OR t2.SITE_ID = 4548 OR t2.SITE_ID = 4547)))) AND ((t2.SITE_ID = 4547 AND t0.IDENTIFIER = 6093) OR (t2.SITE_ID = 4548 AND t0.IDENTIFIER = 6096) OR (t2.SITE_ID = 4547 AND t0.IDENTIFIER = 6089))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497494","Mar 07, 2022 23:43","AU1S1 Technician","au1s1.kavi1@gmail.com","AU1S1K1","Data","0","N/A",,"select count(t0.CPR_ID) as c0 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.CPR_ID is not null ) AND t1.IDENTIFIER = 6093) AND (t0.ACTIVITY_STATUS != 'Disabled')" "497495","Mar 07, 2022 23:43","AU1S1 Technician","au1s1.kavi1@gmail.com","AU1S1K1","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t2.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.IDENTIFIER is not null AND t0.LINEAGE = 'New' AND t0.COLLECTION_STATUS = 'Collected') AND t1.IDENTIFIER = 6093) AND (t2.ACTIVITY_STATUS != 'Disabled')" "497496","Mar 07, 2022 23:43","AU1S1 Technician","au1s1.kavi1@gmail.com","AU1S1K1","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t2.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.IDENTIFIER is not null AND t0.AVAILABLE_QUANTITY > 0 AND t0.COLLECTION_STATUS = 'Collected') AND t1.IDENTIFIER = 6093) AND (t2.ACTIVITY_STATUS != 'Disabled')" "497497","Mar 07, 2022 23:43","AU1S1 Technician","au1s1.kavi1@gmail.com","AU1S1K1","Data","0","N/A",,"select count(distinct t0.IDENTIFIER) as c0 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.ORDER_STATUS = 'EXECUTED') AND t2.IDENTIFIER = 6093) AND (t3.ACTIVITY_STATUS != 'Disabled')" "497498","Mar 07, 2022 23:43","AU1S1 Technician","au1s1.kavi1@gmail.com","AU1S1K1","Data","0","N/A",,"select t0.CREATED_ON as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t2.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.CREATED_ON is not null AND t0.COLLECTION_STATUS = 'Collected' AND (t0.CREATED_ON >= to_date('10-01-2021 00:00', 'MM-DD-YYYY HH24:MI') and t0.CREATED_ON <= to_date('12-31-2021 23:59', 'MM-DD-YYYY HH24:MI'))) AND t1.IDENTIFIER = 6093) AND (t2.ACTIVITY_STATUS != 'Disabled') group by t0.CREATED_ON order by t0.CREATED_ON asc" "497499","Mar 07, 2022 23:43","AU1S1 Technician","au1s1.kavi1@gmail.com","AU1S1K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t2.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t3.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.COLLECTION_STATUS = 'Collected') AND t1.IDENTIFIER = 6093) AND (t3.ACTIVITY_STATUS != 'Disabled') group by t2.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "497500","Mar 07, 2022 23:43","AU1S1 Technician","au1s1.kavi1@gmail.com","AU1S1K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t2.FREEZER as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t4 left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t4.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join OS_CONTAINER_ANCESTORS_VIEW t2 on t2.CONTAINER_ID = t1.CONTAINER_IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t4.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where ((t0.AVAILABLE_QUANTITY > 0 AND t2.FREEZER is not null ) AND t3.IDENTIFIER = 6093) AND (t4.ACTIVITY_STATUS != 'Disabled') group by t2.FREEZER order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "497501","Mar 07, 2022 23:43","AU1S1 Technician","au1s1.kavi1@gmail.com","AU1S1K1","Data","0","N/A",,"select t1.EXECUTION_DATE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.EXECUTION_DATE is not null AND t1.ORDER_STATUS = 'EXECUTED' AND (t1.EXECUTION_DATE >= to_date('10-01-2021 00:00', 'MM-DD-YYYY HH24:MI') and t1.EXECUTION_DATE <= to_date('12-31-2021 23:59', 'MM-DD-YYYY HH24:MI'))) AND t2.IDENTIFIER = 6093) AND (t3.ACTIVITY_STATUS != 'Disabled') group by t1.EXECUTION_DATE order by t1.EXECUTION_DATE asc" "497502","Mar 07, 2022 23:43","AU1S1 Technician","au1s1.kavi1@gmail.com","AU1S1K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t1.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0 AND t1.VALUE is not null ) AND t2.IDENTIFIER = 6093) AND (t3.ACTIVITY_STATUS != 'Disabled') group by t1.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "497503","Mar 07, 2022 23:43","AU1S1 Technician","au1s1.kavi1@gmail.com","AU1S1K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t2.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t3.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0) AND t1.IDENTIFIER = 6093) AND (t3.ACTIVITY_STATUS != 'Disabled') group by t2.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "497504","Mar 07, 2022 23:43","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497505","Mar 07, 2022 23:46","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6093) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497506","Mar 07, 2022 23:57","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6310) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6310)) AND ((t2.SITE_ID = 4549 OR t2.SITE_ID = 4549)))) AND ((t2.SITE_ID = 4549 AND t0.IDENTIFIER = 6092) OR (t2.SITE_ID = 4549 AND t0.IDENTIFIER = 6089))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497507","Mar 07, 2022 23:57","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6310) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6310)) AND ((t2.SITE_ID = 4549 OR t2.SITE_ID = 4549)))) AND ((t2.SITE_ID = 4549 AND t0.IDENTIFIER = 6092) OR (t2.SITE_ID = 4549 AND t0.IDENTIFIER = 6089))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497508","Mar 07, 2022 23:58","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6095) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497509","Mar 08, 2022 00:02","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4549 OR t3.SITE_ID = 4549) AND t2.IDENTIFIER = 6089) OR ((t1.SITE_ID = 4549 OR t3.SITE_ID = 4549) AND t2.IDENTIFIER = 6092))))) AND t2.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497510","Mar 08, 2022 00:02","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4549 OR t3.SITE_ID = 4549) AND t2.IDENTIFIER = 6089) OR ((t1.SITE_ID = 4549 OR t3.SITE_ID = 4549) AND t2.IDENTIFIER = 6092))))) AND t2.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497511","Mar 08, 2022 00:03","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6310) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6310)) AND ((t2.SITE_ID = 4549 OR t2.SITE_ID = 4549)))) AND ((t2.SITE_ID = 4549 AND t0.IDENTIFIER = 6092) OR (t2.SITE_ID = 4549 AND t0.IDENTIFIER = 6089))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497512","Mar 08, 2022 00:06","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6095) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497513","Mar 08, 2022 00:15","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6095) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497514","Mar 08, 2022 00:17","AAHK CORD1 KAVI1","aahkcord.kavi1@gmail.com","AHKC1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6311) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6311)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled') OR t2.SITE_ID = 4556)))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled')) OR (t2.SITE_ID = 4556))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497515","Mar 08, 2022 00:19","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497516","Mar 08, 2022 00:19","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244)) AND (upper(t0.SHORT_TITLE) like '%UMCG%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497517","Mar 08, 2022 00:19","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6095) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497518","Mar 08, 2022 00:19","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6095) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "497519","Mar 08, 2022 00:20","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6095) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497520","Mar 08, 2022 00:21","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6095) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497521","Mar 08, 2022 00:21","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6095) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497522","Mar 08, 2022 00:32","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497523","Mar 08, 2022 00:32","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244)) AND (upper(t0.SHORT_TITLE) like '%STUDY A%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497524","Mar 08, 2022 00:34","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6094) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497525","Mar 08, 2022 00:39","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6094) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497526","Mar 08, 2022 00:44","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6094) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497527","Mar 08, 2022 00:46","AAHK CORD2 KAVI2","AU3K2.KAVI2@gmail.com","AHKC2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6318) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6318)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled'))))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled')))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497528","Mar 08, 2022 00:46","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497529","Mar 08, 2022 00:46","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244)) AND (upper(t0.SHORT_TITLE) like '%UMCG%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497530","Mar 08, 2022 00:48","AAHK CORD2 KAVI2","AU3K2.KAVI2@gmail.com","AHKC2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6318) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6318)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled') OR t2.SITE_ID = 4557)))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled')) OR (t2.SITE_ID = 4557))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497531","Mar 08, 2022 00:52","AAHK CORD2 KAVI2","AU3K2.KAVI2@gmail.com","AHKC2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6318) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6318)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled') OR t2.SITE_ID = 4557)))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled')) OR (t2.SITE_ID = 4557))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497532","Mar 08, 2022 00:52","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Export","0","N/A",,"select t3.PPID as c0, t3.FIRST_NAME as c1, t3.LAST_NAME as c2, t3.EMAIL_ADDRESS as c3, t3.DOB as c4, t3.SSN as c5, t3.EMPI_ID as c6, t4.NAME as c7, t0.LABEL as c8, t5.VALUE as c9, t1.COST as c10, t2.CONTAINER_NAME as c11, t2.POS_TWO_STR as c12, t2.POS_ONE_STR as c13, t2.FORMATTED_POSITION as c14, t0.LINEAGE as c15, t0.BARCODE as c16, t6.VALUE as c17, t7.VALUE as c18, t8.VALUE as c19, t9.VALUE as c20, t0.CREATED_ON as c21, t0.INITIAL_QUANTITY as c22, t0.AVAILABLE_QUANTITY as c23, 't3', t3.CPR_ID as mc0, 't4', t4.IDENTIFIER as mc1, 't0', t0.IDENTIFIER as mc2, 't1', t1.IDENTIFIER as mc3, 't2', t2.SPECIMEN_ID as mc4 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t0.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t1.NAME is not null ) AND (t1.ORDER_ID = 4330)) AND (t3.ACTIVITY_STATUS != 'Disabled') order by t3.CPR_ID" "497533","Mar 08, 2022 01:04","AU3 KAVI2 technician","au3s3K2.technician2@gmail.com","AU3K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6322) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6322)) AND ((t2.SITE_ID = 4557)))) AND ((t2.SITE_ID = 4557 AND t0.IDENTIFIER = 6098))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497534","Mar 08, 2022 01:22","AU3 KAVI2 technician","au3s3K2.technician2@gmail.com","AU3K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6322) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6322)) AND ((t2.SITE_ID = 4557)))) AND ((t2.SITE_ID = 4557 AND t0.IDENTIFIER = 6098))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497535","Mar 08, 2022 01:22","AU3 KAVI2 technician","au3s3K2.technician2@gmail.com","AU3K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4557 OR t3.SITE_ID = 4557) AND t2.IDENTIFIER = 6098))))) AND t2.IDENTIFIER = 6098) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497536","Mar 08, 2022 01:45","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497537","Mar 08, 2022 01:45","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497538","Mar 08, 2022 01:45","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244)) AND (upper(t0.SHORT_TITLE) like '%UMCG%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497539","Mar 08, 2022 01:46","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497540","Mar 08, 2022 01:46","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497541","Mar 08, 2022 01:53","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497542","Mar 08, 2022 01:54","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497543","Mar 08, 2022 01:54","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973)) AND (upper(t0.SHORT_TITLE) like '%UMCG%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497544","Mar 08, 2022 01:54","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497545","Mar 08, 2022 01:56","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.REGISTRATION_DATE as c3, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c4 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5962) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497546","Mar 08, 2022 01:56","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.REGISTRATION_DATE as c3, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c4 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5962) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497547","Mar 08, 2022 01:57","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6310) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6310)) AND ((t2.SITE_ID = 4549)))) AND ((t2.SITE_ID = 4549 AND t0.IDENTIFIER = 6089))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497548","Mar 08, 2022 01:57","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4549 OR t3.SITE_ID = 4549) AND t2.IDENTIFIER = 6089))))) AND t2.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497549","Mar 08, 2022 01:57","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t0.CREATED_ON as c0, t0.IDENTIFIER as c1, t6.VALUE as c2, t7.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t3.IDENTIFIER as c5, t0.LABEL as c6, t0.CREATED_ON as c7, t6.VALUE as c8, t8.VALUE as c9, t9.VALUE as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t5.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t5.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t10 on t10.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t1 on t1.CPR_ID = t10.COLLECTION_PROTOCOL_REG_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t1.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t1.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t4 on t4.COLLECTION_PROTOCOL_ID = t3.IDENTIFIER left join OS_SPECIMEN_POSITIONS_VIEW t5 on t5.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE') AND (((((t2.SITE_ID = 4549 OR t4.SITE_ID = 4549))) OR (upper(t0.LINEAGE) = 'NEW' AND (((t2.SITE_ID = 4549 OR t4.SITE_ID = 4549))))))) AND t3.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "497550","Mar 08, 2022 01:58","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6057) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6057))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497551","Mar 08, 2022 01:58","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4549 OR t3.SITE_ID = 4549) AND t2.IDENTIFIER = 6089))))) AND t2.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497552","Mar 08, 2022 01:58","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6000) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497553","Mar 08, 2022 01:58","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6310) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6310)) AND ((t2.SITE_ID = 4549)))) AND ((t2.SITE_ID = 4549 AND t0.IDENTIFIER = 6089))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497554","Mar 08, 2022 01:58","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6000) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497555","Mar 08, 2022 01:58","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6000) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497556","Mar 08, 2022 01:58","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6000) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497557","Mar 08, 2022 02:01","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6310) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6310)) AND ((t2.SITE_ID = 4549)))) AND ((t2.SITE_ID = 4549 AND t0.IDENTIFIER = 6089))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497558","Mar 08, 2022 02:03","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6000) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497559","Mar 08, 2022 02:21","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.IDENTIFIER as c0, t0.IDENTIFIER as c1, t3.VALUE as c2, t4.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t5.IDENTIFIER as c5, t1.IDENTIFIER as c6, t1.LABEL as c7, t0.LABEL as c8, t3.VALUE as c9, t6.VALUE as c10, t5.SHORT_TITLE as c11, t1.QUANTITY as c12, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c13, t1.STATUS as c14 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t8.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t1.ORDER_ID = 4330)) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.IDENTIFIER asc ) tab where rownum <= 101) where rnum >= 1" "497560","Mar 08, 2022 02:21","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497561","Mar 08, 2022 02:21","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6097) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497562","Mar 08, 2022 02:22","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6097) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497563","Mar 08, 2022 02:22","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6097) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497564","Mar 08, 2022 02:22","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6094) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497565","Mar 08, 2022 02:33","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6094) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497566","Mar 08, 2022 02:35","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6094) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497567","Mar 08, 2022 02:35","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6094) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497568","Mar 08, 2022 02:35","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6094) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497569","Mar 08, 2022 02:36","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6094) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497570","Mar 08, 2022 02:38","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6094) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497571","Mar 08, 2022 02:43","Divya Prabhu","divya@krishagni.com","divya.prabhu","Count","0","N/A",,"select count(distinct t5.CPR_ID) as c0, count(distinct t6.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t5 left join CATISSUE_SPECIMEN_COLL_GROUP t6 on t6.COLLECTION_PROTOCOL_REG_ID = t5.CPR_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t6.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join (OS_SPMN_EXTN_RECS t3 inner join CATISSUE_COLL_EVENT_PARAM t4 on t4.IDENTIFIER = t3.RECORD_ID and t3.FORM_ID = 67) on t3.SPECIMEN_ID = t0.IDENTIFIER left join (OS_SPMN_EXTN_RECS t1 inner join CATISSUE_FROZEN_EVENT_PARAM t2 on t2.IDENTIFIER = t1.RECORD_ID and t1.FORM_ID = 65) on t1.SPECIMEN_ID = t0.IDENTIFIER where ((round(1440 * (cast(t2.EVENT_TIMESTAMP as date) - cast(t4.EVENT_TIMESTAMP as date)), 2)) > 0) AND (t5.ACTIVITY_STATUS != 'Disabled')" "497572","Mar 08, 2022 02:43","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","1","N/A",,"select * from (select tab.*, rownum rnum from (select t5.CPR_ID as c0, t5.PPID as c1, t0.IDENTIFIER as c2, t6.IDENTIFIER as c3, t0.LABEL as c4, t7.VALUE as c5, t2.EVENT_TIMESTAMP as c6, t4.EVENT_TIMESTAMP as c7, (round(1440 * (cast(t2.EVENT_TIMESTAMP as date) - cast(t4.EVENT_TIMESTAMP as date)), 2)) as c8, 't5', t5.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't6', t6.IDENTIFIER as mc2, 't2', t2.IDENTIFIER as mc3, 't4', t4.IDENTIFIER as mc4 from CPR_VIEW t5 left join CATISSUE_COLLECTION_PROTOCOL t6 on t6.IDENTIFIER = t5.CP_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.COLLECTION_PROTOCOL_REG_ID = t5.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t8.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join (OS_SPMN_EXTN_RECS t3 inner join CATISSUE_COLL_EVENT_PARAM t4 on t4.IDENTIFIER = t3.RECORD_ID and t3.FORM_ID = 67) on t3.SPECIMEN_ID = t0.IDENTIFIER left join (OS_SPMN_EXTN_RECS t1 inner join CATISSUE_FROZEN_EVENT_PARAM t2 on t2.IDENTIFIER = t1.RECORD_ID and t1.FORM_ID = 65) on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((round(1440 * (cast(t2.EVENT_TIMESTAMP as date) - cast(t4.EVENT_TIMESTAMP as date)), 2)) > 0) AND (t5.ACTIVITY_STATUS != 'Disabled') order by t5.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "497573","Mar 08, 2022 02:44","Divya Prabhu","divya@krishagni.com","divya.prabhu","Count","0","N/A",,"select count(distinct t5.CPR_ID) as c0, count(distinct t6.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t5 left join CATISSUE_SPECIMEN_COLL_GROUP t6 on t6.COLLECTION_PROTOCOL_REG_ID = t5.CPR_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t6.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join (OS_SPMN_EXTN_RECS t3 inner join CATISSUE_COLL_EVENT_PARAM t4 on t4.IDENTIFIER = t3.RECORD_ID and t3.FORM_ID = 67) on t3.SPECIMEN_ID = t0.IDENTIFIER left join (OS_SPMN_EXTN_RECS t1 inner join CATISSUE_FROZEN_EVENT_PARAM t2 on t2.IDENTIFIER = t1.RECORD_ID and t1.FORM_ID = 65) on t1.SPECIMEN_ID = t0.IDENTIFIER where ((round(1440 * (cast(t2.EVENT_TIMESTAMP as date) - cast(t4.EVENT_TIMESTAMP as date)), 2)) > 0) AND (t5.ACTIVITY_STATUS != 'Disabled')" "497574","Mar 08, 2022 02:44","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","1","N/A",,"select * from (select tab.*, rownum rnum from (select t5.CPR_ID as c0, t5.PPID as c1, t0.IDENTIFIER as c2, t6.IDENTIFIER as c3, t0.LABEL as c4, t7.VALUE as c5, t2.EVENT_TIMESTAMP as c6, t4.EVENT_TIMESTAMP as c7, (round(1440 * (cast(t2.EVENT_TIMESTAMP as date) - cast(t4.EVENT_TIMESTAMP as date)), 2)) as c8, 't5', t5.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't6', t6.IDENTIFIER as mc2, 't2', t2.IDENTIFIER as mc3, 't4', t4.IDENTIFIER as mc4 from CPR_VIEW t5 left join CATISSUE_COLLECTION_PROTOCOL t6 on t6.IDENTIFIER = t5.CP_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.COLLECTION_PROTOCOL_REG_ID = t5.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t8.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join (OS_SPMN_EXTN_RECS t3 inner join CATISSUE_COLL_EVENT_PARAM t4 on t4.IDENTIFIER = t3.RECORD_ID and t3.FORM_ID = 67) on t3.SPECIMEN_ID = t0.IDENTIFIER left join (OS_SPMN_EXTN_RECS t1 inner join CATISSUE_FROZEN_EVENT_PARAM t2 on t2.IDENTIFIER = t1.RECORD_ID and t1.FORM_ID = 65) on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((round(1440 * (cast(t2.EVENT_TIMESTAMP as date) - cast(t4.EVENT_TIMESTAMP as date)), 2)) > 0) AND (t5.ACTIVITY_STATUS != 'Disabled') order by t5.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "497575","Mar 08, 2022 02:45","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497576","Mar 08, 2022 02:45","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497577","Mar 08, 2022 02:46","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6094) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497578","Mar 08, 2022 02:47","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6094) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497579","Mar 08, 2022 02:48","Divya Prabhu","divya@krishagni.com","divya.prabhu","Count","0","N/A",,"select count(distinct t3.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t0.LINEAGE = 'Aliquot' AND t1.RECV_QUALITY = 'Hemolyzed') AND t2.IDENTIFIER = 6094) AND (t3.ACTIVITY_STATUS != 'Disabled')" "497580","Mar 08, 2022 02:48","Divya Prabhu","divya@krishagni.com","divya.prabhu","Count","0","N/A",,"select count(distinct t3.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t0.LINEAGE = 'Aliquot' AND t1.RECV_QUALITY is not null ) AND t2.IDENTIFIER = 6094) AND (t3.ACTIVITY_STATUS != 'Disabled')" "497581","Mar 08, 2022 02:48","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t4.CPR_ID as c0, t4.PPID as c1, t4.REGISTRATION_DATE as c2, t5.VALUE as c3, t7.VALUE as c4, t9.VALUE as c5, t0.IDENTIFIER as c6, t2.IDENTIFIER as c7, t0.LABEL as c8, t10.VALUE as c9, t11.VALUE as c10, t1.COLL_TIME as c11, t3.ISCHEMIA_TIME as c12, 't4', t4.CPR_ID as mc0, 't9', t9.IDENTIFIER as mc1, 't0', t0.IDENTIFIER as mc2, 't2', t2.IDENTIFIER as mc3, 't1', t1.SPECIMEN_ID as mc4, 't3', t3.SPECIMEN_ID as mc5 from CPR_VIEW t4 left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t4.GENDER_ID left join CATISSUE_RACE t6 on t6.PARTICIPANT_ID = t4.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t6.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.COLLECTION_PROTOCOL_REG_ID = t4.CPR_ID and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t8.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_STATS t3 on t3.SPECIMEN_ID = t0.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t9 on t9.VISIT_ID = t8.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t4.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t0.LINEAGE = 'Aliquot' AND t1.RECV_QUALITY is not null ) AND t2.IDENTIFIER = 6094) AND (t4.ACTIVITY_STATUS != 'Disabled') order by t4.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "497582","Mar 08, 2022 02:49","Divya Prabhu","divya@krishagni.com","divya.prabhu","Count","0","N/A",,"select count(distinct t3.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t0.LINEAGE = 'Aliquot' AND t1.RECV_QUALITY is not null ) AND t2.IDENTIFIER = 6094) AND (t3.ACTIVITY_STATUS != 'Disabled')" "497583","Mar 08, 2022 02:49","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t5.CPR_ID as c0, t5.PPID as c1, t0.IDENTIFIER as c2, t2.IDENTIFIER as c3, t0.LABEL as c4, t6.VALUE as c5, t0.LINEAGE as c6, t0.AVAILABLE_QUANTITY as c7, t7.VALUE as c8, 't5', t5.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't2', t2.IDENTIFIER as mc2 from CPR_VIEW t5 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.COLLECTION_PROTOCOL_REG_ID = t5.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t8.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join (OS_SPMN_EXTN_RECS t3 inner join CATISSUE_RECEIVED_EVENT_PARAM t4 on t4.IDENTIFIER = t3.RECORD_ID and t3.FORM_ID = 70 left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t4.RECEIVED_QUALITY_ID) on t3.SPECIMEN_ID = t0.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t5.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t0.LINEAGE = 'Aliquot' AND t1.RECV_QUALITY is not null ) AND t2.IDENTIFIER = 6094) AND (t5.ACTIVITY_STATUS != 'Disabled') order by t5.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "497584","Mar 08, 2022 02:49","Divya Prabhu","divya@krishagni.com","divya.prabhu","Count","0","N/A",,"select count(distinct t3.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t0.LINEAGE = 'Aliquot' AND t1.RECV_QUALITY is not null ) AND t2.IDENTIFIER = 6094) AND (t3.ACTIVITY_STATUS != 'Disabled')" "497585","Mar 08, 2022 02:49","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t5.CPR_ID as c0, t5.PPID as c1, t0.IDENTIFIER as c2, t2.IDENTIFIER as c3, t0.LABEL as c4, t6.VALUE as c5, t0.LINEAGE as c6, t0.AVAILABLE_QUANTITY as c7, t7.VALUE as c8, 't5', t5.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't2', t2.IDENTIFIER as mc2 from CPR_VIEW t5 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.COLLECTION_PROTOCOL_REG_ID = t5.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t8.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join (OS_SPMN_EXTN_RECS t3 inner join CATISSUE_RECEIVED_EVENT_PARAM t4 on t4.IDENTIFIER = t3.RECORD_ID and t3.FORM_ID = 70 left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t4.RECEIVED_QUALITY_ID) on t3.SPECIMEN_ID = t0.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t5.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t0.LINEAGE = 'Aliquot' AND t1.RECV_QUALITY is not null ) AND t2.IDENTIFIER = 6094) AND (t5.ACTIVITY_STATUS != 'Disabled') order by t5.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "497586","Mar 08, 2022 02:54","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t5.CPR_ID as c0, t5.PPID as c1, t0.IDENTIFIER as c2, t2.IDENTIFIER as c3, t0.LABEL as c4, t6.VALUE as c5, t0.LINEAGE as c6, t0.AVAILABLE_QUANTITY as c7, t7.VALUE as c8, 't5', t5.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't2', t2.IDENTIFIER as mc2 from CPR_VIEW t5 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.COLLECTION_PROTOCOL_REG_ID = t5.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t8.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join (OS_SPMN_EXTN_RECS t3 inner join CATISSUE_RECEIVED_EVENT_PARAM t4 on t4.IDENTIFIER = t3.RECORD_ID and t3.FORM_ID = 70 left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t4.RECEIVED_QUALITY_ID) on t3.SPECIMEN_ID = t0.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t5.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t0.LINEAGE = 'Aliquot' AND t1.RECV_QUALITY is not null ) AND t2.IDENTIFIER = 6094) AND (t5.ACTIVITY_STATUS != 'Disabled') order by t5.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "497587","Mar 08, 2022 02:54","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Count","0","N/A",,"select count(distinct t3.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t0.LINEAGE = 'Aliquot' AND t1.RECV_QUALITY is not null ) AND t2.IDENTIFIER = 6094) AND (t3.ACTIVITY_STATUS != 'Disabled')" "497588","Mar 08, 2022 02:54","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t3.CPR_ID as c0, t3.PPID as c1, t0.IDENTIFIER as c2, t2.IDENTIFIER as c3, t0.LABEL as c4, t4.VALUE as c5, t0.LINEAGE as c6, t0.AVAILABLE_QUANTITY as c7, t1.RECV_QUALITY as c8, 't3', t3.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't2', t2.IDENTIFIER as mc2, 't1', t1.SPECIMEN_ID as mc3 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t0.LINEAGE = 'Aliquot' AND t1.RECV_QUALITY is not null ) AND t2.IDENTIFIER = 6094) AND (t3.ACTIVITY_STATUS != 'Disabled') order by t3.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "497589","Mar 08, 2022 02:55","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t3.CPR_ID as c0, t3.PPID as c1, t0.IDENTIFIER as c2, t2.IDENTIFIER as c3, t0.LABEL as c4, t4.VALUE as c5, t0.LINEAGE as c6, t0.AVAILABLE_QUANTITY as c7, t1.RECV_QUALITY as c8, 't3', t3.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't2', t2.IDENTIFIER as mc2, 't1', t1.SPECIMEN_ID as mc3 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t0.LINEAGE = 'Aliquot' AND t1.RECV_QUALITY = 'Hemolyzed') AND t2.IDENTIFIER = 6094) AND (t3.ACTIVITY_STATUS != 'Disabled') order by t3.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "497590","Mar 08, 2022 02:56","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Count","0","N/A",,"select count(distinct t3.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t0.LINEAGE = 'Aliquot' AND t1.RECV_QUALITY = 'Hemolyzed') AND t2.IDENTIFIER = 6094) AND (t3.ACTIVITY_STATUS != 'Disabled')" "497591","Mar 08, 2022 02:57","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t5.CPR_ID as c0, t5.PPID as c1, t0.IDENTIFIER as c2, t2.IDENTIFIER as c3, t0.LABEL as c4, t6.VALUE as c5, t0.LINEAGE as c6, t0.AVAILABLE_QUANTITY as c7, t7.VALUE as c8, 't5', t5.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't2', t2.IDENTIFIER as mc2 from CPR_VIEW t5 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.COLLECTION_PROTOCOL_REG_ID = t5.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t8.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join (OS_SPMN_EXTN_RECS t3 inner join CATISSUE_RECEIVED_EVENT_PARAM t4 on t4.IDENTIFIER = t3.RECORD_ID and t3.FORM_ID = 70 left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t4.RECEIVED_QUALITY_ID) on t3.SPECIMEN_ID = t0.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t5.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t0.LINEAGE = 'Aliquot' AND t1.RECV_QUALITY is not null ) AND t2.IDENTIFIER = 6094) AND (t5.ACTIVITY_STATUS != 'Disabled') order by t5.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "497592","Mar 08, 2022 02:57","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Count","0","N/A",,"select count(distinct t3.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t0.LINEAGE = 'Aliquot' AND t1.RECV_QUALITY is not null ) AND t2.IDENTIFIER = 6094) AND (t3.ACTIVITY_STATUS != 'Disabled')" "497593","Mar 08, 2022 02:57","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Count","0","N/A",,"select count(distinct t5.CPR_ID) as c0, count(distinct t6.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t5 left join CATISSUE_SPECIMEN_COLL_GROUP t6 on t6.COLLECTION_PROTOCOL_REG_ID = t5.CPR_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t6.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join (OS_SPMN_EXTN_RECS t3 inner join CATISSUE_COLL_EVENT_PARAM t4 on t4.IDENTIFIER = t3.RECORD_ID and t3.FORM_ID = 67) on t3.SPECIMEN_ID = t0.IDENTIFIER left join (OS_SPMN_EXTN_RECS t1 inner join CATISSUE_FROZEN_EVENT_PARAM t2 on t2.IDENTIFIER = t1.RECORD_ID and t1.FORM_ID = 65) on t1.SPECIMEN_ID = t0.IDENTIFIER where ((round(1440 * (cast(t2.EVENT_TIMESTAMP as date) - cast(t4.EVENT_TIMESTAMP as date)), 2)) > 0) AND (t5.ACTIVITY_STATUS != 'Disabled')" "497594","Mar 08, 2022 02:57","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t5.CPR_ID as c0, t5.PPID as c1, t0.IDENTIFIER as c2, t6.IDENTIFIER as c3, t0.LABEL as c4, t7.VALUE as c5, t2.EVENT_TIMESTAMP as c6, t4.EVENT_TIMESTAMP as c7, (round(1440 * (cast(t2.EVENT_TIMESTAMP as date) - cast(t4.EVENT_TIMESTAMP as date)), 2)) as c8, 't5', t5.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't6', t6.IDENTIFIER as mc2, 't2', t2.IDENTIFIER as mc3, 't4', t4.IDENTIFIER as mc4 from CPR_VIEW t5 left join CATISSUE_COLLECTION_PROTOCOL t6 on t6.IDENTIFIER = t5.CP_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.COLLECTION_PROTOCOL_REG_ID = t5.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t8.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join (OS_SPMN_EXTN_RECS t3 inner join CATISSUE_COLL_EVENT_PARAM t4 on t4.IDENTIFIER = t3.RECORD_ID and t3.FORM_ID = 67) on t3.SPECIMEN_ID = t0.IDENTIFIER left join (OS_SPMN_EXTN_RECS t1 inner join CATISSUE_FROZEN_EVENT_PARAM t2 on t2.IDENTIFIER = t1.RECORD_ID and t1.FORM_ID = 65) on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((round(1440 * (cast(t2.EVENT_TIMESTAMP as date) - cast(t4.EVENT_TIMESTAMP as date)), 2)) > 0) AND (t5.ACTIVITY_STATUS != 'Disabled') order by t5.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "497595","Mar 08, 2022 03:01","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Count","0","N/A",,"select count(distinct t6.CPR_ID) as c0, count(distinct t7.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t6 left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.COLLECTION_PROTOCOL_REG_ID = t6.CPR_ID and t7.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t7.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join (OS_SPMN_EXTN_RECS t2 inner join CATISSUE_FROZEN_EVENT_PARAM t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 65) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t1.VALUE = 'Serum' AND t0.LINEAGE = 'Aliquot' AND 1 = 1 ) AND t5.IDENTIFIER = 6094) AND (t6.ACTIVITY_STATUS != 'Disabled')" "497596","Mar 08, 2022 03:01","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Count","0","N/A",,"select count(distinct t6.CPR_ID) as c0, count(distinct t7.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t6 left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.COLLECTION_PROTOCOL_REG_ID = t6.CPR_ID and t7.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t7.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join (OS_SPMN_EXTN_RECS t2 inner join CATISSUE_FROZEN_EVENT_PARAM t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 65) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t1.VALUE = 'Serum' AND t0.LINEAGE = 'Aliquot' AND 1 = 1 ) AND t5.IDENTIFIER = 6094) AND (t6.ACTIVITY_STATUS != 'Disabled')" "497597","Mar 08, 2022 03:01","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","2","N/A",,"select * from (select tab.*, rownum rnum from (select t7.CPR_ID as c0, t7.PPID as c1, t7.REGISTRATION_DATE as c2, t8.VALUE as c3, t10.VALUE as c4, t12.VALUE as c5, t0.IDENTIFIER as c6, t5.IDENTIFIER as c7, t0.LABEL as c8, t1.VALUE as c9, t13.VALUE as c10, t4.COLL_TIME as c11, t6.ISCHEMIA_TIME as c12, 't7', t7.CPR_ID as mc0, 't12', t12.IDENTIFIER as mc1, 't0', t0.IDENTIFIER as mc2, 't5', t5.IDENTIFIER as mc3, 't4', t4.SPECIMEN_ID as mc4, 't6', t6.SPECIMEN_ID as mc5 from CPR_VIEW t7 left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t7.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t7.GENDER_ID left join CATISSUE_RACE t9 on t9.PARTICIPANT_ID = t7.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t9.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t11 on t11.COLLECTION_PROTOCOL_REG_ID = t7.CPR_ID and t11.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t11.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_STATS t6 on t6.SPECIMEN_ID = t0.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t13 on t13.IDENTIFIER = t0.ANATOMIC_SITE_ID left join (OS_SPMN_EXTN_RECS t2 inner join CATISSUE_FROZEN_EVENT_PARAM t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 65) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t12 on t12.VISIT_ID = t11.IDENTIFIER where ((t1.VALUE = 'Serum' AND t0.LINEAGE = 'Aliquot' AND 1 = 1 ) AND t5.IDENTIFIER = 6094) AND (t7.ACTIVITY_STATUS != 'Disabled') order by t7.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "497598","Mar 08, 2022 03:02","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Count","0","N/A",,"select count(distinct t6.CPR_ID) as c0, count(distinct t7.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t6 left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.COLLECTION_PROTOCOL_REG_ID = t6.CPR_ID and t7.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t7.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join (OS_SPMN_EXTN_RECS t2 inner join CATISSUE_FROZEN_EVENT_PARAM t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 65) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t1.VALUE = 'Serum' AND t0.LINEAGE = 'Aliquot' AND 1 = 1 ) AND t5.IDENTIFIER = 6094) AND (t6.ACTIVITY_STATUS != 'Disabled')" "497599","Mar 08, 2022 03:02","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t6.CPR_ID as c0, t6.PPID as c1, t0.IDENTIFIER as c2, t5.IDENTIFIER as c3, t0.LABEL as c4, t1.VALUE as c5, t4.COLL_TIME as c6, t3.EVENT_TIMESTAMP as c7, ((round(1440 * (cast(t3.EVENT_TIMESTAMP as date) - cast(t4.COLL_TIME as date)), 2)) / 60) as c8, 't6', t6.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't5', t5.IDENTIFIER as mc2, 't4', t4.SPECIMEN_ID as mc3, 't3', t3.IDENTIFIER as mc4 from CPR_VIEW t6 left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.COLLECTION_PROTOCOL_REG_ID = t6.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t7.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join (OS_SPMN_EXTN_RECS t2 inner join CATISSUE_FROZEN_EVENT_PARAM t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 65) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t1.VALUE = 'Serum' AND t0.LINEAGE = 'Aliquot' AND 1 = 1 ) AND t5.IDENTIFIER = 6094) AND (t6.ACTIVITY_STATUS != 'Disabled') order by t6.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "497600","Mar 08, 2022 03:02","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Count","0","N/A",,"select count(distinct t6.CPR_ID) as c0, count(distinct t7.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t6 left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.COLLECTION_PROTOCOL_REG_ID = t6.CPR_ID and t7.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t7.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join (OS_SPMN_EXTN_RECS t2 inner join CATISSUE_FROZEN_EVENT_PARAM t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 65) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t1.VALUE = 'Serum' AND t0.LINEAGE = 'Aliquot' AND 1 = 1 AND t3.EVENT_TIMESTAMP is not null ) AND t5.IDENTIFIER = 6094) AND (t6.ACTIVITY_STATUS != 'Disabled')" "497601","Mar 08, 2022 03:02","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t6.CPR_ID as c0, t6.PPID as c1, t0.IDENTIFIER as c2, t5.IDENTIFIER as c3, t0.LABEL as c4, t1.VALUE as c5, t4.COLL_TIME as c6, t3.EVENT_TIMESTAMP as c7, ((round(1440 * (cast(t3.EVENT_TIMESTAMP as date) - cast(t4.COLL_TIME as date)), 2)) / 60) as c8, 't6', t6.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't5', t5.IDENTIFIER as mc2, 't4', t4.SPECIMEN_ID as mc3, 't3', t3.IDENTIFIER as mc4 from CPR_VIEW t6 left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.COLLECTION_PROTOCOL_REG_ID = t6.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t7.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join (OS_SPMN_EXTN_RECS t2 inner join CATISSUE_FROZEN_EVENT_PARAM t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 65) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t1.VALUE = 'Serum' AND t0.LINEAGE = 'Aliquot' AND 1 = 1 AND t3.EVENT_TIMESTAMP is not null ) AND t5.IDENTIFIER = 6094) AND (t6.ACTIVITY_STATUS != 'Disabled') order by t6.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "497602","Mar 08, 2022 03:03","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Count","0","N/A",,"select count(distinct t6.CPR_ID) as c0, count(distinct t7.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t6 left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.COLLECTION_PROTOCOL_REG_ID = t6.CPR_ID and t7.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t7.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join (OS_SPMN_EXTN_RECS t2 inner join CATISSUE_FROZEN_EVENT_PARAM t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 65) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t1.VALUE = 'Serum' AND t0.LINEAGE = 'Aliquot' AND 1 = 1 AND t3.EVENT_TIMESTAMP is not null ) AND t5.IDENTIFIER = 6094) AND (t6.ACTIVITY_STATUS != 'Disabled')" "497603","Mar 08, 2022 03:03","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t6.CPR_ID as c0, t6.PPID as c1, t0.IDENTIFIER as c2, t5.IDENTIFIER as c3, t0.LABEL as c4, t1.VALUE as c5, t4.COLL_TIME as c6, t3.EVENT_TIMESTAMP as c7, ((round(1440 * (cast(t3.EVENT_TIMESTAMP as date) - cast(t4.COLL_TIME as date)), 2)) / 60) as c8, 't6', t6.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't5', t5.IDENTIFIER as mc2, 't4', t4.SPECIMEN_ID as mc3, 't3', t3.IDENTIFIER as mc4 from CPR_VIEW t6 left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.COLLECTION_PROTOCOL_REG_ID = t6.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t7.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join (OS_SPMN_EXTN_RECS t2 inner join CATISSUE_FROZEN_EVENT_PARAM t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 65) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t1.VALUE = 'Serum' AND t0.LINEAGE = 'Aliquot' AND 1 = 1 AND t3.EVENT_TIMESTAMP is not null ) AND t5.IDENTIFIER = 6094) AND (t6.ACTIVITY_STATUS != 'Disabled') order by t6.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "497604","Mar 08, 2022 03:07","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497605","Mar 08, 2022 03:12","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Count","0","N/A",,"select count(distinct t6.CPR_ID) as c0, count(distinct t7.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t6 left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.COLLECTION_PROTOCOL_REG_ID = t6.CPR_ID and t7.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t7.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join (OS_SPMN_EXTN_RECS t2 inner join CATISSUE_FROZEN_EVENT_PARAM t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 65) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t1.VALUE = 'Serum' AND t0.LINEAGE = 'Aliquot' AND ((round(1440 * (cast(t3.EVENT_TIMESTAMP as date) - cast(t4.COLL_TIME as date)), 2)) / 60) between 0 and 4 AND t3.EVENT_TIMESTAMP is not null ) AND t5.IDENTIFIER = 6094) AND (t6.ACTIVITY_STATUS != 'Disabled')" "497606","Mar 08, 2022 03:12","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t6.CPR_ID as c0, t6.PPID as c1, t0.IDENTIFIER as c2, t5.IDENTIFIER as c3, t0.LABEL as c4, t1.VALUE as c5, t4.COLL_TIME as c6, t3.EVENT_TIMESTAMP as c7, ((round(1440 * (cast(t3.EVENT_TIMESTAMP as date) - cast(t4.COLL_TIME as date)), 2)) / 60) as c8, 't6', t6.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't5', t5.IDENTIFIER as mc2, 't4', t4.SPECIMEN_ID as mc3, 't3', t3.IDENTIFIER as mc4 from CPR_VIEW t6 left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.COLLECTION_PROTOCOL_REG_ID = t6.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t7.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join (OS_SPMN_EXTN_RECS t2 inner join CATISSUE_FROZEN_EVENT_PARAM t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 65) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t1.VALUE = 'Serum' AND t0.LINEAGE = 'Aliquot' AND ((round(1440 * (cast(t3.EVENT_TIMESTAMP as date) - cast(t4.COLL_TIME as date)), 2)) / 60) between 0 and 4 AND t3.EVENT_TIMESTAMP is not null ) AND t5.IDENTIFIER = 6094) AND (t6.ACTIVITY_STATUS != 'Disabled') order by t6.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "497607","Mar 08, 2022 03:15","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t6.CPR_ID as c0, t6.PPID as c1, t0.IDENTIFIER as c2, t5.IDENTIFIER as c3, t0.LABEL as c4, t1.VALUE as c5, t4.COLL_TIME as c6, t3.EVENT_TIMESTAMP as c7, ((round(1440 * (cast(t3.EVENT_TIMESTAMP as date) - cast(t4.COLL_TIME as date)), 2)) / 60) as c8, 't6', t6.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't5', t5.IDENTIFIER as mc2, 't4', t4.SPECIMEN_ID as mc3, 't3', t3.IDENTIFIER as mc4 from CPR_VIEW t6 left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.COLLECTION_PROTOCOL_REG_ID = t6.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t7.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join (OS_SPMN_EXTN_RECS t2 inner join CATISSUE_FROZEN_EVENT_PARAM t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 65) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t1.VALUE = 'Serum' AND t0.LINEAGE = 'Aliquot' AND 1 = 1 AND t3.EVENT_TIMESTAMP is not null ) AND t5.IDENTIFIER = 6094) AND (t6.ACTIVITY_STATUS != 'Disabled') order by t6.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "497608","Mar 08, 2022 03:15","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Count","0","N/A",,"select count(distinct t6.CPR_ID) as c0, count(distinct t7.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t6 left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.COLLECTION_PROTOCOL_REG_ID = t6.CPR_ID and t7.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t7.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join (OS_SPMN_EXTN_RECS t2 inner join CATISSUE_FROZEN_EVENT_PARAM t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 65) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t1.VALUE = 'Serum' AND t0.LINEAGE = 'Aliquot' AND 1 = 1 AND t3.EVENT_TIMESTAMP is not null ) AND t5.IDENTIFIER = 6094) AND (t6.ACTIVITY_STATUS != 'Disabled')" "497609","Mar 08, 2022 03:16","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6094) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497610","Mar 08, 2022 03:16","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6094) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497611","Mar 08, 2022 03:16","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6094) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497612","Mar 08, 2022 03:16","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6094) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497613","Mar 08, 2022 03:17","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t6.CPR_ID as c0, t6.PPID as c1, t0.IDENTIFIER as c2, t5.IDENTIFIER as c3, t0.LABEL as c4, t1.VALUE as c5, t4.COLL_TIME as c6, t3.EVENT_TIMESTAMP as c7, ((round(1440 * (cast(t3.EVENT_TIMESTAMP as date) - cast(t4.COLL_TIME as date)), 2)) / 60) as c8, 't6', t6.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't5', t5.IDENTIFIER as mc2, 't4', t4.SPECIMEN_ID as mc3, 't3', t3.IDENTIFIER as mc4 from CPR_VIEW t6 left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.COLLECTION_PROTOCOL_REG_ID = t6.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t7.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join (OS_SPMN_EXTN_RECS t2 inner join CATISSUE_FROZEN_EVENT_PARAM t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 65) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t1.VALUE = 'Serum' AND t0.LINEAGE = 'Aliquot' AND ((round(1440 * (cast(t3.EVENT_TIMESTAMP as date) - cast(t4.COLL_TIME as date)), 2)) / 60) between 0 and 4 AND t3.EVENT_TIMESTAMP is not null ) AND t5.IDENTIFIER = 6094) AND (t6.ACTIVITY_STATUS != 'Disabled') order by t6.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "497614","Mar 08, 2022 03:17","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Count","0","N/A",,"select count(distinct t6.CPR_ID) as c0, count(distinct t7.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t6 left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.COLLECTION_PROTOCOL_REG_ID = t6.CPR_ID and t7.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t7.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join (OS_SPMN_EXTN_RECS t2 inner join CATISSUE_FROZEN_EVENT_PARAM t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 65) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t1.VALUE = 'Serum' AND t0.LINEAGE = 'Aliquot' AND ((round(1440 * (cast(t3.EVENT_TIMESTAMP as date) - cast(t4.COLL_TIME as date)), 2)) / 60) between 0 and 4 AND t3.EVENT_TIMESTAMP is not null ) AND t5.IDENTIFIER = 6094) AND (t6.ACTIVITY_STATUS != 'Disabled')" "497615","Mar 08, 2022 03:17","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Count","0","N/A",,"select count(distinct t6.CPR_ID) as c0, count(distinct t7.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t6 left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.COLLECTION_PROTOCOL_REG_ID = t6.CPR_ID and t7.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t7.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join (OS_SPMN_EXTN_RECS t2 inner join CATISSUE_FROZEN_EVENT_PARAM t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 65) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t1.VALUE = 'Serum' AND t0.LINEAGE = 'Aliquot' AND 1 = 1 AND t3.EVENT_TIMESTAMP is not null ) AND t5.IDENTIFIER = 6094) AND (t6.ACTIVITY_STATUS != 'Disabled')" "497616","Mar 08, 2022 03:17","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t6.CPR_ID as c0, t6.PPID as c1, t0.IDENTIFIER as c2, t5.IDENTIFIER as c3, t0.LABEL as c4, t1.VALUE as c5, t4.COLL_TIME as c6, t3.EVENT_TIMESTAMP as c7, ((round(1440 * (cast(t3.EVENT_TIMESTAMP as date) - cast(t4.COLL_TIME as date)), 2)) / 60) as c8, 't6', t6.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't5', t5.IDENTIFIER as mc2, 't4', t4.SPECIMEN_ID as mc3, 't3', t3.IDENTIFIER as mc4 from CPR_VIEW t6 left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.COLLECTION_PROTOCOL_REG_ID = t6.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t7.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join (OS_SPMN_EXTN_RECS t2 inner join CATISSUE_FROZEN_EVENT_PARAM t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 65) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t1.VALUE = 'Serum' AND t0.LINEAGE = 'Aliquot' AND 1 = 1 AND t3.EVENT_TIMESTAMP is not null ) AND t5.IDENTIFIER = 6094) AND (t6.ACTIVITY_STATUS != 'Disabled') order by t6.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "497617","Mar 08, 2022 03:17","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Count","0","N/A",,"select count(distinct t6.CPR_ID) as c0, count(distinct t7.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t6 left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.COLLECTION_PROTOCOL_REG_ID = t6.CPR_ID and t7.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t7.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join (OS_SPMN_EXTN_RECS t2 inner join CATISSUE_FROZEN_EVENT_PARAM t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 65) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t1.VALUE = 'Serum' AND t0.LINEAGE = 'Aliquot' AND ((round(1440 * (cast(t3.EVENT_TIMESTAMP as date) - cast(t4.COLL_TIME as date)), 2)) / 60) >= 4 AND t3.EVENT_TIMESTAMP is not null ) AND t5.IDENTIFIER = 6094) AND (t6.ACTIVITY_STATUS != 'Disabled')" "497618","Mar 08, 2022 03:17","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t6.CPR_ID as c0, t6.PPID as c1, t0.IDENTIFIER as c2, t5.IDENTIFIER as c3, t0.LABEL as c4, t1.VALUE as c5, t4.COLL_TIME as c6, t3.EVENT_TIMESTAMP as c7, ((round(1440 * (cast(t3.EVENT_TIMESTAMP as date) - cast(t4.COLL_TIME as date)), 2)) / 60) as c8, 't6', t6.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't5', t5.IDENTIFIER as mc2, 't4', t4.SPECIMEN_ID as mc3, 't3', t3.IDENTIFIER as mc4 from CPR_VIEW t6 left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.COLLECTION_PROTOCOL_REG_ID = t6.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t7.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join (OS_SPMN_EXTN_RECS t2 inner join CATISSUE_FROZEN_EVENT_PARAM t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 65) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t1.VALUE = 'Serum' AND t0.LINEAGE = 'Aliquot' AND ((round(1440 * (cast(t3.EVENT_TIMESTAMP as date) - cast(t4.COLL_TIME as date)), 2)) / 60) >= 4 AND t3.EVENT_TIMESTAMP is not null ) AND t5.IDENTIFIER = 6094) AND (t6.ACTIVITY_STATUS != 'Disabled') order by t6.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "497619","Mar 08, 2022 03:20","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t6.CPR_ID as c0, t6.PPID as c1, t0.IDENTIFIER as c2, t5.IDENTIFIER as c3, t0.LABEL as c4, t1.VALUE as c5, t4.COLL_TIME as c6, t3.EVENT_TIMESTAMP as c7, ((round(1440 * (cast(t3.EVENT_TIMESTAMP as date) - cast(t4.COLL_TIME as date)), 2)) / 60) as c8, 't6', t6.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't5', t5.IDENTIFIER as mc2, 't4', t4.SPECIMEN_ID as mc3, 't3', t3.IDENTIFIER as mc4 from CPR_VIEW t6 left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.COLLECTION_PROTOCOL_REG_ID = t6.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t7.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join (OS_SPMN_EXTN_RECS t2 inner join CATISSUE_FROZEN_EVENT_PARAM t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 65) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t1.VALUE = 'Serum' AND t0.LINEAGE = 'Aliquot' AND 1 = 1 AND t3.EVENT_TIMESTAMP is not null ) AND t5.IDENTIFIER = 6094) AND (t6.ACTIVITY_STATUS != 'Disabled') order by t6.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "497620","Mar 08, 2022 03:20","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Count","0","N/A",,"select count(distinct t6.CPR_ID) as c0, count(distinct t7.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t6 left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.COLLECTION_PROTOCOL_REG_ID = t6.CPR_ID and t7.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t7.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join (OS_SPMN_EXTN_RECS t2 inner join CATISSUE_FROZEN_EVENT_PARAM t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 65) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t1.VALUE = 'Serum' AND t0.LINEAGE = 'Aliquot' AND 1 = 1 AND t3.EVENT_TIMESTAMP is not null ) AND t5.IDENTIFIER = 6094) AND (t6.ACTIVITY_STATUS != 'Disabled')" "497621","Mar 08, 2022 03:21","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Count","0","N/A",,"select count(distinct t6.CPR_ID) as c0, count(distinct t7.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t6 left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.COLLECTION_PROTOCOL_REG_ID = t6.CPR_ID and t7.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t7.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join (OS_SPMN_EXTN_RECS t2 inner join CATISSUE_FROZEN_EVENT_PARAM t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 65) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t1.VALUE = 'Serum' AND t0.LINEAGE = 'Aliquot' AND 1 = 1 AND t3.EVENT_TIMESTAMP is not null ) AND t5.IDENTIFIER = 6094) AND (t6.ACTIVITY_STATUS != 'Disabled')" "497622","Mar 08, 2022 03:21","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t6.CPR_ID as c0, t6.PPID as c1, t0.IDENTIFIER as c2, t5.IDENTIFIER as c3, t0.LABEL as c4, t1.VALUE as c5, t4.COLL_TIME as c6, t3.EVENT_TIMESTAMP as c7, ((round(1440 * (cast(t3.EVENT_TIMESTAMP as date) - cast(t4.COLL_TIME as date)), 2)) / 60) as c8, 't6', t6.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't5', t5.IDENTIFIER as mc2, 't4', t4.SPECIMEN_ID as mc3, 't3', t3.IDENTIFIER as mc4 from CPR_VIEW t6 left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.COLLECTION_PROTOCOL_REG_ID = t6.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t7.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join (OS_SPMN_EXTN_RECS t2 inner join CATISSUE_FROZEN_EVENT_PARAM t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 65) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t1.VALUE = 'Serum' AND t0.LINEAGE = 'Aliquot' AND 1 = 1 AND t3.EVENT_TIMESTAMP is not null ) AND t5.IDENTIFIER = 6094) AND (t6.ACTIVITY_STATUS != 'Disabled') order by t6.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "497623","Mar 08, 2022 03:21","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select count(distinct t0.LABEL) as c0, ((round(1440 * (cast(t3.EVENT_TIMESTAMP as date) - cast(t4.COLL_TIME as date)), 2)) / 60) as c1 from CPR_VIEW t6 left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.COLLECTION_PROTOCOL_REG_ID = t6.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t7.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join (OS_SPMN_EXTN_RECS t2 inner join CATISSUE_FROZEN_EVENT_PARAM t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 65) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t1.VALUE = 'Serum' AND t0.LINEAGE = 'Aliquot' AND 1 = 1 AND t3.EVENT_TIMESTAMP is not null ) AND t5.IDENTIFIER = 6094) AND (t6.ACTIVITY_STATUS != 'Disabled') group by ((round(1440 * (cast(t3.EVENT_TIMESTAMP as date) - cast(t4.COLL_TIME as date)), 2)) / 60)) tab where rownum <= 10000) where rnum >= 1" "497624","Mar 08, 2022 03:22","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t6.CPR_ID as c0, t6.PPID as c1, t0.IDENTIFIER as c2, t5.IDENTIFIER as c3, t0.LABEL as c4, t1.VALUE as c5, t4.COLL_TIME as c6, t3.EVENT_TIMESTAMP as c7, ((round(1440 * (cast(t3.EVENT_TIMESTAMP as date) - cast(t4.COLL_TIME as date)), 2)) / 60) as c8, 't6', t6.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't5', t5.IDENTIFIER as mc2, 't4', t4.SPECIMEN_ID as mc3, 't3', t3.IDENTIFIER as mc4 from CPR_VIEW t6 left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.COLLECTION_PROTOCOL_REG_ID = t6.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t7.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join (OS_SPMN_EXTN_RECS t2 inner join CATISSUE_FROZEN_EVENT_PARAM t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 65) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t1.VALUE = 'Serum' AND t0.LINEAGE = 'Aliquot' AND 1 = 1 AND t3.EVENT_TIMESTAMP is not null ) AND t5.IDENTIFIER = 6094) AND (t6.ACTIVITY_STATUS != 'Disabled') order by t6.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "497625","Mar 08, 2022 03:22","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Count","0","N/A",,"select count(distinct t6.CPR_ID) as c0, count(distinct t7.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t6 left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.COLLECTION_PROTOCOL_REG_ID = t6.CPR_ID and t7.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t7.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join (OS_SPMN_EXTN_RECS t2 inner join CATISSUE_FROZEN_EVENT_PARAM t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 65) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t1.VALUE = 'Serum' AND t0.LINEAGE = 'Aliquot' AND 1 = 1 AND t3.EVENT_TIMESTAMP is not null ) AND t5.IDENTIFIER = 6094) AND (t6.ACTIVITY_STATUS != 'Disabled')" "497626","Mar 08, 2022 03:23","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497627","Mar 08, 2022 03:24","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6097) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497628","Mar 08, 2022 03:25","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Export","0","N/A",,"select t3.PPID as c0, t3.FIRST_NAME as c1, t3.LAST_NAME as c2, t3.EMAIL_ADDRESS as c3, t3.DOB as c4, t3.SSN as c5, t3.EMPI_ID as c6, t4.NAME as c7, t0.LABEL as c8, t5.VALUE as c9, t1.COST as c10, t2.CONTAINER_NAME as c11, t2.POS_TWO_STR as c12, t2.POS_ONE_STR as c13, t2.FORMATTED_POSITION as c14, t0.LINEAGE as c15, t0.BARCODE as c16, t6.VALUE as c17, t7.VALUE as c18, t8.VALUE as c19, t9.VALUE as c20, t0.CREATED_ON as c21, t0.INITIAL_QUANTITY as c22, t0.AVAILABLE_QUANTITY as c23, 't3', t3.CPR_ID as mc0, 't4', t4.IDENTIFIER as mc1, 't0', t0.IDENTIFIER as mc2, 't1', t1.IDENTIFIER as mc3, 't2', t2.SPECIMEN_ID as mc4 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t0.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t1.NAME is not null ) AND (t1.ORDER_ID = 4331)) AND (t3.ACTIVITY_STATUS != 'Disabled') order by t3.CPR_ID" "497629","Mar 08, 2022 03:26","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497630","Mar 08, 2022 03:26","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6094) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497631","Mar 08, 2022 03:31","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Export","0","N/A",,"select t3.PPID as c0, t3.FIRST_NAME as c1, t3.LAST_NAME as c2, t3.EMAIL_ADDRESS as c3, t3.DOB as c4, t3.SSN as c5, t3.EMPI_ID as c6, t4.NAME as c7, t0.LABEL as c8, t5.VALUE as c9, t1.COST as c10, t2.CONTAINER_NAME as c11, t2.POS_TWO_STR as c12, t2.POS_ONE_STR as c13, t2.FORMATTED_POSITION as c14, t0.LINEAGE as c15, t0.BARCODE as c16, t6.VALUE as c17, t7.VALUE as c18, t8.VALUE as c19, t9.VALUE as c20, t0.CREATED_ON as c21, t0.INITIAL_QUANTITY as c22, t0.AVAILABLE_QUANTITY as c23, 't3', t3.CPR_ID as mc0, 't4', t4.IDENTIFIER as mc1, 't0', t0.IDENTIFIER as mc2, 't1', t1.IDENTIFIER as mc3, 't2', t2.SPECIMEN_ID as mc4 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t0.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t1.NAME is not null ) AND (t1.ORDER_ID = 4332)) AND (t3.ACTIVITY_STATUS != 'Disabled') order by t3.CPR_ID" "497632","Mar 08, 2022 03:32","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497633","Mar 08, 2022 03:32","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497634","Mar 08, 2022 03:33","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%A%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497635","Mar 08, 2022 03:33","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%AL%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497636","Mar 08, 2022 03:33","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%ALS%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497637","Mar 08, 2022 03:33","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%AL%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497638","Mar 08, 2022 03:33","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%AL%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497639","Mar 08, 2022 03:33","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497640","Mar 08, 2022 03:34","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.TITLE) like '%LEF%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497641","Mar 08, 2022 03:35","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497642","Mar 08, 2022 03:36","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Count","0","N/A",,"select count(distinct t1.CPR_ID) as c0, count(distinct t3.IDENTIFIER) as c1, count(distinct t4.IDENTIFIER) as c2 from CPR_VIEW t1 left join CATISSUE_COLLECTION_PROTOCOL t0 on t0.IDENTIFIER = t1.CP_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t4 on t4.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t4.ACTIVITY_STATUS != 'Disabled' left join OS_CPR_SPMN_STATS_VIEW t2 on t2.IDENTIFIER = t1.CPR_ID where ((t0.SHORT_TITLE in ('UMCG Study A', 'UMCG Study B', 'UMCG Study C')) AND t2.SPECIMENS_PENDING is not null ) AND (t1.ACTIVITY_STATUS != 'Disabled')" "497643","Mar 08, 2022 03:36","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Count","0","N/A",,"select count(distinct t1.CPR_ID) as c0, count(distinct t3.IDENTIFIER) as c1, count(distinct t4.IDENTIFIER) as c2 from CPR_VIEW t1 left join CATISSUE_COLLECTION_PROTOCOL t0 on t0.IDENTIFIER = t1.CP_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t4 on t4.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t4.ACTIVITY_STATUS != 'Disabled' left join OS_CPR_SPMN_STATS_VIEW t2 on t2.IDENTIFIER = t1.CPR_ID where ((t0.SHORT_TITLE in ('UMCG Study A', 'UMCG Study B', 'UMCG Study C')) AND t2.SPECIMENS_PENDING is not null ) AND (t1.ACTIVITY_STATUS != 'Disabled')" "497644","Mar 08, 2022 03:36","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","47","N/A",,"select * from (select tab.*, rownum rnum from (select t1.CPR_ID as c0, t1.PPID as c1, t1.REGISTRATION_DATE as c2, t3.VALUE as c3, t5.VALUE as c4, t7.VALUE as c5, t8.IDENTIFIER as c6, t0.IDENTIFIER as c7, t8.LABEL as c8, t9.VALUE as c9, t10.VALUE as c10, t11.COLL_TIME as c11, t12.ISCHEMIA_TIME as c12, 't1', t1.CPR_ID as mc0, 't7', t7.IDENTIFIER as mc1, 't8', t8.IDENTIFIER as mc2, 't0', t0.IDENTIFIER as mc3, 't11', t11.SPECIMEN_ID as mc4, 't12', t12.SPECIMEN_ID as mc5 from CPR_VIEW t1 left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t1.GENDER_ID left join CATISSUE_RACE t4 on t4.PARTICIPANT_ID = t1.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t4.RACE_ID left join CATISSUE_COLLECTION_PROTOCOL t0 on t0.IDENTIFIER = t1.CP_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t6 on t6.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t6.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_STATS t12 on t12.SPECIMEN_ID = t8.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t11 on t11.SPECIMEN_ID = t8.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t8.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t8.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t7 on t7.VISIT_ID = t6.IDENTIFIER left join OS_CPR_SPMN_STATS_VIEW t2 on t2.IDENTIFIER = t1.CPR_ID where ((t0.SHORT_TITLE in ('UMCG Study A', 'UMCG Study B', 'UMCG Study C')) AND t2.SPECIMENS_PENDING is not null ) AND (t1.ACTIVITY_STATUS != 'Disabled') order by t1.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "497645","Mar 08, 2022 03:37","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Count","0","N/A",,"select count(distinct t1.CPR_ID) as c0, count(distinct t3.IDENTIFIER) as c1, count(distinct t4.IDENTIFIER) as c2 from CPR_VIEW t1 left join OS_CPR_ANTICIPATED_SPMNS t2 on t2.CPR_ID = t1.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t0 on t0.IDENTIFIER = t1.CP_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t4 on t4.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t4.ACTIVITY_STATUS != 'Disabled' where ((t0.SHORT_TITLE in ('UMCG Study A', 'UMCG Study B', 'UMCG Study C')) AND t2.REQ_ID is not null ) AND (t1.ACTIVITY_STATUS != 'Disabled')" "497646","Mar 08, 2022 03:37","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6097) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497647","Mar 08, 2022 03:37","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6097) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497648","Mar 08, 2022 03:37","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6097) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497649","Mar 08, 2022 03:38","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497650","Mar 08, 2022 03:38","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Count","0","N/A",,"select count(distinct t2.CPR_ID) as c0, count(distinct t3.IDENTIFIER) as c1, count(distinct t1.IDENTIFIER) as c2 from CPR_VIEW t2 left join CATISSUE_COLLECTION_PROTOCOL t0 on t0.IDENTIFIER = t2.CP_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.SHORT_TITLE in ('UMCG Study A', 'UMCG Study B', 'UMCG Study C')) AND t1.COLLECTION_STATUS = 'Pending') AND (t2.ACTIVITY_STATUS != 'Disabled')" "497651","Mar 08, 2022 03:38","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t4.CPR_ID as c0, t4.PPID as c1, t4.REGISTRATION_DATE as c2, t5.VALUE as c3, t7.VALUE as c4, t9.VALUE as c5, t1.IDENTIFIER as c6, t0.IDENTIFIER as c7, t1.LABEL as c8, t10.VALUE as c9, t11.VALUE as c10, t2.COLL_TIME as c11, t3.ISCHEMIA_TIME as c12, 't4', t4.CPR_ID as mc0, 't9', t9.IDENTIFIER as mc1, 't1', t1.IDENTIFIER as mc2, 't0', t0.IDENTIFIER as mc3, 't2', t2.SPECIMEN_ID as mc4, 't3', t3.SPECIMEN_ID as mc5 from CPR_VIEW t4 left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t4.GENDER_ID left join CATISSUE_RACE t6 on t6.PARTICIPANT_ID = t4.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t6.RACE_ID left join CATISSUE_COLLECTION_PROTOCOL t0 on t0.IDENTIFIER = t4.CP_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.COLLECTION_PROTOCOL_REG_ID = t4.CPR_ID and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t8.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_STATS t3 on t3.SPECIMEN_ID = t1.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t2 on t2.SPECIMEN_ID = t1.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t1.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t1.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t9 on t9.VISIT_ID = t8.IDENTIFIER where ((t0.SHORT_TITLE in ('UMCG Study A', 'UMCG Study B', 'UMCG Study C')) AND t1.COLLECTION_STATUS = 'Pending') AND (t4.ACTIVITY_STATUS != 'Disabled') order by t4.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "497652","Mar 08, 2022 03:39","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6097) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497653","Mar 08, 2022 03:39","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6097) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497654","Mar 08, 2022 03:40","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497655","Mar 08, 2022 03:40","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6095) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497656","Mar 08, 2022 03:41","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497657","Mar 08, 2022 03:41","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6094) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497658","Mar 08, 2022 03:41","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6094) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497659","Mar 08, 2022 03:41","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Count","0","N/A",,"select count(distinct t2.CPR_ID) as c0, count(distinct t3.IDENTIFIER) as c1, count(distinct t1.IDENTIFIER) as c2 from CPR_VIEW t2 left join CATISSUE_COLLECTION_PROTOCOL t0 on t0.IDENTIFIER = t2.CP_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.SHORT_TITLE in ('UMCG Study A', 'UMCG Study B', 'UMCG Study C')) AND t1.COLLECTION_STATUS = 'Pending') AND (t2.ACTIVITY_STATUS != 'Disabled')" "497660","Mar 08, 2022 03:41","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t4.CPR_ID as c0, t4.PPID as c1, t4.REGISTRATION_DATE as c2, t5.VALUE as c3, t7.VALUE as c4, t9.VALUE as c5, t1.IDENTIFIER as c6, t0.IDENTIFIER as c7, t1.LABEL as c8, t10.VALUE as c9, t11.VALUE as c10, t2.COLL_TIME as c11, t3.ISCHEMIA_TIME as c12, 't4', t4.CPR_ID as mc0, 't9', t9.IDENTIFIER as mc1, 't1', t1.IDENTIFIER as mc2, 't0', t0.IDENTIFIER as mc3, 't2', t2.SPECIMEN_ID as mc4, 't3', t3.SPECIMEN_ID as mc5 from CPR_VIEW t4 left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t4.GENDER_ID left join CATISSUE_RACE t6 on t6.PARTICIPANT_ID = t4.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t6.RACE_ID left join CATISSUE_COLLECTION_PROTOCOL t0 on t0.IDENTIFIER = t4.CP_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.COLLECTION_PROTOCOL_REG_ID = t4.CPR_ID and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t8.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_STATS t3 on t3.SPECIMEN_ID = t1.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t2 on t2.SPECIMEN_ID = t1.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t1.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t1.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t9 on t9.VISIT_ID = t8.IDENTIFIER where ((t0.SHORT_TITLE in ('UMCG Study A', 'UMCG Study B', 'UMCG Study C')) AND t1.COLLECTION_STATUS = 'Pending') AND (t4.ACTIVITY_STATUS != 'Disabled') order by t4.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "497661","Mar 08, 2022 03:41","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t2.CPR_ID as c0, t2.PPID as c1, t1.IDENTIFIER as c2, t0.IDENTIFIER as c3, t1.LABEL as c4, t3.VALUE as c5, 't2', t2.CPR_ID as mc0, 't1', t1.IDENTIFIER as mc1, 't0', t0.IDENTIFIER as mc2 from CPR_VIEW t2 left join CATISSUE_COLLECTION_PROTOCOL t0 on t0.IDENTIFIER = t2.CP_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t1.SPECIMEN_TYPE_ID where ((t0.SHORT_TITLE in ('UMCG Study A', 'UMCG Study B', 'UMCG Study C')) AND t1.COLLECTION_STATUS = 'Pending') AND (t2.ACTIVITY_STATUS != 'Disabled') order by t2.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "497662","Mar 08, 2022 03:41","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Count","0","N/A",,"select count(distinct t2.CPR_ID) as c0, count(distinct t3.IDENTIFIER) as c1, count(distinct t1.IDENTIFIER) as c2 from CPR_VIEW t2 left join CATISSUE_COLLECTION_PROTOCOL t0 on t0.IDENTIFIER = t2.CP_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.SHORT_TITLE in ('UMCG Study A', 'UMCG Study B', 'UMCG Study C')) AND t1.COLLECTION_STATUS = 'Pending') AND (t2.ACTIVITY_STATUS != 'Disabled')" "497663","Mar 08, 2022 03:41","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t2.CPR_ID as c0, t2.PPID as c1, t1.IDENTIFIER as c2, t0.IDENTIFIER as c3, t1.LABEL as c4, t3.VALUE as c5, t1.COLLECTION_STATUS as c6, 't2', t2.CPR_ID as mc0, 't1', t1.IDENTIFIER as mc1, 't0', t0.IDENTIFIER as mc2 from CPR_VIEW t2 left join CATISSUE_COLLECTION_PROTOCOL t0 on t0.IDENTIFIER = t2.CP_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t1.SPECIMEN_TYPE_ID where ((t0.SHORT_TITLE in ('UMCG Study A', 'UMCG Study B', 'UMCG Study C')) AND t1.COLLECTION_STATUS = 'Pending') AND (t2.ACTIVITY_STATUS != 'Disabled') order by t2.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "497664","Mar 08, 2022 03:42","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t2.CPR_ID as c0, t2.PPID as c1, t1.IDENTIFIER as c2, t0.IDENTIFIER as c3, t1.LABEL as c4, t3.VALUE as c5, t1.COLLECTION_STATUS as c6, 't2', t2.CPR_ID as mc0, 't1', t1.IDENTIFIER as mc1, 't0', t0.IDENTIFIER as mc2 from CPR_VIEW t2 left join CATISSUE_COLLECTION_PROTOCOL t0 on t0.IDENTIFIER = t2.CP_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t1.SPECIMEN_TYPE_ID where ((t0.SHORT_TITLE in ('UMCG Study A', 'UMCG Study B', 'UMCG Study C')) AND t1.COLLECTION_STATUS = 'Pending') AND (t2.ACTIVITY_STATUS != 'Disabled') order by t2.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "497665","Mar 08, 2022 03:42","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Count","0","N/A",,"select count(distinct t2.CPR_ID) as c0, count(distinct t3.IDENTIFIER) as c1, count(distinct t1.IDENTIFIER) as c2 from CPR_VIEW t2 left join CATISSUE_COLLECTION_PROTOCOL t0 on t0.IDENTIFIER = t2.CP_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.SHORT_TITLE in ('UMCG Study A', 'UMCG Study B', 'UMCG Study C')) AND t1.COLLECTION_STATUS = 'Pending') AND (t2.ACTIVITY_STATUS != 'Disabled')" "497666","Mar 08, 2022 03:43","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6094) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497667","Mar 08, 2022 03:43","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6094) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497668","Mar 08, 2022 03:44","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6094) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497669","Mar 08, 2022 03:45","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6094) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497670","Mar 08, 2022 03:45","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6094) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497671","Mar 08, 2022 03:45","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6094) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497672","Mar 08, 2022 03:45","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6094) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497673","Mar 08, 2022 03:45","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6094) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497674","Mar 08, 2022 03:46","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6094) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497675","Mar 08, 2022 03:48","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Count","0","N/A",,"select count(distinct t3.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t0.COLLECTION_STATUS = 'Collected' AND t1.CONTAINER_NAME is not null AND t0.LINEAGE = 'Aliquot') AND t2.IDENTIFIER = 6094) AND (t3.ACTIVITY_STATUS != 'Disabled')" "497676","Mar 08, 2022 03:48","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t5.CPR_ID as c0, t5.PPID as c1, t5.REGISTRATION_DATE as c2, t6.VALUE as c3, t8.VALUE as c4, t10.VALUE as c5, t0.IDENTIFIER as c6, t2.IDENTIFIER as c7, t0.LABEL as c8, t11.VALUE as c9, t12.VALUE as c10, t3.COLL_TIME as c11, t4.ISCHEMIA_TIME as c12, 't5', t5.CPR_ID as mc0, 't10', t10.IDENTIFIER as mc1, 't0', t0.IDENTIFIER as mc2, 't2', t2.IDENTIFIER as mc3, 't3', t3.SPECIMEN_ID as mc4, 't4', t4.SPECIMEN_ID as mc5 from CPR_VIEW t5 left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t5.GENDER_ID left join CATISSUE_RACE t7 on t7.PARTICIPANT_ID = t5.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t7.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t9 on t9.COLLECTION_PROTOCOL_REG_ID = t5.CPR_ID and t9.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t9.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join OS_SPECIMEN_STATS t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t3 on t3.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t10 on t10.VISIT_ID = t9.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t5.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t0.COLLECTION_STATUS = 'Collected' AND t1.CONTAINER_NAME is not null AND t0.LINEAGE = 'Aliquot') AND t2.IDENTIFIER = 6094) AND (t5.ACTIVITY_STATUS != 'Disabled') order by t5.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "497677","Mar 08, 2022 03:50","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t3.CPR_ID as c0, t3.PPID as c1, t5.COLLECTION_POINT_LABEL as c2, count(distinct t0.LABEL) as c3, t6.VALUE as c4 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join CATISSUE_COLL_PROT_EVENT t5 on t5.IDENTIFIER = t4.COLLECTION_PROTOCOL_EVENT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t0.COLLECTION_STATUS = 'Collected' AND t1.CONTAINER_NAME is not null AND t0.LINEAGE = 'Aliquot') AND t2.IDENTIFIER = 6094) AND (t3.ACTIVITY_STATUS != 'Disabled') group by t3.CPR_ID, t3.PPID, t5.COLLECTION_POINT_LABEL, t6.VALUE) tab where rownum <= 10000) where rnum >= 1" "497678","Mar 08, 2022 03:50","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Count","0","N/A",,"select count(distinct t3.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t0.COLLECTION_STATUS = 'Collected' AND t1.CONTAINER_NAME is not null AND t0.LINEAGE = 'Aliquot') AND t2.IDENTIFIER = 6094) AND (t3.ACTIVITY_STATUS != 'Disabled')" "497679","Mar 08, 2022 03:50","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t3.CPR_ID as c0, t3.PPID as c1, t5.COLLECTION_POINT_LABEL as c2, t6.VALUE as c3, count(distinct t0.LABEL) as c4 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join CATISSUE_COLL_PROT_EVENT t5 on t5.IDENTIFIER = t4.COLLECTION_PROTOCOL_EVENT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t0.COLLECTION_STATUS = 'Collected' AND t1.CONTAINER_NAME is not null AND t0.LINEAGE = 'Aliquot') AND t2.IDENTIFIER = 6094) AND (t3.ACTIVITY_STATUS != 'Disabled') group by t3.CPR_ID, t3.PPID, t5.COLLECTION_POINT_LABEL, t6.VALUE) tab where rownum <= 10000) where rnum >= 1" "497680","Mar 08, 2022 03:50","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Count","0","N/A",,"select count(distinct t3.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t0.COLLECTION_STATUS = 'Collected' AND t1.CONTAINER_NAME is not null AND t0.LINEAGE = 'Aliquot') AND t2.IDENTIFIER = 6094) AND (t3.ACTIVITY_STATUS != 'Disabled')" "497681","Mar 08, 2022 03:50","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t3.CPR_ID as c0, t3.PPID as c1, t5.COLLECTION_POINT_LABEL as c2, t6.VALUE as c3, count(distinct t0.LABEL) as c4 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join CATISSUE_COLL_PROT_EVENT t5 on t5.IDENTIFIER = t4.COLLECTION_PROTOCOL_EVENT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t0.COLLECTION_STATUS = 'Collected' AND t1.CONTAINER_NAME is not null AND t0.LINEAGE = 'Aliquot') AND t2.IDENTIFIER = 6094) AND (t3.ACTIVITY_STATUS != 'Disabled') group by t3.CPR_ID, t3.PPID, t5.COLLECTION_POINT_LABEL, t6.VALUE) tab where rownum <= 10000) where rnum >= 1" "497682","Mar 08, 2022 03:51","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t3.CPR_ID as c0, t3.PPID as c1, t5.COLLECTION_POINT_LABEL as c2, t6.VALUE as c3, count(distinct t0.LABEL) as c4 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join CATISSUE_COLL_PROT_EVENT t5 on t5.IDENTIFIER = t4.COLLECTION_PROTOCOL_EVENT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t0.COLLECTION_STATUS = 'Collected' AND t1.CONTAINER_NAME is not null AND t0.LINEAGE = 'Aliquot') AND t2.IDENTIFIER = 6094) AND (t3.ACTIVITY_STATUS != 'Disabled') group by t3.CPR_ID, t3.PPID, t5.COLLECTION_POINT_LABEL, t6.VALUE) tab where rownum <= 10000) where rnum >= 1" "497683","Mar 08, 2022 03:52","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t3.CPR_ID as c0, t3.PPID as c1, t5.COLLECTION_POINT_LABEL as c2, t6.VALUE as c3, count(distinct t0.LABEL) as c4 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join CATISSUE_COLL_PROT_EVENT t5 on t5.IDENTIFIER = t4.COLLECTION_PROTOCOL_EVENT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t0.COLLECTION_STATUS = 'Collected' AND t1.CONTAINER_NAME is not null AND t0.LINEAGE = 'Aliquot') AND t2.IDENTIFIER = 6094) AND (t3.ACTIVITY_STATUS != 'Disabled') group by t3.CPR_ID, t3.PPID, t5.COLLECTION_POINT_LABEL, t6.VALUE) tab where rownum <= 10000) where rnum >= 1" "497684","Mar 08, 2022 03:52","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Count","0","N/A",,"select count(distinct t3.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t0.COLLECTION_STATUS = 'Collected' AND t1.CONTAINER_NAME is not null AND t0.LINEAGE = 'Aliquot') AND t2.IDENTIFIER = 6094) AND (t3.ACTIVITY_STATUS != 'Disabled')" "497685","Mar 08, 2022 03:55","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497686","Mar 08, 2022 03:55","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6094) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497687","Mar 08, 2022 03:56","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6094) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497688","Mar 08, 2022 03:56","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6094) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497689","Mar 08, 2022 03:56","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6094) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497690","Mar 08, 2022 03:57","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6094) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497691","Mar 08, 2022 03:58","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6094) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497692","Mar 08, 2022 03:58","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6094) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497693","Mar 08, 2022 04:00","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Count","0","N/A",,"select count(distinct t3.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t0.LINEAGE = 'Aliquot' AND t1.CONTAINER_NAME is not null ) AND t2.IDENTIFIER = 6094) AND (t3.ACTIVITY_STATUS != 'Disabled')" "497694","Mar 08, 2022 04:00","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t5.CPR_ID as c0, t5.PPID as c1, t5.REGISTRATION_DATE as c2, t6.VALUE as c3, t8.VALUE as c4, t10.VALUE as c5, t0.IDENTIFIER as c6, t2.IDENTIFIER as c7, t0.LABEL as c8, t11.VALUE as c9, t12.VALUE as c10, t3.COLL_TIME as c11, t4.ISCHEMIA_TIME as c12, 't5', t5.CPR_ID as mc0, 't10', t10.IDENTIFIER as mc1, 't0', t0.IDENTIFIER as mc2, 't2', t2.IDENTIFIER as mc3, 't3', t3.SPECIMEN_ID as mc4, 't4', t4.SPECIMEN_ID as mc5 from CPR_VIEW t5 left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t5.GENDER_ID left join CATISSUE_RACE t7 on t7.PARTICIPANT_ID = t5.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t7.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t9 on t9.COLLECTION_PROTOCOL_REG_ID = t5.CPR_ID and t9.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t9.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join OS_SPECIMEN_STATS t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t3 on t3.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t10 on t10.VISIT_ID = t9.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t5.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t0.LINEAGE = 'Aliquot' AND t1.CONTAINER_NAME is not null ) AND t2.IDENTIFIER = 6094) AND (t5.ACTIVITY_STATUS != 'Disabled') order by t5.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "497695","Mar 08, 2022 04:01","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t3.CPR_ID as c0, t3.PPID as c1, t5.COLLECTION_POINT_LABEL as c2, count(distinct t0.LABEL) as c3, t6.VALUE as c4 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join CATISSUE_COLL_PROT_EVENT t5 on t5.IDENTIFIER = t4.COLLECTION_PROTOCOL_EVENT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t0.LINEAGE = 'Aliquot' AND t1.CONTAINER_NAME is not null ) AND t2.IDENTIFIER = 6094) AND (t3.ACTIVITY_STATUS != 'Disabled') group by t3.CPR_ID, t3.PPID, t5.COLLECTION_POINT_LABEL, t6.VALUE) tab where rownum <= 10000) where rnum >= 1" "497696","Mar 08, 2022 04:01","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Count","0","N/A",,"select count(distinct t3.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t0.LINEAGE = 'Aliquot' AND t1.CONTAINER_NAME is not null ) AND t2.IDENTIFIER = 6094) AND (t3.ACTIVITY_STATUS != 'Disabled')" "497697","Mar 08, 2022 04:01","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t3.CPR_ID as c0, t3.PPID as c1, t5.COLLECTION_POINT_LABEL as c2, count(distinct t0.LABEL) as c3, t6.VALUE as c4 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join CATISSUE_COLL_PROT_EVENT t5 on t5.IDENTIFIER = t4.COLLECTION_PROTOCOL_EVENT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t0.LINEAGE = 'Aliquot' AND t1.CONTAINER_NAME is not null ) AND t2.IDENTIFIER = 6094) AND (t3.ACTIVITY_STATUS != 'Disabled') group by t3.CPR_ID, t3.PPID, t5.COLLECTION_POINT_LABEL, t6.VALUE having count(distinct t0.LABEL) = 1) tab where rownum <= 10000) where rnum >= 1" "497698","Mar 08, 2022 04:01","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t3.CPR_ID as c0, t3.PPID as c1, t5.COLLECTION_POINT_LABEL as c2, count(distinct t0.LABEL) as c3, t6.VALUE as c4 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join CATISSUE_COLL_PROT_EVENT t5 on t5.IDENTIFIER = t4.COLLECTION_PROTOCOL_EVENT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t0.LINEAGE = 'Aliquot' AND t1.CONTAINER_NAME is not null ) AND t2.IDENTIFIER = 6094) AND (t3.ACTIVITY_STATUS != 'Disabled') group by t3.CPR_ID, t3.PPID, t5.COLLECTION_POINT_LABEL, t6.VALUE having count(distinct t0.LABEL) = 1) tab where rownum <= 10000) where rnum >= 1" "497699","Mar 08, 2022 04:02","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t3.CPR_ID as c0, t3.PPID as c1, t5.COLLECTION_POINT_LABEL as c2, count(distinct t0.LABEL) as c3, t6.VALUE as c4 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join CATISSUE_COLL_PROT_EVENT t5 on t5.IDENTIFIER = t4.COLLECTION_PROTOCOL_EVENT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t0.LINEAGE = 'Aliquot' AND t1.CONTAINER_NAME is not null ) AND t2.IDENTIFIER = 6094) AND (t3.ACTIVITY_STATUS != 'Disabled') group by t3.CPR_ID, t3.PPID, t5.COLLECTION_POINT_LABEL, t6.VALUE having count(distinct t0.LABEL) = 1) tab where rownum <= 10000) where rnum >= 1" "497700","Mar 08, 2022 04:02","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Count","0","N/A",,"select count(distinct t3.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t0.LINEAGE = 'Aliquot' AND t1.CONTAINER_NAME is not null ) AND t2.IDENTIFIER = 6094) AND (t3.ACTIVITY_STATUS != 'Disabled')" "497701","Mar 08, 2022 04:03","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497702","Mar 08, 2022 04:04","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Count","0","N/A",,"select count(distinct t3.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.CONTAINER_NAME is not null ) AND (t2.IDENTIFIER in (6097, 6094, 6095))) AND (t3.ACTIVITY_STATUS != 'Disabled')" "497703","Mar 08, 2022 04:04","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t5.CPR_ID as c0, t5.PPID as c1, t5.REGISTRATION_DATE as c2, t6.VALUE as c3, t8.VALUE as c4, t10.VALUE as c5, t0.IDENTIFIER as c6, t2.IDENTIFIER as c7, t0.LABEL as c8, t11.VALUE as c9, t12.VALUE as c10, t3.COLL_TIME as c11, t4.ISCHEMIA_TIME as c12, 't5', t5.CPR_ID as mc0, 't10', t10.IDENTIFIER as mc1, 't0', t0.IDENTIFIER as mc2, 't2', t2.IDENTIFIER as mc3, 't3', t3.SPECIMEN_ID as mc4, 't4', t4.SPECIMEN_ID as mc5 from CPR_VIEW t5 left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t5.GENDER_ID left join CATISSUE_RACE t7 on t7.PARTICIPANT_ID = t5.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t7.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t9 on t9.COLLECTION_PROTOCOL_REG_ID = t5.CPR_ID and t9.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t9.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join OS_SPECIMEN_STATS t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t3 on t3.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t10 on t10.VISIT_ID = t9.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t5.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.CONTAINER_NAME is not null ) AND (t2.IDENTIFIER in (6097, 6094, 6095))) AND (t5.ACTIVITY_STATUS != 'Disabled') order by t5.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "497704","Mar 08, 2022 04:04","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t2.SHORT_TITLE as c0, t4.NAME as c1, t5.VALUE as c2, count(distinct t0.LABEL) as c3 from CPR_VIEW t6 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t6.CPR_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t4 on t4.IDENTIFIER = t3.SITE_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t6.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.CONTAINER_NAME is not null ) AND (t2.IDENTIFIER in (6097, 6094, 6095))) AND (t6.ACTIVITY_STATUS != 'Disabled') group by t2.SHORT_TITLE, t4.NAME, t5.VALUE) tab where rownum <= 10000) where rnum >= 1" "497705","Mar 08, 2022 04:04","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Count","0","N/A",,"select count(distinct t3.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.CONTAINER_NAME is not null ) AND (t2.IDENTIFIER in (6097, 6094, 6095))) AND (t3.ACTIVITY_STATUS != 'Disabled')" "497706","Mar 08, 2022 04:05","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t2.SHORT_TITLE as c0, t4.NAME as c1, t5.VALUE as c2, count(distinct t0.LABEL) as c3 from CPR_VIEW t6 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t6.CPR_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t4 on t4.IDENTIFIER = t3.SITE_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t6.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.CONTAINER_NAME is not null ) AND (t2.IDENTIFIER in (6097, 6094, 6095))) AND (t6.ACTIVITY_STATUS != 'Disabled') group by t2.SHORT_TITLE, t4.NAME, t5.VALUE) tab where rownum <= 10000) where rnum >= 1" "497707","Mar 08, 2022 04:05","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t2.SHORT_TITLE as c0, t4.NAME as c1, t5.VALUE as c2, count(distinct t0.LABEL) as c3 from CPR_VIEW t6 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t6.CPR_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t4 on t4.IDENTIFIER = t3.SITE_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t6.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.CONTAINER_NAME is not null ) AND (t2.IDENTIFIER in (6097, 6094, 6095))) AND (t6.ACTIVITY_STATUS != 'Disabled') group by t2.SHORT_TITLE, t4.NAME, t5.VALUE) tab where rownum <= 10000) where rnum >= 1" "497708","Mar 08, 2022 04:06","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Count","0","N/A",,"select count(distinct t3.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.CONTAINER_NAME is not null ) AND (t2.IDENTIFIER in (6097, 6094, 6095))) AND (t3.ACTIVITY_STATUS != 'Disabled')" "497709","Mar 08, 2022 04:06","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t2.SHORT_TITLE as c0, t4.NAME as c1, t5.VALUE as c2, count(distinct t0.LABEL) as c3 from CPR_VIEW t6 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t6.CPR_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t4 on t4.IDENTIFIER = t3.SITE_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t6.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.CONTAINER_NAME is not null ) AND (t2.IDENTIFIER in (6097, 6094, 6095))) AND (t6.ACTIVITY_STATUS != 'Disabled') group by t2.SHORT_TITLE, t4.NAME, t5.VALUE) tab where rownum <= 10000) where rnum >= 1" "497710","Mar 08, 2022 04:06","Divya Prabhu","divya@krishagni.com","divya.prabhu","Count","0","N/A",,"select count(distinct t2.CPR_ID) as c0, count(distinct t3.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_CARTS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER where (t1.NAME is not null ) AND (t2.ACTIVITY_STATUS != 'Disabled')" "497711","Mar 08, 2022 04:06","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t3.CPR_ID as c0, t3.PPID as c1, t4.SHORT_TITLE as c2, t0.IDENTIFIER as c3, t4.IDENTIFIER as c4, t0.LABEL as c5, t5.VALUE as c6, t6.VALUE as c7, t7.VALUE as c8, t0.AVAILABLE_QUANTITY as c9, t2.CONTAINER_NAME as c10, t2.FORMATTED_POSITION as c11 from CPR_VIEW t3 left join CATISSUE_COLLECTION_PROTOCOL t4 on t4.IDENTIFIER = t3.CP_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t8.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_CARTS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (t1.NAME is not null ) AND (t3.ACTIVITY_STATUS != 'Disabled')) tab where rownum <= 10000) where rnum >= 1" "497712","Mar 08, 2022 04:10","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Count","0","N/A",,"select count(distinct t3.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.CONTAINER_NAME is not null AND 1 = 1 ) AND (t2.IDENTIFIER in (6097, 6094, 6095))) AND (t3.ACTIVITY_STATUS != 'Disabled')" "497713","Mar 08, 2022 04:10","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t5.CPR_ID as c0, t5.PPID as c1, t5.REGISTRATION_DATE as c2, t6.VALUE as c3, t8.VALUE as c4, t10.VALUE as c5, t0.IDENTIFIER as c6, t2.IDENTIFIER as c7, t0.LABEL as c8, t11.VALUE as c9, t12.VALUE as c10, t3.COLL_TIME as c11, t4.ISCHEMIA_TIME as c12, 't5', t5.CPR_ID as mc0, 't10', t10.IDENTIFIER as mc1, 't0', t0.IDENTIFIER as mc2, 't2', t2.IDENTIFIER as mc3, 't3', t3.SPECIMEN_ID as mc4, 't4', t4.SPECIMEN_ID as mc5 from CPR_VIEW t5 left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t5.GENDER_ID left join CATISSUE_RACE t7 on t7.PARTICIPANT_ID = t5.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t7.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t9 on t9.COLLECTION_PROTOCOL_REG_ID = t5.CPR_ID and t9.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t9.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join OS_SPECIMEN_STATS t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t3 on t3.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t10 on t10.VISIT_ID = t9.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t5.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.CONTAINER_NAME is not null AND 1 = 1 ) AND (t2.IDENTIFIER in (6097, 6094, 6095))) AND (t5.ACTIVITY_STATUS != 'Disabled') order by t5.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "497714","Mar 08, 2022 04:11","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t2.SHORT_TITLE as c0, count(distinct t0.LABEL) as c1, t3.VALUE as c2, t1.CONTAINER_NAME as c3 from CPR_VIEW t4 left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t4.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t4.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.CONTAINER_NAME is not null AND 1 = 1 ) AND (t2.IDENTIFIER in (6097, 6094, 6095))) AND (t4.ACTIVITY_STATUS != 'Disabled') group by t2.SHORT_TITLE, t3.VALUE, t1.CONTAINER_NAME) tab where rownum <= 10000) where rnum >= 1" "497715","Mar 08, 2022 04:11","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Count","0","N/A",,"select count(distinct t3.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.CONTAINER_NAME is not null AND 1 = 1 ) AND (t2.IDENTIFIER in (6097, 6094, 6095))) AND (t3.ACTIVITY_STATUS != 'Disabled')" "497716","Mar 08, 2022 04:13","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Count","0","N/A",,"select count(distinct t3.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.CONTAINER_NAME is not null AND 1 = 1 ) AND (t2.IDENTIFIER in (6097, 6094, 6095))) AND (t3.ACTIVITY_STATUS != 'Disabled')" "497717","Mar 08, 2022 04:13","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t2.SHORT_TITLE as c0, count(distinct t0.LABEL) as c1, t3.VALUE as c2, t1.CONTAINER_NAME as c3 from CPR_VIEW t4 left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t4.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t4.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.CONTAINER_NAME is not null AND 1 = 1 ) AND (t2.IDENTIFIER in (6097, 6094, 6095))) AND (t4.ACTIVITY_STATUS != 'Disabled') group by t2.SHORT_TITLE, t3.VALUE, t1.CONTAINER_NAME) tab where rownum <= 10000) where rnum >= 1" "497718","Mar 08, 2022 04:13","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t5.CPR_ID as c0, t5.PPID as c1, t5.REGISTRATION_DATE as c2, t6.VALUE as c3, t8.VALUE as c4, t10.VALUE as c5, t0.IDENTIFIER as c6, t2.IDENTIFIER as c7, t0.LABEL as c8, t11.VALUE as c9, t12.VALUE as c10, t3.COLL_TIME as c11, t4.ISCHEMIA_TIME as c12, 't5', t5.CPR_ID as mc0, 't10', t10.IDENTIFIER as mc1, 't0', t0.IDENTIFIER as mc2, 't2', t2.IDENTIFIER as mc3, 't3', t3.SPECIMEN_ID as mc4, 't4', t4.SPECIMEN_ID as mc5 from CPR_VIEW t5 left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t5.GENDER_ID left join CATISSUE_RACE t7 on t7.PARTICIPANT_ID = t5.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t7.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t9 on t9.COLLECTION_PROTOCOL_REG_ID = t5.CPR_ID and t9.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t9.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join OS_SPECIMEN_STATS t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t3 on t3.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t10 on t10.VISIT_ID = t9.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t5.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.COST is not null ) AND (t2.IDENTIFIER in (6097, 6094, 6095))) AND (t5.ACTIVITY_STATUS != 'Disabled') order by t5.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "497719","Mar 08, 2022 04:13","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Count","0","N/A",,"select count(distinct t3.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.COST is not null ) AND (t2.IDENTIFIER in (6097, 6094, 6095))) AND (t3.ACTIVITY_STATUS != 'Disabled')" "497720","Mar 08, 2022 04:14","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Count","0","N/A",,"select count(distinct t3.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.COST is not null ) AND (t2.IDENTIFIER in (6097, 6094, 6095))) AND (t3.ACTIVITY_STATUS != 'Disabled')" "497721","Mar 08, 2022 04:14","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t2.IDENTIFIER as c1, t0.LABEL as c2, t3.VALUE as c3, t1.COST as c4, 't4', t4.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't2', t2.IDENTIFIER as mc2, 't1', t1.IDENTIFIER as mc3 from CPR_VIEW t4 left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t4.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t4.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.COST is not null ) AND (t2.IDENTIFIER in (6097, 6094, 6095))) AND (t4.ACTIVITY_STATUS != 'Disabled') order by t4.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "497722","Mar 08, 2022 04:14","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select count(distinct t0.LABEL) as c0, t3.VALUE as c1, sum(t1.COST) as c2 from CPR_VIEW t4 left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t4.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t4.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.COST is not null ) AND (t2.IDENTIFIER in (6097, 6094, 6095))) AND (t4.ACTIVITY_STATUS != 'Disabled') group by t3.VALUE) tab where rownum <= 10000) where rnum >= 1" "497723","Mar 08, 2022 04:15","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t4.VALUE as c0, sum(t1.COST) as c1, t3.COLL_CONTAINER as c2 from CPR_VIEW t5 left join CATISSUE_SPECIMEN_COLL_GROUP t6 on t6.COLLECTION_PROTOCOL_REG_ID = t5.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t6.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t3 on t3.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t5.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.COST is not null ) AND (t2.IDENTIFIER in (6097, 6094, 6095))) AND (t5.ACTIVITY_STATUS != 'Disabled') group by t4.VALUE, t3.COLL_CONTAINER) tab where rownum <= 10000) where rnum >= 1" "497724","Mar 08, 2022 04:15","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t4.VALUE as c0, t3.COLL_CONTAINER as c1, sum(t1.COST) as c2 from CPR_VIEW t5 left join CATISSUE_SPECIMEN_COLL_GROUP t6 on t6.COLLECTION_PROTOCOL_REG_ID = t5.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t6.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t3 on t3.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t5.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.COST is not null ) AND (t2.IDENTIFIER in (6097, 6094, 6095))) AND (t5.ACTIVITY_STATUS != 'Disabled') group by t4.VALUE, t3.COLL_CONTAINER) tab where rownum <= 10000) where rnum >= 1" "497725","Mar 08, 2022 04:16","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t4.VALUE as c0, t3.COLL_CONTAINER as c1, sum(t1.COST) as c2 from CPR_VIEW t5 left join CATISSUE_SPECIMEN_COLL_GROUP t6 on t6.COLLECTION_PROTOCOL_REG_ID = t5.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t6.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t3 on t3.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t5.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.COST is not null ) AND (t2.IDENTIFIER in (6097, 6094, 6095))) AND (t5.ACTIVITY_STATUS != 'Disabled') group by t4.VALUE, t3.COLL_CONTAINER) tab where rownum <= 10000) where rnum >= 1" "497726","Mar 08, 2022 04:16","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Count","0","N/A",,"select count(distinct t3.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.COST is not null ) AND (t2.IDENTIFIER in (6097, 6094, 6095))) AND (t3.ACTIVITY_STATUS != 'Disabled')" "497727","Mar 08, 2022 04:22","AAHK CORD1 KAVI1","aahkcord.kavi1@gmail.com","AHKC1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled'))) OR ((t1.SITE_ID = 4556 OR t3.SITE_ID = 4556)))))) AND t2.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497728","Mar 08, 2022 04:23","AAHK CORD1 KAVI1","aahkcord.kavi1@gmail.com","AHKC1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6311) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6311)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled') OR t2.SITE_ID = 4556)))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled')) OR (t2.SITE_ID = 4556))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497729","Mar 08, 2022 04:24","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497730","Mar 08, 2022 04:26","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497731","Mar 08, 2022 04:26","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%LCPA%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497732","Mar 08, 2022 04:26","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6088) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497733","Mar 08, 2022 04:27","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497734","Mar 08, 2022 04:27","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%LCPA%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497735","Mar 08, 2022 04:31","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497736","Mar 08, 2022 04:31","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%LCPA%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497737","Mar 08, 2022 04:35","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497738","Mar 08, 2022 04:35","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%LCPA%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497739","Mar 08, 2022 04:35","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6088) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497740","Mar 08, 2022 04:37","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6088) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497741","Mar 08, 2022 04:37","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497742","Mar 08, 2022 04:38","AAHK CORD1 KAVI1","aahkcord.kavi1@gmail.com","AHKC1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6311) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6311)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled') OR t2.SITE_ID = 4556)))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled')) OR (t2.SITE_ID = 4556))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497743","Mar 08, 2022 04:39","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6000) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497744","Mar 08, 2022 04:41","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497745","Mar 08, 2022 04:41","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%LCPA%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497746","Mar 08, 2022 04:43","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6000) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497747","Mar 08, 2022 04:44","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6000) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497748","Mar 08, 2022 04:45","Divya Prabhu","divya@krishagni.com","divya.prabhu","Count","0","N/A",,"select count(distinct t5.CPR_ID) as c0, count(distinct t6.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t5 left join CATISSUE_COLLECTION_PROTOCOL t4 on t4.IDENTIFIER = t5.CP_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t6 on t6.COLLECTION_PROTOCOL_REG_ID = t5.CPR_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t6.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join (OS_SPMN_CUST_FIELDS t1 inner join DE_E_26952 t2 on t2.IDENTIFIER = t1.RECORD_ID and t1.FORM_ID = 13427 left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.DE_A_1) on t1.SPECIMEN_ID = t0.IDENTIFIER where ((t3.VALUE is not null ) AND t4.IDENTIFIER = 6000) AND (t5.ACTIVITY_STATUS != 'Disabled')" "497749","Mar 08, 2022 04:45","Divya Prabhu","divya@krishagni.com","divya.prabhu","Count","0","N/A",,"select count(distinct t5.CPR_ID) as c0, count(distinct t6.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t5 left join CATISSUE_COLLECTION_PROTOCOL t4 on t4.IDENTIFIER = t5.CP_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t6 on t6.COLLECTION_PROTOCOL_REG_ID = t5.CPR_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t6.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join (OS_SPMN_CUST_FIELDS t1 inner join DE_E_26952 t2 on t2.IDENTIFIER = t1.RECORD_ID and t1.FORM_ID = 13427 left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.DE_A_1) on t1.SPECIMEN_ID = t0.IDENTIFIER where ((t3.VALUE is not null ) AND t4.IDENTIFIER = 6000) AND (t5.ACTIVITY_STATUS != 'Disabled')" "497750","Mar 08, 2022 04:45","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t7.CPR_ID as c0, t7.PPID as c1, t7.REGISTRATION_DATE as c2, t8.VALUE as c3, t10.VALUE as c4, t12.VALUE as c5, t0.IDENTIFIER as c6, t4.IDENTIFIER as c7, t0.LABEL as c8, t13.VALUE as c9, t14.VALUE as c10, t5.COLL_TIME as c11, t6.ISCHEMIA_TIME as c12, 't7', t7.CPR_ID as mc0, 't12', t12.IDENTIFIER as mc1, 't0', t0.IDENTIFIER as mc2, 't4', t4.IDENTIFIER as mc3, 't5', t5.SPECIMEN_ID as mc4, 't6', t6.SPECIMEN_ID as mc5 from CPR_VIEW t7 left join CATISSUE_COLLECTION_PROTOCOL t4 on t4.IDENTIFIER = t7.CP_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t7.GENDER_ID left join CATISSUE_RACE t9 on t9.PARTICIPANT_ID = t7.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t9.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t11 on t11.COLLECTION_PROTOCOL_REG_ID = t7.CPR_ID and t11.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t11.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_STATS t6 on t6.SPECIMEN_ID = t0.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t5 on t5.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t14 on t14.IDENTIFIER = t0.ANATOMIC_SITE_ID left join (OS_SPMN_CUST_FIELDS t1 inner join DE_E_26952 t2 on t2.IDENTIFIER = t1.RECORD_ID and t1.FORM_ID = 13427 left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.DE_A_1) on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t13 on t13.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t12 on t12.VISIT_ID = t11.IDENTIFIER where ((t3.VALUE is not null ) AND t4.IDENTIFIER = 6000) AND (t7.ACTIVITY_STATUS != 'Disabled') order by t7.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "497751","Mar 08, 2022 04:45","Divya Prabhu","divya@krishagni.com","divya.prabhu","Count","0","N/A",,"select count(distinct t5.CPR_ID) as c0, count(distinct t6.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t5 left join CATISSUE_COLLECTION_PROTOCOL t4 on t4.IDENTIFIER = t5.CP_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t6 on t6.COLLECTION_PROTOCOL_REG_ID = t5.CPR_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t6.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join (OS_SPMN_CUST_FIELDS t1 inner join DE_E_26952 t2 on t2.IDENTIFIER = t1.RECORD_ID and t1.FORM_ID = 13427 left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.DE_A_1) on t1.SPECIMEN_ID = t0.IDENTIFIER where ((t3.VALUE is not null ) AND t4.IDENTIFIER = 6000) AND (t5.ACTIVITY_STATUS != 'Disabled')" "497752","Mar 08, 2022 04:45","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t5.CPR_ID as c0, t5.PPID as c1, t0.IDENTIFIER as c2, t4.IDENTIFIER as c3, t0.LABEL as c4, t6.VALUE as c5, t3.VALUE as c6, 't5', t5.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't4', t4.IDENTIFIER as mc2 from CPR_VIEW t5 left join CATISSUE_COLLECTION_PROTOCOL t4 on t4.IDENTIFIER = t5.CP_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.COLLECTION_PROTOCOL_REG_ID = t5.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t7.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join (OS_SPMN_CUST_FIELDS t1 inner join DE_E_26952 t2 on t2.IDENTIFIER = t1.RECORD_ID and t1.FORM_ID = 13427 left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.DE_A_1) on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t3.VALUE is not null ) AND t4.IDENTIFIER = 6000) AND (t5.ACTIVITY_STATUS != 'Disabled') order by t5.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "497753","Mar 08, 2022 04:45","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t5.CPR_ID as c0, t5.PPID as c1, t0.IDENTIFIER as c2, t4.IDENTIFIER as c3, t0.LABEL as c4, t6.VALUE as c5, t3.VALUE as c6, 't5', t5.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't4', t4.IDENTIFIER as mc2 from CPR_VIEW t5 left join CATISSUE_COLLECTION_PROTOCOL t4 on t4.IDENTIFIER = t5.CP_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.COLLECTION_PROTOCOL_REG_ID = t5.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t7.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join (OS_SPMN_CUST_FIELDS t1 inner join DE_E_26952 t2 on t2.IDENTIFIER = t1.RECORD_ID and t1.FORM_ID = 13427 left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.DE_A_1) on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t3.VALUE is not null ) AND t4.IDENTIFIER = 6000) AND (t5.ACTIVITY_STATUS != 'Disabled') order by t5.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "497754","Mar 08, 2022 04:46","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497755","Mar 08, 2022 04:46","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%LCPA%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497756","Mar 08, 2022 04:50","AAHK CORD1 KAVI1","aahkcord.kavi1@gmail.com","AHKC1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6311) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6311)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled') OR t2.SITE_ID = 4556)))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled')) OR (t2.SITE_ID = 4556))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497757","Mar 08, 2022 04:51","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497758","Mar 08, 2022 04:51","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%AA%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497759","Mar 08, 2022 04:51","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497760","Mar 08, 2022 04:51","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%AALCPA%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497761","Mar 08, 2022 04:53","AAHK CORD1 KAVI1","aahkcord.kavi1@gmail.com","AHKC1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6311) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6311)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled') OR t2.SITE_ID = 4556)))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled')) OR (t2.SITE_ID = 4556))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497762","Mar 08, 2022 05:41","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497763","Mar 08, 2022 05:41","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497764","Mar 08, 2022 05:42","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497765","Mar 08, 2022 05:42","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497766","Mar 08, 2022 05:47","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497767","Mar 08, 2022 05:48","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6000) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497768","Mar 08, 2022 05:48","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497769","Mar 08, 2022 05:49","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497770","Mar 08, 2022 05:49","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497771","Mar 08, 2022 06:00","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 2083) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 2083))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497772","Mar 08, 2022 06:02","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6101) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497773","Mar 08, 2022 06:03","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6101) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497774","Mar 08, 2022 06:03","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6101) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497775","Mar 08, 2022 06:03","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t7.CPR_ID as c0, t7.PPID as c1, t7.REGISTRATION_DATE as c2, t8.VALUE as c3, t10.VALUE as c4, t4.VALUE as c5, t1.IDENTIFIER as c6, t3.IDENTIFIER as c7, t1.LABEL as c8, t11.VALUE as c9, t12.VALUE as c10, t5.COLL_TIME as c11, t6.ISCHEMIA_TIME as c12, 't7', t7.CPR_ID as mc0, 't4', t4.IDENTIFIER as mc1, 't1', t1.IDENTIFIER as mc2, 't3', t3.IDENTIFIER as mc3, 't5', t5.SPECIMEN_ID as mc4, 't6', t6.SPECIMEN_ID as mc5 from CPR_VIEW t7 left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t7.GENDER_ID left join CATISSUE_RACE t9 on t9.PARTICIPANT_ID = t7.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t9.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t7.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t0.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_CP_REQ_SPECIMEN t2 on t2.IDENTIFIER = t1.REQ_SPECIMEN_ID left join OS_SPECIMEN_STATS t6 on t6.SPECIMEN_ID = t1.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t5 on t5.SPECIMEN_ID = t1.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t1.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t1.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t4 on t4.VISIT_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t7.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where ((t0.IDENTIFIER is not null AND t2.CODE is null AND t1.LINEAGE = 'New' AND t1.COLLECTION_STATUS = 'Collected') AND t3.IDENTIFIER = 6101) AND (t7.ACTIVITY_STATUS != 'Disabled') order by t7.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "497776","Mar 08, 2022 06:03","Prayuja Teli","prayuja@krishagni.com","Prayuja","Count","0","N/A",,"select count(distinct t4.CPR_ID) as c0, count(distinct t0.IDENTIFIER) as c1, count(distinct t1.IDENTIFIER) as c2 from CPR_VIEW t4 left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t4.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t0.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_CP_REQ_SPECIMEN t2 on t2.IDENTIFIER = t1.REQ_SPECIMEN_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t4.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where ((t0.IDENTIFIER is not null AND t2.CODE is null AND t1.LINEAGE = 'New' AND t1.COLLECTION_STATUS = 'Collected') AND t3.IDENTIFIER = 6101) AND (t4.ACTIVITY_STATUS != 'Disabled')" "497777","Mar 08, 2022 06:04","Prayuja Teli","prayuja@krishagni.com","Prayuja","Count","0","N/A",,"select count(distinct t10.CPR_ID) as c0, count(distinct t0.IDENTIFIER) as c1, count(distinct t7.IDENTIFIER) as c2 from CPR_VIEW t10 left join CATISSUE_COLLECTION_PROTOCOL t9 on t9.IDENTIFIER = t10.CP_ID and t9.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t10.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t7 on t7.SPECIMEN_COLLECTION_GROUP_ID = t0.IDENTIFIER and t7.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_CP_REQ_SPECIMEN t8 on t8.IDENTIFIER = t7.REQ_SPECIMEN_ID where ((t0.IDENTIFIER in (select t1.IDENTIFIER as c0 from CPR_VIEW t4 left join CATISSUE_SPECIMEN_COLL_GROUP t1 on t1.COLLECTION_PROTOCOL_REG_ID = t4.CPR_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t1.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_CP_REQ_SPECIMEN t3 on t3.IDENTIFIER = t2.REQ_SPECIMEN_ID where (t1.IDENTIFIER is not null AND t3.CODE is null AND t2.LINEAGE = 'New' AND t2.COLLECTION_STATUS = 'Collected') AND (t4.ACTIVITY_STATUS != 'Disabled')) AND t7.LINEAGE = 'New' AND t8.CODE is not null AND t7.COLLECTION_STATUS = 'Pending') AND t9.IDENTIFIER = 6101) AND (t10.ACTIVITY_STATUS != 'Disabled')" "497778","Mar 08, 2022 06:04","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","2","N/A",,"select * from (select tab.*, rownum rnum from (select t13.CPR_ID as c0, t13.PPID as c1, t13.REGISTRATION_DATE as c2, t14.VALUE as c3, t16.VALUE as c4, t10.VALUE as c5, t7.IDENTIFIER as c6, t9.IDENTIFIER as c7, t7.LABEL as c8, t17.VALUE as c9, t18.VALUE as c10, t11.COLL_TIME as c11, t12.ISCHEMIA_TIME as c12, 't13', t13.CPR_ID as mc0, 't10', t10.IDENTIFIER as mc1, 't7', t7.IDENTIFIER as mc2, 't9', t9.IDENTIFIER as mc3, 't11', t11.SPECIMEN_ID as mc4, 't12', t12.SPECIMEN_ID as mc5 from CPR_VIEW t13 left join CATISSUE_PERMISSIBLE_VALUE t14 on t14.IDENTIFIER = t13.GENDER_ID left join CATISSUE_COLLECTION_PROTOCOL t9 on t9.IDENTIFIER = t13.CP_ID and t9.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t15 on t15.PARTICIPANT_ID = t13.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t16 on t16.IDENTIFIER = t15.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t13.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t7 on t7.SPECIMEN_COLLECTION_GROUP_ID = t0.IDENTIFIER and t7.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_CP_REQ_SPECIMEN t8 on t8.IDENTIFIER = t7.REQ_SPECIMEN_ID left join OS_SPECIMEN_STATS t12 on t12.SPECIMEN_ID = t7.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t11 on t11.SPECIMEN_ID = t7.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t18 on t18.IDENTIFIER = t7.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t17 on t17.IDENTIFIER = t7.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t10 on t10.VISIT_ID = t0.IDENTIFIER where ((t0.IDENTIFIER in (select t1.IDENTIFIER as c0 from CPR_VIEW t4 left join CATISSUE_SPECIMEN_COLL_GROUP t1 on t1.COLLECTION_PROTOCOL_REG_ID = t4.CPR_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t1.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_CP_REQ_SPECIMEN t3 on t3.IDENTIFIER = t2.REQ_SPECIMEN_ID where (t1.IDENTIFIER is not null AND t3.CODE is null AND t2.LINEAGE = 'New' AND t2.COLLECTION_STATUS = 'Collected') AND (t4.ACTIVITY_STATUS != 'Disabled')) AND t7.LINEAGE = 'New' AND t8.CODE is not null AND t7.COLLECTION_STATUS = 'Pending') AND t9.IDENTIFIER = 6101) AND (t13.ACTIVITY_STATUS != 'Disabled') order by t13.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "497779","Mar 08, 2022 06:04","Prayuja Teli","prayuja@krishagni.com","Prayuja","Count","0","N/A",,"select count(distinct t10.CPR_ID) as c0, count(distinct t0.IDENTIFIER) as c1, count(distinct t7.IDENTIFIER) as c2 from CPR_VIEW t10 left join CATISSUE_COLLECTION_PROTOCOL t9 on t9.IDENTIFIER = t10.CP_ID and t9.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t10.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t7 on t7.SPECIMEN_COLLECTION_GROUP_ID = t0.IDENTIFIER and t7.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_CP_REQ_SPECIMEN t8 on t8.IDENTIFIER = t7.REQ_SPECIMEN_ID where ((t0.IDENTIFIER in (select t1.IDENTIFIER as c0 from CPR_VIEW t4 left join CATISSUE_SPECIMEN_COLL_GROUP t1 on t1.COLLECTION_PROTOCOL_REG_ID = t4.CPR_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t1.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_CP_REQ_SPECIMEN t3 on t3.IDENTIFIER = t2.REQ_SPECIMEN_ID where (t1.IDENTIFIER is not null AND t3.CODE is null AND upper(t2.LINEAGE) = 'NEW' AND upper(t2.COLLECTION_STATUS) = 'COLLECTED') AND (t4.ACTIVITY_STATUS != 'Disabled')) AND upper(t7.LINEAGE) = 'NEW' AND t8.CODE is not null AND upper(t7.COLLECTION_STATUS) = 'PENDING') AND t9.IDENTIFIER = 6101) AND (t10.ACTIVITY_STATUS != 'Disabled')" "497780","Mar 08, 2022 06:04","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","3","N/A",,"select * from (select tab.*, rownum rnum from (select t13.CPR_ID as c0, t13.PPID as c1, t13.REGISTRATION_DATE as c2, t14.VALUE as c3, t16.VALUE as c4, t10.VALUE as c5, t7.IDENTIFIER as c6, t9.IDENTIFIER as c7, t7.LABEL as c8, t17.VALUE as c9, t18.VALUE as c10, t11.COLL_TIME as c11, t12.ISCHEMIA_TIME as c12, 't13', t13.CPR_ID as mc0, 't10', t10.IDENTIFIER as mc1, 't7', t7.IDENTIFIER as mc2, 't9', t9.IDENTIFIER as mc3, 't11', t11.SPECIMEN_ID as mc4, 't12', t12.SPECIMEN_ID as mc5 from CPR_VIEW t13 left join CATISSUE_PERMISSIBLE_VALUE t14 on t14.IDENTIFIER = t13.GENDER_ID left join CATISSUE_COLLECTION_PROTOCOL t9 on t9.IDENTIFIER = t13.CP_ID and t9.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t15 on t15.PARTICIPANT_ID = t13.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t16 on t16.IDENTIFIER = t15.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t13.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t7 on t7.SPECIMEN_COLLECTION_GROUP_ID = t0.IDENTIFIER and t7.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_CP_REQ_SPECIMEN t8 on t8.IDENTIFIER = t7.REQ_SPECIMEN_ID left join OS_SPECIMEN_STATS t12 on t12.SPECIMEN_ID = t7.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t11 on t11.SPECIMEN_ID = t7.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t18 on t18.IDENTIFIER = t7.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t17 on t17.IDENTIFIER = t7.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t10 on t10.VISIT_ID = t0.IDENTIFIER where ((t0.IDENTIFIER in (select t1.IDENTIFIER as c0 from CPR_VIEW t4 left join CATISSUE_SPECIMEN_COLL_GROUP t1 on t1.COLLECTION_PROTOCOL_REG_ID = t4.CPR_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t1.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_CP_REQ_SPECIMEN t3 on t3.IDENTIFIER = t2.REQ_SPECIMEN_ID where (t1.IDENTIFIER is not null AND t3.CODE is null AND upper(t2.LINEAGE) = 'NEW' AND upper(t2.COLLECTION_STATUS) = 'COLLECTED') AND (t4.ACTIVITY_STATUS != 'Disabled')) AND upper(t7.LINEAGE) = 'NEW' AND t8.CODE is not null AND upper(t7.COLLECTION_STATUS) = 'PENDING') AND t9.IDENTIFIER = 6101) AND (t13.ACTIVITY_STATUS != 'Disabled') order by t13.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "497781","Mar 08, 2022 06:05","Prayuja Teli","prayuja@krishagni.com","Prayuja","Count","0","N/A",,"select count(distinct t4.CPR_ID) as c0, count(distinct t0.IDENTIFIER) as c1, count(distinct t1.IDENTIFIER) as c2 from CPR_VIEW t4 left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t4.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t0.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_CP_REQ_SPECIMEN t2 on t2.IDENTIFIER = t1.REQ_SPECIMEN_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t4.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where ((t0.IDENTIFIER is not null AND t2.CODE is null AND upper(t1.LINEAGE) = 'NEW' AND upper(t1.COLLECTION_STATUS) = 'COLLECTED') AND t3.IDENTIFIER = 6101) AND (t4.ACTIVITY_STATUS != 'Disabled')" "497782","Mar 08, 2022 06:05","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t7.CPR_ID as c0, t7.PPID as c1, t7.REGISTRATION_DATE as c2, t8.VALUE as c3, t10.VALUE as c4, t4.VALUE as c5, t1.IDENTIFIER as c6, t3.IDENTIFIER as c7, t1.LABEL as c8, t11.VALUE as c9, t12.VALUE as c10, t5.COLL_TIME as c11, t6.ISCHEMIA_TIME as c12, 't7', t7.CPR_ID as mc0, 't4', t4.IDENTIFIER as mc1, 't1', t1.IDENTIFIER as mc2, 't3', t3.IDENTIFIER as mc3, 't5', t5.SPECIMEN_ID as mc4, 't6', t6.SPECIMEN_ID as mc5 from CPR_VIEW t7 left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t7.GENDER_ID left join CATISSUE_RACE t9 on t9.PARTICIPANT_ID = t7.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t9.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t7.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t0.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_CP_REQ_SPECIMEN t2 on t2.IDENTIFIER = t1.REQ_SPECIMEN_ID left join OS_SPECIMEN_STATS t6 on t6.SPECIMEN_ID = t1.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t5 on t5.SPECIMEN_ID = t1.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t1.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t1.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t4 on t4.VISIT_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t7.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where ((t0.IDENTIFIER is not null AND t2.CODE is null AND upper(t1.LINEAGE) = 'NEW' AND upper(t1.COLLECTION_STATUS) = 'COLLECTED') AND t3.IDENTIFIER = 6101) AND (t7.ACTIVITY_STATUS != 'Disabled') order by t7.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "497783","Mar 08, 2022 06:05","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t10.CPR_ID as c0, t10.PPID as c1, t0.NAME as c2, t7.IDENTIFIER as c3, t9.IDENTIFIER as c4, t7.LABEL as c5, t11.VALUE as c6, t7.LINEAGE as c7, t7.COLLECTION_STATUS as c8, t7.ACTIVITY_STATUS as c9, 't10', t10.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't7', t7.IDENTIFIER as mc2, 't9', t9.IDENTIFIER as mc3 from CPR_VIEW t10 left join CATISSUE_COLLECTION_PROTOCOL t9 on t9.IDENTIFIER = t10.CP_ID and t9.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t10.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t7 on t7.SPECIMEN_COLLECTION_GROUP_ID = t0.IDENTIFIER and t7.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_CP_REQ_SPECIMEN t8 on t8.IDENTIFIER = t7.REQ_SPECIMEN_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t7.SPECIMEN_TYPE_ID where ((t0.IDENTIFIER in (select t1.IDENTIFIER as c0 from CPR_VIEW t4 left join CATISSUE_SPECIMEN_COLL_GROUP t1 on t1.COLLECTION_PROTOCOL_REG_ID = t4.CPR_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t1.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_CP_REQ_SPECIMEN t3 on t3.IDENTIFIER = t2.REQ_SPECIMEN_ID where (t1.IDENTIFIER is not null AND t3.CODE is null AND upper(t2.LINEAGE) = 'NEW' AND upper(t2.COLLECTION_STATUS) = 'COLLECTED') AND (t4.ACTIVITY_STATUS != 'Disabled')) AND upper(t7.LINEAGE) = 'NEW' AND t8.CODE is not null AND upper(t7.COLLECTION_STATUS) = 'PENDING') AND t9.IDENTIFIER = 6101) AND (t10.ACTIVITY_STATUS != 'Disabled') order by t10.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "497784","Mar 08, 2022 06:06","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t4.CPR_ID as c0, t4.PPID as c1, t0.NAME as c2, t1.IDENTIFIER as c3, t3.IDENTIFIER as c4, t1.LABEL as c5, t5.VALUE as c6, t1.LINEAGE as c7, t1.COLLECTION_STATUS as c8, 't4', t4.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't1', t1.IDENTIFIER as mc2, 't3', t3.IDENTIFIER as mc3 from CPR_VIEW t4 left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t4.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t0.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_CP_REQ_SPECIMEN t2 on t2.IDENTIFIER = t1.REQ_SPECIMEN_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t1.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t4.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where ((t0.IDENTIFIER is not null AND t2.CODE is null AND upper(t1.LINEAGE) = 'NEW' AND upper(t1.COLLECTION_STATUS) = 'COLLECTED') AND t3.IDENTIFIER = 6101) AND (t4.ACTIVITY_STATUS != 'Disabled') order by t4.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "497785","Mar 08, 2022 06:06","Prayuja Teli","prayuja@krishagni.com","Prayuja","Count","0","N/A",,"select count(distinct t4.CPR_ID) as c0, count(distinct t0.IDENTIFIER) as c1, count(distinct t1.IDENTIFIER) as c2 from CPR_VIEW t4 left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t4.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t0.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_CP_REQ_SPECIMEN t2 on t2.IDENTIFIER = t1.REQ_SPECIMEN_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t4.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where ((t0.IDENTIFIER is not null AND t2.CODE is null AND upper(t1.LINEAGE) = 'NEW' AND upper(t1.COLLECTION_STATUS) = 'COLLECTED') AND t3.IDENTIFIER = 6101) AND (t4.ACTIVITY_STATUS != 'Disabled')" "497786","Mar 08, 2022 06:06","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t4.CPR_ID as c0, t4.PPID as c1, t0.NAME as c2, t1.IDENTIFIER as c3, t3.IDENTIFIER as c4, t1.LABEL as c5, t5.VALUE as c6, t1.LINEAGE as c7, t1.COLLECTION_STATUS as c8, 't4', t4.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't1', t1.IDENTIFIER as mc2, 't3', t3.IDENTIFIER as mc3 from CPR_VIEW t4 left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t4.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t0.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_CP_REQ_SPECIMEN t2 on t2.IDENTIFIER = t1.REQ_SPECIMEN_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t1.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t4.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where ((t0.IDENTIFIER is not null AND t2.CODE is null AND upper(t1.LINEAGE) = 'NEW' AND upper(t1.COLLECTION_STATUS) = 'COLLECTED') AND t3.IDENTIFIER = 6101) AND (t4.ACTIVITY_STATUS != 'Disabled') order by t4.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "497787","Mar 08, 2022 06:06","Prayuja Teli","prayuja@krishagni.com","Prayuja","Count","0","N/A",,"select count(distinct t10.CPR_ID) as c0, count(distinct t0.IDENTIFIER) as c1, count(distinct t7.IDENTIFIER) as c2 from CPR_VIEW t10 left join CATISSUE_COLLECTION_PROTOCOL t9 on t9.IDENTIFIER = t10.CP_ID and t9.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t10.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t7 on t7.SPECIMEN_COLLECTION_GROUP_ID = t0.IDENTIFIER and t7.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_CP_REQ_SPECIMEN t8 on t8.IDENTIFIER = t7.REQ_SPECIMEN_ID where ((t0.IDENTIFIER in (select t1.IDENTIFIER as c0 from CPR_VIEW t4 left join CATISSUE_SPECIMEN_COLL_GROUP t1 on t1.COLLECTION_PROTOCOL_REG_ID = t4.CPR_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t1.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_CP_REQ_SPECIMEN t3 on t3.IDENTIFIER = t2.REQ_SPECIMEN_ID where (t1.IDENTIFIER is not null AND t3.CODE is null AND upper(t2.LINEAGE) = 'NEW' AND upper(t2.COLLECTION_STATUS) = 'COLLECTED') AND (t4.ACTIVITY_STATUS != 'Disabled')) AND upper(t7.LINEAGE) = 'NEW' AND t8.CODE is not null AND upper(t7.COLLECTION_STATUS) = 'PENDING') AND t9.IDENTIFIER = 6101) AND (t10.ACTIVITY_STATUS != 'Disabled')" "497788","Mar 08, 2022 06:06","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t10.CPR_ID as c0, t10.PPID as c1, t0.NAME as c2, t7.IDENTIFIER as c3, t9.IDENTIFIER as c4, t7.LABEL as c5, t11.VALUE as c6, t7.LINEAGE as c7, t7.COLLECTION_STATUS as c8, t7.ACTIVITY_STATUS as c9, 't10', t10.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't7', t7.IDENTIFIER as mc2, 't9', t9.IDENTIFIER as mc3 from CPR_VIEW t10 left join CATISSUE_COLLECTION_PROTOCOL t9 on t9.IDENTIFIER = t10.CP_ID and t9.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t10.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t7 on t7.SPECIMEN_COLLECTION_GROUP_ID = t0.IDENTIFIER and t7.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_CP_REQ_SPECIMEN t8 on t8.IDENTIFIER = t7.REQ_SPECIMEN_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t7.SPECIMEN_TYPE_ID where ((t0.IDENTIFIER in (select t1.IDENTIFIER as c0 from CPR_VIEW t4 left join CATISSUE_SPECIMEN_COLL_GROUP t1 on t1.COLLECTION_PROTOCOL_REG_ID = t4.CPR_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t1.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_CP_REQ_SPECIMEN t3 on t3.IDENTIFIER = t2.REQ_SPECIMEN_ID where (t1.IDENTIFIER is not null AND t3.CODE is null AND upper(t2.LINEAGE) = 'NEW' AND upper(t2.COLLECTION_STATUS) = 'COLLECTED') AND (t4.ACTIVITY_STATUS != 'Disabled')) AND upper(t7.LINEAGE) = 'NEW' AND t8.CODE is not null AND upper(t7.COLLECTION_STATUS) = 'PENDING') AND t9.IDENTIFIER = 6101) AND (t10.ACTIVITY_STATUS != 'Disabled') order by t10.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "497789","Mar 08, 2022 06:06","AAHK CORD1 KAVI1","aahkcord.kavi1@gmail.com","AHKC1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6311) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6311)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled') OR t2.SITE_ID = 4556)))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled')) OR (t2.SITE_ID = 4556))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497790","Mar 08, 2022 06:06","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t5.CPR_ID as c0, t5.PPID as c1, t0.IDENTIFIER as c2, t2.IDENTIFIER as c3, t0.LABEL as c4, t6.VALUE as c5, t0.LINEAGE as c6, t0.AVAILABLE_QUANTITY as c7, t7.VALUE as c8, 't5', t5.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't2', t2.IDENTIFIER as mc2 from CPR_VIEW t5 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.COLLECTION_PROTOCOL_REG_ID = t5.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t8.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join (OS_SPMN_EXTN_RECS t3 inner join CATISSUE_RECEIVED_EVENT_PARAM t4 on t4.IDENTIFIER = t3.RECORD_ID and t3.FORM_ID = 70 left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t4.RECEIVED_QUALITY_ID) on t3.SPECIMEN_ID = t0.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t5.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t0.LINEAGE = 'Aliquot' AND t1.RECV_QUALITY is not null ) AND t2.IDENTIFIER = 6094) AND (t5.ACTIVITY_STATUS != 'Disabled') order by t5.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "497791","Mar 08, 2022 06:06","Prayuja Teli","prayuja@krishagni.com","Prayuja","Count","0","N/A",,"select count(distinct t3.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t0.LINEAGE = 'Aliquot' AND t1.RECV_QUALITY is not null ) AND t2.IDENTIFIER = 6094) AND (t3.ACTIVITY_STATUS != 'Disabled')" "497792","Mar 08, 2022 06:07","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t10.CPR_ID as c0, t10.PPID as c1, t0.NAME as c2, t7.IDENTIFIER as c3, t9.IDENTIFIER as c4, t7.LABEL as c5, t11.VALUE as c6, t7.LINEAGE as c7, t7.COLLECTION_STATUS as c8, t7.ACTIVITY_STATUS as c9, 't10', t10.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't7', t7.IDENTIFIER as mc2, 't9', t9.IDENTIFIER as mc3 from CPR_VIEW t10 left join CATISSUE_COLLECTION_PROTOCOL t9 on t9.IDENTIFIER = t10.CP_ID and t9.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t10.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t7 on t7.SPECIMEN_COLLECTION_GROUP_ID = t0.IDENTIFIER and t7.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_CP_REQ_SPECIMEN t8 on t8.IDENTIFIER = t7.REQ_SPECIMEN_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t7.SPECIMEN_TYPE_ID where ((t0.IDENTIFIER in (select t1.IDENTIFIER as c0 from CPR_VIEW t4 left join CATISSUE_SPECIMEN_COLL_GROUP t1 on t1.COLLECTION_PROTOCOL_REG_ID = t4.CPR_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t1.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_CP_REQ_SPECIMEN t3 on t3.IDENTIFIER = t2.REQ_SPECIMEN_ID where (t1.IDENTIFIER is not null AND t3.CODE is null AND upper(t2.LINEAGE) = 'NEW' AND upper(t2.COLLECTION_STATUS) = 'COLLECTED') AND (t4.ACTIVITY_STATUS != 'Disabled')) AND upper(t7.LINEAGE) = 'NEW' AND t8.CODE is not null AND upper(t7.COLLECTION_STATUS) = 'PENDING') AND t9.IDENTIFIER = 6101) AND (t10.ACTIVITY_STATUS != 'Disabled') order by t10.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "497793","Mar 08, 2022 06:07","Prayuja Teli","prayuja@krishagni.com","Prayuja","Count","0","N/A",,"select count(distinct t10.CPR_ID) as c0, count(distinct t0.IDENTIFIER) as c1, count(distinct t7.IDENTIFIER) as c2 from CPR_VIEW t10 left join CATISSUE_COLLECTION_PROTOCOL t9 on t9.IDENTIFIER = t10.CP_ID and t9.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t10.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t7 on t7.SPECIMEN_COLLECTION_GROUP_ID = t0.IDENTIFIER and t7.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_CP_REQ_SPECIMEN t8 on t8.IDENTIFIER = t7.REQ_SPECIMEN_ID where ((t0.IDENTIFIER in (select t1.IDENTIFIER as c0 from CPR_VIEW t4 left join CATISSUE_SPECIMEN_COLL_GROUP t1 on t1.COLLECTION_PROTOCOL_REG_ID = t4.CPR_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t1.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_CP_REQ_SPECIMEN t3 on t3.IDENTIFIER = t2.REQ_SPECIMEN_ID where (t1.IDENTIFIER is not null AND t3.CODE is null AND upper(t2.LINEAGE) = 'NEW' AND upper(t2.COLLECTION_STATUS) = 'COLLECTED') AND (t4.ACTIVITY_STATUS != 'Disabled')) AND upper(t7.LINEAGE) = 'NEW' AND t8.CODE is not null AND upper(t7.COLLECTION_STATUS) = 'PENDING') AND t9.IDENTIFIER = 6101) AND (t10.ACTIVITY_STATUS != 'Disabled')" "497794","Mar 08, 2022 06:07","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6310) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6310)) AND ((t2.SITE_ID = 4547 OR t2.SITE_ID = 4549)))) AND ((t2.SITE_ID = 4547 AND t0.IDENTIFIER = 6100) OR (t2.SITE_ID = 4549 AND t0.IDENTIFIER = 6089))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497795","Mar 08, 2022 06:07","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6100) OR ((t1.SITE_ID = 4549 OR t3.SITE_ID = 4549) AND t2.IDENTIFIER = 6089))))) AND t2.IDENTIFIER = 6100) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497796","Mar 08, 2022 06:10","Prayuja Teli","prayuja@krishagni.com","Prayuja","Count","0","N/A",,"select count(distinct t3.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_CP_REQ_SPECIMEN t1 on t1.IDENTIFIER = t0.REQ_SPECIMEN_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.CODE is null AND upper(t0.LINEAGE) = 'NEW' AND upper(t0.COLLECTION_STATUS) = 'COLLECTED') AND t2.IDENTIFIER = 6101) AND (t3.ACTIVITY_STATUS != 'Disabled')" "497797","Mar 08, 2022 06:11","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t10.CPR_ID as c0, t10.PPID as c1, t0.NAME as c2, t7.IDENTIFIER as c3, t9.IDENTIFIER as c4, t7.LABEL as c5, t11.VALUE as c6, t7.LINEAGE as c7, t7.COLLECTION_STATUS as c8, t7.ACTIVITY_STATUS as c9, 't10', t10.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't7', t7.IDENTIFIER as mc2, 't9', t9.IDENTIFIER as mc3 from CPR_VIEW t10 left join CATISSUE_COLLECTION_PROTOCOL t9 on t9.IDENTIFIER = t10.CP_ID and t9.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t10.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t7 on t7.SPECIMEN_COLLECTION_GROUP_ID = t0.IDENTIFIER and t7.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_CP_REQ_SPECIMEN t8 on t8.IDENTIFIER = t7.REQ_SPECIMEN_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t7.SPECIMEN_TYPE_ID where ((t0.IDENTIFIER in (select t1.IDENTIFIER as c0 from CPR_VIEW t4 left join CATISSUE_SPECIMEN_COLL_GROUP t1 on t1.COLLECTION_PROTOCOL_REG_ID = t4.CPR_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t1.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_CP_REQ_SPECIMEN t3 on t3.IDENTIFIER = t2.REQ_SPECIMEN_ID where (t1.IDENTIFIER is not null AND t3.CODE is null AND upper(t2.LINEAGE) = 'NEW' AND upper(t2.COLLECTION_STATUS) = 'COLLECTED') AND (t4.ACTIVITY_STATUS != 'Disabled')) AND upper(t7.LINEAGE) = 'NEW' AND t8.CODE is not null AND upper(t7.COLLECTION_STATUS) = 'PENDING') AND t9.IDENTIFIER = 6101) AND (t10.ACTIVITY_STATUS != 'Disabled') order by t10.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "497798","Mar 08, 2022 06:11","Prayuja Teli","prayuja@krishagni.com","Prayuja","Count","0","N/A",,"select count(distinct t10.CPR_ID) as c0, count(distinct t0.IDENTIFIER) as c1, count(distinct t7.IDENTIFIER) as c2 from CPR_VIEW t10 left join CATISSUE_COLLECTION_PROTOCOL t9 on t9.IDENTIFIER = t10.CP_ID and t9.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t10.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t7 on t7.SPECIMEN_COLLECTION_GROUP_ID = t0.IDENTIFIER and t7.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_CP_REQ_SPECIMEN t8 on t8.IDENTIFIER = t7.REQ_SPECIMEN_ID where ((t0.IDENTIFIER in (select t1.IDENTIFIER as c0 from CPR_VIEW t4 left join CATISSUE_SPECIMEN_COLL_GROUP t1 on t1.COLLECTION_PROTOCOL_REG_ID = t4.CPR_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t1.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_CP_REQ_SPECIMEN t3 on t3.IDENTIFIER = t2.REQ_SPECIMEN_ID where (t1.IDENTIFIER is not null AND t3.CODE is null AND upper(t2.LINEAGE) = 'NEW' AND upper(t2.COLLECTION_STATUS) = 'COLLECTED') AND (t4.ACTIVITY_STATUS != 'Disabled')) AND upper(t7.LINEAGE) = 'NEW' AND t8.CODE is not null AND upper(t7.COLLECTION_STATUS) = 'PENDING') AND t9.IDENTIFIER = 6101) AND (t10.ACTIVITY_STATUS != 'Disabled')" "497799","Mar 08, 2022 06:11","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497800","Mar 08, 2022 06:12","Prayuja Teli","prayuja@krishagni.com","Prayuja","Count","0","N/A",,"select count(distinct t3.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_CP_REQ_SPECIMEN t1 on t1.IDENTIFIER = t0.REQ_SPECIMEN_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.CODE is null AND upper(t0.LINEAGE) = 'NEW' AND upper(t0.COLLECTION_STATUS) = 'COLLECTED') AND t2.IDENTIFIER = 6101) AND (t3.ACTIVITY_STATUS != 'Disabled')" "497801","Mar 08, 2022 06:12","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t3.CPR_ID as c0, t3.PPID as c1, t4.NAME as c2, t0.IDENTIFIER as c3, t2.IDENTIFIER as c4, t0.LABEL as c5, t5.VALUE as c6, t0.LINEAGE as c7, t0.COLLECTION_STATUS as c8, 't3', t3.CPR_ID as mc0, 't4', t4.IDENTIFIER as mc1, 't0', t0.IDENTIFIER as mc2, 't2', t2.IDENTIFIER as mc3 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_CP_REQ_SPECIMEN t1 on t1.IDENTIFIER = t0.REQ_SPECIMEN_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.CODE is null AND upper(t0.LINEAGE) = 'NEW' AND upper(t0.COLLECTION_STATUS) = 'COLLECTED') AND t2.IDENTIFIER = 6101) AND (t3.ACTIVITY_STATUS != 'Disabled') order by t3.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "497802","Mar 08, 2022 06:12","Prayuja Teli","prayuja@krishagni.com","Prayuja","Count","0","N/A",,"select count(distinct t10.CPR_ID) as c0, count(distinct t0.IDENTIFIER) as c1, count(distinct t7.IDENTIFIER) as c2 from CPR_VIEW t10 left join CATISSUE_COLLECTION_PROTOCOL t9 on t9.IDENTIFIER = t10.CP_ID and t9.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t10.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t7 on t7.SPECIMEN_COLLECTION_GROUP_ID = t0.IDENTIFIER and t7.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_CP_REQ_SPECIMEN t8 on t8.IDENTIFIER = t7.REQ_SPECIMEN_ID where ((t0.IDENTIFIER in (select t3.IDENTIFIER as c0 from CPR_VIEW t4 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t4.CPR_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_CP_REQ_SPECIMEN t2 on t2.IDENTIFIER = t1.REQ_SPECIMEN_ID where (t2.CODE is null AND upper(t1.LINEAGE) = 'NEW' AND upper(t1.COLLECTION_STATUS) = 'COLLECTED') AND (t4.ACTIVITY_STATUS != 'Disabled')) AND upper(t7.LINEAGE) = 'NEW' AND t8.CODE is not null AND upper(t7.COLLECTION_STATUS) = 'PENDING') AND t9.IDENTIFIER = 6101) AND (t10.ACTIVITY_STATUS != 'Disabled')" "497803","Mar 08, 2022 06:12","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t10.CPR_ID as c0, t10.PPID as c1, t0.NAME as c2, t7.IDENTIFIER as c3, t9.IDENTIFIER as c4, t7.LABEL as c5, t11.VALUE as c6, t7.LINEAGE as c7, t7.COLLECTION_STATUS as c8, t7.ACTIVITY_STATUS as c9, 't10', t10.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't7', t7.IDENTIFIER as mc2, 't9', t9.IDENTIFIER as mc3 from CPR_VIEW t10 left join CATISSUE_COLLECTION_PROTOCOL t9 on t9.IDENTIFIER = t10.CP_ID and t9.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t10.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t7 on t7.SPECIMEN_COLLECTION_GROUP_ID = t0.IDENTIFIER and t7.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_CP_REQ_SPECIMEN t8 on t8.IDENTIFIER = t7.REQ_SPECIMEN_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t7.SPECIMEN_TYPE_ID where ((t0.IDENTIFIER in (select t3.IDENTIFIER as c0 from CPR_VIEW t4 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t4.CPR_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_CP_REQ_SPECIMEN t2 on t2.IDENTIFIER = t1.REQ_SPECIMEN_ID where (t2.CODE is null AND upper(t1.LINEAGE) = 'NEW' AND upper(t1.COLLECTION_STATUS) = 'COLLECTED') AND (t4.ACTIVITY_STATUS != 'Disabled')) AND upper(t7.LINEAGE) = 'NEW' AND t8.CODE is not null AND upper(t7.COLLECTION_STATUS) = 'PENDING') AND t9.IDENTIFIER = 6101) AND (t10.ACTIVITY_STATUS != 'Disabled') order by t10.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "497804","Mar 08, 2022 06:12","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Count","0","N/A",,"select count(distinct t3.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t0.LINEAGE = 'Aliquot' AND t1.CONTAINER_NAME is not null ) AND (t2.IDENTIFIER in (6097, 6094, 6095))) AND (t3.ACTIVITY_STATUS != 'Disabled')" "497805","Mar 08, 2022 06:12","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t5.CPR_ID as c0, t5.PPID as c1, t5.REGISTRATION_DATE as c2, t6.VALUE as c3, t8.VALUE as c4, t10.VALUE as c5, t0.IDENTIFIER as c6, t2.IDENTIFIER as c7, t0.LABEL as c8, t11.VALUE as c9, t12.VALUE as c10, t3.COLL_TIME as c11, t4.ISCHEMIA_TIME as c12, 't5', t5.CPR_ID as mc0, 't10', t10.IDENTIFIER as mc1, 't0', t0.IDENTIFIER as mc2, 't2', t2.IDENTIFIER as mc3, 't3', t3.SPECIMEN_ID as mc4, 't4', t4.SPECIMEN_ID as mc5 from CPR_VIEW t5 left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t5.GENDER_ID left join CATISSUE_RACE t7 on t7.PARTICIPANT_ID = t5.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t7.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t9 on t9.COLLECTION_PROTOCOL_REG_ID = t5.CPR_ID and t9.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t9.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join OS_SPECIMEN_STATS t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t3 on t3.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t10 on t10.VISIT_ID = t9.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t5.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t0.LINEAGE = 'Aliquot' AND t1.CONTAINER_NAME is not null ) AND (t2.IDENTIFIER in (6097, 6094, 6095))) AND (t5.ACTIVITY_STATUS != 'Disabled') order by t5.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "497806","Mar 08, 2022 06:13","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497807","Mar 08, 2022 06:13","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Count","0","N/A",,"select count(distinct t3.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t0.LINEAGE = 'Aliquot' AND t1.CONTAINER_NAME is not null ) AND (t2.IDENTIFIER in (6097, 6094, 6095))) AND (t3.ACTIVITY_STATUS != 'Disabled')" "497808","Mar 08, 2022 06:13","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t3.CPR_ID as c0, t3.PPID as c1, t3.FIRST_NAME as c2, t3.LAST_NAME as c3, t3.DOB as c4, t4.VALUE as c5, t5.VALUE as c6, t6.NAME as c7, t7.VALUE as c8, t0.IDENTIFIER as c9, t2.IDENTIFIER as c10, t0.LABEL as c11, t8.VALUE as c12, 't3', t3.CPR_ID as mc0, 't6', t6.IDENTIFIER as mc1, 't7', t7.IDENTIFIER as mc2, 't0', t0.IDENTIFIER as mc3, 't2', t2.IDENTIFIER as mc4 from CPR_VIEW t3 left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t3.GENDER_ID left join CATISSUE_SPECIMEN_COLL_GROUP t6 on t6.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t6.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t7 on t7.VISIT_ID = t6.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t3.VITAL_STATUS_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t0.LINEAGE = 'Aliquot' AND t1.CONTAINER_NAME is not null ) AND (t2.IDENTIFIER in (6097, 6094, 6095))) AND (t3.ACTIVITY_STATUS != 'Disabled') order by t3.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "497809","Mar 08, 2022 06:13","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t3.CPR_ID as c0, t3.PPID as c1, t3.FIRST_NAME as c2, t3.LAST_NAME as c3, t3.DOB as c4, t4.VALUE as c5, t5.VALUE as c6, t6.NAME as c7, t7.VALUE as c8, t0.IDENTIFIER as c9, t2.IDENTIFIER as c10, t0.LABEL as c11, t8.VALUE as c12, 't3', t3.CPR_ID as mc0, 't6', t6.IDENTIFIER as mc1, 't7', t7.IDENTIFIER as mc2, 't0', t0.IDENTIFIER as mc3, 't2', t2.IDENTIFIER as mc4 from CPR_VIEW t3 left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t3.GENDER_ID left join CATISSUE_SPECIMEN_COLL_GROUP t6 on t6.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t6.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t7 on t7.VISIT_ID = t6.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t3.VITAL_STATUS_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t0.LINEAGE = 'Aliquot' AND t1.CONTAINER_NAME is not null ) AND (t2.IDENTIFIER in (6097, 6094, 6095))) AND (t3.ACTIVITY_STATUS != 'Disabled') order by t3.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "497810","Mar 08, 2022 06:13","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Count","0","N/A",,"select count(distinct t3.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t0.LINEAGE = 'Aliquot' AND t1.CONTAINER_NAME is not null ) AND (t2.IDENTIFIER in (6097, 6094, 6095))) AND (t3.ACTIVITY_STATUS != 'Disabled')" "497811","Mar 08, 2022 06:13","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497812","Mar 08, 2022 06:15","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497813","Mar 08, 2022 06:17","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497814","Mar 08, 2022 06:17","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497815","Mar 08, 2022 06:18","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497816","Mar 08, 2022 06:18","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497817","Mar 08, 2022 06:19","UMCG Researcher","umcg@researcher.com","umcg.researcher","Count","0","N/A",,"select count(distinct t3.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t0.LINEAGE = 'Aliquot' AND t1.CONTAINER_NAME is not null ) AND (t2.IDENTIFIER in (6097, 6094, 6095))) AND (t3.ACTIVITY_STATUS != 'Disabled')" "497818","Mar 08, 2022 06:19","UMCG Researcher","umcg@researcher.com","umcg.researcher","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t2.IDENTIFIER as c0, t3.CPR_ID as c1, t3.PPID as c2, t3.FIRST_NAME as c3, t3.LAST_NAME as c4, t3.DOB as c5, t4.VALUE as c6, t5.VALUE as c7, t6.NAME as c8, t7.VALUE as c9, t0.IDENTIFIER as c10, t2.IDENTIFIER as c11, t0.LABEL as c12, t8.VALUE as c13, 't3', t3.CPR_ID as mc0, 't2', t2.IDENTIFIER as mc1, 't6', t6.IDENTIFIER as mc2, 't7', t7.IDENTIFIER as mc3, 't0', t0.IDENTIFIER as mc4 from CPR_VIEW t3 left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t3.GENDER_ID left join CATISSUE_SPECIMEN_COLL_GROUP t6 on t6.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t6.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t7 on t7.VISIT_ID = t6.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t3.VITAL_STATUS_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t0.LINEAGE = 'Aliquot' AND t1.CONTAINER_NAME is not null ) AND (t2.IDENTIFIER in (6097, 6094, 6095))) AND (t3.ACTIVITY_STATUS != 'Disabled') order by t3.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "497819","Mar 08, 2022 06:19","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6095) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497820","Mar 08, 2022 06:19","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497821","Mar 08, 2022 06:19","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497822","Mar 08, 2022 06:19","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497823","Mar 08, 2022 06:20","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497824","Mar 08, 2022 06:22","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497825","Mar 08, 2022 06:22","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497826","Mar 08, 2022 06:23","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497827","Mar 08, 2022 06:25","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497828","Mar 08, 2022 06:25","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497829","Mar 08, 2022 06:26","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497830","Mar 08, 2022 06:26","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497831","Mar 08, 2022 06:27","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497832","Mar 08, 2022 06:41","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497833","Mar 08, 2022 06:42","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497834","Mar 08, 2022 06:43","UMCG Admin","umcg@admin.com","umcg.admin","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c4, t0.EMPI_ID as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 3367 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 3367 and activity_status != 'Disabled'))))))) AND t2.IDENTIFIER = 6094) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497835","Mar 08, 2022 06:43","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497836","Mar 08, 2022 06:43","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497837","Mar 08, 2022 06:45","UMCG Admin","umcg@admin.com","umcg.admin","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t2.IDENTIFIER as c0, t3.CPR_ID as c1, t3.PPID as c2, t3.FIRST_NAME as c3, t3.LAST_NAME as c4, t3.DOB as c5, t4.VALUE as c6, t5.VALUE as c7, t6.NAME as c8, t7.VALUE as c9, t0.IDENTIFIER as c10, t2.IDENTIFIER as c11, t0.LABEL as c12, t8.VALUE as c13, 't3', t3.CPR_ID as mc0, 't2', t2.IDENTIFIER as mc1, 't6', t6.IDENTIFIER as mc2, 't7', t7.IDENTIFIER as mc3, 't0', t0.IDENTIFIER as mc4 from CPR_VIEW t3 left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t3.GENDER_ID left join CATISSUE_SPECIMEN_COLL_GROUP t6 on t6.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t6.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t7 on t7.VISIT_ID = t6.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t3.VITAL_STATUS_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t0.LINEAGE = 'Aliquot' AND t1.CONTAINER_NAME is not null ) AND (t2.IDENTIFIER in (6097, 6094, 6095))) AND (t3.ACTIVITY_STATUS != 'Disabled') order by t3.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "497838","Mar 08, 2022 06:45","UMCG Admin","umcg@admin.com","umcg.admin","Count","0","N/A",,"select count(distinct t3.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t0.LINEAGE = 'Aliquot' AND t1.CONTAINER_NAME is not null ) AND (t2.IDENTIFIER in (6097, 6094, 6095))) AND (t3.ACTIVITY_STATUS != 'Disabled')" "497839","Mar 08, 2022 06:45","UMCG Admin","umcg@admin.com","umcg.admin","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t4.VALUE as c0, t3.COLL_CONTAINER as c1, sum(t1.COST) as c2 from CPR_VIEW t5 left join CATISSUE_SPECIMEN_COLL_GROUP t6 on t6.COLLECTION_PROTOCOL_REG_ID = t5.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t6.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t3 on t3.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t5.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.COST is not null ) AND (t2.IDENTIFIER in (6097, 6094, 6095))) AND (t5.ACTIVITY_STATUS != 'Disabled') group by t4.VALUE, t3.COLL_CONTAINER) tab where rownum <= 10000) where rnum >= 1" "497840","Mar 08, 2022 06:45","UMCG Admin","umcg@admin.com","umcg.admin","Count","0","N/A",,"select count(distinct t3.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.COST is not null ) AND (t2.IDENTIFIER in (6097, 6094, 6095))) AND (t3.ACTIVITY_STATUS != 'Disabled')" "497841","Mar 08, 2022 06:45","UMCG Admin","umcg@admin.com","umcg.admin","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t2.SHORT_TITLE as c0, count(distinct t0.LABEL) as c1, t3.VALUE as c2, t1.CONTAINER_NAME as c3 from CPR_VIEW t4 left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t4.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t4.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.CONTAINER_NAME is not null AND 1 = 1 ) AND (t2.IDENTIFIER in (6097, 6094, 6095))) AND (t4.ACTIVITY_STATUS != 'Disabled') group by t2.SHORT_TITLE, t3.VALUE, t1.CONTAINER_NAME) tab where rownum <= 10000) where rnum >= 1" "497842","Mar 08, 2022 06:45","UMCG Admin","umcg@admin.com","umcg.admin","Count","0","N/A",,"select count(distinct t3.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.CONTAINER_NAME is not null AND 1 = 1 ) AND (t2.IDENTIFIER in (6097, 6094, 6095))) AND (t3.ACTIVITY_STATUS != 'Disabled')" "497843","Mar 08, 2022 06:45","UMCG Admin","umcg@admin.com","umcg.admin","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t2.SHORT_TITLE as c0, t4.NAME as c1, t5.VALUE as c2, count(distinct t0.LABEL) as c3 from CPR_VIEW t6 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t6.CPR_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t4 on t4.IDENTIFIER = t3.SITE_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t6.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.CONTAINER_NAME is not null ) AND (t2.IDENTIFIER in (6097, 6094, 6095))) AND (t6.ACTIVITY_STATUS != 'Disabled') group by t2.SHORT_TITLE, t4.NAME, t5.VALUE) tab where rownum <= 10000) where rnum >= 1" "497844","Mar 08, 2022 06:45","UMCG Admin","umcg@admin.com","umcg.admin","Count","0","N/A",,"select count(distinct t3.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.CONTAINER_NAME is not null ) AND (t2.IDENTIFIER in (6097, 6094, 6095))) AND (t3.ACTIVITY_STATUS != 'Disabled')" "497845","Mar 08, 2022 06:45","UMCG Admin","umcg@admin.com","umcg.admin","Count","0","N/A",,"select count(distinct t3.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t0.LINEAGE = 'Aliquot' AND t1.CONTAINER_NAME is not null ) AND t2.IDENTIFIER = 6094) AND (t3.ACTIVITY_STATUS != 'Disabled')" "497846","Mar 08, 2022 06:45","UMCG Admin","umcg@admin.com","umcg.admin","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t3.CPR_ID as c0, t3.PPID as c1, t5.COLLECTION_POINT_LABEL as c2, count(distinct t0.LABEL) as c3, t6.VALUE as c4 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join CATISSUE_COLL_PROT_EVENT t5 on t5.IDENTIFIER = t4.COLLECTION_PROTOCOL_EVENT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t0.LINEAGE = 'Aliquot' AND t1.CONTAINER_NAME is not null ) AND t2.IDENTIFIER = 6094) AND (t3.ACTIVITY_STATUS != 'Disabled') group by t3.CPR_ID, t3.PPID, t5.COLLECTION_POINT_LABEL, t6.VALUE having count(distinct t0.LABEL) = 1) tab where rownum <= 10000) where rnum >= 1" "497847","Mar 08, 2022 06:45","UMCG Admin","umcg@admin.com","umcg.admin","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t3.CPR_ID as c0, t3.PPID as c1, t5.COLLECTION_POINT_LABEL as c2, t6.VALUE as c3, count(distinct t0.LABEL) as c4 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join CATISSUE_COLL_PROT_EVENT t5 on t5.IDENTIFIER = t4.COLLECTION_PROTOCOL_EVENT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t0.COLLECTION_STATUS = 'Collected' AND t1.CONTAINER_NAME is not null AND t0.LINEAGE = 'Aliquot') AND t2.IDENTIFIER = 6094) AND (t3.ACTIVITY_STATUS != 'Disabled') group by t3.CPR_ID, t3.PPID, t5.COLLECTION_POINT_LABEL, t6.VALUE) tab where rownum <= 10000) where rnum >= 1" "497848","Mar 08, 2022 06:45","UMCG Admin","umcg@admin.com","umcg.admin","Count","0","N/A",,"select count(distinct t3.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t0.COLLECTION_STATUS = 'Collected' AND t1.CONTAINER_NAME is not null AND t0.LINEAGE = 'Aliquot') AND t2.IDENTIFIER = 6094) AND (t3.ACTIVITY_STATUS != 'Disabled')" "497849","Mar 08, 2022 06:45","UMCG Admin","umcg@admin.com","umcg.admin","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t3.CPR_ID as c0, t3.PPID as c1, t1.IDENTIFIER as c2, t0.IDENTIFIER as c3, t1.LABEL as c4, t4.VALUE as c5, t1.COLLECTION_STATUS as c6, 't3', t3.CPR_ID as mc0, 't1', t1.IDENTIFIER as mc1, 't0', t0.IDENTIFIER as mc2 from CPR_VIEW t3 left join CATISSUE_COLLECTION_PROTOCOL t0 on t0.IDENTIFIER = t3.CP_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t1.SPECIMEN_TYPE_ID where (((t0.SHORT_TITLE in ('UMCG Study A', 'UMCG Study B', 'UMCG Study C')) AND t1.COLLECTION_STATUS = 'Pending') AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3367 and activity_status != 'Disabled')))) AND (t3.ACTIVITY_STATUS != 'Disabled') order by t3.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "497850","Mar 08, 2022 06:45","UMCG Admin","umcg@admin.com","umcg.admin","Count","0","N/A",,"select count(distinct t3.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t1.IDENTIFIER) as c2 from CPR_VIEW t3 left join CATISSUE_COLLECTION_PROTOCOL t0 on t0.IDENTIFIER = t3.CP_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.SHORT_TITLE in ('UMCG Study A', 'UMCG Study B', 'UMCG Study C')) AND t1.COLLECTION_STATUS = 'Pending') AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3367 and activity_status != 'Disabled')))) AND (t3.ACTIVITY_STATUS != 'Disabled')" "497851","Mar 08, 2022 06:45","UMCG Admin","umcg@admin.com","umcg.admin","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select count(distinct t0.LABEL) as c0, ((round(1440 * (cast(t3.EVENT_TIMESTAMP as date) - cast(t4.COLL_TIME as date)), 2)) / 60) as c1 from CPR_VIEW t6 left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.COLLECTION_PROTOCOL_REG_ID = t6.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t7.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join (OS_SPMN_EXTN_RECS t2 inner join CATISSUE_FROZEN_EVENT_PARAM t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 65) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t1.VALUE = 'Serum' AND t0.LINEAGE = 'Aliquot' AND 1 = 1 AND t3.EVENT_TIMESTAMP is not null ) AND t5.IDENTIFIER = 6094) AND (t6.ACTIVITY_STATUS != 'Disabled') group by ((round(1440 * (cast(t3.EVENT_TIMESTAMP as date) - cast(t4.COLL_TIME as date)), 2)) / 60)) tab where rownum <= 10000) where rnum >= 1" "497852","Mar 08, 2022 06:45","UMCG Admin","umcg@admin.com","umcg.admin","Count","0","N/A",,"select count(distinct t6.CPR_ID) as c0, count(distinct t7.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t6 left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.COLLECTION_PROTOCOL_REG_ID = t6.CPR_ID and t7.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t7.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join (OS_SPMN_EXTN_RECS t2 inner join CATISSUE_FROZEN_EVENT_PARAM t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 65) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t1.VALUE = 'Serum' AND t0.LINEAGE = 'Aliquot' AND 1 = 1 AND t3.EVENT_TIMESTAMP is not null ) AND t5.IDENTIFIER = 6094) AND (t6.ACTIVITY_STATUS != 'Disabled')" "497853","Mar 08, 2022 06:45","UMCG Admin","umcg@admin.com","umcg.admin","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t6.CPR_ID as c0, t6.PPID as c1, t0.IDENTIFIER as c2, t5.IDENTIFIER as c3, t0.LABEL as c4, t1.VALUE as c5, t4.COLL_TIME as c6, t3.EVENT_TIMESTAMP as c7, ((round(1440 * (cast(t3.EVENT_TIMESTAMP as date) - cast(t4.COLL_TIME as date)), 2)) / 60) as c8, 't6', t6.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't5', t5.IDENTIFIER as mc2, 't4', t4.SPECIMEN_ID as mc3, 't3', t3.IDENTIFIER as mc4 from CPR_VIEW t6 left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.COLLECTION_PROTOCOL_REG_ID = t6.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t7.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join (OS_SPMN_EXTN_RECS t2 inner join CATISSUE_FROZEN_EVENT_PARAM t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 65) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t1.VALUE = 'Serum' AND t0.LINEAGE = 'Aliquot' AND 1 = 1 AND t3.EVENT_TIMESTAMP is not null ) AND t5.IDENTIFIER = 6094) AND (t6.ACTIVITY_STATUS != 'Disabled') order by t6.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "497854","Mar 08, 2022 06:45","UMCG Admin","umcg@admin.com","umcg.admin","Count","0","N/A",,"select count(distinct t6.CPR_ID) as c0, count(distinct t7.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t6 left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.COLLECTION_PROTOCOL_REG_ID = t6.CPR_ID and t7.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t7.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join (OS_SPMN_EXTN_RECS t2 inner join CATISSUE_FROZEN_EVENT_PARAM t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 65) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t1.VALUE = 'Serum' AND t0.LINEAGE = 'Aliquot' AND 1 = 1 AND t3.EVENT_TIMESTAMP is not null ) AND t5.IDENTIFIER = 6094) AND (t6.ACTIVITY_STATUS != 'Disabled')" "497855","Mar 08, 2022 06:45","UMCG Admin","umcg@admin.com","umcg.admin","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t3.CPR_ID as c0, t3.PPID as c1, t0.IDENTIFIER as c2, t2.IDENTIFIER as c3, t0.LABEL as c4, t4.VALUE as c5, t0.LINEAGE as c6, t0.AVAILABLE_QUANTITY as c7, t1.RECV_QUALITY as c8, 't3', t3.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't2', t2.IDENTIFIER as mc2, 't1', t1.SPECIMEN_ID as mc3 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t0.LINEAGE = 'Aliquot' AND t1.RECV_QUALITY = 'Hemolyzed') AND t2.IDENTIFIER = 6094) AND (t3.ACTIVITY_STATUS != 'Disabled') order by t3.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "497856","Mar 08, 2022 06:45","UMCG Admin","umcg@admin.com","umcg.admin","Count","0","N/A",,"select count(distinct t3.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t0.LINEAGE = 'Aliquot' AND t1.RECV_QUALITY = 'Hemolyzed') AND t2.IDENTIFIER = 6094) AND (t3.ACTIVITY_STATUS != 'Disabled')" "497857","Mar 08, 2022 06:46","UMCG Admin","umcg@admin.com","umcg.admin","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t2.IDENTIFIER as c1, t0.LABEL as c2, t3.VALUE as c3, t0.LINEAGE as c4, t1.RECV_QUALITY as c5, 't4', t4.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't2', t2.IDENTIFIER as mc2, 't1', t1.SPECIMEN_ID as mc3 from CPR_VIEW t4 left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t4.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t4.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t0.LINEAGE = 'Aliquot' AND t1.RECV_QUALITY = 'Hemolyzed') AND t2.IDENTIFIER = 6094) AND (t4.ACTIVITY_STATUS != 'Disabled') order by t4.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "497858","Mar 08, 2022 06:46","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t3.CPR_ID as c0, t3.PPID as c1, t0.IDENTIFIER as c2, t2.IDENTIFIER as c3, t0.LABEL as c4, t4.VALUE as c5, t0.LINEAGE as c6, t0.AVAILABLE_QUANTITY as c7, t1.RECV_QUALITY as c8, 't3', t3.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't2', t2.IDENTIFIER as mc2, 't1', t1.SPECIMEN_ID as mc3 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t0.LINEAGE = 'Aliquot' AND t1.RECV_QUALITY = 'Hemolyzed') AND t2.IDENTIFIER = 6094) AND (t3.ACTIVITY_STATUS != 'Disabled') order by t3.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "497859","Mar 08, 2022 06:46","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Count","0","N/A",,"select count(distinct t3.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t0.LINEAGE = 'Aliquot' AND t1.RECV_QUALITY = 'Hemolyzed') AND t2.IDENTIFIER = 6094) AND (t3.ACTIVITY_STATUS != 'Disabled')" "497860","Mar 08, 2022 06:47","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t3.CPR_ID as c0, t3.PPID as c1, t0.IDENTIFIER as c2, t2.IDENTIFIER as c3, t0.LABEL as c4, t4.VALUE as c5, t0.LINEAGE as c6, t1.RECV_QUALITY as c7, 't3', t3.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't2', t2.IDENTIFIER as mc2, 't1', t1.SPECIMEN_ID as mc3 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t0.LINEAGE = 'Aliquot' AND t1.RECV_QUALITY = 'Hemolyzed') AND t2.IDENTIFIER = 6094) AND (t3.ACTIVITY_STATUS != 'Disabled') order by t3.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "497861","Mar 08, 2022 06:47","UMCG Admin","umcg@admin.com","umcg.admin","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6320) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6320)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3367 and activity_status != 'Disabled'))))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3367 and activity_status != 'Disabled')))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497862","Mar 08, 2022 06:47","UMCG Admin","umcg@admin.com","umcg.admin","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 3367 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 3367 and activity_status != 'Disabled'))))))) AND t2.IDENTIFIER = 6095) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497863","Mar 08, 2022 06:47","UMCG Admin","umcg@admin.com","umcg.admin","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 3367 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 3367 and activity_status != 'Disabled'))))))) AND t2.IDENTIFIER = 6095) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497864","Mar 08, 2022 06:47","UMCG Admin","umcg@admin.com","umcg.admin","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6320) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6320)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3367 and activity_status != 'Disabled'))))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3367 and activity_status != 'Disabled')))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497865","Mar 08, 2022 06:47","UMCG Admin","umcg@admin.com","umcg.admin","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 3367 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 3367 and activity_status != 'Disabled'))))))) AND t2.IDENTIFIER = 6097) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497866","Mar 08, 2022 06:48","UMCG Admin","umcg@admin.com","umcg.admin","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 3367 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 3367 and activity_status != 'Disabled'))))))) AND t2.IDENTIFIER = 6097) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497867","Mar 08, 2022 06:53","UMCG Admin","umcg@admin.com","umcg.admin","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 3367 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 3367 and activity_status != 'Disabled'))))))) AND t2.IDENTIFIER = 6095) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497868","Mar 08, 2022 06:55","UMCG Admin","umcg@admin.com","umcg.admin","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 3367 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 3367 and activity_status != 'Disabled'))))))) AND t2.IDENTIFIER = 6095) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497869","Mar 08, 2022 06:57","UMCG Admin","umcg@admin.com","umcg.admin","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 3367 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 3367 and activity_status != 'Disabled'))))))) AND t2.IDENTIFIER = 6095) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497870","Mar 08, 2022 06:57","UMCG Admin","umcg@admin.com","umcg.admin","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 3367 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 3367 and activity_status != 'Disabled'))))))) AND t2.IDENTIFIER = 6095) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497871","Mar 08, 2022 06:59","UMCG Admin","umcg@admin.com","umcg.admin","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6320) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6320)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3367 and activity_status != 'Disabled'))))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3367 and activity_status != 'Disabled')))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497872","Mar 08, 2022 07:00","AU1S1 Technician","au1s1.kavi1@gmail.com","AU1S1K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6309) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6309)) AND ((t2.SITE_ID = 4547)))) AND ((t2.SITE_ID = 4547 AND t0.IDENTIFIER = 6100))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497873","Mar 08, 2022 07:01","AU1S1 Technician","au1s1.kavi1@gmail.com","AU1S1K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6100))))) AND t2.IDENTIFIER = 6100) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497874","Mar 08, 2022 07:01","UMCG Admin","umcg@admin.com","umcg.admin","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 3367 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 3367 and activity_status != 'Disabled'))))))) AND t2.IDENTIFIER = 6095) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497875","Mar 08, 2022 07:02","UMCG Admin","umcg@admin.com","umcg.admin","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 3367 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 3367 and activity_status != 'Disabled'))))))) AND t2.IDENTIFIER = 6095) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497876","Mar 08, 2022 07:02","UMCG Admin","umcg@admin.com","umcg.admin","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 3367 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 3367 and activity_status != 'Disabled'))))))) AND t2.IDENTIFIER = 6095) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497877","Mar 08, 2022 07:04","UMCG Admin","umcg@admin.com","umcg.admin","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 3367 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 3367 and activity_status != 'Disabled'))))))) AND t2.IDENTIFIER = 6095) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497878","Mar 08, 2022 07:04","UMCG Admin","umcg@admin.com","umcg.admin","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 3367 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 3367 and activity_status != 'Disabled'))))))) AND t2.IDENTIFIER = 6095) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497879","Mar 08, 2022 07:05","UMCG Admin","umcg@admin.com","umcg.admin","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 3367 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 3367 and activity_status != 'Disabled'))))))) AND t2.IDENTIFIER = 6095) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497880","Mar 08, 2022 07:06","UMCG Admin","umcg@admin.com","umcg.admin","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 3367 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 3367 and activity_status != 'Disabled'))))))) AND t2.IDENTIFIER = 6095) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497881","Mar 08, 2022 07:06","UMCG Admin","umcg@admin.com","umcg.admin","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6320) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6320)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3367 and activity_status != 'Disabled'))))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3367 and activity_status != 'Disabled')))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497882","Mar 08, 2022 07:06","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6095) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497883","Mar 08, 2022 07:16","AU1S1 Technician","au1s1.kavi1@gmail.com","AU1S1K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6309) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6309)) AND ((t2.SITE_ID = 4547)))) AND ((t2.SITE_ID = 4547 AND t0.IDENTIFIER = 6100))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497884","Mar 08, 2022 07:18","AU1S1 Technician","au1s1.kavi1@gmail.com","AU1S1K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6100))))) AND t2.IDENTIFIER = 6100) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497885","Mar 08, 2022 07:19","UMCG Admin","umcg@admin.com","umcg.admin","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6320) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6320)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3367 and activity_status != 'Disabled'))))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3367 and activity_status != 'Disabled')))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497886","Mar 08, 2022 07:19","UMCG Admin","umcg@admin.com","umcg.admin","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c4, t0.EMPI_ID as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 3367 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 3367 and activity_status != 'Disabled'))))))) AND t2.IDENTIFIER = 6094) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497887","Mar 08, 2022 07:20","AU1S1 Technician","au1s1.kavi1@gmail.com","AU1S1K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t0.CREATED_ON as c0, t0.IDENTIFIER as c1, t6.VALUE as c2, t7.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t3.IDENTIFIER as c5, t0.LABEL as c6, t0.CREATED_ON as c7, t6.VALUE as c8, t8.VALUE as c9, t9.VALUE as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t5.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t5.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t10 on t10.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t1 on t1.CPR_ID = t10.COLLECTION_PROTOCOL_REG_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t1.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t1.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t4 on t4.COLLECTION_PROTOCOL_ID = t3.IDENTIFIER left join OS_SPECIMEN_POSITIONS_VIEW t5 on t5.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE') AND (((((t2.SITE_ID = 4547 OR t4.SITE_ID = 4547))) OR (upper(t0.LINEAGE) = 'NEW' AND (((t2.SITE_ID = 4547 OR t4.SITE_ID = 4547))))))) AND t3.IDENTIFIER = 6100) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "497888","Mar 08, 2022 07:20","UMCG Admin","umcg@admin.com","umcg.admin","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6320) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6320)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3367 and activity_status != 'Disabled'))))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3367 and activity_status != 'Disabled')))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497889","Mar 08, 2022 07:20","AU1S1 Technician","au1s1.kavi1@gmail.com","AU1S1K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6100))))) AND t2.IDENTIFIER = 6100) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497890","Mar 08, 2022 07:20","UMCG Admin","umcg@admin.com","umcg.admin","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 3367 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 3367 and activity_status != 'Disabled'))))))) AND t2.IDENTIFIER = 6095) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497891","Mar 08, 2022 07:20","UMCG Admin","umcg@admin.com","umcg.admin","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6320) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6320)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3367 and activity_status != 'Disabled'))))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3367 and activity_status != 'Disabled')))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497892","Mar 08, 2022 07:21","UMCG Admin","umcg@admin.com","umcg.admin","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c4, t0.EMPI_ID as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 3367 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 3367 and activity_status != 'Disabled'))))))) AND t2.IDENTIFIER = 6094) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497893","Mar 08, 2022 07:21","UMCG Admin","umcg@admin.com","umcg.admin","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c4, t0.EMPI_ID as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 3367 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 3367 and activity_status != 'Disabled'))))))) AND t2.IDENTIFIER = 6094) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497894","Mar 08, 2022 07:24","UMCG Admin","umcg@admin.com","umcg.admin","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6320) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6320)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3367 and activity_status != 'Disabled'))))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3367 and activity_status != 'Disabled')))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497895","Mar 08, 2022 07:25","UMCG Admin","umcg@admin.com","umcg.admin","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c4, t0.EMPI_ID as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 3367 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 3367 and activity_status != 'Disabled'))))))) AND t2.IDENTIFIER = 6094) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497896","Mar 08, 2022 07:25","AU1S1 Technician","au1s1.kavi1@gmail.com","AU1S1K1","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t1.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where (((t0.IDENTIFIER is not null AND t0.LINEAGE = 'New' AND t0.COLLECTION_STATUS = 'Collected') AND (t1.CPR_ID = 159787)) AND t2.IDENTIFIER = 6100) AND (t1.ACTIVITY_STATUS != 'Disabled')" "497897","Mar 08, 2022 07:25","AU1S1 Technician","au1s1.kavi1@gmail.com","AU1S1K1","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t2.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (((t0.IDENTIFIER is not null AND t1.CONTAINER_NAME is not null AND t0.COLLECTION_STATUS = 'Collected') AND (t2.CPR_ID = 159787)) AND t3.IDENTIFIER = 6100) AND (t2.ACTIVITY_STATUS != 'Disabled')" "497898","Mar 08, 2022 07:25","AU1S1 Technician","au1s1.kavi1@gmail.com","AU1S1K1","Data","0","N/A",,"select count(distinct t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t2.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (((t1.ORDER_STATUS = 'EXECUTED') AND (t2.CPR_ID = 159787)) AND t3.IDENTIFIER = 6100) AND (t2.ACTIVITY_STATUS != 'Disabled')" "497899","Mar 08, 2022 07:26","UMCG Admin","umcg@admin.com","umcg.admin","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c4, t0.EMPI_ID as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 3367 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 3367 and activity_status != 'Disabled'))))))) AND t2.IDENTIFIER = 6094) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497900","Mar 08, 2022 07:32","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497901","Mar 08, 2022 07:32","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497902","Mar 08, 2022 07:33","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497903","Mar 08, 2022 07:33","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497904","Mar 08, 2022 07:36","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497905","Mar 08, 2022 07:37","AAHK CORD1 KAVI1","aahkcord.kavi1@gmail.com","AHKC1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6311) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6311)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled') OR t2.SITE_ID = 4556)))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled')) OR (t2.SITE_ID = 4556))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497906","Mar 08, 2022 07:37","UMCG Admin","umcg@admin.com","umcg.admin","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c4, t0.EMPI_ID as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 3367 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 3367 and activity_status != 'Disabled'))))))) AND t2.IDENTIFIER = 6094) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497907","Mar 08, 2022 07:37","AAHK CORD1 KAVI1","aahkcord.kavi1@gmail.com","AHKC1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled'))) OR ((t1.SITE_ID = 4556 OR t3.SITE_ID = 4556)))))) AND t2.IDENTIFIER = 6100) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497908","Mar 08, 2022 07:37","UMCG Admin","umcg@admin.com","umcg.admin","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t0.CREATED_ON as c0, t0.IDENTIFIER as c1, t6.VALUE as c2, t7.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t3.IDENTIFIER as c5, t0.LABEL as c6, t0.CREATED_ON as c7, t6.VALUE as c8, t8.VALUE as c9, t9.VALUE as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t5.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t5.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t10 on t10.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t1 on t1.CPR_ID = t10.COLLECTION_PROTOCOL_REG_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t1.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t1.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t4 on t4.COLLECTION_PROTOCOL_ID = t3.IDENTIFIER left join OS_SPECIMEN_POSITIONS_VIEW t5 on t5.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE') AND (((((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3367 and activity_status != 'Disabled') OR t4.SITE_ID in (select identifier from catissue_site where institute_id = 3367 and activity_status != 'Disabled')))) OR (upper(t0.LINEAGE) = 'NEW' AND (((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3367 and activity_status != 'Disabled') OR t4.SITE_ID in (select identifier from catissue_site where institute_id = 3367 and activity_status != 'Disabled')))))))) AND t3.IDENTIFIER = 6094) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "497909","Mar 08, 2022 07:37","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497910","Mar 08, 2022 07:38","AAHK CORD1 KAVI1","aahkcord.kavi1@gmail.com","AHKC1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled'))) OR ((t1.SITE_ID = 4556 OR t3.SITE_ID = 4556)))))) AND t2.IDENTIFIER = 6100) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497911","Mar 08, 2022 07:38","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497912","Mar 08, 2022 07:38","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497913","Mar 08, 2022 07:38","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497914","Mar 08, 2022 07:39","AAHK CORD1 KAVI1","aahkcord.kavi1@gmail.com","AHKC1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled'))) OR ((t1.SITE_ID = 4556 OR t3.SITE_ID = 4556)))))) AND t2.IDENTIFIER = 6100) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497915","Mar 08, 2022 07:39","AAHK CORD1 KAVI1","aahkcord.kavi1@gmail.com","AHKC1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6311) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6311)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled') OR t2.SITE_ID = 4556)))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled')) OR (t2.SITE_ID = 4556))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497916","Mar 08, 2022 07:40","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497917","Mar 08, 2022 07:41","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497918","Mar 08, 2022 07:43","UMCG Admin","umcg@admin.com","umcg.admin","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.CONTAINER_NAME as c0, t1.POS_TWO_STR as c1, t1.POS_ONE_STR as c2, t0.IDENTIFIER as c3, t7.VALUE as c4, t8.VALUE as c5, t0.AVAILABILITY_STATUS as c6, t5.IDENTIFIER as c7, t3.PPID as c8, t0.LABEL as c9, t0.LINEAGE as c10, t7.VALUE as c11, t9.VALUE as c12, t5.SHORT_TITLE as c13, t0.AVAILABLE_QUANTITY as c14, de_concat_if_not_null(t1.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t1.FORMATTED_POSITION, ')')),'')) as c15 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t10 on t10.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t3 on t3.CPR_ID = t10.COLLECTION_PROTOCOL_REG_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t3.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t6 on t6.COLLECTION_PROTOCOL_ID = t5.IDENTIFIER left join CATISSUE_PART_MEDICAL_ID t4 on t4.PARTICIPANT_ID = t3.PARTICIPANT_ID left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join OS_CONTAINERS_HIERARCHY t2 on t2.DESCENDENT_ID = t1.CONTAINER_IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((t2.ANCESTOR_ID = 838209 AND ((((t4.SITE_ID in (select identifier from catissue_site where institute_id = 3367 and activity_status != 'Disabled') OR t6.SITE_ID in (select identifier from catissue_site where institute_id = 3367 and activity_status != 'Disabled'))))))) AND ((t6.SITE_ID in (select identifier from catissue_site where institute_id = 3367 and activity_status != 'Disabled')))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.CONTAINER_NAME asc , t1.POS_TWO_STR asc , t1.POS_ONE_STR asc ) tab where rownum <= 101) where rnum >= 1" "497919","Mar 08, 2022 07:44","UMCG Admin","umcg@admin.com","umcg.admin","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.CONTAINER_NAME as c0, t1.POS_TWO_STR as c1, t1.POS_ONE_STR as c2, t0.IDENTIFIER as c3, t7.VALUE as c4, t8.VALUE as c5, t0.AVAILABILITY_STATUS as c6, t5.IDENTIFIER as c7, t3.PPID as c8, t0.LABEL as c9, t0.LINEAGE as c10, t7.VALUE as c11, t9.VALUE as c12, t5.SHORT_TITLE as c13, t0.AVAILABLE_QUANTITY as c14, de_concat_if_not_null(t1.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t1.FORMATTED_POSITION, ')')),'')) as c15 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t10 on t10.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t3 on t3.CPR_ID = t10.COLLECTION_PROTOCOL_REG_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t3.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t6 on t6.COLLECTION_PROTOCOL_ID = t5.IDENTIFIER left join CATISSUE_PART_MEDICAL_ID t4 on t4.PARTICIPANT_ID = t3.PARTICIPANT_ID left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join OS_CONTAINERS_HIERARCHY t2 on t2.DESCENDENT_ID = t1.CONTAINER_IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((t2.ANCESTOR_ID = 838206 AND ((((t4.SITE_ID in (select identifier from catissue_site where institute_id = 3367 and activity_status != 'Disabled') OR t6.SITE_ID in (select identifier from catissue_site where institute_id = 3367 and activity_status != 'Disabled'))))))) AND ((t6.SITE_ID in (select identifier from catissue_site where institute_id = 3367 and activity_status != 'Disabled')))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.CONTAINER_NAME asc , t1.POS_TWO_STR asc , t1.POS_ONE_STR asc ) tab where rownum <= 101) where rnum >= 1" "497920","Mar 08, 2022 07:44","UMCG Admin","umcg@admin.com","umcg.admin","Data","0","N/A",,"select count(distinct t0.IDENTIFIER) as c0 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t3 on t3.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t3.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t6 on t6.COLLECTION_PROTOCOL_ID = t5.IDENTIFIER left join CATISSUE_PART_MEDICAL_ID t4 on t4.PARTICIPANT_ID = t3.PARTICIPANT_ID left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join OS_CONTAINERS_HIERARCHY t2 on t2.DESCENDENT_ID = t1.CONTAINER_IDENTIFIER where (((t2.ANCESTOR_ID = 838206 AND ((((t4.SITE_ID in (select identifier from catissue_site where institute_id = 3367 and activity_status != 'Disabled') OR t6.SITE_ID in (select identifier from catissue_site where institute_id = 3367 and activity_status != 'Disabled'))))))) AND ((t6.SITE_ID in (select identifier from catissue_site where institute_id = 3367 and activity_status != 'Disabled')))) AND (t0.ACTIVITY_STATUS != 'Disabled')" "497921","Mar 08, 2022 07:44","UMCG Admin","umcg@admin.com","umcg.admin","Data","0","N/A",,"select count(distinct t0.IDENTIFIER) as c0 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t3 on t3.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t3.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t6 on t6.COLLECTION_PROTOCOL_ID = t5.IDENTIFIER left join CATISSUE_PART_MEDICAL_ID t4 on t4.PARTICIPANT_ID = t3.PARTICIPANT_ID left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join OS_CONTAINERS_HIERARCHY t2 on t2.DESCENDENT_ID = t1.CONTAINER_IDENTIFIER where (((t2.ANCESTOR_ID = 838206 AND ((((t4.SITE_ID in (select identifier from catissue_site where institute_id = 3367 and activity_status != 'Disabled') OR t6.SITE_ID in (select identifier from catissue_site where institute_id = 3367 and activity_status != 'Disabled'))))))) AND ((t6.SITE_ID in (select identifier from catissue_site where institute_id = 3367 and activity_status != 'Disabled')))) AND (t0.ACTIVITY_STATUS != 'Disabled')" "497922","Mar 08, 2022 07:45","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6310) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6310)) AND ((t2.SITE_ID = 4547 OR t2.SITE_ID = 4549)))) AND ((t2.SITE_ID = 4547 AND t0.IDENTIFIER = 6100) OR (t2.SITE_ID = 4549 AND t0.IDENTIFIER = 6089))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497923","Mar 08, 2022 07:45","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6100) OR ((t1.SITE_ID = 4549 OR t3.SITE_ID = 4549) AND t2.IDENTIFIER = 6089))))) AND t2.IDENTIFIER = 6100) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497924","Mar 08, 2022 07:46","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497925","Mar 08, 2022 07:46","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6100) OR ((t1.SITE_ID = 4549 OR t3.SITE_ID = 4549) AND t2.IDENTIFIER = 6089))))) AND t2.IDENTIFIER = 6100) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497926","Mar 08, 2022 07:46","UMCG Admin","umcg@admin.com","umcg.admin","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6320) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6320)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3367 and activity_status != 'Disabled'))))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3367 and activity_status != 'Disabled')))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497927","Mar 08, 2022 07:47","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497928","Mar 08, 2022 07:47","AAHK CORD1 KAVI1","aahkcord.kavi1@gmail.com","AHKC1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6311) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6311)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled') OR t2.SITE_ID = 4556)))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled')) OR (t2.SITE_ID = 4556))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497929","Mar 08, 2022 07:50","AAHK CORD1 KAVI1","aahkcord.kavi1@gmail.com","AHKC1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6311) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6311)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled') OR t2.SITE_ID = 4556)))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled')) OR (t2.SITE_ID = 4556))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497930","Mar 08, 2022 07:51","AAHK CORD1 KAVI1","aahkcord.kavi1@gmail.com","AHKC1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled'))) OR ((t1.SITE_ID = 4556 OR t3.SITE_ID = 4556)))))) AND t2.IDENTIFIER = 6100) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497931","Mar 08, 2022 07:51","AAHK CORD1 KAVI1","aahkcord.kavi1@gmail.com","AHKC1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6311) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6311)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled') OR t2.SITE_ID = 4556)))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled')) OR (t2.SITE_ID = 4556))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497932","Mar 08, 2022 07:53","UMCG Admin","umcg@admin.com","umcg.admin","Count","0","N/A",,"select count(distinct t3.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.CONTAINER_NAME is not null ) AND (t2.IDENTIFIER in (6097, 6094, 6095))) AND (t3.ACTIVITY_STATUS != 'Disabled')" "497933","Mar 08, 2022 07:53","UMCG Admin","umcg@admin.com","umcg.admin","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t2.SHORT_TITLE as c0, t4.NAME as c1, t5.VALUE as c2, count(distinct t0.LABEL) as c3 from CPR_VIEW t6 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t6.CPR_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t4 on t4.IDENTIFIER = t3.SITE_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t6.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.CONTAINER_NAME is not null ) AND (t2.IDENTIFIER in (6097, 6094, 6095))) AND (t6.ACTIVITY_STATUS != 'Disabled') group by t2.SHORT_TITLE, t4.NAME, t5.VALUE) tab where rownum <= 10000) where rnum >= 1" "497934","Mar 08, 2022 07:54","UMCG Admin","umcg@admin.com","umcg.admin","Export","0","N/A",,"select t2.SHORT_TITLE as c0, t4.NAME as c1, t5.VALUE as c2, count(distinct t0.LABEL) as c3 from CPR_VIEW t6 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t6.CPR_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t4 on t4.IDENTIFIER = t3.SITE_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t6.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.CONTAINER_NAME is not null ) AND (t2.IDENTIFIER in (6097, 6094, 6095))) AND (t6.ACTIVITY_STATUS != 'Disabled') group by t2.SHORT_TITLE, t4.NAME, t5.VALUE" "497935","Mar 08, 2022 07:54","UMCG Admin","umcg@admin.com","umcg.admin","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t2.SHORT_TITLE as c0, count(distinct t0.LABEL) as c1, t3.VALUE as c2, t1.CONTAINER_NAME as c3 from CPR_VIEW t4 left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t4.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t4.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.CONTAINER_NAME is not null AND 1 = 1 ) AND (t2.IDENTIFIER in (6097, 6094, 6095))) AND (t4.ACTIVITY_STATUS != 'Disabled') group by t2.SHORT_TITLE, t3.VALUE, t1.CONTAINER_NAME) tab where rownum <= 10000) where rnum >= 1" "497936","Mar 08, 2022 07:54","UMCG Admin","umcg@admin.com","umcg.admin","Count","0","N/A",,"select count(distinct t3.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.CONTAINER_NAME is not null AND 1 = 1 ) AND (t2.IDENTIFIER in (6097, 6094, 6095))) AND (t3.ACTIVITY_STATUS != 'Disabled')" "497937","Mar 08, 2022 07:54","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6310) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6310)) AND ((t2.SITE_ID = 4547 OR t2.SITE_ID = 4549)))) AND ((t2.SITE_ID = 4547 AND t0.IDENTIFIER = 6100) OR (t2.SITE_ID = 4549 AND t0.IDENTIFIER = 6089))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497938","Mar 08, 2022 07:54","UMCG Admin","umcg@admin.com","umcg.admin","Export","0","N/A",,"select t2.SHORT_TITLE as c0, count(distinct t0.LABEL) as c1, t3.VALUE as c2, t1.CONTAINER_NAME as c3 from CPR_VIEW t4 left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t4.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t4.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.CONTAINER_NAME is not null AND 1 = 1 ) AND (t2.IDENTIFIER in (6097, 6094, 6095))) AND (t4.ACTIVITY_STATUS != 'Disabled') group by t2.SHORT_TITLE, t3.VALUE, t1.CONTAINER_NAME" "497939","Mar 08, 2022 07:54","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6100) OR ((t1.SITE_ID = 4549 OR t3.SITE_ID = 4549) AND t2.IDENTIFIER = 6089))))) AND t2.IDENTIFIER = 6100) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497940","Mar 08, 2022 07:55","UMCG Admin","umcg@admin.com","umcg.admin","Count","0","N/A",,"select count(distinct t3.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.CONTAINER_NAME is not null AND 1 = 1 ) AND t2.IDENTIFIER = 6094) AND (t3.ACTIVITY_STATUS != 'Disabled')" "497941","Mar 08, 2022 07:55","UMCG Admin","umcg@admin.com","umcg.admin","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t2.SHORT_TITLE as c0, count(distinct t0.LABEL) as c1, t3.VALUE as c2, t1.CONTAINER_NAME as c3 from CPR_VIEW t4 left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t4.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t4.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.CONTAINER_NAME is not null AND 1 = 1 ) AND t2.IDENTIFIER = 6094) AND (t4.ACTIVITY_STATUS != 'Disabled') group by t2.SHORT_TITLE, t3.VALUE, t1.CONTAINER_NAME) tab where rownum <= 10000) where rnum >= 1" "497942","Mar 08, 2022 07:55","UMCG Admin","umcg@admin.com","umcg.admin","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t2.SHORT_TITLE as c0, count(distinct t0.LABEL) as c1, t3.VALUE as c2, t1.CONTAINER_NAME as c3 from CPR_VIEW t4 left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t4.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t4.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.CONTAINER_NAME is not null AND 1 = 1 AND 1 = 1 ) AND (t2.IDENTIFIER in (6097, 6094, 6095))) AND (t4.ACTIVITY_STATUS != 'Disabled') group by t2.SHORT_TITLE, t3.VALUE, t1.CONTAINER_NAME) tab where rownum <= 10000) where rnum >= 1" "497943","Mar 08, 2022 07:55","UMCG Admin","umcg@admin.com","umcg.admin","Count","0","N/A",,"select count(distinct t3.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.CONTAINER_NAME is not null AND 1 = 1 AND 1 = 1 ) AND (t2.IDENTIFIER in (6097, 6094, 6095))) AND (t3.ACTIVITY_STATUS != 'Disabled')" "497944","Mar 08, 2022 07:56","UMCG Admin","umcg@admin.com","umcg.admin","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t2.SHORT_TITLE as c0, count(distinct t0.LABEL) as c1, t3.VALUE as c2, t1.CONTAINER_NAME as c3 from CPR_VIEW t4 left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t4.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t4.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.CONTAINER_NAME is not null AND 1 = 1 AND (t2.SHORT_TITLE in ('UMCG Study B'))) AND (t2.IDENTIFIER in (6097, 6094, 6095))) AND (t4.ACTIVITY_STATUS != 'Disabled') group by t2.SHORT_TITLE, t3.VALUE, t1.CONTAINER_NAME) tab where rownum <= 10000) where rnum >= 1" "497945","Mar 08, 2022 07:56","UMCG Admin","umcg@admin.com","umcg.admin","Count","0","N/A",,"select count(distinct t3.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.CONTAINER_NAME is not null AND 1 = 1 AND (t2.SHORT_TITLE in ('UMCG Study B'))) AND (t2.IDENTIFIER in (6097, 6094, 6095))) AND (t3.ACTIVITY_STATUS != 'Disabled')" "497946","Mar 08, 2022 07:56","UMCG Admin","umcg@admin.com","umcg.admin","Count","0","N/A",,"select count(distinct t3.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.CONTAINER_NAME is not null AND 1 = 1 AND (t2.SHORT_TITLE in ('UMCG Study C'))) AND (t2.IDENTIFIER in (6097, 6094, 6095))) AND (t3.ACTIVITY_STATUS != 'Disabled')" "497947","Mar 08, 2022 07:56","UMCG Admin","umcg@admin.com","umcg.admin","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t2.SHORT_TITLE as c0, count(distinct t0.LABEL) as c1, t3.VALUE as c2, t1.CONTAINER_NAME as c3 from CPR_VIEW t4 left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t4.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t4.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.CONTAINER_NAME is not null AND 1 = 1 AND (t2.SHORT_TITLE in ('UMCG Study C'))) AND (t2.IDENTIFIER in (6097, 6094, 6095))) AND (t4.ACTIVITY_STATUS != 'Disabled') group by t2.SHORT_TITLE, t3.VALUE, t1.CONTAINER_NAME) tab where rownum <= 10000) where rnum >= 1" "497948","Mar 08, 2022 07:56","UMCG Admin","umcg@admin.com","umcg.admin","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t2.SHORT_TITLE as c0, count(distinct t0.LABEL) as c1, t3.VALUE as c2, t1.CONTAINER_NAME as c3 from CPR_VIEW t4 left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t4.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t4.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.CONTAINER_NAME is not null AND 1 = 1 AND 1 = 1 ) AND (t2.IDENTIFIER in (6097, 6094, 6095))) AND (t4.ACTIVITY_STATUS != 'Disabled') group by t2.SHORT_TITLE, t3.VALUE, t1.CONTAINER_NAME) tab where rownum <= 10000) where rnum >= 1" "497949","Mar 08, 2022 07:56","UMCG Admin","umcg@admin.com","umcg.admin","Count","0","N/A",,"select count(distinct t3.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.CONTAINER_NAME is not null AND 1 = 1 AND 1 = 1 ) AND (t2.IDENTIFIER in (6097, 6094, 6095))) AND (t3.ACTIVITY_STATUS != 'Disabled')" "497950","Mar 08, 2022 07:57","UMCG Admin","umcg@admin.com","umcg.admin","Count","0","N/A",,"select count(distinct t4.CPR_ID) as c0, count(distinct t5.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t4 left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t4.CPR_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t4.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.CONTAINER_NAME is not null AND 1 = 1 AND 1 = 1 AND (t3.VALUE in ('Serum', 'Plasma'))) AND (t2.IDENTIFIER in (6097, 6094, 6095))) AND (t4.ACTIVITY_STATUS != 'Disabled')" "497951","Mar 08, 2022 07:57","UMCG Admin","umcg@admin.com","umcg.admin","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t2.SHORT_TITLE as c0, count(distinct t0.LABEL) as c1, t3.VALUE as c2, t1.CONTAINER_NAME as c3 from CPR_VIEW t4 left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t4.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t4.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.CONTAINER_NAME is not null AND 1 = 1 AND 1 = 1 AND (t3.VALUE in ('Serum', 'Plasma'))) AND (t2.IDENTIFIER in (6097, 6094, 6095))) AND (t4.ACTIVITY_STATUS != 'Disabled') group by t2.SHORT_TITLE, t3.VALUE, t1.CONTAINER_NAME) tab where rownum <= 10000) where rnum >= 1" "497952","Mar 08, 2022 07:59","AAHK CORD1 KAVI1","aahkcord.kavi1@gmail.com","AHKC1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6311) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6311)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled') OR t2.SITE_ID = 4556)))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled')) OR (t2.SITE_ID = 4556))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497953","Mar 08, 2022 08:00","UMCG Admin","umcg@admin.com","umcg.admin","Count","0","N/A",,"select count(distinct t3.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t0.LINEAGE = 'Aliquot' AND t1.CONTAINER_NAME is not null ) AND (t2.IDENTIFIER in (6097, 6094, 6095))) AND (t3.ACTIVITY_STATUS != 'Disabled')" "497954","Mar 08, 2022 08:00","UMCG Admin","umcg@admin.com","umcg.admin","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t2.IDENTIFIER as c0, t3.CPR_ID as c1, t3.PPID as c2, t3.FIRST_NAME as c3, t3.LAST_NAME as c4, t3.DOB as c5, t4.VALUE as c6, t5.VALUE as c7, t6.NAME as c8, t7.VALUE as c9, t0.IDENTIFIER as c10, t2.IDENTIFIER as c11, t0.LABEL as c12, t8.VALUE as c13, 't3', t3.CPR_ID as mc0, 't2', t2.IDENTIFIER as mc1, 't6', t6.IDENTIFIER as mc2, 't7', t7.IDENTIFIER as mc3, 't0', t0.IDENTIFIER as mc4 from CPR_VIEW t3 left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t3.GENDER_ID left join CATISSUE_SPECIMEN_COLL_GROUP t6 on t6.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t6.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t7 on t7.VISIT_ID = t6.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t3.VITAL_STATUS_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t0.LINEAGE = 'Aliquot' AND t1.CONTAINER_NAME is not null ) AND (t2.IDENTIFIER in (6097, 6094, 6095))) AND (t3.ACTIVITY_STATUS != 'Disabled') order by t3.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "497955","Mar 08, 2022 08:00","UMCG Admin","umcg@admin.com","umcg.admin","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t2.IDENTIFIER as c0, t2.SHORT_TITLE as c1, t3.CPR_ID as c2, t3.PPID as c3, t3.FIRST_NAME as c4, t3.LAST_NAME as c5, t3.DOB as c6, t4.VALUE as c7, t5.VALUE as c8, t6.NAME as c9, t7.VALUE as c10, t0.IDENTIFIER as c11, t2.IDENTIFIER as c12, t0.LABEL as c13, t8.VALUE as c14, 't3', t3.CPR_ID as mc0, 't2', t2.IDENTIFIER as mc1, 't6', t6.IDENTIFIER as mc2, 't7', t7.IDENTIFIER as mc3, 't0', t0.IDENTIFIER as mc4 from CPR_VIEW t3 left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t3.GENDER_ID left join CATISSUE_SPECIMEN_COLL_GROUP t6 on t6.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t6.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t7 on t7.VISIT_ID = t6.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t3.VITAL_STATUS_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t0.LINEAGE = 'Aliquot' AND t1.CONTAINER_NAME is not null ) AND (t2.IDENTIFIER in (6097, 6094, 6095))) AND (t3.ACTIVITY_STATUS != 'Disabled') order by t3.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "497956","Mar 08, 2022 08:02","UMCG Researcher","umcg@researcher.com","umcg.researcher","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t2.IDENTIFIER as c0, t3.CPR_ID as c1, t3.PPID as c2, t3.FIRST_NAME as c3, t3.LAST_NAME as c4, t3.DOB as c5, t4.VALUE as c6, t5.VALUE as c7, t6.NAME as c8, t7.VALUE as c9, t0.IDENTIFIER as c10, t2.IDENTIFIER as c11, t0.LABEL as c12, t8.VALUE as c13, 't3', t3.CPR_ID as mc0, 't2', t2.IDENTIFIER as mc1, 't6', t6.IDENTIFIER as mc2, 't7', t7.IDENTIFIER as mc3, 't0', t0.IDENTIFIER as mc4 from CPR_VIEW t3 left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t3.GENDER_ID left join CATISSUE_SPECIMEN_COLL_GROUP t6 on t6.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t6.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t7 on t7.VISIT_ID = t6.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t3.VITAL_STATUS_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t0.LINEAGE = 'Aliquot' AND t1.CONTAINER_NAME is not null ) AND (t2.IDENTIFIER in (6097, 6094, 6095))) AND (t3.ACTIVITY_STATUS != 'Disabled') order by t3.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "497957","Mar 08, 2022 08:02","UMCG Researcher","umcg@researcher.com","umcg.researcher","Count","0","N/A",,"select count(distinct t3.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t0.LINEAGE = 'Aliquot' AND t1.CONTAINER_NAME is not null ) AND (t2.IDENTIFIER in (6097, 6094, 6095))) AND (t3.ACTIVITY_STATUS != 'Disabled')" "497958","Mar 08, 2022 08:05","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t3.DE_A_1 as c3, t0.EMPI_ID as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_20403 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 8528) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 3393) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497959","Mar 08, 2022 08:05","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497960","Mar 08, 2022 08:05","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813)) AND (upper(t0.SHORT_TITLE) like '%CP%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497961","Mar 08, 2022 08:05","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813)) AND (upper(t0.SHORT_TITLE) like '%CP2%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497962","Mar 08, 2022 08:05","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6000) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497963","Mar 08, 2022 08:05","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813)) AND (upper(t0.SHORT_TITLE) like '%CP2%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497964","Mar 08, 2022 08:05","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497965","Mar 08, 2022 08:05","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813)) AND (upper(t0.SHORT_TITLE) like '%CP2%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497966","Mar 08, 2022 08:06","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6000) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497967","Mar 08, 2022 08:06","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497968","Mar 08, 2022 08:06","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6310) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6310)) AND ((t2.SITE_ID = 4547 OR t2.SITE_ID = 4549)))) AND ((t2.SITE_ID = 4547 AND t0.IDENTIFIER = 6100) OR (t2.SITE_ID = 4549 AND t0.IDENTIFIER = 6089))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497969","Mar 08, 2022 08:06","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t7.CPR_ID as c0, t7.PPID as c1, t7.REGISTRATION_DATE as c2, t8.VALUE as c3, t10.VALUE as c4, t12.VALUE as c5, t0.IDENTIFIER as c6, t4.IDENTIFIER as c7, t0.LABEL as c8, t13.VALUE as c9, t14.VALUE as c10, t5.COLL_TIME as c11, t6.ISCHEMIA_TIME as c12, 't7', t7.CPR_ID as mc0, 't12', t12.IDENTIFIER as mc1, 't0', t0.IDENTIFIER as mc2, 't4', t4.IDENTIFIER as mc3, 't5', t5.SPECIMEN_ID as mc4, 't6', t6.SPECIMEN_ID as mc5 from CPR_VIEW t7 left join CATISSUE_COLLECTION_PROTOCOL t4 on t4.IDENTIFIER = t7.CP_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t7.GENDER_ID left join CATISSUE_RACE t9 on t9.PARTICIPANT_ID = t7.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t9.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t11 on t11.COLLECTION_PROTOCOL_REG_ID = t7.CPR_ID and t11.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t11.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_STATS t6 on t6.SPECIMEN_ID = t0.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t5 on t5.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t14 on t14.IDENTIFIER = t0.ANATOMIC_SITE_ID left join (OS_SPMN_CUST_FIELDS t1 inner join DE_E_26952 t2 on t2.IDENTIFIER = t1.RECORD_ID and t1.FORM_ID = 13427 left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.DE_A_1) on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t13 on t13.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t12 on t12.VISIT_ID = t11.IDENTIFIER where ((t3.VALUE is not null ) AND t4.IDENTIFIER = 6000) AND (t7.ACTIVITY_STATUS != 'Disabled') order by t7.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "497970","Mar 08, 2022 08:06","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Count","0","N/A",,"select count(distinct t5.CPR_ID) as c0, count(distinct t6.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t5 left join CATISSUE_COLLECTION_PROTOCOL t4 on t4.IDENTIFIER = t5.CP_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t6 on t6.COLLECTION_PROTOCOL_REG_ID = t5.CPR_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t6.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join (OS_SPMN_CUST_FIELDS t1 inner join DE_E_26952 t2 on t2.IDENTIFIER = t1.RECORD_ID and t1.FORM_ID = 13427 left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.DE_A_1) on t1.SPECIMEN_ID = t0.IDENTIFIER where ((t3.VALUE is not null ) AND t4.IDENTIFIER = 6000) AND (t5.ACTIVITY_STATUS != 'Disabled')" "497971","Mar 08, 2022 08:06","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6100) OR ((t1.SITE_ID = 4549 OR t3.SITE_ID = 4549) AND t2.IDENTIFIER = 6089))))) AND t2.IDENTIFIER = 6100) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "497972","Mar 08, 2022 08:07","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t4.IDENTIFIER as c1, t0.LABEL as c2, t3.VALUE as c3, 't5', t5.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't4', t4.IDENTIFIER as mc2 from CPR_VIEW t5 left join CATISSUE_COLLECTION_PROTOCOL t4 on t4.IDENTIFIER = t5.CP_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t6 on t6.COLLECTION_PROTOCOL_REG_ID = t5.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t6.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join (OS_SPMN_CUST_FIELDS t1 inner join DE_E_26952 t2 on t2.IDENTIFIER = t1.RECORD_ID and t1.FORM_ID = 13427 left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.DE_A_1) on t1.SPECIMEN_ID = t0.IDENTIFIER where ((t3.VALUE is not null ) AND t4.IDENTIFIER = 6000) AND (t5.ACTIVITY_STATUS != 'Disabled') order by t5.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "497973","Mar 08, 2022 08:07","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Count","0","N/A",,"select count(distinct t5.CPR_ID) as c0, count(distinct t6.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t5 left join CATISSUE_COLLECTION_PROTOCOL t4 on t4.IDENTIFIER = t5.CP_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t6 on t6.COLLECTION_PROTOCOL_REG_ID = t5.CPR_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t6.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join (OS_SPMN_CUST_FIELDS t1 inner join DE_E_26952 t2 on t2.IDENTIFIER = t1.RECORD_ID and t1.FORM_ID = 13427 left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.DE_A_1) on t1.SPECIMEN_ID = t0.IDENTIFIER where ((t3.VALUE is not null ) AND t4.IDENTIFIER = 6000) AND (t5.ACTIVITY_STATUS != 'Disabled')" "497974","Mar 08, 2022 08:07","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Export","0","N/A",,"select t0.LABEL as c0, t3.VALUE as c1, 't5', t5.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1 from CPR_VIEW t5 left join CATISSUE_COLLECTION_PROTOCOL t4 on t4.IDENTIFIER = t5.CP_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t6 on t6.COLLECTION_PROTOCOL_REG_ID = t5.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t6.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join (OS_SPMN_CUST_FIELDS t1 inner join DE_E_26952 t2 on t2.IDENTIFIER = t1.RECORD_ID and t1.FORM_ID = 13427 left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.DE_A_1) on t1.SPECIMEN_ID = t0.IDENTIFIER where ((t3.VALUE is not null ) AND t4.IDENTIFIER = 6000) AND (t5.ACTIVITY_STATUS != 'Disabled') order by t5.CPR_ID" "497975","Mar 08, 2022 08:09","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t3.CPR_ID as c0, t3.PPID as c1, t0.IDENTIFIER as c2, t2.IDENTIFIER as c3, t0.LABEL as c4, t4.VALUE as c5, t0.LINEAGE as c6, t1.RECV_QUALITY as c7, 't3', t3.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't2', t2.IDENTIFIER as mc2, 't1', t1.SPECIMEN_ID as mc3 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t0.LINEAGE = 'Aliquot' AND t1.RECV_QUALITY = 'Hemolyzed') AND t2.IDENTIFIER = 6094) AND (t3.ACTIVITY_STATUS != 'Disabled') order by t3.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "497976","Mar 08, 2022 08:09","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Count","0","N/A",,"select count(distinct t3.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t0.LINEAGE = 'Aliquot' AND t1.RECV_QUALITY = 'Hemolyzed') AND t2.IDENTIFIER = 6094) AND (t3.ACTIVITY_STATUS != 'Disabled')" "497977","Mar 08, 2022 08:10","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t3.CPR_ID as c0, t3.PPID as c1, t0.IDENTIFIER as c2, t2.IDENTIFIER as c3, t0.LABEL as c4, t4.VALUE as c5, t0.LINEAGE as c6, t1.RECV_QUALITY as c7, 't3', t3.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't2', t2.IDENTIFIER as mc2, 't1', t1.SPECIMEN_ID as mc3 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t0.LINEAGE = 'Aliquot' AND t1.RECV_QUALITY = 'Hemolyzed') AND t2.IDENTIFIER = 6094) AND (t3.ACTIVITY_STATUS != 'Disabled') order by t3.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "497978","Mar 08, 2022 08:10","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Count","0","N/A",,"select count(distinct t3.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t0.LINEAGE = 'Aliquot' AND t1.RECV_QUALITY = 'Hemolyzed') AND t2.IDENTIFIER = 6094) AND (t3.ACTIVITY_STATUS != 'Disabled')" "497979","Mar 08, 2022 08:10","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t6.CPR_ID as c0, t6.PPID as c1, t0.IDENTIFIER as c2, t5.IDENTIFIER as c3, t0.LABEL as c4, t1.VALUE as c5, t4.COLL_TIME as c6, t3.EVENT_TIMESTAMP as c7, ((round(1440 * (cast(t3.EVENT_TIMESTAMP as date) - cast(t4.COLL_TIME as date)), 2)) / 60) as c8, 't6', t6.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't5', t5.IDENTIFIER as mc2, 't4', t4.SPECIMEN_ID as mc3, 't3', t3.IDENTIFIER as mc4 from CPR_VIEW t6 left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.COLLECTION_PROTOCOL_REG_ID = t6.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t7.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join (OS_SPMN_EXTN_RECS t2 inner join CATISSUE_FROZEN_EVENT_PARAM t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 65) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t1.VALUE = 'Serum' AND t0.LINEAGE = 'Aliquot' AND 1 = 1 AND t3.EVENT_TIMESTAMP is not null ) AND t5.IDENTIFIER = 6094) AND (t6.ACTIVITY_STATUS != 'Disabled') order by t6.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "497980","Mar 08, 2022 08:10","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Count","0","N/A",,"select count(distinct t6.CPR_ID) as c0, count(distinct t7.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t6 left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.COLLECTION_PROTOCOL_REG_ID = t6.CPR_ID and t7.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t7.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join (OS_SPMN_EXTN_RECS t2 inner join CATISSUE_FROZEN_EVENT_PARAM t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 65) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t1.VALUE = 'Serum' AND t0.LINEAGE = 'Aliquot' AND 1 = 1 AND t3.EVENT_TIMESTAMP is not null ) AND t5.IDENTIFIER = 6094) AND (t6.ACTIVITY_STATUS != 'Disabled')" "497981","Mar 08, 2022 08:11","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t6.CPR_ID as c0, t6.PPID as c1, t0.IDENTIFIER as c2, t5.IDENTIFIER as c3, t0.LABEL as c4, t1.VALUE as c5, t4.COLL_TIME as c6, t3.EVENT_TIMESTAMP as c7, ((round(1440 * (cast(t3.EVENT_TIMESTAMP as date) - cast(t4.COLL_TIME as date)), 2)) / 60) as c8, 't6', t6.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't5', t5.IDENTIFIER as mc2, 't4', t4.SPECIMEN_ID as mc3, 't3', t3.IDENTIFIER as mc4 from CPR_VIEW t6 left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.COLLECTION_PROTOCOL_REG_ID = t6.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t7.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join (OS_SPMN_EXTN_RECS t2 inner join CATISSUE_FROZEN_EVENT_PARAM t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 65) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t1.VALUE = 'Serum' AND t0.LINEAGE = 'Aliquot' AND ((round(1440 * (cast(t3.EVENT_TIMESTAMP as date) - cast(t4.COLL_TIME as date)), 2)) / 60) between 0 and 4 AND t3.EVENT_TIMESTAMP is not null ) AND t5.IDENTIFIER = 6094) AND (t6.ACTIVITY_STATUS != 'Disabled') order by t6.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "497982","Mar 08, 2022 08:11","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Count","0","N/A",,"select count(distinct t6.CPR_ID) as c0, count(distinct t7.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t6 left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.COLLECTION_PROTOCOL_REG_ID = t6.CPR_ID and t7.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t7.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join (OS_SPMN_EXTN_RECS t2 inner join CATISSUE_FROZEN_EVENT_PARAM t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 65) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t1.VALUE = 'Serum' AND t0.LINEAGE = 'Aliquot' AND ((round(1440 * (cast(t3.EVENT_TIMESTAMP as date) - cast(t4.COLL_TIME as date)), 2)) / 60) between 0 and 4 AND t3.EVENT_TIMESTAMP is not null ) AND t5.IDENTIFIER = 6094) AND (t6.ACTIVITY_STATUS != 'Disabled')" "497983","Mar 08, 2022 08:11","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t6.CPR_ID as c0, t6.PPID as c1, t0.IDENTIFIER as c2, t5.IDENTIFIER as c3, t0.LABEL as c4, t1.VALUE as c5, t4.COLL_TIME as c6, t3.EVENT_TIMESTAMP as c7, ((round(1440 * (cast(t3.EVENT_TIMESTAMP as date) - cast(t4.COLL_TIME as date)), 2)) / 60) as c8, 't6', t6.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't5', t5.IDENTIFIER as mc2, 't4', t4.SPECIMEN_ID as mc3, 't3', t3.IDENTIFIER as mc4 from CPR_VIEW t6 left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.COLLECTION_PROTOCOL_REG_ID = t6.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t7.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join (OS_SPMN_EXTN_RECS t2 inner join CATISSUE_FROZEN_EVENT_PARAM t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 65) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t1.VALUE = 'Serum' AND t0.LINEAGE = 'Aliquot' AND 1 = 1 AND t3.EVENT_TIMESTAMP is not null ) AND t5.IDENTIFIER = 6094) AND (t6.ACTIVITY_STATUS != 'Disabled') order by t6.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "497984","Mar 08, 2022 08:11","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Count","0","N/A",,"select count(distinct t6.CPR_ID) as c0, count(distinct t7.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t6 left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.COLLECTION_PROTOCOL_REG_ID = t6.CPR_ID and t7.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t7.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join (OS_SPMN_EXTN_RECS t2 inner join CATISSUE_FROZEN_EVENT_PARAM t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 65) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t1.VALUE = 'Serum' AND t0.LINEAGE = 'Aliquot' AND 1 = 1 AND t3.EVENT_TIMESTAMP is not null ) AND t5.IDENTIFIER = 6094) AND (t6.ACTIVITY_STATUS != 'Disabled')" "497985","Mar 08, 2022 08:11","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Count","0","N/A",,"select count(distinct t6.CPR_ID) as c0, count(distinct t7.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t6 left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.COLLECTION_PROTOCOL_REG_ID = t6.CPR_ID and t7.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t7.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join (OS_SPMN_EXTN_RECS t2 inner join CATISSUE_FROZEN_EVENT_PARAM t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 65) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t1.VALUE = 'Serum' AND t0.LINEAGE = 'Aliquot' AND ((round(1440 * (cast(t3.EVENT_TIMESTAMP as date) - cast(t4.COLL_TIME as date)), 2)) / 60) >= 4 AND t3.EVENT_TIMESTAMP is not null ) AND t5.IDENTIFIER = 6094) AND (t6.ACTIVITY_STATUS != 'Disabled')" "497986","Mar 08, 2022 08:11","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t6.CPR_ID as c0, t6.PPID as c1, t0.IDENTIFIER as c2, t5.IDENTIFIER as c3, t0.LABEL as c4, t1.VALUE as c5, t4.COLL_TIME as c6, t3.EVENT_TIMESTAMP as c7, ((round(1440 * (cast(t3.EVENT_TIMESTAMP as date) - cast(t4.COLL_TIME as date)), 2)) / 60) as c8, 't6', t6.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't5', t5.IDENTIFIER as mc2, 't4', t4.SPECIMEN_ID as mc3, 't3', t3.IDENTIFIER as mc4 from CPR_VIEW t6 left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.COLLECTION_PROTOCOL_REG_ID = t6.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t7.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join (OS_SPMN_EXTN_RECS t2 inner join CATISSUE_FROZEN_EVENT_PARAM t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 65) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t1.VALUE = 'Serum' AND t0.LINEAGE = 'Aliquot' AND ((round(1440 * (cast(t3.EVENT_TIMESTAMP as date) - cast(t4.COLL_TIME as date)), 2)) / 60) >= 4 AND t3.EVENT_TIMESTAMP is not null ) AND t5.IDENTIFIER = 6094) AND (t6.ACTIVITY_STATUS != 'Disabled') order by t6.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "497987","Mar 08, 2022 08:12","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Count","0","N/A",,"select count(distinct t2.CPR_ID) as c0, count(distinct t3.IDENTIFIER) as c1, count(distinct t1.IDENTIFIER) as c2 from CPR_VIEW t2 left join CATISSUE_COLLECTION_PROTOCOL t0 on t0.IDENTIFIER = t2.CP_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.SHORT_TITLE in ('UMCG Study A', 'UMCG Study B', 'UMCG Study C')) AND t1.COLLECTION_STATUS = 'Pending') AND (t2.ACTIVITY_STATUS != 'Disabled')" "497988","Mar 08, 2022 08:12","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t2.CPR_ID as c0, t2.PPID as c1, t1.IDENTIFIER as c2, t0.IDENTIFIER as c3, t1.LABEL as c4, t3.VALUE as c5, t1.COLLECTION_STATUS as c6, 't2', t2.CPR_ID as mc0, 't1', t1.IDENTIFIER as mc1, 't0', t0.IDENTIFIER as mc2 from CPR_VIEW t2 left join CATISSUE_COLLECTION_PROTOCOL t0 on t0.IDENTIFIER = t2.CP_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t1.SPECIMEN_TYPE_ID where ((t0.SHORT_TITLE in ('UMCG Study A', 'UMCG Study B', 'UMCG Study C')) AND t1.COLLECTION_STATUS = 'Pending') AND (t2.ACTIVITY_STATUS != 'Disabled') order by t2.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "497989","Mar 08, 2022 08:12","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t2.CPR_ID as c0, t2.PPID as c1, t1.IDENTIFIER as c2, t0.IDENTIFIER as c3, t1.LABEL as c4, t3.VALUE as c5, t1.COLLECTION_STATUS as c6, 't2', t2.CPR_ID as mc0, 't1', t1.IDENTIFIER as mc1, 't0', t0.IDENTIFIER as mc2 from CPR_VIEW t2 left join CATISSUE_COLLECTION_PROTOCOL t0 on t0.IDENTIFIER = t2.CP_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t1.SPECIMEN_TYPE_ID where ((t0.SHORT_TITLE in ('UMCG Study A', 'UMCG Study B', 'UMCG Study C')) AND t1.COLLECTION_STATUS = 'Pending') AND (t2.ACTIVITY_STATUS != 'Disabled') order by t2.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "497990","Mar 08, 2022 08:12","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Count","0","N/A",,"select count(distinct t2.CPR_ID) as c0, count(distinct t3.IDENTIFIER) as c1, count(distinct t1.IDENTIFIER) as c2 from CPR_VIEW t2 left join CATISSUE_COLLECTION_PROTOCOL t0 on t0.IDENTIFIER = t2.CP_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.SHORT_TITLE in ('UMCG Study A', 'UMCG Study B', 'UMCG Study C')) AND t1.COLLECTION_STATUS = 'Pending') AND (t2.ACTIVITY_STATUS != 'Disabled')" "497991","Mar 08, 2022 08:13","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select count(distinct t0.LABEL) as c0, ((round(1440 * (cast(t3.EVENT_TIMESTAMP as date) - cast(t4.COLL_TIME as date)), 2)) / 60) as c1 from CPR_VIEW t6 left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.COLLECTION_PROTOCOL_REG_ID = t6.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t7.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join (OS_SPMN_EXTN_RECS t2 inner join CATISSUE_FROZEN_EVENT_PARAM t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 65) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t1.VALUE = 'Serum' AND t0.LINEAGE = 'Aliquot' AND 1 = 1 AND t3.EVENT_TIMESTAMP is not null ) AND t5.IDENTIFIER = 6094) AND (t6.ACTIVITY_STATUS != 'Disabled') group by ((round(1440 * (cast(t3.EVENT_TIMESTAMP as date) - cast(t4.COLL_TIME as date)), 2)) / 60)) tab where rownum <= 10000) where rnum >= 1" "497992","Mar 08, 2022 08:13","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Count","0","N/A",,"select count(distinct t6.CPR_ID) as c0, count(distinct t7.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t6 left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.COLLECTION_PROTOCOL_REG_ID = t6.CPR_ID and t7.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t7.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join (OS_SPMN_EXTN_RECS t2 inner join CATISSUE_FROZEN_EVENT_PARAM t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 65) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t1.VALUE = 'Serum' AND t0.LINEAGE = 'Aliquot' AND 1 = 1 AND t3.EVENT_TIMESTAMP is not null ) AND t5.IDENTIFIER = 6094) AND (t6.ACTIVITY_STATUS != 'Disabled')" "497993","Mar 08, 2022 08:14","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select ((round(1440 * (cast(t3.EVENT_TIMESTAMP as date) - cast(t4.COLL_TIME as date)), 2)) / 60) as c0, count(distinct t0.LABEL) as c1 from CPR_VIEW t6 left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.COLLECTION_PROTOCOL_REG_ID = t6.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t7.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join (OS_SPMN_EXTN_RECS t2 inner join CATISSUE_FROZEN_EVENT_PARAM t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 65) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t1.VALUE = 'Serum' AND t0.LINEAGE = 'Aliquot' AND 1 = 1 AND t3.EVENT_TIMESTAMP is not null ) AND t5.IDENTIFIER = 6094) AND (t6.ACTIVITY_STATUS != 'Disabled') group by ((round(1440 * (cast(t3.EVENT_TIMESTAMP as date) - cast(t4.COLL_TIME as date)), 2)) / 60) order by ((round(1440 * (cast(t3.EVENT_TIMESTAMP as date) - cast(t4.COLL_TIME as date)), 2)) / 60) asc" "497994","Mar 08, 2022 08:14","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select count(distinct t0.LABEL) as c0, ((round(1440 * (cast(t3.EVENT_TIMESTAMP as date) - cast(t4.COLL_TIME as date)), 2)) / 60) as c1 from CPR_VIEW t6 left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.COLLECTION_PROTOCOL_REG_ID = t6.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t7.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join (OS_SPMN_EXTN_RECS t2 inner join CATISSUE_FROZEN_EVENT_PARAM t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 65) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t1.VALUE = 'Serum' AND t0.LINEAGE = 'Aliquot' AND 1 = 1 AND t3.EVENT_TIMESTAMP is not null ) AND t5.IDENTIFIER = 6094) AND (t6.ACTIVITY_STATUS != 'Disabled') group by ((round(1440 * (cast(t3.EVENT_TIMESTAMP as date) - cast(t4.COLL_TIME as date)), 2)) / 60)) tab where rownum <= 10000) where rnum >= 1" "497995","Mar 08, 2022 08:14","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Count","0","N/A",,"select count(distinct t6.CPR_ID) as c0, count(distinct t7.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t6 left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.COLLECTION_PROTOCOL_REG_ID = t6.CPR_ID and t7.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t7.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join (OS_SPMN_EXTN_RECS t2 inner join CATISSUE_FROZEN_EVENT_PARAM t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 65) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t1.VALUE = 'Serum' AND t0.LINEAGE = 'Aliquot' AND 1 = 1 AND t3.EVENT_TIMESTAMP is not null ) AND t5.IDENTIFIER = 6094) AND (t6.ACTIVITY_STATUS != 'Disabled')" "497996","Mar 08, 2022 08:15","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "497997","Mar 08, 2022 08:15","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select count(t0.CPR_ID) as c0 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.CPR_ID is not null ) AND t1.IDENTIFIER = 2473) AND (t0.ACTIVITY_STATUS != 'Disabled')" "497998","Mar 08, 2022 08:15","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t2.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.IDENTIFIER is not null AND t0.LINEAGE = 'New' AND t0.COLLECTION_STATUS = 'Collected') AND t1.IDENTIFIER = 2473) AND (t2.ACTIVITY_STATUS != 'Disabled')" "497999","Mar 08, 2022 08:15","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t2.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.IDENTIFIER is not null AND t0.AVAILABLE_QUANTITY > 0 AND t0.COLLECTION_STATUS = 'Collected') AND t1.IDENTIFIER = 2473) AND (t2.ACTIVITY_STATUS != 'Disabled')" "498000","Mar 08, 2022 08:15","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select count(distinct t0.IDENTIFIER) as c0 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.ORDER_STATUS = 'EXECUTED') AND t2.IDENTIFIER = 2473) AND (t3.ACTIVITY_STATUS != 'Disabled')" "498001","Mar 08, 2022 08:15","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select t0.CREATED_ON as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t2.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.CREATED_ON is not null AND t0.COLLECTION_STATUS = 'Collected' AND (t0.CREATED_ON >= to_date('10-01-2021 00:00', 'MM-DD-YYYY HH24:MI') and t0.CREATED_ON <= to_date('12-31-2021 23:59', 'MM-DD-YYYY HH24:MI'))) AND t1.IDENTIFIER = 2473) AND (t2.ACTIVITY_STATUS != 'Disabled') group by t0.CREATED_ON order by t0.CREATED_ON asc" "498002","Mar 08, 2022 08:15","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select t1.EXECUTION_DATE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.EXECUTION_DATE is not null AND t1.ORDER_STATUS = 'EXECUTED' AND (t1.EXECUTION_DATE >= to_date('10-01-2021 00:00', 'MM-DD-YYYY HH24:MI') and t1.EXECUTION_DATE <= to_date('12-31-2021 23:59', 'MM-DD-YYYY HH24:MI'))) AND t2.IDENTIFIER = 2473) AND (t3.ACTIVITY_STATUS != 'Disabled') group by t1.EXECUTION_DATE order by t1.EXECUTION_DATE asc" "498003","Mar 08, 2022 08:15","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t2.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t3.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.COLLECTION_STATUS = 'Collected') AND t1.IDENTIFIER = 2473) AND (t3.ACTIVITY_STATUS != 'Disabled') group by t2.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "498004","Mar 08, 2022 08:15","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t2.FREEZER as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t4 left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t4.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join OS_CONTAINER_ANCESTORS_VIEW t2 on t2.CONTAINER_ID = t1.CONTAINER_IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t4.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where ((t0.AVAILABLE_QUANTITY > 0 AND t2.FREEZER is not null ) AND t3.IDENTIFIER = 2473) AND (t4.ACTIVITY_STATUS != 'Disabled') group by t2.FREEZER order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "498005","Mar 08, 2022 08:15","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t1.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0 AND t1.VALUE is not null ) AND t2.IDENTIFIER = 2473) AND (t3.ACTIVITY_STATUS != 'Disabled') group by t1.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "498006","Mar 08, 2022 08:15","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t2.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t3.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0) AND t1.IDENTIFIER = 2473) AND (t3.ACTIVITY_STATUS != 'Disabled') group by t2.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "498007","Mar 08, 2022 08:15","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select to_char(t0.CREATED_ON, 'MM-YYYY') as c0, count(distinct t0.LABEL) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t2.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.COLLECTION_STATUS = 'Collected' AND (t0.CREATED_ON >= to_date('01-08-2022 00:00', 'MM-DD-YYYY HH24:MI') and t0.CREATED_ON <= to_date('03-07-2022 23:59', 'MM-DD-YYYY HH24:MI')) AND 1 = 1 ) AND t1.IDENTIFIER = 2473) AND (t2.ACTIVITY_STATUS != 'Disabled') group by to_char(t0.CREATED_ON, 'MM-YYYY') order by to_char(t0.CREATED_ON, 'MM-YYYY') asc" "498008","Mar 08, 2022 08:16","AAHK CORD1 KAVI1","aahkcord.kavi1@gmail.com","AHKC1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6311) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6311)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled') OR t2.SITE_ID = 4556)))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled')) OR (t2.SITE_ID = 4556))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498009","Mar 08, 2022 08:17","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498010","Mar 08, 2022 08:17","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244)) AND (upper(t0.SHORT_TITLE) like '%UMCG%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498011","Mar 08, 2022 08:17","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t2.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.IDENTIFIER is not null AND t0.LINEAGE = 'New' AND t0.COLLECTION_STATUS = 'Collected') AND t1.IDENTIFIER = 6094) AND (t2.ACTIVITY_STATUS != 'Disabled')" "498012","Mar 08, 2022 08:17","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select count(t0.CPR_ID) as c0 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.CPR_ID is not null ) AND t1.IDENTIFIER = 6094) AND (t0.ACTIVITY_STATUS != 'Disabled')" "498013","Mar 08, 2022 08:17","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select count(distinct t0.IDENTIFIER) as c0 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.ORDER_STATUS = 'EXECUTED') AND t2.IDENTIFIER = 6094) AND (t3.ACTIVITY_STATUS != 'Disabled')" "498014","Mar 08, 2022 08:17","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t2.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.IDENTIFIER is not null AND t0.AVAILABLE_QUANTITY > 0 AND t0.COLLECTION_STATUS = 'Collected') AND t1.IDENTIFIER = 6094) AND (t2.ACTIVITY_STATUS != 'Disabled')" "498015","Mar 08, 2022 08:17","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select t0.CREATED_ON as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t2.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.CREATED_ON is not null AND t0.COLLECTION_STATUS = 'Collected' AND (t0.CREATED_ON >= to_date('10-01-2021 00:00', 'MM-DD-YYYY HH24:MI') and t0.CREATED_ON <= to_date('12-31-2021 23:59', 'MM-DD-YYYY HH24:MI'))) AND t1.IDENTIFIER = 6094) AND (t2.ACTIVITY_STATUS != 'Disabled') group by t0.CREATED_ON order by t0.CREATED_ON asc" "498016","Mar 08, 2022 08:17","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select t1.EXECUTION_DATE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.EXECUTION_DATE is not null AND t1.ORDER_STATUS = 'EXECUTED' AND (t1.EXECUTION_DATE >= to_date('10-01-2021 00:00', 'MM-DD-YYYY HH24:MI') and t1.EXECUTION_DATE <= to_date('12-31-2021 23:59', 'MM-DD-YYYY HH24:MI'))) AND t2.IDENTIFIER = 6094) AND (t3.ACTIVITY_STATUS != 'Disabled') group by t1.EXECUTION_DATE order by t1.EXECUTION_DATE asc" "498017","Mar 08, 2022 08:17","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t2.FREEZER as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t4 left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t4.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join OS_CONTAINER_ANCESTORS_VIEW t2 on t2.CONTAINER_ID = t1.CONTAINER_IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t4.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where ((t0.AVAILABLE_QUANTITY > 0 AND t2.FREEZER is not null ) AND t3.IDENTIFIER = 6094) AND (t4.ACTIVITY_STATUS != 'Disabled') group by t2.FREEZER order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "498018","Mar 08, 2022 08:17","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t2.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t3.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.COLLECTION_STATUS = 'Collected') AND t1.IDENTIFIER = 6094) AND (t3.ACTIVITY_STATUS != 'Disabled') group by t2.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "498019","Mar 08, 2022 08:17","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t2.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t3.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0) AND t1.IDENTIFIER = 6094) AND (t3.ACTIVITY_STATUS != 'Disabled') group by t2.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "498020","Mar 08, 2022 08:17","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t1.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0 AND t1.VALUE is not null ) AND t2.IDENTIFIER = 6094) AND (t3.ACTIVITY_STATUS != 'Disabled') group by t1.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "498021","Mar 08, 2022 08:17","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6310) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6310)) AND ((t2.SITE_ID = 4547 OR t2.SITE_ID = 4549)))) AND ((t2.SITE_ID = 4547 AND t0.IDENTIFIER = 6100) OR (t2.SITE_ID = 4549 AND t0.IDENTIFIER = 6089))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498022","Mar 08, 2022 08:18","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6100) OR ((t1.SITE_ID = 4549 OR t3.SITE_ID = 4549) AND t2.IDENTIFIER = 6089))))) AND t2.IDENTIFIER = 6100) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498023","Mar 08, 2022 08:19","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t5.IDENTIFIER) as c1, count(distinct t6.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t4 on t4.IDENTIFIER = t0.CP_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t6 on t6.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.VITAL_STATUS_ID where ((t1.VALUE = 'Alive' AND t3.VALUE = 'White') AND t4.IDENTIFIER = 6094) AND (t0.ACTIVITY_STATUS != 'Disabled')" "498024","Mar 08, 2022 08:19","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t3.IDENTIFIER) as c1, count(distinct t4.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t4 on t4.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.VITAL_STATUS_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.VALUE = 'Alive') AND t2.IDENTIFIER = 6094) AND (t0.ACTIVITY_STATUS != 'Disabled')" "498025","Mar 08, 2022 08:19","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.REGISTRATION_DATE as c2, t3.VALUE as c3, t5.VALUE as c4, t7.VALUE as c5, t8.IDENTIFIER as c6, t2.IDENTIFIER as c7, t8.LABEL as c8, t9.VALUE as c9, t10.VALUE as c10, t11.COLL_TIME as c11, t12.ISCHEMIA_TIME as c12, 't0', t0.CPR_ID as mc0, 't7', t7.IDENTIFIER as mc1, 't8', t8.IDENTIFIER as mc2, 't2', t2.IDENTIFIER as mc3, 't11', t11.SPECIMEN_ID as mc4, 't12', t12.SPECIMEN_ID as mc5 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.GENDER_ID left join CATISSUE_RACE t4 on t4.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t4.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t6 on t6.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t6.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_STATS t12 on t12.SPECIMEN_ID = t8.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t11 on t11.SPECIMEN_ID = t8.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t8.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t8.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t7 on t7.VISIT_ID = t6.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.VITAL_STATUS_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.VALUE = 'Alive') AND t2.IDENTIFIER = 6094) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "498026","Mar 08, 2022 08:20","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t3.CPR_ID as c0, t3.PPID as c1, t5.COLLECTION_POINT_LABEL as c2, t6.VALUE as c3, count(distinct t0.LABEL) as c4 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join CATISSUE_COLL_PROT_EVENT t5 on t5.IDENTIFIER = t4.COLLECTION_PROTOCOL_EVENT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t0.COLLECTION_STATUS = 'Collected' AND t1.CONTAINER_NAME is not null AND t0.LINEAGE = 'Aliquot') AND t2.IDENTIFIER = 6094) AND (t3.ACTIVITY_STATUS != 'Disabled') group by t3.CPR_ID, t3.PPID, t5.COLLECTION_POINT_LABEL, t6.VALUE) tab where rownum <= 10000) where rnum >= 1" "498027","Mar 08, 2022 08:20","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Count","0","N/A",,"select count(distinct t3.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t0.COLLECTION_STATUS = 'Collected' AND t1.CONTAINER_NAME is not null AND t0.LINEAGE = 'Aliquot') AND t2.IDENTIFIER = 6094) AND (t3.ACTIVITY_STATUS != 'Disabled')" "498028","Mar 08, 2022 08:22","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 408) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 408))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498029","Mar 08, 2022 08:22","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5352) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498030","Mar 08, 2022 08:22","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5352) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498031","Mar 08, 2022 08:22","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5352) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498032","Mar 08, 2022 08:23","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 408) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 408))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498033","Mar 08, 2022 08:24","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Count","0","N/A",,"select count(distinct t3.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t0.LINEAGE = 'Aliquot' AND t1.CONTAINER_NAME is not null ) AND t2.IDENTIFIER = 6094) AND (t3.ACTIVITY_STATUS != 'Disabled')" "498034","Mar 08, 2022 08:24","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t3.CPR_ID as c0, t3.PPID as c1, t5.COLLECTION_POINT_LABEL as c2, count(distinct t0.LABEL) as c3, t6.VALUE as c4 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join CATISSUE_COLL_PROT_EVENT t5 on t5.IDENTIFIER = t4.COLLECTION_PROTOCOL_EVENT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t0.LINEAGE = 'Aliquot' AND t1.CONTAINER_NAME is not null ) AND t2.IDENTIFIER = 6094) AND (t3.ACTIVITY_STATUS != 'Disabled') group by t3.CPR_ID, t3.PPID, t5.COLLECTION_POINT_LABEL, t6.VALUE having count(distinct t0.LABEL) = 1) tab where rownum <= 10000) where rnum >= 1" "498035","Mar 08, 2022 08:26","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t2.CPR_ID as c0, t2.PPID as c1, t1.IDENTIFIER as c2, t0.IDENTIFIER as c3, t1.LABEL as c4, t3.VALUE as c5, t1.COLLECTION_STATUS as c6, 't2', t2.CPR_ID as mc0, 't1', t1.IDENTIFIER as mc1, 't0', t0.IDENTIFIER as mc2 from CPR_VIEW t2 left join CATISSUE_COLLECTION_PROTOCOL t0 on t0.IDENTIFIER = t2.CP_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t1.SPECIMEN_TYPE_ID where ((t0.SHORT_TITLE in ('UMCG Study A', 'UMCG Study B', 'UMCG Study C')) AND t1.COLLECTION_STATUS = 'Pending') AND (t2.ACTIVITY_STATUS != 'Disabled') order by t2.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "498036","Mar 08, 2022 08:26","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Count","0","N/A",,"select count(distinct t2.CPR_ID) as c0, count(distinct t3.IDENTIFIER) as c1, count(distinct t1.IDENTIFIER) as c2 from CPR_VIEW t2 left join CATISSUE_COLLECTION_PROTOCOL t0 on t0.IDENTIFIER = t2.CP_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.SHORT_TITLE in ('UMCG Study A', 'UMCG Study B', 'UMCG Study C')) AND t1.COLLECTION_STATUS = 'Pending') AND (t2.ACTIVITY_STATUS != 'Disabled')" "498037","Mar 08, 2022 08:33","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498038","Mar 08, 2022 08:33","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498039","Mar 08, 2022 08:35","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498040","Mar 08, 2022 08:35","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498041","Mar 08, 2022 08:37","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498042","Mar 08, 2022 08:41","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498043","Mar 08, 2022 08:42","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498044","Mar 08, 2022 08:42","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498045","Mar 08, 2022 08:42","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498046","Mar 08, 2022 08:43","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498047","Mar 08, 2022 09:20","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t7.CPR_ID as c0, t7.PPID as c1, t7.REGISTRATION_DATE as c2, t8.VALUE as c3, t10.VALUE as c4, t12.VALUE as c5, t0.IDENTIFIER as c6, t4.IDENTIFIER as c7, t0.LABEL as c8, t13.VALUE as c9, t14.VALUE as c10, t5.COLL_TIME as c11, t6.ISCHEMIA_TIME as c12, 't7', t7.CPR_ID as mc0, 't12', t12.IDENTIFIER as mc1, 't0', t0.IDENTIFIER as mc2, 't4', t4.IDENTIFIER as mc3, 't5', t5.SPECIMEN_ID as mc4, 't6', t6.SPECIMEN_ID as mc5 from CPR_VIEW t7 left join CATISSUE_COLLECTION_PROTOCOL t4 on t4.IDENTIFIER = t7.CP_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t7.GENDER_ID left join CATISSUE_RACE t9 on t9.PARTICIPANT_ID = t7.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t9.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t11 on t11.COLLECTION_PROTOCOL_REG_ID = t7.CPR_ID and t11.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t11.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_STATS t6 on t6.SPECIMEN_ID = t0.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t5 on t5.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t14 on t14.IDENTIFIER = t0.ANATOMIC_SITE_ID left join (OS_SPMN_CUST_FIELDS t1 inner join DE_E_26952 t2 on t2.IDENTIFIER = t1.RECORD_ID and t1.FORM_ID = 13427 left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.DE_A_1) on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t13 on t13.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t12 on t12.VISIT_ID = t11.IDENTIFIER where ((t3.VALUE is not null ) AND t4.IDENTIFIER = 6000) AND (t7.ACTIVITY_STATUS != 'Disabled') order by t7.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "498048","Mar 08, 2022 09:20","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Count","0","N/A",,"select count(distinct t5.CPR_ID) as c0, count(distinct t6.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t5 left join CATISSUE_COLLECTION_PROTOCOL t4 on t4.IDENTIFIER = t5.CP_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t6 on t6.COLLECTION_PROTOCOL_REG_ID = t5.CPR_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t6.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join (OS_SPMN_CUST_FIELDS t1 inner join DE_E_26952 t2 on t2.IDENTIFIER = t1.RECORD_ID and t1.FORM_ID = 13427 left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.DE_A_1) on t1.SPECIMEN_ID = t0.IDENTIFIER where ((t3.VALUE is not null ) AND t4.IDENTIFIER = 6000) AND (t5.ACTIVITY_STATUS != 'Disabled')" "498049","Mar 08, 2022 09:21","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Count","0","N/A",,"select count(distinct t5.CPR_ID) as c0, count(distinct t6.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t5 left join CATISSUE_COLLECTION_PROTOCOL t4 on t4.IDENTIFIER = t5.CP_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t6 on t6.COLLECTION_PROTOCOL_REG_ID = t5.CPR_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t6.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join (OS_SPMN_CUST_FIELDS t1 inner join DE_E_26952 t2 on t2.IDENTIFIER = t1.RECORD_ID and t1.FORM_ID = 13427 left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.DE_A_1) on t1.SPECIMEN_ID = t0.IDENTIFIER where ((t3.VALUE is not null ) AND t4.IDENTIFIER = 6000) AND (t5.ACTIVITY_STATUS != 'Disabled')" "498050","Mar 08, 2022 09:21","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t9.DE_A_5 as c0, t11.VALUE as c1, t0.IDENTIFIER as c2, t4.IDENTIFIER as c3, t0.LABEL as c4, t12.VALUE as c5, t13.VALUE as c6, t5.COLL_TIME as c7, t6.ISCHEMIA_TIME as c8, 't7', t7.CPR_ID as mc0, 't9', t9.IDENTIFIER as mc1, 't11', t11.IDENTIFIER as mc2, 't0', t0.IDENTIFIER as mc3, 't4', t4.IDENTIFIER as mc4, 't5', t5.SPECIMEN_ID as mc5, 't6', t6.SPECIMEN_ID as mc6 from CPR_VIEW t7 left join CATISSUE_COLLECTION_PROTOCOL t4 on t4.IDENTIFIER = t7.CP_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t10 on t10.COLLECTION_PROTOCOL_REG_ID = t7.CPR_ID and t10.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t10.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_STATS t6 on t6.SPECIMEN_ID = t0.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t5 on t5.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t13 on t13.IDENTIFIER = t0.ANATOMIC_SITE_ID left join (OS_SPMN_CUST_FIELDS t1 inner join DE_E_26952 t2 on t2.IDENTIFIER = t1.RECORD_ID and t1.FORM_ID = 13427 left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.DE_A_1) on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t11 on t11.VISIT_ID = t10.IDENTIFIER left join (OS_CPR_EXTN_RECS_VIEW t8 inner join DE_E_17577 t9 on t9.IDENTIFIER = t8.RECORD_ID and t8.FORM_ID = 5802) on t8.CPR_ID = t7.CPR_ID where ((t3.VALUE is not null ) AND t4.IDENTIFIER = 6000) AND (t7.ACTIVITY_STATUS != 'Disabled') order by t7.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "498051","Mar 08, 2022 09:21","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t9.DE_A_5 as c0, t11.VALUE as c1, t0.IDENTIFIER as c2, t4.IDENTIFIER as c3, t0.LABEL as c4, t12.VALUE as c5, t13.VALUE as c6, t5.COLL_TIME as c7, t6.ISCHEMIA_TIME as c8, 't7', t7.CPR_ID as mc0, 't9', t9.IDENTIFIER as mc1, 't11', t11.IDENTIFIER as mc2, 't0', t0.IDENTIFIER as mc3, 't4', t4.IDENTIFIER as mc4, 't5', t5.SPECIMEN_ID as mc5, 't6', t6.SPECIMEN_ID as mc6 from CPR_VIEW t7 left join CATISSUE_COLLECTION_PROTOCOL t4 on t4.IDENTIFIER = t7.CP_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t10 on t10.COLLECTION_PROTOCOL_REG_ID = t7.CPR_ID and t10.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t10.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_STATS t6 on t6.SPECIMEN_ID = t0.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t5 on t5.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t13 on t13.IDENTIFIER = t0.ANATOMIC_SITE_ID left join (OS_SPMN_CUST_FIELDS t1 inner join DE_E_26952 t2 on t2.IDENTIFIER = t1.RECORD_ID and t1.FORM_ID = 13427 left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.DE_A_1) on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t11 on t11.VISIT_ID = t10.IDENTIFIER left join (OS_CPR_EXTN_RECS_VIEW t8 inner join DE_E_17577 t9 on t9.IDENTIFIER = t8.RECORD_ID and t8.FORM_ID = 5802) on t8.CPR_ID = t7.CPR_ID where ((t3.VALUE is not null ) AND t4.IDENTIFIER = 6000) AND (t7.ACTIVITY_STATUS != 'Disabled') order by t7.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "498052","Mar 08, 2022 09:22","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t7.DE_A_5 as c0, t9.VALUE as c1, t0.IDENTIFIER as c2, t4.IDENTIFIER as c3, t0.LABEL as c4, t10.VALUE as c5, t3.VALUE as c6, 't5', t5.CPR_ID as mc0, 't7', t7.IDENTIFIER as mc1, 't9', t9.IDENTIFIER as mc2, 't0', t0.IDENTIFIER as mc3, 't4', t4.IDENTIFIER as mc4 from CPR_VIEW t5 left join CATISSUE_COLLECTION_PROTOCOL t4 on t4.IDENTIFIER = t5.CP_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.COLLECTION_PROTOCOL_REG_ID = t5.CPR_ID and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t8.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join (OS_SPMN_CUST_FIELDS t1 inner join DE_E_26952 t2 on t2.IDENTIFIER = t1.RECORD_ID and t1.FORM_ID = 13427 left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.DE_A_1) on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t9 on t9.VISIT_ID = t8.IDENTIFIER left join (OS_CPR_EXTN_RECS_VIEW t6 inner join DE_E_17577 t7 on t7.IDENTIFIER = t6.RECORD_ID and t6.FORM_ID = 5802) on t6.CPR_ID = t5.CPR_ID where ((t3.VALUE is not null ) AND t4.IDENTIFIER = 6000) AND (t5.ACTIVITY_STATUS != 'Disabled') order by t5.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "498053","Mar 08, 2022 09:22","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Export","0","N/A",,"select t7.DE_A_5 as c0, t9.VALUE as c1, t0.LABEL as c2, t10.VALUE as c3, t3.VALUE as c4, 't5', t5.CPR_ID as mc0, 't7', t7.IDENTIFIER as mc1, 't9', t9.IDENTIFIER as mc2, 't0', t0.IDENTIFIER as mc3 from CPR_VIEW t5 left join CATISSUE_COLLECTION_PROTOCOL t4 on t4.IDENTIFIER = t5.CP_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.COLLECTION_PROTOCOL_REG_ID = t5.CPR_ID and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t8.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join (OS_SPMN_CUST_FIELDS t1 inner join DE_E_26952 t2 on t2.IDENTIFIER = t1.RECORD_ID and t1.FORM_ID = 13427 left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.DE_A_1) on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t9 on t9.VISIT_ID = t8.IDENTIFIER left join (OS_CPR_EXTN_RECS_VIEW t6 inner join DE_E_17577 t7 on t7.IDENTIFIER = t6.RECORD_ID and t6.FORM_ID = 5802) on t6.CPR_ID = t5.CPR_ID where ((t3.VALUE is not null ) AND t4.IDENTIFIER = 6000) AND (t5.ACTIVITY_STATUS != 'Disabled') order by t5.CPR_ID" "498054","Mar 08, 2022 09:23","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6000) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498055","Mar 08, 2022 09:23","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6000) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498056","Mar 08, 2022 09:24","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6000) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498057","Mar 08, 2022 10:01","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6000) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498058","Mar 08, 2022 10:02","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6057) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6057))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498059","Mar 08, 2022 10:02","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5960) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498060","Mar 08, 2022 10:02","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 5960) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "498061","Mar 08, 2022 10:03","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5960) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498062","Mar 08, 2022 10:03","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6057) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6057))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498063","Mar 08, 2022 10:07","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6057) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6057))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498064","Mar 08, 2022 10:07","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5922) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498065","Mar 08, 2022 10:08","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 5922) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "498066","Mar 08, 2022 10:08","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE') AND ((upper(t0.LINEAGE) in ('NEW')))) AND t1.IDENTIFIER = 5922) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "498067","Mar 08, 2022 10:38","Vinayak Pawar","vinayak.pawar@krishagni.com","vpawar","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5922) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498068","Mar 08, 2022 11:45","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 408) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 408))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498069","Mar 08, 2022 11:46","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "498070","Mar 08, 2022 11:49","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "498071","Mar 08, 2022 11:51","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6100) OR ((t1.SITE_ID = 4549 OR t3.SITE_ID = 4549) AND t2.IDENTIFIER = 6089))))) AND t2.IDENTIFIER = 6100) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498072","Mar 08, 2022 11:51","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6310) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6310)) AND ((t2.SITE_ID = 4547 OR t2.SITE_ID = 4549)))) AND ((t2.SITE_ID = 4547 AND t0.IDENTIFIER = 6100) OR (t2.SITE_ID = 4549 AND t0.IDENTIFIER = 6089))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498073","Mar 08, 2022 11:51","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6100) OR ((t1.SITE_ID = 4549 OR t3.SITE_ID = 4549) AND t2.IDENTIFIER = 6089))))) AND t2.IDENTIFIER = 6100) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498074","Mar 08, 2022 11:56","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498075","Mar 08, 2022 11:56","AAHK CORD1 KAVI1","aahkcord.kavi1@gmail.com","AHKC1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6311) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6311)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled') OR t2.SITE_ID = 4556)))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled')) OR (t2.SITE_ID = 4556))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498076","Mar 08, 2022 11:57","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498077","Mar 08, 2022 12:01","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498078","Mar 08, 2022 12:01","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498079","Mar 08, 2022 12:04","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 408) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 408))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498080","Mar 08, 2022 12:04","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498081","Mar 08, 2022 12:04","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498082","Mar 08, 2022 12:08","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6310) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6310)) AND ((t2.SITE_ID = 4547 OR t2.SITE_ID = 4549)))) AND ((t2.SITE_ID = 4547 AND t0.IDENTIFIER = 6100) OR (t2.SITE_ID = 4549 AND t0.IDENTIFIER = 6089))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498083","Mar 08, 2022 12:10","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6100) OR ((t1.SITE_ID = 4549 OR t3.SITE_ID = 4549) AND t2.IDENTIFIER = 6089))))) AND t2.IDENTIFIER = 6100) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498084","Mar 08, 2022 12:11","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6100) OR ((t1.SITE_ID = 4549 OR t3.SITE_ID = 4549) AND t2.IDENTIFIER = 6089))))) AND t2.IDENTIFIER = 6100) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498085","Mar 08, 2022 12:13","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6310) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6310)) AND ((t2.SITE_ID = 4547 OR t2.SITE_ID = 4549)))) AND ((t2.SITE_ID = 4547 AND t0.IDENTIFIER = 6100) OR (t2.SITE_ID = 4549 AND t0.IDENTIFIER = 6089))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498086","Mar 08, 2022 12:14","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6310) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6310)) AND ((t2.SITE_ID = 4547 OR t2.SITE_ID = 4549)))) AND ((t2.SITE_ID = 4547 AND t0.IDENTIFIER = 6100) OR (t2.SITE_ID = 4549 AND t0.IDENTIFIER = 6089))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498087","Mar 08, 2022 12:15","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select count(t0.CPR_ID) as c0 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.CPR_ID is not null ) AND t1.IDENTIFIER = 6100) AND (t0.ACTIVITY_STATUS != 'Disabled')" "498088","Mar 08, 2022 12:15","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t2.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.IDENTIFIER is not null AND t0.LINEAGE = 'New' AND t0.COLLECTION_STATUS = 'Collected') AND t1.IDENTIFIER = 6100) AND (t2.ACTIVITY_STATUS != 'Disabled')" "498089","Mar 08, 2022 12:15","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t2.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.IDENTIFIER is not null AND t0.AVAILABLE_QUANTITY > 0 AND t0.COLLECTION_STATUS = 'Collected') AND t1.IDENTIFIER = 6100) AND (t2.ACTIVITY_STATUS != 'Disabled')" "498090","Mar 08, 2022 12:15","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select count(distinct t0.IDENTIFIER) as c0 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.ORDER_STATUS = 'EXECUTED') AND t2.IDENTIFIER = 6100) AND (t3.ACTIVITY_STATUS != 'Disabled')" "498091","Mar 08, 2022 12:15","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select t0.CREATED_ON as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t2.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.CREATED_ON is not null AND t0.COLLECTION_STATUS = 'Collected' AND (t0.CREATED_ON >= to_date('10-01-2021 00:00', 'MM-DD-YYYY HH24:MI') and t0.CREATED_ON <= to_date('12-31-2021 23:59', 'MM-DD-YYYY HH24:MI'))) AND t1.IDENTIFIER = 6100) AND (t2.ACTIVITY_STATUS != 'Disabled') group by t0.CREATED_ON order by t0.CREATED_ON asc" "498092","Mar 08, 2022 12:15","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select t1.EXECUTION_DATE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.EXECUTION_DATE is not null AND t1.ORDER_STATUS = 'EXECUTED' AND (t1.EXECUTION_DATE >= to_date('10-01-2021 00:00', 'MM-DD-YYYY HH24:MI') and t1.EXECUTION_DATE <= to_date('12-31-2021 23:59', 'MM-DD-YYYY HH24:MI'))) AND t2.IDENTIFIER = 6100) AND (t3.ACTIVITY_STATUS != 'Disabled') group by t1.EXECUTION_DATE order by t1.EXECUTION_DATE asc" "498093","Mar 08, 2022 12:15","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t2.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t3.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.COLLECTION_STATUS = 'Collected') AND t1.IDENTIFIER = 6100) AND (t3.ACTIVITY_STATUS != 'Disabled') group by t2.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "498094","Mar 08, 2022 12:15","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t2.FREEZER as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t4 left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t4.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join OS_CONTAINER_ANCESTORS_VIEW t2 on t2.CONTAINER_ID = t1.CONTAINER_IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t4.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where ((t0.AVAILABLE_QUANTITY > 0 AND t2.FREEZER is not null ) AND t3.IDENTIFIER = 6100) AND (t4.ACTIVITY_STATUS != 'Disabled') group by t2.FREEZER order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "498095","Mar 08, 2022 12:15","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t1.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0 AND t1.VALUE is not null ) AND t2.IDENTIFIER = 6100) AND (t3.ACTIVITY_STATUS != 'Disabled') group by t1.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "498096","Mar 08, 2022 12:15","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t2.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t3.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0) AND t1.IDENTIFIER = 6100) AND (t3.ACTIVITY_STATUS != 'Disabled') group by t2.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "498097","Mar 08, 2022 12:15","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6100) OR ((t1.SITE_ID = 4549 OR t3.SITE_ID = 4549) AND t2.IDENTIFIER = 6089))))) AND t2.IDENTIFIER = 6100) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498098","Mar 08, 2022 12:16","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6100) OR ((t1.SITE_ID = 4549 OR t3.SITE_ID = 4549) AND t2.IDENTIFIER = 6089))))) AND t2.IDENTIFIER = 6100) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498099","Mar 08, 2022 12:33","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498100","Mar 08, 2022 12:33","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244)) AND (upper(t0.SHORT_TITLE) like '%DEMO%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498101","Mar 08, 2022 12:33","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 3333) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498102","Mar 08, 2022 12:34","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 3333) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498103","Mar 08, 2022 12:34","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 3333) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498104","Mar 08, 2022 12:35","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 3333) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498105","Mar 08, 2022 12:36","AAHK CORD1 KAVI1","aahkcord.kavi1@gmail.com","AHKC1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled'))) OR ((t1.SITE_ID = 4556 OR t3.SITE_ID = 4556)))))) AND t2.IDENTIFIER = 6100) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498106","Mar 08, 2022 12:37","AAHK CORD1 KAVI1","aahkcord.kavi1@gmail.com","AHKC1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6311) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6311)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled') OR t2.SITE_ID = 4556)))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled')) OR (t2.SITE_ID = 4556))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498107","Mar 08, 2022 13:00","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6310) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6310)) AND ((t2.SITE_ID = 4547 OR t2.SITE_ID = 4549)))) AND ((t2.SITE_ID = 4547 AND t0.IDENTIFIER = 6100) OR (t2.SITE_ID = 4549 AND t0.IDENTIFIER = 6089))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498108","Mar 08, 2022 13:02","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6100) OR ((t1.SITE_ID = 4549 OR t3.SITE_ID = 4549) AND t2.IDENTIFIER = 6089))))) AND t2.IDENTIFIER = 6100) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498109","Mar 08, 2022 13:02","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t0.CREATED_ON as c0, t0.IDENTIFIER as c1, t6.VALUE as c2, t7.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t3.IDENTIFIER as c5, t0.LABEL as c6, t0.CREATED_ON as c7, t6.VALUE as c8, t8.VALUE as c9, t9.VALUE as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t5.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t5.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t10 on t10.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t1 on t1.CPR_ID = t10.COLLECTION_PROTOCOL_REG_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t1.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t1.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t4 on t4.COLLECTION_PROTOCOL_ID = t3.IDENTIFIER left join OS_SPECIMEN_POSITIONS_VIEW t5 on t5.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE') AND (((((t2.SITE_ID = 4549 OR t4.SITE_ID = 4549)) OR ((t2.SITE_ID = 4547 OR t4.SITE_ID = 4547))) OR (upper(t0.LINEAGE) = 'NEW' AND (((t2.SITE_ID = 4549 OR t4.SITE_ID = 4549)) OR ((t2.SITE_ID = 4547 OR t4.SITE_ID = 4547))))))) AND t3.IDENTIFIER = 6100) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "498110","Mar 08, 2022 13:03","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6100) OR ((t1.SITE_ID = 4549 OR t3.SITE_ID = 4549) AND t2.IDENTIFIER = 6089))))) AND t2.IDENTIFIER = 6100) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498111","Mar 08, 2022 13:03","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t1.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where (((t0.IDENTIFIER is not null AND t0.LINEAGE = 'New' AND t0.COLLECTION_STATUS = 'Collected') AND (t1.CPR_ID = 160795)) AND t2.IDENTIFIER = 6100) AND (t1.ACTIVITY_STATUS != 'Disabled')" "498112","Mar 08, 2022 13:03","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t2.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (((t0.IDENTIFIER is not null AND t1.CONTAINER_NAME is not null AND t0.COLLECTION_STATUS = 'Collected') AND (t2.CPR_ID = 160795)) AND t3.IDENTIFIER = 6100) AND (t2.ACTIVITY_STATUS != 'Disabled')" "498113","Mar 08, 2022 13:03","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select count(distinct t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t2.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (((t1.ORDER_STATUS = 'EXECUTED') AND (t2.CPR_ID = 160795)) AND t3.IDENTIFIER = 6100) AND (t2.ACTIVITY_STATUS != 'Disabled')" "498114","Mar 08, 2022 13:04","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6100) OR ((t1.SITE_ID = 4549 OR t3.SITE_ID = 4549) AND t2.IDENTIFIER = 6089))))) AND t2.IDENTIFIER = 6100) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498115","Mar 08, 2022 13:05","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6100) OR ((t1.SITE_ID = 4549 OR t3.SITE_ID = 4549) AND t2.IDENTIFIER = 6089))))) AND t2.IDENTIFIER = 6100) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498116","Mar 08, 2022 13:06","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6100) OR ((t1.SITE_ID = 4549 OR t3.SITE_ID = 4549) AND t2.IDENTIFIER = 6089))))) AND t2.IDENTIFIER = 6100) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498117","Mar 08, 2022 13:06","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t0.CREATED_ON as c0, t0.IDENTIFIER as c1, t6.VALUE as c2, t7.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t3.IDENTIFIER as c5, t0.LABEL as c6, t0.CREATED_ON as c7, t6.VALUE as c8, t8.VALUE as c9, t9.VALUE as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t5.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t5.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t10 on t10.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t1 on t1.CPR_ID = t10.COLLECTION_PROTOCOL_REG_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t1.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t1.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t4 on t4.COLLECTION_PROTOCOL_ID = t3.IDENTIFIER left join OS_SPECIMEN_POSITIONS_VIEW t5 on t5.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE') AND (((((t2.SITE_ID = 4549 OR t4.SITE_ID = 4549)) OR ((t2.SITE_ID = 4547 OR t4.SITE_ID = 4547))) OR (upper(t0.LINEAGE) = 'NEW' AND (((t2.SITE_ID = 4549 OR t4.SITE_ID = 4549)) OR ((t2.SITE_ID = 4547 OR t4.SITE_ID = 4547))))))) AND t3.IDENTIFIER = 6100) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "498118","Mar 08, 2022 20:40","Vinayak Pawar","vinayak.pawar@krishagni.com","vpawar","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498119","Mar 08, 2022 20:40","Vinayak Pawar","vinayak.pawar@krishagni.com","vpawar","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498120","Mar 08, 2022 20:42","Vinayak Pawar","vinayak.pawar@krishagni.com","vpawar","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498121","Mar 08, 2022 20:52","Vinayak Pawar","vinayak.pawar@krishagni.com","vpawar","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 448) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 448))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498122","Mar 08, 2022 20:52","Vinayak Pawar","vinayak.pawar@krishagni.com","vpawar","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 448) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 448))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498123","Mar 08, 2022 20:52","Vinayak Pawar","vinayak.pawar@krishagni.com","vpawar","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 448) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 448)) AND (upper(t0.SHORT_TITLE) like '%RED%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498124","Mar 08, 2022 20:52","Vinayak Pawar","vinayak.pawar@krishagni.com","vpawar","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 448) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 448))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498125","Mar 08, 2022 20:52","Vinayak Pawar","vinayak.pawar@krishagni.com","vpawar","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 448) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 448))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498126","Mar 08, 2022 20:52","Vinayak Pawar","vinayak.pawar@krishagni.com","vpawar","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 448) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 448)) AND (upper(t0.SHORT_TITLE) like '%SAU%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498127","Mar 08, 2022 20:53","Vinayak Pawar","vinayak.pawar@krishagni.com","vpawar","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 448) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 448)) AND (upper(t0.SHORT_TITLE) like '%SAU%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498128","Mar 08, 2022 20:53","Vinayak Pawar","vinayak.pawar@krishagni.com","vpawar","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 448) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 448)) AND (upper(t0.SHORT_TITLE) like '%SAU%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498129","Mar 08, 2022 20:53","Vinayak Pawar","vinayak.pawar@krishagni.com","vpawar","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 448) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 448)) AND (upper(t0.SHORT_TITLE) like '%SAU%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498130","Mar 08, 2022 22:08","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6057) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6057))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498131","Mar 08, 2022 22:09","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6103) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498132","Mar 08, 2022 22:10","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6103) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498133","Mar 08, 2022 22:36","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 408) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 408))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498134","Mar 08, 2022 22:38","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498135","Mar 08, 2022 22:40","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 408) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 408))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498136","Mar 08, 2022 22:46","6 Testing","te6@gmail.com","TE6","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5967) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 5967)) AND ((t2.SITE_ID = 4336)))) AND ((t2.SITE_ID = 4336))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498137","Mar 08, 2022 22:46","6 Testing","te6@gmail.com","TE6","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5967) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 5967)) AND ((t2.SITE_ID = 4336)))) AND ((t2.SITE_ID = 4336))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498138","Mar 08, 2022 22:47","6 Testing","te6@gmail.com","TE6","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5967) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 5967)) AND ((t2.SITE_ID = 4336)))) AND ((t2.SITE_ID = 4336))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498139","Mar 08, 2022 22:48","6 Testing","te6@gmail.com","TE6","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5967) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 5967)) AND ((t2.SITE_ID = 4336)))) AND ((t2.SITE_ID = 4336))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498140","Mar 08, 2022 22:59","6 Testing","te6@gmail.com","TE6","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5967) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 5967)) AND ((t2.SITE_ID = 4336)))) AND ((t2.SITE_ID = 4336))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498141","Mar 08, 2022 23:00","6 Testing","te6@gmail.com","TE6","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t0.CREATED_ON as c0, t0.IDENTIFIER as c1, t6.VALUE as c2, t7.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t3.IDENTIFIER as c5, t0.LABEL as c6, t0.CREATED_ON as c7, t6.VALUE as c8, t8.VALUE as c9, t9.VALUE as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t5.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t5.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t10 on t10.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t1 on t1.CPR_ID = t10.COLLECTION_PROTOCOL_REG_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t1.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t1.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t4 on t4.COLLECTION_PROTOCOL_ID = t3.IDENTIFIER left join OS_SPECIMEN_POSITIONS_VIEW t5 on t5.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE') AND (((((t2.SITE_ID = 4336 OR t4.SITE_ID = 4336))) OR (upper(t0.LINEAGE) = 'NEW' AND (((t2.SITE_ID = 4336 OR t4.SITE_ID = 4336))))))) AND t3.IDENTIFIER = 5817) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "498142","Mar 08, 2022 23:13","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498143","Mar 08, 2022 23:19","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498144","Mar 08, 2022 23:19","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813)) AND ((upper(t3.NAME) in ('DIVYA PRABHU')))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498145","Mar 08, 2022 23:19","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.LAST_NAME, ', '), t0.FIRST_NAME) as c2, t0.EMPI_ID as c3, to_char(t0.DOB, 'MM/DD/YYYY') as c4 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5560) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498146","Mar 08, 2022 23:20","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.LAST_NAME, ', '), t0.FIRST_NAME) as c2, t0.EMPI_ID as c3, to_char(t0.DOB, 'MM/DD/YYYY') as c4 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5560) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498147","Mar 08, 2022 23:37","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498148","Mar 08, 2022 23:48","AAHK CORD2 KAVI2","AU3K2.KAVI2@gmail.com","AHKC2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6318) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6318)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled') OR t2.SITE_ID = 4557)))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled')) OR (t2.SITE_ID = 4557))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498149","Mar 09, 2022 00:06","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 2083) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 2083))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498150","Mar 09, 2022 00:06","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 2083) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 2083)) AND (upper(t0.SHORT_TITLE) like '%QLH%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498151","Mar 09, 2022 00:06","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6101) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498152","Mar 09, 2022 00:09","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498153","Mar 09, 2022 00:09","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973)) AND (upper(t0.SHORT_TITLE) like '%QLH%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498154","Mar 09, 2022 00:09","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6101) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498155","Mar 09, 2022 00:10","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6101) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498156","Mar 09, 2022 00:10","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6101) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "498157","Mar 09, 2022 00:10","AU2 KAVI2","AU2K2.KAVI2@gmail.com","AU2K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6317) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6317)) AND ((t2.SITE_ID = 4552)))) AND ((t2.SITE_ID = 4552 AND t0.IDENTIFIER = 6091))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498158","Mar 09, 2022 00:10","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6101) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498159","Mar 09, 2022 00:10","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6101) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "498160","Mar 09, 2022 00:11","AU2 KAVI2","AU2K2.KAVI2@gmail.com","AU2K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4552 OR t3.SITE_ID = 4552) AND t2.IDENTIFIER = 6091))))) AND t2.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498161","Mar 09, 2022 00:13","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6310) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6310)) AND ((t2.SITE_ID = 4547 OR t2.SITE_ID = 4549)))) AND ((t2.SITE_ID = 4547 AND t0.IDENTIFIER = 6100) OR (t2.SITE_ID = 4549 AND t0.IDENTIFIER = 6089))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498162","Mar 09, 2022 00:13","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6100) OR ((t1.SITE_ID = 4549 OR t3.SITE_ID = 4549) AND t2.IDENTIFIER = 6089))))) AND t2.IDENTIFIER = 6100) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498163","Mar 09, 2022 00:17","AU2 KAVI2","AU2K2.KAVI2@gmail.com","AU2K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6317) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6317)) AND ((t2.SITE_ID = 4552)))) AND ((t2.SITE_ID = 4552 AND t0.IDENTIFIER = 6091))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498164","Mar 09, 2022 00:19","AU2 KAVI2","AU2K2.KAVI2@gmail.com","AU2K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6317) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6317)) AND ((t2.SITE_ID = 4552)))) AND ((t2.SITE_ID = 4552 AND t0.IDENTIFIER = 6091))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498165","Mar 09, 2022 00:20","AU2 KAVI2","AU2K2.KAVI2@gmail.com","AU2K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4552 OR t3.SITE_ID = 4552) AND t2.IDENTIFIER = 6091))))) AND t2.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498166","Mar 09, 2022 00:24","AU1 KAVI2","AU1K2.KAVI2@gmail.com","AU1K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6316) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6316)) AND ((t2.SITE_ID = 4550)))) AND ((t2.SITE_ID = 4550 AND t0.IDENTIFIER = 6091))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498167","Mar 09, 2022 00:25","AU1 KAVI2","AU1K2.KAVI2@gmail.com","AU1K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4550 OR t3.SITE_ID = 4550) AND t2.IDENTIFIER = 6091))))) AND t2.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498168","Mar 09, 2022 00:25","AU1 KAVI2","AU1K2.KAVI2@gmail.com","AU1K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t0.CREATED_ON as c0, t0.IDENTIFIER as c1, t6.VALUE as c2, t7.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t3.IDENTIFIER as c5, t0.LABEL as c6, t0.CREATED_ON as c7, t6.VALUE as c8, t8.VALUE as c9, t9.VALUE as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t5.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t5.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t10 on t10.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t1 on t1.CPR_ID = t10.COLLECTION_PROTOCOL_REG_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t1.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t1.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t4 on t4.COLLECTION_PROTOCOL_ID = t3.IDENTIFIER left join OS_SPECIMEN_POSITIONS_VIEW t5 on t5.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE') AND (((((t2.SITE_ID = 4550 OR t4.SITE_ID = 4550))) OR (upper(t0.LINEAGE) = 'NEW' AND (((t2.SITE_ID = 4550 OR t4.SITE_ID = 4550))))))) AND t3.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "498169","Mar 09, 2022 00:26","AU1 KAVI2","AU1K2.KAVI2@gmail.com","AU1K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4550 OR t3.SITE_ID = 4550) AND t2.IDENTIFIER = 6091))))) AND t2.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498170","Mar 09, 2022 00:26","AU1 KAVI2","AU1K2.KAVI2@gmail.com","AU1K2","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t1.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where (((t0.IDENTIFIER is not null AND t0.LINEAGE = 'New' AND t0.COLLECTION_STATUS = 'Collected') AND (t1.CPR_ID = 160806)) AND t2.IDENTIFIER = 6091) AND (t1.ACTIVITY_STATUS != 'Disabled')" "498171","Mar 09, 2022 00:26","AU1 KAVI2","AU1K2.KAVI2@gmail.com","AU1K2","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t2.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (((t0.IDENTIFIER is not null AND t1.CONTAINER_NAME is not null AND t0.COLLECTION_STATUS = 'Collected') AND (t2.CPR_ID = 160806)) AND t3.IDENTIFIER = 6091) AND (t2.ACTIVITY_STATUS != 'Disabled')" "498172","Mar 09, 2022 00:26","AU1 KAVI2","AU1K2.KAVI2@gmail.com","AU1K2","Data","0","N/A",,"select count(distinct t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t2.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (((t1.ORDER_STATUS = 'EXECUTED') AND (t2.CPR_ID = 160806)) AND t3.IDENTIFIER = 6091) AND (t2.ACTIVITY_STATUS != 'Disabled')" "498173","Mar 09, 2022 00:33","AAHK CORD2 KAVI2","AU3K2.KAVI2@gmail.com","AHKC2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6318) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6318)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled') OR t2.SITE_ID = 4557)))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled')) OR (t2.SITE_ID = 4557))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498174","Mar 09, 2022 00:36","Prayuja Teli","prayuja@krishagni.com","Prayuja","Count","0","N/A",,"select count(distinct t10.CPR_ID) as c0, count(distinct t0.IDENTIFIER) as c1, count(distinct t7.IDENTIFIER) as c2 from CPR_VIEW t10 left join CATISSUE_COLLECTION_PROTOCOL t9 on t9.IDENTIFIER = t10.CP_ID and t9.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t10.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t7 on t7.SPECIMEN_COLLECTION_GROUP_ID = t0.IDENTIFIER and t7.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_CP_REQ_SPECIMEN t8 on t8.IDENTIFIER = t7.REQ_SPECIMEN_ID where ((t0.IDENTIFIER in (select t3.IDENTIFIER as c0 from CPR_VIEW t4 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t4.CPR_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_CP_REQ_SPECIMEN t2 on t2.IDENTIFIER = t1.REQ_SPECIMEN_ID where (t2.CODE is null AND upper(t1.LINEAGE) = 'NEW' AND upper(t1.COLLECTION_STATUS) = 'COLLECTED') AND (t4.ACTIVITY_STATUS != 'Disabled')) AND upper(t7.LINEAGE) = 'NEW' AND t8.CODE is not null AND upper(t7.COLLECTION_STATUS) = 'PENDING') AND t9.IDENTIFIER = 6101) AND (t10.ACTIVITY_STATUS != 'Disabled')" "498175","Mar 09, 2022 00:36","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t10.CPR_ID as c0, t10.PPID as c1, t0.NAME as c2, t7.IDENTIFIER as c3, t9.IDENTIFIER as c4, t7.LABEL as c5, t11.VALUE as c6, t7.LINEAGE as c7, t7.COLLECTION_STATUS as c8, t7.ACTIVITY_STATUS as c9, 't10', t10.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't7', t7.IDENTIFIER as mc2, 't9', t9.IDENTIFIER as mc3 from CPR_VIEW t10 left join CATISSUE_COLLECTION_PROTOCOL t9 on t9.IDENTIFIER = t10.CP_ID and t9.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t10.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t7 on t7.SPECIMEN_COLLECTION_GROUP_ID = t0.IDENTIFIER and t7.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_CP_REQ_SPECIMEN t8 on t8.IDENTIFIER = t7.REQ_SPECIMEN_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t7.SPECIMEN_TYPE_ID where ((t0.IDENTIFIER in (select t3.IDENTIFIER as c0 from CPR_VIEW t4 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t4.CPR_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_CP_REQ_SPECIMEN t2 on t2.IDENTIFIER = t1.REQ_SPECIMEN_ID where (t2.CODE is null AND upper(t1.LINEAGE) = 'NEW' AND upper(t1.COLLECTION_STATUS) = 'COLLECTED') AND (t4.ACTIVITY_STATUS != 'Disabled')) AND upper(t7.LINEAGE) = 'NEW' AND t8.CODE is not null AND upper(t7.COLLECTION_STATUS) = 'PENDING') AND t9.IDENTIFIER = 6101) AND (t10.ACTIVITY_STATUS != 'Disabled') order by t10.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "498176","Mar 09, 2022 00:37","AU2 KAVI2","AU2K2.KAVI2@gmail.com","AU2K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6317) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6317)) AND ((t2.SITE_ID = 4552)))) AND ((t2.SITE_ID = 4552 AND t0.IDENTIFIER = 6091))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498177","Mar 09, 2022 00:39","AAHK CORD2 KAVI2","AU3K2.KAVI2@gmail.com","AHKC2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6318) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6318)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled') OR t2.SITE_ID = 4557)))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled')) OR (t2.SITE_ID = 4557))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498178","Mar 09, 2022 00:44","AU2 KAVI2","AU2K2.KAVI2@gmail.com","AU2K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6317) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6317)) AND ((t2.SITE_ID = 4552)))) AND ((t2.SITE_ID = 4552 AND t0.IDENTIFIER = 6091))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498179","Mar 09, 2022 00:45","AU2 KAVI2","AU2K2.KAVI2@gmail.com","AU2K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4552 OR t3.SITE_ID = 4552) AND t2.IDENTIFIER = 6091))))) AND t2.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498180","Mar 09, 2022 00:45","AU2 KAVI2","AU2K2.KAVI2@gmail.com","AU2K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t0.CREATED_ON as c0, t0.IDENTIFIER as c1, t6.VALUE as c2, t7.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t3.IDENTIFIER as c5, t0.LABEL as c6, t0.CREATED_ON as c7, t6.VALUE as c8, t8.VALUE as c9, t9.VALUE as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t5.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t5.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t10 on t10.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t1 on t1.CPR_ID = t10.COLLECTION_PROTOCOL_REG_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t1.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t1.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t4 on t4.COLLECTION_PROTOCOL_ID = t3.IDENTIFIER left join OS_SPECIMEN_POSITIONS_VIEW t5 on t5.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE') AND (((((t2.SITE_ID = 4552 OR t4.SITE_ID = 4552))) OR (upper(t0.LINEAGE) = 'NEW' AND (((t2.SITE_ID = 4552 OR t4.SITE_ID = 4552))))))) AND t3.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "498181","Mar 09, 2022 00:45","AU2 KAVI2","AU2K2.KAVI2@gmail.com","AU2K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t0.CREATED_ON as c0, t0.IDENTIFIER as c1, t6.VALUE as c2, t7.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t3.IDENTIFIER as c5, t0.LABEL as c6, t0.CREATED_ON as c7, t6.VALUE as c8, t8.VALUE as c9, t9.VALUE as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t5.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t5.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t10 on t10.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t1 on t1.CPR_ID = t10.COLLECTION_PROTOCOL_REG_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t1.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t1.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t4 on t4.COLLECTION_PROTOCOL_ID = t3.IDENTIFIER left join OS_SPECIMEN_POSITIONS_VIEW t5 on t5.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE') AND (((((t2.SITE_ID = 4552 OR t4.SITE_ID = 4552))) OR (upper(t0.LINEAGE) = 'NEW' AND (((t2.SITE_ID = 4552 OR t4.SITE_ID = 4552))))))) AND t3.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "498182","Mar 09, 2022 00:45","AU2 KAVI2","AU2K2.KAVI2@gmail.com","AU2K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6317) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6317)) AND ((t2.SITE_ID = 4552)))) AND ((t2.SITE_ID = 4552 AND t0.IDENTIFIER = 6091))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498183","Mar 09, 2022 00:45","AU2 KAVI2","AU2K2.KAVI2@gmail.com","AU2K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4552 OR t3.SITE_ID = 4552) AND t2.IDENTIFIER = 6091))))) AND t2.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498184","Mar 09, 2022 00:50","AU1 KAVI2","AU1K2.KAVI2@gmail.com","AU1K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6316) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6316)) AND ((t2.SITE_ID = 4550)))) AND ((t2.SITE_ID = 4550 AND t0.IDENTIFIER = 6091))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498185","Mar 09, 2022 00:52","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6310) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6310)) AND ((t2.SITE_ID = 4547 OR t2.SITE_ID = 4549)))) AND ((t2.SITE_ID = 4547 AND t0.IDENTIFIER = 6100) OR (t2.SITE_ID = 4549 AND t0.IDENTIFIER = 6089))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498186","Mar 09, 2022 00:53","Divya Prabhu","divya@krishagni.com","divya.prabhu","Count","1","N/A",,"select count(distinct t2.CPR_ID) as c0, count(distinct t3.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_CARTS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER where (t1.NAME is not null ) AND (t2.ACTIVITY_STATUS != 'Disabled')" "498187","Mar 09, 2022 00:53","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6100) OR ((t1.SITE_ID = 4549 OR t3.SITE_ID = 4549) AND t2.IDENTIFIER = 6089))))) AND t2.IDENTIFIER = 6100) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498188","Mar 09, 2022 00:53","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","1","N/A",,"select * from (select tab.*, rownum rnum from (select t3.CPR_ID as c0, t3.PPID as c1, t4.SHORT_TITLE as c2, t0.IDENTIFIER as c3, t4.IDENTIFIER as c4, t0.LABEL as c5, t5.VALUE as c6, t6.VALUE as c7, t7.VALUE as c8, t0.AVAILABLE_QUANTITY as c9, t2.CONTAINER_NAME as c10, t2.FORMATTED_POSITION as c11 from CPR_VIEW t3 left join CATISSUE_COLLECTION_PROTOCOL t4 on t4.IDENTIFIER = t3.CP_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t8.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_CARTS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (t1.NAME is not null ) AND (t3.ACTIVITY_STATUS != 'Disabled')) tab where rownum <= 10000) where rnum >= 1" "498189","Mar 09, 2022 00:53","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498190","Mar 09, 2022 00:54","Divya Prabhu","divya@krishagni.com","divya.prabhu","Count","0","N/A",,"select count(distinct t2.CPR_ID) as c0, count(distinct t3.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_CARTS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER where (t1.NAME is not null ) AND (t2.ACTIVITY_STATUS != 'Disabled')" "498191","Mar 09, 2022 00:55","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498192","Mar 09, 2022 00:55","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498193","Mar 09, 2022 00:55","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498194","Mar 09, 2022 00:56","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498195","Mar 09, 2022 00:56","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498196","Mar 09, 2022 00:57","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498197","Mar 09, 2022 00:57","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498198","Mar 09, 2022 00:58","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498199","Mar 09, 2022 00:59","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6100) OR ((t1.SITE_ID = 4549 OR t3.SITE_ID = 4549) AND t2.IDENTIFIER = 6089))))) AND t2.IDENTIFIER = 6100) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498200","Mar 09, 2022 00:59","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6310) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6310)) AND ((t2.SITE_ID = 4547 OR t2.SITE_ID = 4549)))) AND ((t2.SITE_ID = 4547 AND t0.IDENTIFIER = 6100) OR (t2.SITE_ID = 4549 AND t0.IDENTIFIER = 6089))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498201","Mar 09, 2022 01:05","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6100) OR ((t1.SITE_ID = 4549 OR t3.SITE_ID = 4549) AND t2.IDENTIFIER = 6089))))) AND t2.IDENTIFIER = 6100) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498202","Mar 09, 2022 01:05","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498203","Mar 09, 2022 01:05","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6057) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6057))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498204","Mar 09, 2022 01:05","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t1.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where (((t0.IDENTIFIER is not null AND t0.LINEAGE = 'New' AND t0.COLLECTION_STATUS = 'Collected') AND (t1.CPR_ID = 160795)) AND t2.IDENTIFIER = 6100) AND (t1.ACTIVITY_STATUS != 'Disabled')" "498205","Mar 09, 2022 01:05","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t2.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (((t0.IDENTIFIER is not null AND t1.CONTAINER_NAME is not null AND t0.COLLECTION_STATUS = 'Collected') AND (t2.CPR_ID = 160795)) AND t3.IDENTIFIER = 6100) AND (t2.ACTIVITY_STATUS != 'Disabled')" "498206","Mar 09, 2022 01:05","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select count(distinct t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t2.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (((t1.ORDER_STATUS = 'EXECUTED') AND (t2.CPR_ID = 160795)) AND t3.IDENTIFIER = 6100) AND (t2.ACTIVITY_STATUS != 'Disabled')" "498207","Mar 09, 2022 01:05","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6057) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6057)) AND (upper(t0.SHORT_TITLE) like '%SUPPORT TICKET%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498208","Mar 09, 2022 01:05","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498209","Mar 09, 2022 01:05","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6057) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6057)) AND (upper(t0.SHORT_TITLE) like '%DT%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498210","Mar 09, 2022 01:06","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6103) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498211","Mar 09, 2022 01:06","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498212","Mar 09, 2022 01:06","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6103) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498213","Mar 09, 2022 01:08","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6057) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6057))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498214","Mar 09, 2022 01:09","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6103) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498215","Mar 09, 2022 01:09","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "498216","Mar 09, 2022 01:09","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498217","Mar 09, 2022 01:12","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6057) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6057)) AND (upper(t0.SHORT_TITLE) like '%ST\_PYJ\_DT%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498218","Mar 09, 2022 01:21","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6103) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498219","Mar 09, 2022 01:22","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6103) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498220","Mar 09, 2022 01:26","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6103) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498221","Mar 09, 2022 01:48","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498222","Mar 09, 2022 01:49","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498223","Mar 09, 2022 01:52","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498224","Mar 09, 2022 01:53","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498225","Mar 09, 2022 01:55","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498226","Mar 09, 2022 01:55","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498227","Mar 09, 2022 01:59","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498228","Mar 09, 2022 01:59","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498229","Mar 09, 2022 02:01","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498230","Mar 09, 2022 02:01","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6310) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6310)) AND ((t2.SITE_ID = 4547 OR t2.SITE_ID = 4549)))) AND ((t2.SITE_ID = 4547 AND t0.IDENTIFIER = 6100) OR (t2.SITE_ID = 4549 AND t0.IDENTIFIER = 6089))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498231","Mar 09, 2022 02:01","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6100) OR ((t1.SITE_ID = 4549 OR t3.SITE_ID = 4549) AND t2.IDENTIFIER = 6089))))) AND t2.IDENTIFIER = 6100) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498232","Mar 09, 2022 02:01","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498233","Mar 09, 2022 02:03","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6103) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498234","Mar 09, 2022 02:09","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6100) OR ((t1.SITE_ID = 4549 OR t3.SITE_ID = 4549) AND t2.IDENTIFIER = 6089))))) AND t2.IDENTIFIER = 6100) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498235","Mar 09, 2022 02:09","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6310) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6310)) AND ((t2.SITE_ID = 4547 OR t2.SITE_ID = 4549)))) AND ((t2.SITE_ID = 4547 AND t0.IDENTIFIER = 6100) OR (t2.SITE_ID = 4549 AND t0.IDENTIFIER = 6089))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498236","Mar 09, 2022 02:10","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6100) OR ((t1.SITE_ID = 4549 OR t3.SITE_ID = 4549) AND t2.IDENTIFIER = 6089))))) AND t2.IDENTIFIER = 6100) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498237","Mar 09, 2022 02:14","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498238","Mar 09, 2022 02:15","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498239","Mar 09, 2022 02:22","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498240","Mar 09, 2022 02:22","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498241","Mar 09, 2022 02:23","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6100) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498242","Mar 09, 2022 02:23","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498243","Mar 09, 2022 02:53","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498244","Mar 09, 2022 02:55","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6099) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498245","Mar 09, 2022 02:55","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498246","Mar 09, 2022 03:03","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6103) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498247","Mar 09, 2022 03:15","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6103) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498248","Mar 09, 2022 03:24","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498249","Mar 09, 2022 03:25","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%ABCP%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498250","Mar 09, 2022 03:27","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498251","Mar 09, 2022 03:27","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%ABCP%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498252","Mar 09, 2022 03:27","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%ABCP2%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498253","Mar 09, 2022 03:27","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498254","Mar 09, 2022 03:28","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498255","Mar 09, 2022 03:28","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%ABCP2%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498256","Mar 09, 2022 03:38","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498257","Mar 09, 2022 03:38","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%ABCP%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498258","Mar 09, 2022 03:44","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498259","Mar 09, 2022 03:44","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%ACCP%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498260","Mar 09, 2022 04:32","Sharvari Gokhale","sharvari@krishagni.com","Sharvari","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 1633) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498261","Mar 09, 2022 04:35","Sharvari Gokhale","sharvari@krishagni.com","Sharvari","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 1633) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498262","Mar 09, 2022 04:39","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498263","Mar 09, 2022 04:39","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%ASSD%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498264","Mar 09, 2022 04:39","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%ASS%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498265","Mar 09, 2022 04:39","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%ASSP%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498266","Mar 09, 2022 04:40","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%ASS%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498267","Mar 09, 2022 04:58","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498268","Mar 09, 2022 05:07","AAHK CORD1 KAVI1","aahkcord.kavi1@gmail.com","AHKC1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6311) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6311)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled') OR t2.SITE_ID = 4556)))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled')) OR (t2.SITE_ID = 4556))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498269","Mar 09, 2022 05:07","AAHK CORD1 KAVI1","aahkcord.kavi1@gmail.com","AHKC1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6311) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6311)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled') OR t2.SITE_ID = 4556)))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled')) OR (t2.SITE_ID = 4556))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498270","Mar 09, 2022 05:09","AAHK CORD1 KAVI1","aahkcord.kavi1@gmail.com","AHKC1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6311) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6311)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled') OR t2.SITE_ID = 4556)))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled')) OR (t2.SITE_ID = 4556))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498271","Mar 09, 2022 05:10","AAHK CORD2 KAVI2","AU3K2.KAVI2@gmail.com","AHKC2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6318) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6318)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled') OR t2.SITE_ID = 4557)))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled')) OR (t2.SITE_ID = 4557))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498272","Mar 09, 2022 05:11","AAHK CORD2 KAVI2","AU3K2.KAVI2@gmail.com","AHKC2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6318) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6318)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled') OR t2.SITE_ID = 4557)))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled')) OR (t2.SITE_ID = 4557))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498273","Mar 09, 2022 05:24","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5748) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498274","Mar 09, 2022 05:28","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 5918) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "498275","Mar 09, 2022 05:37","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 5755) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "498276","Mar 09, 2022 05:37","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE') AND (upper(t0.LABEL) like '%ADP%' ESCAPE '\' )) AND t1.IDENTIFIER = 5755) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "498277","Mar 09, 2022 05:38","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 5755) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "498278","Mar 09, 2022 05:38","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE') AND (upper(t0.LABEL) like '%ADP%' ESCAPE '\' )) AND t1.IDENTIFIER = 5755) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "498279","Mar 09, 2022 05:46","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498280","Mar 09, 2022 05:46","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498281","Mar 09, 2022 05:46","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498282","Mar 09, 2022 05:46","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498283","Mar 09, 2022 05:47","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498284","Mar 09, 2022 05:47","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498285","Mar 09, 2022 05:49","AAHK CORD2 KAVI2","AU3K2.KAVI2@gmail.com","AHKC2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled'))) OR ((t1.SITE_ID = 4557 OR t3.SITE_ID = 4557)))))) AND t2.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498286","Mar 09, 2022 05:49","AAHK CORD2 KAVI2","AU3K2.KAVI2@gmail.com","AHKC2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6318) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6318)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled') OR t2.SITE_ID = 4557)))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled')) OR (t2.SITE_ID = 4557))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498287","Mar 09, 2022 05:52","AAHK CORD2 KAVI2","AU3K2.KAVI2@gmail.com","AHKC2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6318) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6318)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled') OR t2.SITE_ID = 4557)))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled')) OR (t2.SITE_ID = 4557))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498288","Mar 09, 2022 05:53","Site Ankita","saa@gmail.com","SA_Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4183 OR t3.SITE_ID = 4183)))))) AND t2.IDENTIFIER = 5748) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498289","Mar 09, 2022 05:53","Site Ankita","saa@gmail.com","SA_Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5901) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 5901)) AND ((t2.SITE_ID = 4183)))) AND ((t2.SITE_ID = 4183))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498290","Mar 09, 2022 05:53","Site Ankita","saa@gmail.com","SA_Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c4, t0.EMPI_ID as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4183 OR t3.SITE_ID = 4183)))))) AND t2.IDENTIFIER = 5795) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498291","Mar 09, 2022 05:53","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5748) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498292","Mar 09, 2022 05:54","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5748) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498293","Mar 09, 2022 05:54","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5748) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498294","Mar 09, 2022 05:54","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498295","Mar 09, 2022 05:56","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5748) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498296","Mar 09, 2022 05:56","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5748) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498297","Mar 09, 2022 05:56","AAHK CORD2 KAVI2","AU3K2.KAVI2@gmail.com","AHKC2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6318) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6318)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled') OR t2.SITE_ID = 4557)))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled')) OR (t2.SITE_ID = 4557))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498298","Mar 09, 2022 05:59","AAHK CORD2 KAVI2","AU3K2.KAVI2@gmail.com","AHKC2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6318) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6318)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled') OR t2.SITE_ID = 4557)))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled')) OR (t2.SITE_ID = 4557))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498299","Mar 09, 2022 06:03","AAHK CORD2 KAVI2","AU3K2.KAVI2@gmail.com","AHKC2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6318) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6318)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled') OR t2.SITE_ID = 4557)))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled')) OR (t2.SITE_ID = 4557))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498300","Mar 09, 2022 06:04","AAHK CORD1 KAVI1","aahkcord.kavi1@gmail.com","AHKC1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled'))) OR ((t1.SITE_ID = 4556 OR t3.SITE_ID = 4556)))))) AND t2.IDENTIFIER = 6093) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498301","Mar 09, 2022 06:04","AAHK CORD1 KAVI1","aahkcord.kavi1@gmail.com","AHKC1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6311) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6311)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled') OR t2.SITE_ID = 4556)))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled')) OR (t2.SITE_ID = 4556))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498302","Mar 09, 2022 06:05","AAHK CORD1 KAVI1","aahkcord.kavi1@gmail.com","AHKC1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6311) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6311)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled') OR t2.SITE_ID = 4556)))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled')) OR (t2.SITE_ID = 4556))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498303","Mar 09, 2022 06:15","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5748) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498304","Mar 09, 2022 06:16","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5748) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498305","Mar 09, 2022 06:24","AU1S1 Technician","au1s1.kavi1@gmail.com","AU1S1K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4548 OR t3.SITE_ID = 4548) AND t2.IDENTIFIER = 6089) OR ((t1.SITE_ID = 4549 OR t3.SITE_ID = 4549) AND t2.IDENTIFIER = 6092))))) AND t2.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498306","Mar 09, 2022 06:24","AU1S1 Technician","au1s1.kavi1@gmail.com","AU1S1K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6309) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6309)) AND ((t2.SITE_ID = 4549 OR t2.SITE_ID = 4548)))) AND ((t2.SITE_ID = 4549 AND t0.IDENTIFIER = 6092) OR (t2.SITE_ID = 4548 AND t0.IDENTIFIER = 6089))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498307","Mar 09, 2022 06:25","AU1S1 Technician","au1s1.kavi1@gmail.com","AU1S1K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4548 OR t3.SITE_ID = 4548) AND t2.IDENTIFIER = 6089) OR ((t1.SITE_ID = 4549 OR t3.SITE_ID = 4549) AND t2.IDENTIFIER = 6092))))) AND t2.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498308","Mar 09, 2022 06:27","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6093) OR ((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6100) OR ((t1.SITE_ID = 4549 OR t3.SITE_ID = 4549) AND t2.IDENTIFIER = 6089))))) AND t2.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498309","Mar 09, 2022 06:27","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6093) OR ((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6100) OR ((t1.SITE_ID = 4549 OR t3.SITE_ID = 4549) AND t2.IDENTIFIER = 6089))))) AND t2.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498310","Mar 09, 2022 06:27","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6310) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6310)) AND ((t2.SITE_ID = 4547 OR t2.SITE_ID = 4547 OR t2.SITE_ID = 4549)))) AND ((t2.SITE_ID = 4547 AND t0.IDENTIFIER = 6093) OR (t2.SITE_ID = 4547 AND t0.IDENTIFIER = 6100) OR (t2.SITE_ID = 4549 AND t0.IDENTIFIER = 6089))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498311","Mar 09, 2022 06:29","AAHK CORD1 KAVI1","aahkcord.kavi1@gmail.com","AHKC1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled'))) OR ((t1.SITE_ID = 4556 OR t3.SITE_ID = 4556)))))) AND t2.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498312","Mar 09, 2022 06:29","AAHK CORD1 KAVI1","aahkcord.kavi1@gmail.com","AHKC1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled'))) OR ((t1.SITE_ID = 4556 OR t3.SITE_ID = 4556)))))) AND t2.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498313","Mar 09, 2022 06:29","AAHK CORD1 KAVI1","aahkcord.kavi1@gmail.com","AHKC1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6311) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6311)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled') OR t2.SITE_ID = 4556)))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled')) OR (t2.SITE_ID = 4556))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498314","Mar 09, 2022 06:35","AAHK CORD1 KAVI1","aahkcord.kavi1@gmail.com","AHKC1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled'))) OR ((t1.SITE_ID = 4556 OR t3.SITE_ID = 4556)))))) AND t2.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498315","Mar 09, 2022 06:35","AAHK CORD1 KAVI1","aahkcord.kavi1@gmail.com","AHKC1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t0.CREATED_ON as c0, t0.IDENTIFIER as c1, t6.VALUE as c2, t7.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t3.IDENTIFIER as c5, t0.LABEL as c6, t0.CREATED_ON as c7, t6.VALUE as c8, t8.VALUE as c9, t9.VALUE as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t5.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t5.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t10 on t10.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t1 on t1.CPR_ID = t10.COLLECTION_PROTOCOL_REG_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t1.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t1.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t4 on t4.COLLECTION_PROTOCOL_ID = t3.IDENTIFIER left join OS_SPECIMEN_POSITIONS_VIEW t5 on t5.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE') AND (((((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled') OR t4.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled'))) OR ((t2.SITE_ID = 4556 OR t4.SITE_ID = 4556))) OR (upper(t0.LINEAGE) = 'NEW' AND (((t2.SITE_ID = 4556 OR t4.SITE_ID = 4556)) OR ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled') OR t4.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled')))))))) AND t3.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "498316","Mar 09, 2022 06:35","AAHK CORD1 KAVI1","aahkcord.kavi1@gmail.com","AHKC1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6311) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6311)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled') OR t2.SITE_ID = 4556)))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled')) OR (t2.SITE_ID = 4556))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498317","Mar 09, 2022 06:35","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 408) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 408))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498318","Mar 09, 2022 06:36","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "498319","Mar 09, 2022 06:36","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "498320","Mar 09, 2022 06:36","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498321","Mar 09, 2022 06:36","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498322","Mar 09, 2022 06:37","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498323","Mar 09, 2022 06:43","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6310) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6310)) AND ((t2.SITE_ID = 4547 OR t2.SITE_ID = 4547 OR t2.SITE_ID = 4549)))) AND ((t2.SITE_ID = 4547 AND t0.IDENTIFIER = 6093) OR (t2.SITE_ID = 4547 AND t0.IDENTIFIER = 6100) OR (t2.SITE_ID = 4549 AND t0.IDENTIFIER = 6089))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498324","Mar 09, 2022 06:43","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6093) OR ((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6100) OR ((t1.SITE_ID = 4549 OR t3.SITE_ID = 4549) AND t2.IDENTIFIER = 6089))))) AND t2.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498325","Mar 09, 2022 06:44","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6093) OR ((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6100) OR ((t1.SITE_ID = 4549 OR t3.SITE_ID = 4549) AND t2.IDENTIFIER = 6089))))) AND t2.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498326","Mar 09, 2022 06:44","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6310) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6310)) AND ((t2.SITE_ID = 4547 OR t2.SITE_ID = 4547 OR t2.SITE_ID = 4549)))) AND ((t2.SITE_ID = 4547 AND t0.IDENTIFIER = 6093) OR (t2.SITE_ID = 4547 AND t0.IDENTIFIER = 6100) OR (t2.SITE_ID = 4549 AND t0.IDENTIFIER = 6089))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498327","Mar 09, 2022 06:45","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6093) OR ((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6100) OR ((t1.SITE_ID = 4549 OR t3.SITE_ID = 4549) AND t2.IDENTIFIER = 6089))))) AND t2.IDENTIFIER = 6093) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498328","Mar 09, 2022 06:45","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5748) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498329","Mar 09, 2022 06:45","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498330","Mar 09, 2022 06:45","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498331","Mar 09, 2022 06:46","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498332","Mar 09, 2022 06:47","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498333","Mar 09, 2022 06:48","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498334","Mar 09, 2022 06:48","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498335","Mar 09, 2022 06:49","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498336","Mar 09, 2022 06:49","AU1 KAVI2","AU1K2.KAVI2@gmail.com","AU1K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6316) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6316)) AND ((t2.SITE_ID = 4550 OR t2.SITE_ID = 4550)))) AND ((t2.SITE_ID = 4550 AND t0.IDENTIFIER = 6093) OR (t2.SITE_ID = 4550 AND t0.IDENTIFIER = 6091))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498337","Mar 09, 2022 06:50","AU1 KAVI2","AU1K2.KAVI2@gmail.com","AU1K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4550 OR t3.SITE_ID = 4550) AND t2.IDENTIFIER = 6091) OR ((t1.SITE_ID = 4550 OR t3.SITE_ID = 4550) AND t2.IDENTIFIER = 6093))))) AND t2.IDENTIFIER = 6093) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498338","Mar 09, 2022 06:53","AAHK CORD1 KAVI1","aahkcord.kavi1@gmail.com","AHKC1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6311) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6311)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled') OR t2.SITE_ID = 4556)))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled')) OR (t2.SITE_ID = 4556))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498339","Mar 09, 2022 06:57","AAHK CORD2 KAVI2","AU3K2.KAVI2@gmail.com","AHKC2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6318) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6318)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled') OR t2.SITE_ID = 4557)))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled')) OR (t2.SITE_ID = 4557))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498340","Mar 09, 2022 07:02","AAHK CORD2 KAVI2","AU3K2.KAVI2@gmail.com","AHKC2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6318) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6318)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled') OR t2.SITE_ID = 4557)))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled')) OR (t2.SITE_ID = 4557))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498341","Mar 09, 2022 07:03","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6093) OR ((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6100) OR ((t1.SITE_ID = 4549 OR t3.SITE_ID = 4549) AND t2.IDENTIFIER = 6089))))) AND t2.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498342","Mar 09, 2022 07:06","AAHK CORD1 KAVI1","aahkcord.kavi1@gmail.com","AHKC1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled'))) OR ((t1.SITE_ID = 4556 OR t3.SITE_ID = 4556)))))) AND t2.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498343","Mar 09, 2022 07:06","AAHK CORD1 KAVI1","aahkcord.kavi1@gmail.com","AHKC1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6311) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6311)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled') OR t2.SITE_ID = 4556)))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled')) OR (t2.SITE_ID = 4556))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498344","Mar 09, 2022 07:09","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498345","Mar 09, 2022 07:09","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6093) OR ((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6100) OR ((t1.SITE_ID = 4549 OR t3.SITE_ID = 4549) AND t2.IDENTIFIER = 6089))))) AND t2.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498346","Mar 09, 2022 07:09","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498347","Mar 09, 2022 07:10","AU1S1 Technician","au1s1.kavi1@gmail.com","AU1S1K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4548 OR t3.SITE_ID = 4548) AND t2.IDENTIFIER = 6089) OR ((t1.SITE_ID = 4549 OR t3.SITE_ID = 4549) AND t2.IDENTIFIER = 6092))))) AND t2.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498348","Mar 09, 2022 07:12","AU1S1 Technician","au1s1.kavi1@gmail.com","AU1S1K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4548 OR t3.SITE_ID = 4548) AND t2.IDENTIFIER = 6089) OR ((t1.SITE_ID = 4549 OR t3.SITE_ID = 4549) AND t2.IDENTIFIER = 6092))))) AND t2.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498349","Mar 09, 2022 07:16","AAHK CORD1 KAVI1","aahkcord.kavi1@gmail.com","AHKC1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6311) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6311)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled') OR t2.SITE_ID = 4556)))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled')) OR (t2.SITE_ID = 4556))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498350","Mar 09, 2022 07:28","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498351","Mar 09, 2022 07:36","AU1S1 Technician","au1s1.kavi1@gmail.com","AU1S1K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4548 OR t3.SITE_ID = 4548) AND t2.IDENTIFIER = 6089) OR ((t1.SITE_ID = 4549 OR t3.SITE_ID = 4549) AND t2.IDENTIFIER = 6092))))) AND t2.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498352","Mar 09, 2022 07:36","AU1S1 Technician","au1s1.kavi1@gmail.com","AU1S1K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6309) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6309)) AND ((t2.SITE_ID = 4549 OR t2.SITE_ID = 4548)))) AND ((t2.SITE_ID = 4549 AND t0.IDENTIFIER = 6092) OR (t2.SITE_ID = 4548 AND t0.IDENTIFIER = 6089))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498353","Mar 09, 2022 07:37","AU1S1 Technician","au1s1.kavi1@gmail.com","AU1S1K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4548 OR t3.SITE_ID = 4548) AND t2.IDENTIFIER = 6089) OR ((t1.SITE_ID = 4549 OR t3.SITE_ID = 4549) AND t2.IDENTIFIER = 6092))))) AND t2.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498354","Mar 09, 2022 07:38","AU1S1 Technician","au1s1.kavi1@gmail.com","AU1S1K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4548 OR t3.SITE_ID = 4548) AND t2.IDENTIFIER = 6089) OR ((t1.SITE_ID = 4549 OR t3.SITE_ID = 4549) AND t2.IDENTIFIER = 6092))))) AND t2.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498355","Mar 09, 2022 07:44","AAHK CORD1 KAVI1","aahkcord.kavi1@gmail.com","AHKC1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6311) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6311)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled') OR t2.SITE_ID = 4556)))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled')) OR (t2.SITE_ID = 4556))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498356","Mar 09, 2022 08:00","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6310) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6310)) AND ((t2.SITE_ID = 4547 OR t2.SITE_ID = 4547 OR t2.SITE_ID = 4549)))) AND ((t2.SITE_ID = 4547 AND t0.IDENTIFIER = 6093) OR (t2.SITE_ID = 4547 AND t0.IDENTIFIER = 6100) OR (t2.SITE_ID = 4549 AND t0.IDENTIFIER = 6089))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498357","Mar 09, 2022 08:00","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6093) OR ((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6100) OR ((t1.SITE_ID = 4549 OR t3.SITE_ID = 4549) AND t2.IDENTIFIER = 6089))))) AND t2.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498358","Mar 09, 2022 08:03","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 408) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 408))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498359","Mar 09, 2022 08:03","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "498360","Mar 09, 2022 08:04","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6093) OR ((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6100) OR ((t1.SITE_ID = 4549 OR t3.SITE_ID = 4549) AND t2.IDENTIFIER = 6089))))) AND t2.IDENTIFIER = 6093) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498361","Mar 09, 2022 08:06","AU1 KAVI2","AU1K2.KAVI2@gmail.com","AU1K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6316) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6316)) AND ((t2.SITE_ID = 4550 OR t2.SITE_ID = 4550)))) AND ((t2.SITE_ID = 4550 AND t0.IDENTIFIER = 6093) OR (t2.SITE_ID = 4550 AND t0.IDENTIFIER = 6091))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498362","Mar 09, 2022 08:07","AU1S1 Technician","au1s1.kavi1@gmail.com","AU1S1K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4548 OR t3.SITE_ID = 4548) AND t2.IDENTIFIER = 6089) OR ((t1.SITE_ID = 4549 OR t3.SITE_ID = 4549) AND t2.IDENTIFIER = 6092))))) AND t2.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498363","Mar 09, 2022 08:07","AU1S1 Technician","au1s1.kavi1@gmail.com","AU1S1K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t0.CREATED_ON as c0, t0.IDENTIFIER as c1, t6.VALUE as c2, t7.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t3.IDENTIFIER as c5, t0.LABEL as c6, t0.CREATED_ON as c7, t6.VALUE as c8, t8.VALUE as c9, t9.VALUE as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t5.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t5.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t10 on t10.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t1 on t1.CPR_ID = t10.COLLECTION_PROTOCOL_REG_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t1.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t1.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t4 on t4.COLLECTION_PROTOCOL_ID = t3.IDENTIFIER left join OS_SPECIMEN_POSITIONS_VIEW t5 on t5.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE') AND (((((t2.SITE_ID = 4549 OR t4.SITE_ID = 4549)) OR ((t2.SITE_ID = 4548 OR t4.SITE_ID = 4548))) OR (upper(t0.LINEAGE) = 'NEW' AND (((t2.SITE_ID = 4549 OR t4.SITE_ID = 4549)) OR ((t2.SITE_ID = 4548 OR t4.SITE_ID = 4548))))))) AND t3.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "498364","Mar 09, 2022 08:07","AU1S1 Technician","au1s1.kavi1@gmail.com","AU1S1K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4548 OR t3.SITE_ID = 4548) AND t2.IDENTIFIER = 6089) OR ((t1.SITE_ID = 4549 OR t3.SITE_ID = 4549) AND t2.IDENTIFIER = 6092))))) AND t2.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498365","Mar 09, 2022 08:10","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6093) OR ((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6100) OR ((t1.SITE_ID = 4549 OR t3.SITE_ID = 4549) AND t2.IDENTIFIER = 6089))))) AND t2.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498366","Mar 09, 2022 08:11","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6093) OR ((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6100) OR ((t1.SITE_ID = 4549 OR t3.SITE_ID = 4549) AND t2.IDENTIFIER = 6089))))) AND t2.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498367","Mar 09, 2022 08:12","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6093) OR ((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6100) OR ((t1.SITE_ID = 4549 OR t3.SITE_ID = 4549) AND t2.IDENTIFIER = 6089))))) AND t2.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498368","Mar 09, 2022 08:12","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6093) OR ((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6100) OR ((t1.SITE_ID = 4549 OR t3.SITE_ID = 4549) AND t2.IDENTIFIER = 6089))))) AND t2.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498369","Mar 09, 2022 08:12","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6310) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6310)) AND ((t2.SITE_ID = 4547 OR t2.SITE_ID = 4547 OR t2.SITE_ID = 4549)))) AND ((t2.SITE_ID = 4547 AND t0.IDENTIFIER = 6093) OR (t2.SITE_ID = 4547 AND t0.IDENTIFIER = 6100) OR (t2.SITE_ID = 4549 AND t0.IDENTIFIER = 6089))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498370","Mar 09, 2022 08:12","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6093) OR ((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6100) OR ((t1.SITE_ID = 4549 OR t3.SITE_ID = 4549) AND t2.IDENTIFIER = 6089))))) AND t2.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498371","Mar 09, 2022 08:14","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6093) OR ((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6100) OR ((t1.SITE_ID = 4549 OR t3.SITE_ID = 4549) AND t2.IDENTIFIER = 6089))))) AND t2.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498372","Mar 09, 2022 08:16","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6093) OR ((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6100) OR ((t1.SITE_ID = 4549 OR t3.SITE_ID = 4549) AND t2.IDENTIFIER = 6089))))) AND t2.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498373","Mar 09, 2022 08:22","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6093) OR ((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6100) OR ((t1.SITE_ID = 4549 OR t3.SITE_ID = 4549) AND t2.IDENTIFIER = 6089))))) AND t2.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498374","Mar 09, 2022 08:23","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6093) OR ((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6100) OR ((t1.SITE_ID = 4549 OR t3.SITE_ID = 4549) AND t2.IDENTIFIER = 6089))))) AND t2.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498375","Mar 09, 2022 08:24","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6093) OR ((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6100) OR ((t1.SITE_ID = 4549 OR t3.SITE_ID = 4549) AND t2.IDENTIFIER = 6089))))) AND t2.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498376","Mar 09, 2022 08:28","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6093) OR ((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6100) OR ((t1.SITE_ID = 4549 OR t3.SITE_ID = 4549) AND t2.IDENTIFIER = 6089))))) AND t2.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498377","Mar 09, 2022 08:37","AAHK CORD2 KAVI2","AU3K2.KAVI2@gmail.com","AHKC2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled'))) OR ((t1.SITE_ID = 4557 OR t3.SITE_ID = 4557)))))) AND t2.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498378","Mar 09, 2022 08:37","AAHK CORD2 KAVI2","AU3K2.KAVI2@gmail.com","AHKC2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6318) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6318)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled') OR t2.SITE_ID = 4557)))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled')) OR (t2.SITE_ID = 4557))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498379","Mar 09, 2022 08:45","AAHK CORD2 KAVI2","AU3K2.KAVI2@gmail.com","AHKC2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled'))) OR ((t1.SITE_ID = 4557 OR t3.SITE_ID = 4557)))))) AND t2.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498380","Mar 09, 2022 23:17","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498381","Mar 09, 2022 23:18","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6100) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498382","Mar 09, 2022 23:18","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498383","Mar 09, 2022 23:18","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6100) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498384","Mar 09, 2022 23:19","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6100) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498385","Mar 09, 2022 23:20","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6100) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498386","Mar 09, 2022 23:20","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498387","Mar 09, 2022 23:22","AAHK CORD2 KAVI2","AU3K2.KAVI2@gmail.com","AHKC2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6318) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6318)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled') OR t2.SITE_ID = 4557)))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled')) OR (t2.SITE_ID = 4557))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498388","Mar 09, 2022 23:36","AAHK CORD2 KAVI2","AU3K2.KAVI2@gmail.com","AHKC2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6318) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6318)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled') OR t2.SITE_ID = 4557)))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled')) OR (t2.SITE_ID = 4557))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498389","Mar 09, 2022 23:37","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498390","Mar 09, 2022 23:58","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498391","Mar 09, 2022 23:59","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%C%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498392","Mar 09, 2022 23:59","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%C2%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498393","Mar 09, 2022 23:59","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498394","Mar 09, 2022 23:59","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%C2%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498395","Mar 09, 2022 23:59","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498396","Mar 09, 2022 23:59","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%I2%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498397","Mar 10, 2022 00:02","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498398","Mar 10, 2022 00:03","AAHK CORD2 KAVI2","AU3K2.KAVI2@gmail.com","AHKC2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6318) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6318)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled') OR t2.SITE_ID = 4557)))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled')) OR (t2.SITE_ID = 4557))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498399","Mar 10, 2022 00:09","AAHK CORD2 KAVI2","AU3K2.KAVI2@gmail.com","AHKC2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled'))) OR ((t1.SITE_ID = 4557 OR t3.SITE_ID = 4557)))))) AND t2.IDENTIFIER = 6105) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498400","Mar 10, 2022 00:09","AAHK CORD2 KAVI2","AU3K2.KAVI2@gmail.com","AHKC2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled'))) OR ((t1.SITE_ID = 4557 OR t3.SITE_ID = 4557)))))) AND t2.IDENTIFIER = 6105) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498401","Mar 10, 2022 00:09","AAHK CORD2 KAVI2","AU3K2.KAVI2@gmail.com","AHKC2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6318) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6318)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled') OR t2.SITE_ID = 4557)))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled')) OR (t2.SITE_ID = 4557))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498402","Mar 10, 2022 00:10","AHK SA","ahk.sa@gmail.com","AHKSA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6308) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6308))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498403","Mar 10, 2022 00:10","AHK SA","ahk.sa@gmail.com","AHKSA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6308) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6308)) AND (upper(t0.SHORT_TITLE) like '%C2%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498404","Mar 10, 2022 00:10","AHK SA","ahk.sa@gmail.com","AHKSA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6308) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6308))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498405","Mar 10, 2022 00:10","AHK SA","ahk.sa@gmail.com","AHKSA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6308) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6308)) AND (upper(t0.SHORT_TITLE) like '%C2%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498406","Mar 10, 2022 00:10","AHK SA","ahk.sa@gmail.com","AHKSA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6308) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6308))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498407","Mar 10, 2022 00:11","AHK SA","ahk.sa@gmail.com","AHKSA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6308) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6308)) AND (upper(t0.SHORT_TITLE) like '%CPI2%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498408","Mar 10, 2022 00:21","AHK SA","ahk.sa@gmail.com","AHKSA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6308) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6308))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498409","Mar 10, 2022 00:21","AHK SA","ahk.sa@gmail.com","AHKSA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6308) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6308)) AND (upper(t0.SHORT_TITLE) like '%CP%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498410","Mar 10, 2022 00:21","AHK SA","ahk.sa@gmail.com","AHKSA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6308) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6308)) AND (upper(t0.SHORT_TITLE) like '%CP2%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498411","Mar 10, 2022 00:21","AHK SA","ahk.sa@gmail.com","AHKSA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6308) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6308))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498412","Mar 10, 2022 00:21","AHK SA","ahk.sa@gmail.com","AHKSA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6308) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6308)) AND (upper(t0.SHORT_TITLE) like '%I2%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498413","Mar 10, 2022 00:31","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498414","Mar 10, 2022 00:31","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6080) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "498415","Mar 10, 2022 00:32","AAHK CORD1 KAVI1","aahkcord.kavi1@gmail.com","AHKC1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled'))) OR ((t1.SITE_ID = 4556 OR t3.SITE_ID = 4556)))))) AND t2.IDENTIFIER = 6105) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498416","Mar 10, 2022 00:32","AAHK CORD1 KAVI1","aahkcord.kavi1@gmail.com","AHKC1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6311) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6311)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled') OR t2.SITE_ID = 4556)))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled')) OR (t2.SITE_ID = 4556))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498417","Mar 10, 2022 00:46","AAHK CORD1 KAVI1","aahkcord.kavi1@gmail.com","AHKC1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6311) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6311)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled') OR t2.SITE_ID = 4556)))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled')) OR (t2.SITE_ID = 4556))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498418","Mar 10, 2022 00:49","AHK SA","ahk.sa@gmail.com","AHKSA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6308) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6308))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498419","Mar 10, 2022 00:49","AHK SA","ahk.sa@gmail.com","AHKSA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6308) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6308)) AND (upper(t0.SHORT_TITLE) like '%C%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498420","Mar 10, 2022 00:50","AHK SA","ahk.sa@gmail.com","AHKSA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6308) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6308)) AND (upper(t0.SHORT_TITLE) like '%CP%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498421","Mar 10, 2022 00:50","AHK SA","ahk.sa@gmail.com","AHKSA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6308) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6308)) AND (upper(t0.SHORT_TITLE) like '%CPI%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498422","Mar 10, 2022 00:55","AHK SA","ahk.sa@gmail.com","AHKSA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6308) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6308))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498423","Mar 10, 2022 00:55","AHK SA","ahk.sa@gmail.com","AHKSA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6308) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6308)) AND (upper(t0.SHORT_TITLE) like '%C%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498424","Mar 10, 2022 00:55","AHK SA","ahk.sa@gmail.com","AHKSA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6308) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6308)) AND (upper(t0.SHORT_TITLE) like '%CP%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498425","Mar 10, 2022 00:55","AHK SA","ahk.sa@gmail.com","AHKSA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6308) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6308)) AND (upper(t0.SHORT_TITLE) like '%CPI2%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498426","Mar 10, 2022 00:59","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6103) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498427","Mar 10, 2022 01:11","AU3S3 KAVI1 TECHNICIAN2","aus3k1.technician2@gmail.com","AU3S3K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6328) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6328)) AND ((t2.SITE_ID = 4548)))) AND ((t2.SITE_ID = 4548 AND t0.IDENTIFIER = 6105))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498428","Mar 10, 2022 01:15","AAHK CORD2 KAVI2","AU3K2.KAVI2@gmail.com","AHKC2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6318) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6318)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled') OR t2.SITE_ID = 4557)))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled')) OR (t2.SITE_ID = 4557))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498429","Mar 10, 2022 01:18","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498430","Mar 10, 2022 01:21","AAHK CORD1 KAVI1","aahkcord.kavi1@gmail.com","AHKC1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6311) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6311)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled') OR t2.SITE_ID = 4556)))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled')) OR (t2.SITE_ID = 4556))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498431","Mar 10, 2022 01:21","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6103) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498432","Mar 10, 2022 01:21","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498433","Mar 10, 2022 01:26","AAHK CORD2 KAVI2","AU3K2.KAVI2@gmail.com","AHKC2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6318) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6318)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled') OR t2.SITE_ID = 4557)))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled')) OR (t2.SITE_ID = 4557))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498434","Mar 10, 2022 01:30","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498435","Mar 10, 2022 01:30","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%C%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498436","Mar 10, 2022 01:30","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498437","Mar 10, 2022 01:30","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%CP%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498438","Mar 10, 2022 01:31","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%CP%' ESCAPE '\' AND (upper(t3.NAME) in ('AAHK CORD2 KAVI2')))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498439","Mar 10, 2022 01:46","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498440","Mar 10, 2022 01:46","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND ((upper(t3.NAME) in ('AAHK CORD1 KAVI1')))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498441","Mar 10, 2022 01:48","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498442","Mar 10, 2022 01:48","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND ((upper(t3.NAME) in ('AAHK CORD2 KAVI2')))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498443","Mar 10, 2022 01:53","AAHK CORD1 KAVI1","aahkcord.kavi1@gmail.com","AHKC1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6311) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6311)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled') OR t2.SITE_ID = 4556)))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled')) OR (t2.SITE_ID = 4556))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498444","Mar 10, 2022 01:54","AU4 KAVI2 COORDINATOR3","au4k2.coodinator3@gmail.com","AU4K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6330) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6330)) AND ((t2.SITE_ID = 4552)))) AND ((t2.SITE_ID = 4552 AND t0.IDENTIFIER = 6106))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498445","Mar 10, 2022 01:55","AU4 KAVI2 COORDINATOR3","au4k2.coodinator3@gmail.com","AU4K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4552 OR t3.SITE_ID = 4552) AND t2.IDENTIFIER = 6106))))) AND t2.IDENTIFIER = 6106) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498446","Mar 10, 2022 01:56","AU4 KAVI2 COORDINATOR3","au4k2.coodinator3@gmail.com","AU4K2","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t1.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where (((t0.IDENTIFIER is not null AND t0.LINEAGE = 'New' AND t0.COLLECTION_STATUS = 'Collected') AND (t1.CPR_ID = 160812)) AND t2.IDENTIFIER = 6106) AND (t1.ACTIVITY_STATUS != 'Disabled')" "498447","Mar 10, 2022 01:56","AU4 KAVI2 COORDINATOR3","au4k2.coodinator3@gmail.com","AU4K2","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t2.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (((t0.IDENTIFIER is not null AND t1.CONTAINER_NAME is not null AND t0.COLLECTION_STATUS = 'Collected') AND (t2.CPR_ID = 160812)) AND t3.IDENTIFIER = 6106) AND (t2.ACTIVITY_STATUS != 'Disabled')" "498448","Mar 10, 2022 01:56","AU4 KAVI2 COORDINATOR3","au4k2.coodinator3@gmail.com","AU4K2","Data","0","N/A",,"select count(distinct t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t2.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (((t1.ORDER_STATUS = 'EXECUTED') AND (t2.CPR_ID = 160812)) AND t3.IDENTIFIER = 6106) AND (t2.ACTIVITY_STATUS != 'Disabled')" "498449","Mar 10, 2022 01:56","AU4 KAVI2 COORDINATOR3","au4k2.coodinator3@gmail.com","AU4K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4552 OR t3.SITE_ID = 4552) AND t2.IDENTIFIER = 6106))))) AND t2.IDENTIFIER = 6106) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498450","Mar 10, 2022 01:57","AU4 KAVI2 COORDINATOR3","au4k2.coodinator3@gmail.com","AU4K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4552 OR t3.SITE_ID = 4552) AND t2.IDENTIFIER = 6106))))) AND t2.IDENTIFIER = 6106) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498451","Mar 10, 2022 01:57","AU4 KAVI2 COORDINATOR3","au4k2.coodinator3@gmail.com","AU4K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4552 OR t3.SITE_ID = 4552) AND t2.IDENTIFIER = 6106))))) AND t2.IDENTIFIER = 6106) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498452","Mar 10, 2022 01:57","AU4 KAVI2 COORDINATOR3","au4k2.coodinator3@gmail.com","AU4K2","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t1.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where (((t0.IDENTIFIER is not null AND t0.LINEAGE = 'New' AND t0.COLLECTION_STATUS = 'Collected') AND (t1.CPR_ID = 160812)) AND t2.IDENTIFIER = 6106) AND (t1.ACTIVITY_STATUS != 'Disabled')" "498453","Mar 10, 2022 01:57","AU4 KAVI2 COORDINATOR3","au4k2.coodinator3@gmail.com","AU4K2","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t2.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (((t0.IDENTIFIER is not null AND t1.CONTAINER_NAME is not null AND t0.COLLECTION_STATUS = 'Collected') AND (t2.CPR_ID = 160812)) AND t3.IDENTIFIER = 6106) AND (t2.ACTIVITY_STATUS != 'Disabled')" "498454","Mar 10, 2022 01:57","AU4 KAVI2 COORDINATOR3","au4k2.coodinator3@gmail.com","AU4K2","Data","0","N/A",,"select count(distinct t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t2.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (((t1.ORDER_STATUS = 'EXECUTED') AND (t2.CPR_ID = 160812)) AND t3.IDENTIFIER = 6106) AND (t2.ACTIVITY_STATUS != 'Disabled')" "498455","Mar 10, 2022 01:57","AU4 KAVI2 COORDINATOR3","au4k2.coodinator3@gmail.com","AU4K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4552 OR t3.SITE_ID = 4552) AND t2.IDENTIFIER = 6106))))) AND t2.IDENTIFIER = 6106) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498456","Mar 10, 2022 01:58","AAHK CORD1 KAVI1","aahkcord.kavi1@gmail.com","AHKC1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6311) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6311)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled') OR t2.SITE_ID = 4556)))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled')) OR (t2.SITE_ID = 4556))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498457","Mar 10, 2022 02:01","Vinayak Pawar","vinayak.pawar@krishagni.com","vpawar","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 448) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 448))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498458","Mar 10, 2022 02:01","Vinayak Pawar","vinayak.pawar@krishagni.com","vpawar","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 522) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498459","Mar 10, 2022 02:02","AU4 KAVI1 COORDIANTOR3","au4k1.coordinator3@gmail.com","AU4K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6329) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6329)) AND ((t2.SITE_ID = 4549)))) AND ((t2.SITE_ID = 4549 AND t0.IDENTIFIER = 6106))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498460","Mar 10, 2022 02:03","AU4 KAVI1 COORDIANTOR3","au4k1.coordinator3@gmail.com","AU4K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4549 OR t3.SITE_ID = 4549) AND t2.IDENTIFIER = 6106))))) AND t2.IDENTIFIER = 6106) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498461","Mar 10, 2022 02:07","AU4 KAVI2 COORDINATOR3","au4k2.coodinator3@gmail.com","AU4K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6330) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6330)) AND ((t2.SITE_ID = 4552)))) AND ((t2.SITE_ID = 4552 AND t0.IDENTIFIER = 6106))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498462","Mar 10, 2022 02:07","AU4 KAVI2 COORDINATOR3","au4k2.coodinator3@gmail.com","AU4K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4552 OR t3.SITE_ID = 4552) AND t2.IDENTIFIER = 6106))))) AND t2.IDENTIFIER = 6106) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498463","Mar 10, 2022 02:13","AAHK CORD1 KAVI1","aahkcord.kavi1@gmail.com","AHKC1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6311) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6311)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled') OR t2.SITE_ID = 4556)))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled')) OR (t2.SITE_ID = 4556))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498464","Mar 10, 2022 02:14","AU4 KAVI2 COORDINATOR3","au4k2.coodinator3@gmail.com","AU4K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6330) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6330)) AND ((t2.SITE_ID = 4552)))) AND ((t2.SITE_ID = 4552 AND t0.IDENTIFIER = 6106))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498465","Mar 10, 2022 02:19","AU4 KAVI1 COORDIANTOR3","au4k1.coordinator3@gmail.com","AU4K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4549 OR t3.SITE_ID = 4549) AND t2.IDENTIFIER = 6106))))) AND t2.IDENTIFIER = 6106) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498466","Mar 10, 2022 02:20","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498467","Mar 10, 2022 02:21","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND ((upper(t3.NAME) in ('AAHK CORD1 KAVI1')))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498468","Mar 10, 2022 02:43","AU3 KAVI2 technician","au3s3K2.technician2@gmail.com","AU3K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6322) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6322)) AND ((t2.SITE_ID = 4551)))) AND ((t2.SITE_ID = 4551 AND t0.IDENTIFIER = 6105))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498469","Mar 10, 2022 02:44","AU3 KAVI2 technician","au3s3K2.technician2@gmail.com","AU3K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4551 OR t3.SITE_ID = 4551) AND t2.IDENTIFIER = 6105))))) AND t2.IDENTIFIER = 6105) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498470","Mar 10, 2022 02:48","AU3 KAVI2 technician","au3s3K2.technician2@gmail.com","AU3K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4551 OR t3.SITE_ID = 4551) AND t2.IDENTIFIER = 6105))))) AND t2.IDENTIFIER = 6105) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498471","Mar 10, 2022 02:48","AU3 KAVI2 technician","au3s3K2.technician2@gmail.com","AU3K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6322) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6322)) AND ((t2.SITE_ID = 4551)))) AND ((t2.SITE_ID = 4551 AND t0.IDENTIFIER = 6105))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498472","Mar 10, 2022 02:49","AU3 KAVI2 technician","au3s3K2.technician2@gmail.com","AU3K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4551 OR t3.SITE_ID = 4551) AND t2.IDENTIFIER = 6105))))) AND t2.IDENTIFIER = 6105) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498473","Mar 10, 2022 02:51","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498474","Mar 10, 2022 02:52","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.TITLE) like '%CP%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498475","Mar 10, 2022 02:52","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.TITLE) like '%CP2%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498476","Mar 10, 2022 02:52","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.TITLE) like '%CPI2%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498477","Mar 10, 2022 02:52","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%CPI2%' ESCAPE '\' AND upper(t0.TITLE) like '%CPI2%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498478","Mar 10, 2022 02:52","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%CPI2%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498479","Mar 10, 2022 02:52","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%CPI2%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498480","Mar 10, 2022 02:54","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6105) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498481","Mar 10, 2022 02:54","Vinayak Pawar","vinayak.pawar@krishagni.com","vpawar","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 522) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498482","Mar 10, 2022 02:55","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6105) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498483","Mar 10, 2022 02:55","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498484","Mar 10, 2022 02:56","AAHK CORD2 KAVI2","AU3K2.KAVI2@gmail.com","AHKC2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6318) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6318)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled') OR t2.SITE_ID = 4557)))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled')) OR (t2.SITE_ID = 4557))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498485","Mar 10, 2022 03:05","AU3S3 KAVI1 TECHNICIAN2","aus3k1.technician2@gmail.com","AU3S3K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6328) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6328)) AND ((t2.SITE_ID = 4548)))) AND ((t2.SITE_ID = 4548 AND t0.IDENTIFIER = 6105))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498486","Mar 10, 2022 03:06","AU3S3 KAVI1 TECHNICIAN2","aus3k1.technician2@gmail.com","AU3S3K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4548 OR t3.SITE_ID = 4548) AND t2.IDENTIFIER = 6105))))) AND t2.IDENTIFIER = 6105) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498487","Mar 10, 2022 03:06","AU3S3 KAVI1 TECHNICIAN2","aus3k1.technician2@gmail.com","AU3S3K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t0.CREATED_ON as c0, t0.IDENTIFIER as c1, t6.VALUE as c2, t7.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t3.IDENTIFIER as c5, t0.LABEL as c6, t0.CREATED_ON as c7, t6.VALUE as c8, t8.VALUE as c9, t9.VALUE as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t5.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t5.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t10 on t10.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t1 on t1.CPR_ID = t10.COLLECTION_PROTOCOL_REG_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t1.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t1.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t4 on t4.COLLECTION_PROTOCOL_ID = t3.IDENTIFIER left join OS_SPECIMEN_POSITIONS_VIEW t5 on t5.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE') AND (((((t2.SITE_ID = 4548 OR t4.SITE_ID = 4548))) OR (upper(t0.LINEAGE) = 'NEW' AND (((t2.SITE_ID = 4548 OR t4.SITE_ID = 4548))))))) AND t3.IDENTIFIER = 6105) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "498488","Mar 10, 2022 03:06","AU3S3 KAVI1 TECHNICIAN2","aus3k1.technician2@gmail.com","AU3S3K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4548 OR t3.SITE_ID = 4548) AND t2.IDENTIFIER = 6105))))) AND t2.IDENTIFIER = 6105) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498489","Mar 10, 2022 03:06","AU3S3 KAVI1 TECHNICIAN2","aus3k1.technician2@gmail.com","AU3S3K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t0.CREATED_ON as c0, t0.IDENTIFIER as c1, t6.VALUE as c2, t7.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t3.IDENTIFIER as c5, t0.LABEL as c6, t0.CREATED_ON as c7, t6.VALUE as c8, t8.VALUE as c9, t9.VALUE as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t5.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t5.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t10 on t10.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t1 on t1.CPR_ID = t10.COLLECTION_PROTOCOL_REG_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t1.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t1.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t4 on t4.COLLECTION_PROTOCOL_ID = t3.IDENTIFIER left join OS_SPECIMEN_POSITIONS_VIEW t5 on t5.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE') AND (((((t2.SITE_ID = 4548 OR t4.SITE_ID = 4548))) OR (upper(t0.LINEAGE) = 'NEW' AND (((t2.SITE_ID = 4548 OR t4.SITE_ID = 4548))))))) AND t3.IDENTIFIER = 6105) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "498490","Mar 10, 2022 03:07","AU3S3 KAVI1 TECHNICIAN2","aus3k1.technician2@gmail.com","AU3S3K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4548 OR t3.SITE_ID = 4548) AND t2.IDENTIFIER = 6105))))) AND t2.IDENTIFIER = 6105) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498491","Mar 10, 2022 03:07","AU3S3 KAVI1 TECHNICIAN2","aus3k1.technician2@gmail.com","AU3S3K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6328) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6328)) AND ((t2.SITE_ID = 4548)))) AND ((t2.SITE_ID = 4548 AND t0.IDENTIFIER = 6105))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498492","Mar 10, 2022 03:07","AU3S3 KAVI1 TECHNICIAN2","aus3k1.technician2@gmail.com","AU3S3K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4548 OR t3.SITE_ID = 4548) AND t2.IDENTIFIER = 6105))))) AND t2.IDENTIFIER = 6105) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498493","Mar 10, 2022 03:07","AU3S3 KAVI1 TECHNICIAN2","aus3k1.technician2@gmail.com","AU3S3K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6328) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6328)) AND ((t2.SITE_ID = 4548)))) AND ((t2.SITE_ID = 4548 AND t0.IDENTIFIER = 6105))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498494","Mar 10, 2022 03:07","AU3S3 KAVI1 TECHNICIAN2","aus3k1.technician2@gmail.com","AU3S3K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4548 OR t3.SITE_ID = 4548) AND t2.IDENTIFIER = 6105))))) AND t2.IDENTIFIER = 6105) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498495","Mar 10, 2022 03:08","AU3 KAVI2 technician","au3s3K2.technician2@gmail.com","AU3K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4551 OR t3.SITE_ID = 4551) AND t2.IDENTIFIER = 6105))))) AND t2.IDENTIFIER = 6105) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498496","Mar 10, 2022 03:10","AU3 KAVI2 technician","au3s3K2.technician2@gmail.com","AU3K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4551 OR t3.SITE_ID = 4551) AND t2.IDENTIFIER = 6105))))) AND t2.IDENTIFIER = 6105) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498497","Mar 10, 2022 03:10","AU3 KAVI2 technician","au3s3K2.technician2@gmail.com","AU3K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6322) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6322)) AND ((t2.SITE_ID = 4551)))) AND ((t2.SITE_ID = 4551 AND t0.IDENTIFIER = 6105))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498498","Mar 10, 2022 03:10","AU3 KAVI2 technician","au3s3K2.technician2@gmail.com","AU3K2","Data","0","N/A",,"select count(t0.CPR_ID) as c0 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.CPR_ID is not null ) AND t1.IDENTIFIER = 6105) AND (t0.ACTIVITY_STATUS != 'Disabled')" "498499","Mar 10, 2022 03:10","AU3 KAVI2 technician","au3s3K2.technician2@gmail.com","AU3K2","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t2.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.IDENTIFIER is not null AND t0.LINEAGE = 'New' AND t0.COLLECTION_STATUS = 'Collected') AND t1.IDENTIFIER = 6105) AND (t2.ACTIVITY_STATUS != 'Disabled')" "498500","Mar 10, 2022 03:10","AU3 KAVI2 technician","au3s3K2.technician2@gmail.com","AU3K2","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t2.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.IDENTIFIER is not null AND t0.AVAILABLE_QUANTITY > 0 AND t0.COLLECTION_STATUS = 'Collected') AND t1.IDENTIFIER = 6105) AND (t2.ACTIVITY_STATUS != 'Disabled')" "498501","Mar 10, 2022 03:10","AU3 KAVI2 technician","au3s3K2.technician2@gmail.com","AU3K2","Data","0","N/A",,"select count(distinct t0.IDENTIFIER) as c0 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.ORDER_STATUS = 'EXECUTED') AND t2.IDENTIFIER = 6105) AND (t3.ACTIVITY_STATUS != 'Disabled')" "498502","Mar 10, 2022 03:10","AU3 KAVI2 technician","au3s3K2.technician2@gmail.com","AU3K2","Data","0","N/A",,"select t0.CREATED_ON as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t2.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.CREATED_ON is not null AND t0.COLLECTION_STATUS = 'Collected' AND (t0.CREATED_ON >= to_date('10-01-2021 00:00', 'MM-DD-YYYY HH24:MI') and t0.CREATED_ON <= to_date('12-31-2021 23:59', 'MM-DD-YYYY HH24:MI'))) AND t1.IDENTIFIER = 6105) AND (t2.ACTIVITY_STATUS != 'Disabled') group by t0.CREATED_ON order by t0.CREATED_ON asc" "498503","Mar 10, 2022 03:10","AU3 KAVI2 technician","au3s3K2.technician2@gmail.com","AU3K2","Data","0","N/A",,"select t1.EXECUTION_DATE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.EXECUTION_DATE is not null AND t1.ORDER_STATUS = 'EXECUTED' AND (t1.EXECUTION_DATE >= to_date('10-01-2021 00:00', 'MM-DD-YYYY HH24:MI') and t1.EXECUTION_DATE <= to_date('12-31-2021 23:59', 'MM-DD-YYYY HH24:MI'))) AND t2.IDENTIFIER = 6105) AND (t3.ACTIVITY_STATUS != 'Disabled') group by t1.EXECUTION_DATE order by t1.EXECUTION_DATE asc" "498504","Mar 10, 2022 03:10","AU3 KAVI2 technician","au3s3K2.technician2@gmail.com","AU3K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t2.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t3.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.COLLECTION_STATUS = 'Collected') AND t1.IDENTIFIER = 6105) AND (t3.ACTIVITY_STATUS != 'Disabled') group by t2.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "498505","Mar 10, 2022 03:10","AU3 KAVI2 technician","au3s3K2.technician2@gmail.com","AU3K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t2.FREEZER as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t4 left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t4.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join OS_CONTAINER_ANCESTORS_VIEW t2 on t2.CONTAINER_ID = t1.CONTAINER_IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t4.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where ((t0.AVAILABLE_QUANTITY > 0 AND t2.FREEZER is not null ) AND t3.IDENTIFIER = 6105) AND (t4.ACTIVITY_STATUS != 'Disabled') group by t2.FREEZER order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "498506","Mar 10, 2022 03:10","AU3 KAVI2 technician","au3s3K2.technician2@gmail.com","AU3K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t1.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0 AND t1.VALUE is not null ) AND t2.IDENTIFIER = 6105) AND (t3.ACTIVITY_STATUS != 'Disabled') group by t1.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "498507","Mar 10, 2022 03:10","AU3 KAVI2 technician","au3s3K2.technician2@gmail.com","AU3K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t2.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t3.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0) AND t1.IDENTIFIER = 6105) AND (t3.ACTIVITY_STATUS != 'Disabled') group by t2.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "498508","Mar 10, 2022 03:11","AU3 KAVI2 technician","au3s3K2.technician2@gmail.com","AU3K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4551 OR t3.SITE_ID = 4551) AND t2.IDENTIFIER = 6105))))) AND t2.IDENTIFIER = 6105) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498509","Mar 10, 2022 03:11","AU3 KAVI2 technician","au3s3K2.technician2@gmail.com","AU3K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6322) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6322)) AND ((t2.SITE_ID = 4551)))) AND ((t2.SITE_ID = 4551 AND t0.IDENTIFIER = 6105))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498510","Mar 10, 2022 03:14","AAHK CORD1 KAVI1","aahkcord.kavi1@gmail.com","AHKC1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6311) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6311)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled') OR t2.SITE_ID = 4556)))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled')) OR (t2.SITE_ID = 4556))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498511","Mar 10, 2022 03:33","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498512","Mar 10, 2022 03:33","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND ((upper(t3.NAME) in ('AAHK CORD2 KAVI2')))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498513","Mar 10, 2022 03:34","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND ((upper(t3.NAME) in ('AAHK CORD1 KAVI1')))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498514","Mar 10, 2022 03:34","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6105) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498515","Mar 10, 2022 03:34","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498516","Mar 10, 2022 03:35","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND ((upper(t3.NAME) in ('AAHK CORD1 KAVI1')))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498517","Mar 10, 2022 03:43","AU3 KAVI2 technician","au3s3K2.technician2@gmail.com","AU3K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4551 OR t3.SITE_ID = 4551) AND t2.IDENTIFIER = 6105))))) AND t2.IDENTIFIER = 6105) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498518","Mar 10, 2022 03:48","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498519","Mar 10, 2022 03:48","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%C%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498520","Mar 10, 2022 03:48","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%CPI%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498521","Mar 10, 2022 03:52","AU3S3 KAVI1 TECHNICIAN2","aus3k1.technician2@gmail.com","AU3S3K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4548 OR t3.SITE_ID = 4548) AND t2.IDENTIFIER = 6105))))) AND t2.IDENTIFIER = 6105) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498522","Mar 10, 2022 04:03","AAHK CORD1 KAVI1","aahkcord.kavi1@gmail.com","AHKC1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6311) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6311)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled') OR t2.SITE_ID = 4556)))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled')) OR (t2.SITE_ID = 4556))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498523","Mar 10, 2022 04:04","AAHK CORD1 KAVI1","aahkcord.kavi1@gmail.com","AHKC1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6311) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6311)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled') OR t2.SITE_ID = 4556)))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled')) OR (t2.SITE_ID = 4556))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498524","Mar 10, 2022 04:04","AAHK CORD1 KAVI1","aahkcord.kavi1@gmail.com","AHKC1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6311) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6311)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled') OR t2.SITE_ID = 4556)))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled')) OR (t2.SITE_ID = 4556))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498525","Mar 10, 2022 04:09","AAHK CORD1 KAVI1","aahkcord.kavi1@gmail.com","AHKC1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6311) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6311)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled') OR t2.SITE_ID = 4556)))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled')) OR (t2.SITE_ID = 4556))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498526","Mar 10, 2022 04:12","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498527","Mar 10, 2022 04:12","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND ((upper(t3.NAME) in ('AAHK CORD1 KAVI1')))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498528","Mar 10, 2022 04:17","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6093) OR ((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6100) OR ((t1.SITE_ID = 4549 OR t3.SITE_ID = 4549) AND t2.IDENTIFIER = 6089))))) AND t2.IDENTIFIER = 6093) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498529","Mar 10, 2022 04:20","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6093) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498530","Mar 10, 2022 04:20","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498531","Mar 10, 2022 04:22","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6093) OR ((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6100) OR ((t1.SITE_ID = 4549 OR t3.SITE_ID = 4549) AND t2.IDENTIFIER = 6089))))) AND t2.IDENTIFIER = 6093) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498532","Mar 10, 2022 04:23","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498533","Mar 10, 2022 04:24","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498534","Mar 10, 2022 04:24","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4577) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498535","Mar 10, 2022 04:25","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6093) OR ((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6100) OR ((t1.SITE_ID = 4549 OR t3.SITE_ID = 4549) AND t2.IDENTIFIER = 6089))))) AND t2.IDENTIFIER = 6093) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498536","Mar 10, 2022 04:39","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498537","Mar 10, 2022 04:41","AAHK CORD1 KAVI1","aahkcord.kavi1@gmail.com","AHKC1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6311) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6311)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled') OR t2.SITE_ID = 4556)))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled')) OR (t2.SITE_ID = 4556))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498538","Mar 10, 2022 05:08","AU1 KAVI2","AU1K2.KAVI2@gmail.com","AU1K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4550 OR t3.SITE_ID = 4550) AND t2.IDENTIFIER = 6091) OR ((t1.SITE_ID = 4550 OR t3.SITE_ID = 4550) AND t2.IDENTIFIER = 6093))))) AND t2.IDENTIFIER = 6093) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498539","Mar 10, 2022 05:09","AU1 KAVI2","AU1K2.KAVI2@gmail.com","AU1K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4550 OR t3.SITE_ID = 4550) AND t2.IDENTIFIER = 6091) OR ((t1.SITE_ID = 4550 OR t3.SITE_ID = 4550) AND t2.IDENTIFIER = 6093))))) AND t2.IDENTIFIER = 6093) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498540","Mar 10, 2022 05:09","AU1 KAVI2","AU1K2.KAVI2@gmail.com","AU1K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4550 OR t3.SITE_ID = 4550) AND t2.IDENTIFIER = 6091) OR ((t1.SITE_ID = 4550 OR t3.SITE_ID = 4550) AND t2.IDENTIFIER = 6093))))) AND t2.IDENTIFIER = 6093) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498541","Mar 10, 2022 05:09","AU1 KAVI2","AU1K2.KAVI2@gmail.com","AU1K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6316) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6316)) AND ((t2.SITE_ID = 4550 OR t2.SITE_ID = 4550)))) AND ((t2.SITE_ID = 4550 AND t0.IDENTIFIER = 6093) OR (t2.SITE_ID = 4550 AND t0.IDENTIFIER = 6091))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498542","Mar 10, 2022 05:11","AAHK CORD2 KAVI2","AU3K2.KAVI2@gmail.com","AHKC2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6318) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6318)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled') OR t2.SITE_ID = 4557)))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled')) OR (t2.SITE_ID = 4557))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498543","Mar 10, 2022 05:28","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498544","Mar 10, 2022 05:28","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%AHCP%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498545","Mar 10, 2022 05:42","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498546","Mar 10, 2022 05:45","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498547","Mar 10, 2022 05:52","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6093) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498548","Mar 10, 2022 05:55","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6093) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498549","Mar 10, 2022 05:55","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498550","Mar 10, 2022 07:05","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6057) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6057))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498551","Mar 10, 2022 07:10","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6093) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498552","Mar 10, 2022 07:10","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498553","Mar 10, 2022 07:12","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5960) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498554","Mar 10, 2022 07:13","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6093) OR ((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6100) OR ((t1.SITE_ID = 4549 OR t3.SITE_ID = 4549) AND t2.IDENTIFIER = 6089))))) AND t2.IDENTIFIER = 6093) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498555","Mar 10, 2022 07:14","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6057) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6057))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498556","Mar 10, 2022 07:14","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5960) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498557","Mar 10, 2022 07:17","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498558","Mar 10, 2022 07:17","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%A%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498559","Mar 10, 2022 07:18","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%AH%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498560","Mar 10, 2022 08:00","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5960) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498561","Mar 10, 2022 08:26","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498562","Mar 10, 2022 08:33","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498563","Mar 10, 2022 08:38","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498564","Mar 10, 2022 08:39","AAHK CORD1 KAVI1","aahkcord.kavi1@gmail.com","AHKC1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6311) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6311)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled') OR t2.SITE_ID = 4556)))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled')) OR (t2.SITE_ID = 4556))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498565","Mar 10, 2022 08:47","AAHK CORD1 KAVI1","aahkcord.kavi1@gmail.com","AHKC1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t0.CREATED_ON as c0, t0.IDENTIFIER as c1, t6.VALUE as c2, t7.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t3.IDENTIFIER as c5, t0.LABEL as c6, t0.CREATED_ON as c7, t6.VALUE as c8, t8.VALUE as c9, t9.VALUE as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t5.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t5.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t10 on t10.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t1 on t1.CPR_ID = t10.COLLECTION_PROTOCOL_REG_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t1.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t1.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t4 on t4.COLLECTION_PROTOCOL_ID = t3.IDENTIFIER left join OS_SPECIMEN_POSITIONS_VIEW t5 on t5.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE') AND (((((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled') OR t4.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled'))) OR ((t2.SITE_ID = 4556 OR t4.SITE_ID = 4556))) OR (upper(t0.LINEAGE) = 'NEW' AND (((t2.SITE_ID = 4556 OR t4.SITE_ID = 4556)) OR ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled') OR t4.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled')))))))) AND t3.IDENTIFIER = 6107) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "498566","Mar 10, 2022 08:51","AAHK CORD1 KAVI1","aahkcord.kavi1@gmail.com","AHKC1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t0.CREATED_ON as c0, t0.IDENTIFIER as c1, t6.VALUE as c2, t7.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t3.IDENTIFIER as c5, t0.LABEL as c6, t0.CREATED_ON as c7, t6.VALUE as c8, t8.VALUE as c9, t9.VALUE as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t5.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t5.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t10 on t10.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t1 on t1.CPR_ID = t10.COLLECTION_PROTOCOL_REG_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t1.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t1.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t4 on t4.COLLECTION_PROTOCOL_ID = t3.IDENTIFIER left join OS_SPECIMEN_POSITIONS_VIEW t5 on t5.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE') AND (((((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled') OR t4.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled'))) OR ((t2.SITE_ID = 4556 OR t4.SITE_ID = 4556))) OR (upper(t0.LINEAGE) = 'NEW' AND (((t2.SITE_ID = 4556 OR t4.SITE_ID = 4556)) OR ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled') OR t4.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled')))))))) AND t3.IDENTIFIER = 6107) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "498567","Mar 10, 2022 08:52","AAHK CORD1 KAVI1","aahkcord.kavi1@gmail.com","AHKC1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t0.CREATED_ON as c0, t0.IDENTIFIER as c1, t6.VALUE as c2, t7.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t3.IDENTIFIER as c5, t0.LABEL as c6, t0.CREATED_ON as c7, t6.VALUE as c8, t8.VALUE as c9, t9.VALUE as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t5.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t5.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t10 on t10.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t1 on t1.CPR_ID = t10.COLLECTION_PROTOCOL_REG_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t1.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t1.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t4 on t4.COLLECTION_PROTOCOL_ID = t3.IDENTIFIER left join OS_SPECIMEN_POSITIONS_VIEW t5 on t5.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE') AND (((((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled') OR t4.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled'))) OR ((t2.SITE_ID = 4556 OR t4.SITE_ID = 4556))) OR (upper(t0.LINEAGE) = 'NEW' AND (((t2.SITE_ID = 4556 OR t4.SITE_ID = 4556)) OR ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled') OR t4.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled')))))))) AND t3.IDENTIFIER = 6107) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "498568","Mar 10, 2022 08:57","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6057) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6057))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498569","Mar 10, 2022 09:10","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6103) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498570","Mar 10, 2022 09:11","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6103) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498571","Mar 10, 2022 09:11","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6057) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6057))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498572","Mar 10, 2022 22:19","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498573","Mar 10, 2022 22:19","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t5.VALUE as c1, t6.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t5.VALUE as c7, t7.VALUE as c8, t3.DE_A_3 as c9, t3.DE_A_4 as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t4.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t4.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t9 on t9.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t9.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join (OS_SPMN_CUST_FIELDS t2 inner join DE_E_26777 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 13227) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6078) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "498574","Mar 10, 2022 22:38","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6057) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6057))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498575","Mar 10, 2022 23:00","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498576","Mar 10, 2022 23:00","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6080) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "498577","Mar 10, 2022 23:01","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6080) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "498578","Mar 10, 2022 23:01","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498579","Mar 10, 2022 23:02","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498580","Mar 10, 2022 23:02","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%LC%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498581","Mar 10, 2022 23:03","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%LCS%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498582","Mar 10, 2022 23:03","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498583","Mar 10, 2022 23:03","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498584","Mar 10, 2022 23:08","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498585","Mar 10, 2022 23:08","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5920) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498586","Mar 10, 2022 23:10","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498587","Mar 10, 2022 23:11","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498588","Mar 10, 2022 23:11","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813)) AND (upper(t0.SHORT_TITLE) like '%TEST%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498589","Mar 10, 2022 23:11","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813)) AND (upper(t0.SHORT_TITLE) like '%TEST CP%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498590","Mar 10, 2022 23:11","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813)) AND (upper(t0.SHORT_TITLE) like '%TEST CP12%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498591","Mar 10, 2022 23:11","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813)) AND (upper(t0.SHORT_TITLE) like '%TESTCP12%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498592","Mar 10, 2022 23:11","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6108) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "498593","Mar 10, 2022 23:17","Rohan Patwardhan","rohan@krishagni.com","rohan","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 5883) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "498594","Mar 10, 2022 23:17","Rohan Patwardhan","rohan@krishagni.com","rohan","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 5883) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "498595","Mar 10, 2022 23:31","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498596","Mar 10, 2022 23:37","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "498597","Mar 10, 2022 23:38","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498598","Mar 10, 2022 23:38","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498599","Mar 10, 2022 23:38","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 5960) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "498600","Mar 10, 2022 23:39","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498601","Mar 10, 2022 23:39","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5920) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498602","Mar 10, 2022 23:39","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498603","Mar 10, 2022 23:40","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%AS%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498604","Mar 10, 2022 23:40","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498605","Mar 11, 2022 00:34","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6057) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6057))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498606","Mar 11, 2022 00:36","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498607","Mar 11, 2022 00:38","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6109) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "498608","Mar 11, 2022 00:39","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498609","Mar 11, 2022 00:39","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 5755) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "498610","Mar 11, 2022 00:39","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498611","Mar 11, 2022 00:39","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6080) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "498612","Mar 11, 2022 00:41","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6080) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "498613","Mar 11, 2022 00:42","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498614","Mar 11, 2022 00:46","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498615","Mar 11, 2022 01:02","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498616","Mar 11, 2022 01:02","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4672) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498617","Mar 11, 2022 01:03","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498618","Mar 11, 2022 01:03","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 4672) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "498619","Mar 11, 2022 01:03","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%ASS%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498620","Mar 11, 2022 01:03","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%ASS12%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498621","Mar 11, 2022 01:04","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 4672) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "498622","Mar 11, 2022 01:04","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4672) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498623","Mar 11, 2022 01:05","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t1.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where (((t0.IDENTIFIER is not null AND t0.LINEAGE = 'New' AND t0.COLLECTION_STATUS = 'Collected') AND (t1.CPR_ID = 159604)) AND t2.IDENTIFIER = 4672) AND (t1.ACTIVITY_STATUS != 'Disabled')" "498624","Mar 11, 2022 01:05","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t2.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (((t0.IDENTIFIER is not null AND t1.CONTAINER_NAME is not null AND t0.COLLECTION_STATUS = 'Collected') AND (t2.CPR_ID = 159604)) AND t3.IDENTIFIER = 4672) AND (t2.ACTIVITY_STATUS != 'Disabled')" "498625","Mar 11, 2022 01:05","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select count(distinct t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t2.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (((t1.ORDER_STATUS = 'EXECUTED') AND (t2.CPR_ID = 159604)) AND t3.IDENTIFIER = 4672) AND (t2.ACTIVITY_STATUS != 'Disabled')" "498626","Mar 11, 2022 01:05","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select count(distinct t0.LABEL) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t2.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (((t0.LINEAGE = 'Aliquot' AND t1.CONTAINER_NAME is not null ) AND (t2.CPR_ID = 159604)) AND t3.IDENTIFIER = 4672) AND (t2.ACTIVITY_STATUS != 'Disabled')" "498627","Mar 11, 2022 01:05","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6092) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "498628","Mar 11, 2022 01:07","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.CONTAINER_NAME as c0, t1.POS_TWO_STR as c1, t1.POS_ONE_STR as c2, t0.IDENTIFIER as c3, t3.VALUE as c4, t4.VALUE as c5, t0.AVAILABILITY_STATUS as c6, t5.IDENTIFIER as c7, t6.PPID as c8, t0.LABEL as c9, t0.LINEAGE as c10, t3.VALUE as c11, t7.VALUE as c12, t5.SHORT_TITLE as c13, t0.AVAILABLE_QUANTITY as c14, de_concat_if_not_null(t1.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t1.FORMATTED_POSITION, ')')),'')) as c15 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t6 on t6.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join OS_CONTAINERS_HIERARCHY t2 on t2.DESCENDENT_ID = t1.CONTAINER_IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t2.ANCESTOR_ID = 131536)) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.CONTAINER_NAME asc , t1.POS_TWO_STR asc , t1.POS_ONE_STR asc ) tab where rownum <= 101) where rnum >= 1" "498629","Mar 11, 2022 01:08","Divya Prabhu","divya@krishagni.com","divya.prabhu","Count","0","N/A",,"select count(distinct t3.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t0.LINEAGE = 'Aliquot' AND t1.RECV_QUALITY is not null ) AND t2.IDENTIFIER = 6094) AND (t3.ACTIVITY_STATUS != 'Disabled')" "498630","Mar 11, 2022 01:08","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t5.CPR_ID as c0, t5.PPID as c1, t0.IDENTIFIER as c2, t2.IDENTIFIER as c3, t0.LABEL as c4, t6.VALUE as c5, t0.LINEAGE as c6, t0.AVAILABLE_QUANTITY as c7, t7.VALUE as c8, 't5', t5.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't2', t2.IDENTIFIER as mc2 from CPR_VIEW t5 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.COLLECTION_PROTOCOL_REG_ID = t5.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t8.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join (OS_SPMN_EXTN_RECS t3 inner join CATISSUE_RECEIVED_EVENT_PARAM t4 on t4.IDENTIFIER = t3.RECORD_ID and t3.FORM_ID = 70 left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t4.RECEIVED_QUALITY_ID) on t3.SPECIMEN_ID = t0.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t5.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t0.LINEAGE = 'Aliquot' AND t1.RECV_QUALITY is not null ) AND t2.IDENTIFIER = 6094) AND (t5.ACTIVITY_STATUS != 'Disabled') order by t5.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "498631","Mar 11, 2022 01:14","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498632","Mar 11, 2022 01:14","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498633","Mar 11, 2022 01:15","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.ITEM_ID as c0, t0.IDENTIFIER as c1, t3.VALUE as c2, t4.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t5.IDENTIFIER as c5, t6.PPID as c6, t0.LABEL as c7, t0.LINEAGE as c8, t3.VALUE as c9, t7.VALUE as c10, t5.SHORT_TITLE as c11, t0.AVAILABLE_QUANTITY as c12, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c13 from CATISSUE_SPECIMEN t0 left join OS_SPECIMEN_CARTS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t6 on t6.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((upper(t1.NAME) = 'V8.2 PROJECT')) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.ITEM_ID asc ) tab where rownum <= 101) where rnum >= 1" "498634","Mar 11, 2022 01:15","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498635","Mar 11, 2022 01:16","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498636","Mar 11, 2022 01:16","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4672) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498637","Mar 11, 2022 01:24","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4672) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498638","Mar 11, 2022 01:24","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 4672) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "498639","Mar 11, 2022 01:32","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4672) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498640","Mar 11, 2022 01:33","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4672) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498641","Mar 11, 2022 01:33","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 4672) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "498642","Mar 11, 2022 01:34","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4672) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498643","Mar 11, 2022 01:35","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4672) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498644","Mar 11, 2022 01:35","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4672) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498645","Mar 11, 2022 01:35","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4672) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498646","Mar 11, 2022 01:35","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4672) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498647","Mar 11, 2022 01:35","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4672) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498648","Mar 11, 2022 01:35","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4672) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498649","Mar 11, 2022 01:37","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4672) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498650","Mar 11, 2022 01:38","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4672) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498651","Mar 11, 2022 01:39","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4672) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498652","Mar 11, 2022 01:41","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4672) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498653","Mar 11, 2022 01:42","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4672) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498654","Mar 11, 2022 02:01","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498655","Mar 11, 2022 02:01","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498656","Mar 11, 2022 02:02","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498657","Mar 11, 2022 02:03","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498658","Mar 11, 2022 02:05","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498659","Mar 11, 2022 02:05","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498660","Mar 11, 2022 02:07","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498661","Mar 11, 2022 02:07","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498662","Mar 11, 2022 02:11","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498663","Mar 11, 2022 02:11","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498664","Mar 11, 2022 02:11","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498665","Mar 11, 2022 02:12","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498666","Mar 11, 2022 02:14","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498667","Mar 11, 2022 02:17","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498668","Mar 11, 2022 02:19","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498669","Mar 11, 2022 02:19","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498670","Mar 11, 2022 02:26","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4672) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498671","Mar 11, 2022 02:32","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4672) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498672","Mar 11, 2022 02:33","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4672) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498673","Mar 11, 2022 02:33","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498674","Mar 11, 2022 02:33","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973)) AND (upper(t0.SHORT_TITLE) like '%WORK%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498675","Mar 11, 2022 02:33","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.REGISTRATION_DATE as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6086) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498676","Mar 11, 2022 02:33","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.REGISTRATION_DATE as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6086) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498677","Mar 11, 2022 02:33","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.REGISTRATION_DATE as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6086) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498678","Mar 11, 2022 03:18","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.REGISTRATION_DATE as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6086) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498679","Mar 11, 2022 03:21","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.CONTAINER_NAME as c0, t1.POS_TWO_STR as c1, t1.POS_ONE_STR as c2, t0.IDENTIFIER as c3, t3.VALUE as c4, t4.VALUE as c5, t0.AVAILABILITY_STATUS as c6, t5.IDENTIFIER as c7, t6.PPID as c8, t0.LABEL as c9, t0.LINEAGE as c10, t3.VALUE as c11, t7.VALUE as c12, t5.SHORT_TITLE as c13, t0.AVAILABLE_QUANTITY as c14, de_concat_if_not_null(t1.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t1.FORMATTED_POSITION, ')')),'')) as c15 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t6 on t6.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join OS_CONTAINERS_HIERARCHY t2 on t2.DESCENDENT_ID = t1.CONTAINER_IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t2.ANCESTOR_ID = 838776)) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.CONTAINER_NAME asc , t1.POS_TWO_STR asc , t1.POS_ONE_STR asc ) tab where rownum <= 101) where rnum >= 1" "498680","Mar 11, 2022 03:22","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.CONTAINER_NAME as c0, t1.POS_TWO_STR as c1, t1.POS_ONE_STR as c2, t0.IDENTIFIER as c3, t3.VALUE as c4, t4.VALUE as c5, t0.AVAILABILITY_STATUS as c6, t5.IDENTIFIER as c7, t6.PPID as c8, t0.LABEL as c9, t0.LINEAGE as c10, t3.VALUE as c11, t7.VALUE as c12, t5.SHORT_TITLE as c13, t0.AVAILABLE_QUANTITY as c14, de_concat_if_not_null(t1.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t1.FORMATTED_POSITION, ')')),'')) as c15 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t6 on t6.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join OS_CONTAINERS_HIERARCHY t2 on t2.DESCENDENT_ID = t1.CONTAINER_IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t2.ANCESTOR_ID = 838778)) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.CONTAINER_NAME asc , t1.POS_TWO_STR asc , t1.POS_ONE_STR asc ) tab where rownum <= 101) where rnum >= 1" "498681","Mar 11, 2022 03:22","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498682","Mar 11, 2022 03:25","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "498683","Mar 11, 2022 03:26","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498684","Mar 11, 2022 03:28","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t1.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where (((t0.IDENTIFIER is not null AND t0.LINEAGE = 'New' AND t0.COLLECTION_STATUS = 'Collected') AND (t1.CPR_ID = 160818)) AND t2.IDENTIFIER = 6089) AND (t1.ACTIVITY_STATUS != 'Disabled')" "498685","Mar 11, 2022 03:28","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t2.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (((t0.IDENTIFIER is not null AND t1.CONTAINER_NAME is not null AND t0.COLLECTION_STATUS = 'Collected') AND (t2.CPR_ID = 160818)) AND t3.IDENTIFIER = 6089) AND (t2.ACTIVITY_STATUS != 'Disabled')" "498686","Mar 11, 2022 03:28","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select count(distinct t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t2.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (((t1.ORDER_STATUS = 'EXECUTED') AND (t2.CPR_ID = 160818)) AND t3.IDENTIFIER = 6089) AND (t2.ACTIVITY_STATUS != 'Disabled')" "498687","Mar 11, 2022 03:30","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498688","Mar 11, 2022 03:30","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498689","Mar 11, 2022 04:25","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498690","Mar 11, 2022 04:25","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498691","Mar 11, 2022 05:05","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498692","Mar 11, 2022 05:05","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498693","Mar 11, 2022 05:25","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498694","Mar 11, 2022 05:25","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%A%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498695","Mar 11, 2022 05:25","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%AHCP%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498696","Mar 11, 2022 05:27","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498697","Mar 11, 2022 05:28","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%AHCP1%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498698","Mar 11, 2022 05:28","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "498699","Mar 11, 2022 05:32","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498700","Mar 11, 2022 05:34","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498701","Mar 11, 2022 05:40","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498702","Mar 11, 2022 05:40","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%A%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498703","Mar 11, 2022 05:40","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498704","Mar 11, 2022 05:40","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%AHCP1%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498705","Mar 11, 2022 05:40","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498706","Mar 11, 2022 06:24","Vinayak Pawar","vinayak.pawar@krishagni.com","vpawar","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5843) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498707","Mar 11, 2022 06:24","Vinayak Pawar","vinayak.pawar@krishagni.com","vpawar","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 448) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 448))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498708","Mar 11, 2022 06:26","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4577) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498709","Mar 11, 2022 06:30","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4577) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498710","Mar 11, 2022 07:09","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498711","Mar 11, 2022 07:09","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%AALCP%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498712","Mar 11, 2022 07:11","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.CONTAINER_NAME as c0, t1.POS_TWO_STR as c1, t1.POS_ONE_STR as c2, t0.IDENTIFIER as c3, t3.VALUE as c4, t4.VALUE as c5, t0.AVAILABILITY_STATUS as c6, t5.IDENTIFIER as c7, t6.PPID as c8, t0.LABEL as c9, t0.LINEAGE as c10, t3.VALUE as c11, t7.VALUE as c12, t5.SHORT_TITLE as c13, t0.AVAILABLE_QUANTITY as c14, de_concat_if_not_null(t1.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t1.FORMATTED_POSITION, ')')),'')) as c15 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t6 on t6.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join OS_CONTAINERS_HIERARCHY t2 on t2.DESCENDENT_ID = t1.CONTAINER_IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t2.ANCESTOR_ID = 838776)) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.CONTAINER_NAME asc , t1.POS_TWO_STR asc , t1.POS_ONE_STR asc ) tab where rownum <= 101) where rnum >= 1" "498713","Mar 11, 2022 07:12","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.CONTAINER_NAME as c0, t1.POS_TWO_STR as c1, t1.POS_ONE_STR as c2, t0.IDENTIFIER as c3, t3.VALUE as c4, t4.VALUE as c5, t0.AVAILABILITY_STATUS as c6, t5.IDENTIFIER as c7, t6.PPID as c8, t0.LABEL as c9, t0.LINEAGE as c10, t3.VALUE as c11, t7.VALUE as c12, t5.SHORT_TITLE as c13, t0.AVAILABLE_QUANTITY as c14, de_concat_if_not_null(t1.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t1.FORMATTED_POSITION, ')')),'')) as c15 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t6 on t6.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join OS_CONTAINERS_HIERARCHY t2 on t2.DESCENDENT_ID = t1.CONTAINER_IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t2.ANCESTOR_ID = 838776)) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.CONTAINER_NAME asc , t1.POS_TWO_STR asc , t1.POS_ONE_STR asc ) tab where rownum <= 101) where rnum >= 1" "498714","Mar 11, 2022 07:13","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.CONTAINER_NAME as c0, t1.POS_TWO_STR as c1, t1.POS_ONE_STR as c2, t0.IDENTIFIER as c3, t3.VALUE as c4, t4.VALUE as c5, t0.AVAILABILITY_STATUS as c6, t5.IDENTIFIER as c7, t6.PPID as c8, t0.LABEL as c9, t0.LINEAGE as c10, t3.VALUE as c11, t7.VALUE as c12, t5.SHORT_TITLE as c13, t0.AVAILABLE_QUANTITY as c14, de_concat_if_not_null(t1.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t1.FORMATTED_POSITION, ')')),'')) as c15 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t6 on t6.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join OS_CONTAINERS_HIERARCHY t2 on t2.DESCENDENT_ID = t1.CONTAINER_IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t2.ANCESTOR_ID = 838776)) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.CONTAINER_NAME asc , t1.POS_TWO_STR asc , t1.POS_ONE_STR asc ) tab where rownum <= 101) where rnum >= 1" "498715","Mar 11, 2022 07:13","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.CONTAINER_NAME as c0, t1.POS_TWO_STR as c1, t1.POS_ONE_STR as c2, t0.IDENTIFIER as c3, t3.VALUE as c4, t4.VALUE as c5, t0.AVAILABILITY_STATUS as c6, t5.IDENTIFIER as c7, t6.PPID as c8, t0.LABEL as c9, t0.LINEAGE as c10, t3.VALUE as c11, t7.VALUE as c12, t5.SHORT_TITLE as c13, t0.AVAILABLE_QUANTITY as c14, de_concat_if_not_null(t1.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t1.FORMATTED_POSITION, ')')),'')) as c15 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t6 on t6.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join OS_CONTAINERS_HIERARCHY t2 on t2.DESCENDENT_ID = t1.CONTAINER_IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t2.ANCESTOR_ID = 838776)) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.CONTAINER_NAME asc , t1.POS_TWO_STR asc , t1.POS_ONE_STR asc ) tab where rownum <= 101) where rnum >= 1" "498716","Mar 11, 2022 07:32","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.CONTAINER_NAME as c0, t1.POS_TWO_STR as c1, t1.POS_ONE_STR as c2, t0.IDENTIFIER as c3, t3.VALUE as c4, t4.VALUE as c5, t0.AVAILABILITY_STATUS as c6, t5.IDENTIFIER as c7, t6.PPID as c8, t0.LABEL as c9, t0.LINEAGE as c10, t3.VALUE as c11, t7.VALUE as c12, t5.SHORT_TITLE as c13, t0.AVAILABLE_QUANTITY as c14, de_concat_if_not_null(t1.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t1.FORMATTED_POSITION, ')')),'')) as c15 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t6 on t6.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join OS_CONTAINERS_HIERARCHY t2 on t2.DESCENDENT_ID = t1.CONTAINER_IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t2.ANCESTOR_ID = 838865)) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.CONTAINER_NAME asc , t1.POS_TWO_STR asc , t1.POS_ONE_STR asc ) tab where rownum <= 101) where rnum >= 1" "498717","Mar 11, 2022 08:48","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498718","Mar 11, 2022 08:48","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.TITLE) like '%A%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498719","Mar 11, 2022 08:48","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498720","Mar 11, 2022 08:48","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.TITLE) like '%AB%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498721","Mar 11, 2022 08:49","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498722","Mar 11, 2022 08:49","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%AA%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498723","Mar 11, 2022 08:49","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%AALC%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498724","Mar 11, 2022 08:49","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%AALCPAA%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498725","Mar 11, 2022 08:49","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%AALCPA%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498726","Mar 11, 2022 08:59","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498727","Mar 11, 2022 08:59","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498728","Mar 11, 2022 09:29","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498729","Mar 11, 2022 09:32","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6110) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498730","Mar 11, 2022 09:32","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498731","Mar 11, 2022 09:32","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%A%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498732","Mar 11, 2022 09:32","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%AAL%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498733","Mar 11, 2022 10:09","AU5 Kavi2 tisuuebanker","au5kavi2.tissuebanker@gmail.com","AU5K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4563 OR t3.SITE_ID = 4563) AND t2.IDENTIFIER = 6110))))) AND t2.IDENTIFIER = 6110) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498734","Mar 11, 2022 10:10","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498735","Mar 11, 2022 10:10","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%5%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498736","Mar 11, 2022 23:28","AU5S5 KAVI1 coordinator","au5s5kavi1.coordinator@gmail.com","AU5S5K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6336) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6336)) AND ((t2.SITE_ID = 4562)))) AND ((t2.SITE_ID = 4562 AND t0.IDENTIFIER = 6110))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498737","Mar 11, 2022 23:29","AU5S5 KAVI1 coordinator","au5s5kavi1.coordinator@gmail.com","AU5S5K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4562 OR t3.SITE_ID = 4562) AND t2.IDENTIFIER = 6110))))) AND t2.IDENTIFIER = 6110) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498738","Mar 11, 2022 23:33","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498739","Mar 11, 2022 23:33","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%5%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498740","Mar 11, 2022 23:33","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%5AA%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498741","Mar 11, 2022 23:52","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498742","Mar 11, 2022 23:53","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498743","Mar 11, 2022 23:55","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498744","Mar 11, 2022 23:55","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%5%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498745","Mar 11, 2022 23:55","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%5A%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498746","Mar 11, 2022 23:55","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%5%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498747","Mar 12, 2022 00:31","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.CONTAINER_NAME as c0, t1.POS_TWO_STR as c1, t1.POS_ONE_STR as c2, t0.IDENTIFIER as c3, t3.VALUE as c4, t4.VALUE as c5, t0.AVAILABILITY_STATUS as c6, t5.IDENTIFIER as c7, t6.PPID as c8, t0.LABEL as c9, t0.LINEAGE as c10, t3.VALUE as c11, t7.VALUE as c12, t5.SHORT_TITLE as c13, t0.AVAILABLE_QUANTITY as c14, de_concat_if_not_null(t1.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t1.FORMATTED_POSITION, ')')),'')) as c15 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t6 on t6.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join OS_CONTAINERS_HIERARCHY t2 on t2.DESCENDENT_ID = t1.CONTAINER_IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t2.ANCESTOR_ID = 838882)) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.CONTAINER_NAME asc , t1.POS_TWO_STR asc , t1.POS_ONE_STR asc ) tab where rownum <= 101) where rnum >= 1" "498748","Mar 12, 2022 00:31","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.CONTAINER_NAME as c0, t1.POS_TWO_STR as c1, t1.POS_ONE_STR as c2, t0.IDENTIFIER as c3, t3.VALUE as c4, t4.VALUE as c5, t0.AVAILABILITY_STATUS as c6, t5.IDENTIFIER as c7, t6.PPID as c8, t0.LABEL as c9, t0.LINEAGE as c10, t3.VALUE as c11, t7.VALUE as c12, t5.SHORT_TITLE as c13, t0.AVAILABLE_QUANTITY as c14, de_concat_if_not_null(t1.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t1.FORMATTED_POSITION, ')')),'')) as c15 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t6 on t6.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join OS_CONTAINERS_HIERARCHY t2 on t2.DESCENDENT_ID = t1.CONTAINER_IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t2.ANCESTOR_ID = 838887)) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.CONTAINER_NAME asc , t1.POS_TWO_STR asc , t1.POS_ONE_STR asc ) tab where rownum <= 101) where rnum >= 1" "498749","Mar 12, 2022 02:42","AU5 Kavi2 tisuuebanker","au5kavi2.tissuebanker@gmail.com","AU5K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4563 OR t3.SITE_ID = 4563) AND t2.IDENTIFIER = 6110))))) AND t2.IDENTIFIER = 6110) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498750","Mar 12, 2022 02:47","AU5 Kavi2 tisuuebanker","au5kavi2.tissuebanker@gmail.com","AU5K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4563 OR t3.SITE_ID = 4563) AND t2.IDENTIFIER = 6110))))) AND t2.IDENTIFIER = 6110) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498751","Mar 12, 2022 02:47","AU5 Kavi2 tisuuebanker","au5kavi2.tissuebanker@gmail.com","AU5K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6337) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6337)) AND ((t2.SITE_ID = 4563)))) AND ((t2.SITE_ID = 4563 AND t0.IDENTIFIER = 6110))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498752","Mar 12, 2022 02:47","AU5 Kavi2 tisuuebanker","au5kavi2.tissuebanker@gmail.com","AU5K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4563 OR t3.SITE_ID = 4563) AND t2.IDENTIFIER = 6110))))) AND t2.IDENTIFIER = 6110) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498753","Mar 12, 2022 02:47","AU5 Kavi2 tisuuebanker","au5kavi2.tissuebanker@gmail.com","AU5K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t0.CREATED_ON as c0, t0.IDENTIFIER as c1, t6.VALUE as c2, t7.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t3.IDENTIFIER as c5, t0.LABEL as c6, t0.CREATED_ON as c7, t6.VALUE as c8, t8.VALUE as c9, t9.VALUE as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t5.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t5.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t10 on t10.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t1 on t1.CPR_ID = t10.COLLECTION_PROTOCOL_REG_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t1.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t1.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t4 on t4.COLLECTION_PROTOCOL_ID = t3.IDENTIFIER left join OS_SPECIMEN_POSITIONS_VIEW t5 on t5.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE') AND (((((t2.SITE_ID = 4563 OR t4.SITE_ID = 4563))) OR (upper(t0.LINEAGE) = 'NEW' AND (((t2.SITE_ID = 4563 OR t4.SITE_ID = 4563))))))) AND t3.IDENTIFIER = 6110) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "498754","Mar 12, 2022 02:47","AU5 Kavi2 tisuuebanker","au5kavi2.tissuebanker@gmail.com","AU5K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4563 OR t3.SITE_ID = 4563) AND t2.IDENTIFIER = 6110))))) AND t2.IDENTIFIER = 6110) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498755","Mar 12, 2022 02:47","AU5 Kavi2 tisuuebanker","au5kavi2.tissuebanker@gmail.com","AU5K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6337) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6337)) AND ((t2.SITE_ID = 4563)))) AND ((t2.SITE_ID = 4563 AND t0.IDENTIFIER = 6110))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498756","Mar 12, 2022 02:49","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498757","Mar 12, 2022 02:49","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%A%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498758","Mar 12, 2022 02:50","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498759","Mar 12, 2022 02:50","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6110) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498760","Mar 12, 2022 02:50","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498761","Mar 12, 2022 02:50","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%5%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498762","Mar 12, 2022 02:51","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6110) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498763","Mar 12, 2022 03:39","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6110) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498764","Mar 12, 2022 03:41","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498765","Mar 12, 2022 03:47","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6110) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498766","Mar 12, 2022 03:49","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6110) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498767","Mar 12, 2022 03:49","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498768","Mar 12, 2022 03:52","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6110) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498769","Mar 12, 2022 03:52","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6110) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "498770","Mar 12, 2022 03:53","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6110) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498771","Mar 12, 2022 03:55","AU5S5 KAVI1 coordinator","au5s5kavi1.coordinator@gmail.com","AU5S5K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4562 OR t3.SITE_ID = 4562) AND t2.IDENTIFIER = 6110))))) AND t2.IDENTIFIER = 6110) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498772","Mar 12, 2022 04:12","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6110) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498773","Mar 12, 2022 04:13","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6110) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498774","Mar 12, 2022 04:13","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498775","Mar 12, 2022 04:49","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6110) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498776","Mar 12, 2022 05:25","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6110) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498777","Mar 12, 2022 05:29","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.CONTAINER_NAME as c0, t1.POS_TWO_STR as c1, t1.POS_ONE_STR as c2, t0.IDENTIFIER as c3, t3.VALUE as c4, t4.VALUE as c5, t0.AVAILABILITY_STATUS as c6, t5.IDENTIFIER as c7, t6.PPID as c8, t0.LABEL as c9, t0.LINEAGE as c10, t3.VALUE as c11, t7.VALUE as c12, t5.SHORT_TITLE as c13, t0.AVAILABLE_QUANTITY as c14, de_concat_if_not_null(t1.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t1.FORMATTED_POSITION, ')')),'')) as c15 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t6 on t6.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join OS_CONTAINERS_HIERARCHY t2 on t2.DESCENDENT_ID = t1.CONTAINER_IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t2.ANCESTOR_ID = 838861)) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.CONTAINER_NAME asc , t1.POS_TWO_STR asc , t1.POS_ONE_STR asc ) tab where rownum <= 101) where rnum >= 1" "498778","Mar 12, 2022 05:30","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498779","Mar 12, 2022 05:56","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%A%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498780","Mar 12, 2022 05:56","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%AHCPA%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498781","Mar 12, 2022 05:56","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%AHCP%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498782","Mar 12, 2022 06:06","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498783","Mar 12, 2022 06:06","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%5%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498784","Mar 12, 2022 06:07","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6110) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498785","Mar 12, 2022 06:08","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t1.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where (((t0.IDENTIFIER is not null AND t0.LINEAGE = 'New' AND t0.COLLECTION_STATUS = 'Collected') AND (t1.CPR_ID = 160832)) AND t2.IDENTIFIER = 6110) AND (t1.ACTIVITY_STATUS != 'Disabled')" "498786","Mar 12, 2022 06:08","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t2.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (((t0.IDENTIFIER is not null AND t1.CONTAINER_NAME is not null AND t0.COLLECTION_STATUS = 'Collected') AND (t2.CPR_ID = 160832)) AND t3.IDENTIFIER = 6110) AND (t2.ACTIVITY_STATUS != 'Disabled')" "498787","Mar 12, 2022 06:08","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select count(distinct t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t2.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (((t1.ORDER_STATUS = 'EXECUTED') AND (t2.CPR_ID = 160832)) AND t3.IDENTIFIER = 6110) AND (t2.ACTIVITY_STATUS != 'Disabled')" "498788","Mar 12, 2022 06:12","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498789","Mar 12, 2022 06:24","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498790","Mar 12, 2022 07:04","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6110) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498791","Mar 12, 2022 07:04","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498792","Mar 12, 2022 07:27","AU1S1 Technician","au1s1.kavi1@gmail.com","AU1S1K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4548 OR t3.SITE_ID = 4548) AND t2.IDENTIFIER = 6089) OR ((t1.SITE_ID = 4549 OR t3.SITE_ID = 4549) AND t2.IDENTIFIER = 6092))))) AND t2.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498793","Mar 12, 2022 07:28","AU1S1 Technician","au1s1.kavi1@gmail.com","AU1S1K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t0.CREATED_ON as c0, t0.IDENTIFIER as c1, t6.VALUE as c2, t7.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t3.IDENTIFIER as c5, t0.LABEL as c6, t0.CREATED_ON as c7, t6.VALUE as c8, t8.VALUE as c9, t9.VALUE as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t5.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t5.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t10 on t10.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t1 on t1.CPR_ID = t10.COLLECTION_PROTOCOL_REG_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t1.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t1.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t4 on t4.COLLECTION_PROTOCOL_ID = t3.IDENTIFIER left join OS_SPECIMEN_POSITIONS_VIEW t5 on t5.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE') AND (((((t2.SITE_ID = 4549 OR t4.SITE_ID = 4549)) OR ((t2.SITE_ID = 4548 OR t4.SITE_ID = 4548))) OR (upper(t0.LINEAGE) = 'NEW' AND (((t2.SITE_ID = 4549 OR t4.SITE_ID = 4549)) OR ((t2.SITE_ID = 4548 OR t4.SITE_ID = 4548))))))) AND t3.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "498794","Mar 12, 2022 07:28","AU1S1 Technician","au1s1.kavi1@gmail.com","AU1S1K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4548 OR t3.SITE_ID = 4548) AND t2.IDENTIFIER = 6089) OR ((t1.SITE_ID = 4549 OR t3.SITE_ID = 4549) AND t2.IDENTIFIER = 6092))))) AND t2.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498795","Mar 12, 2022 07:39","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498796","Mar 12, 2022 07:40","AAHK CORD1 KAVI1","aahkcord.kavi1@gmail.com","AHKC1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6311) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6311)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled') OR t2.SITE_ID = 4556)))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled')) OR (t2.SITE_ID = 4556))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498797","Mar 12, 2022 07:44","AAHK CORD1 KAVI1","aahkcord.kavi1@gmail.com","AHKC1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6311) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6311)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled') OR t2.SITE_ID = 4556)))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled')) OR (t2.SITE_ID = 4556))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498798","Mar 12, 2022 07:44","AAHK CORD1 KAVI1","aahkcord.kavi1@gmail.com","AHKC1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled'))) OR ((t1.SITE_ID = 4556 OR t3.SITE_ID = 4556)))))) AND t2.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498799","Mar 12, 2022 07:46","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6093) OR ((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6100) OR ((t1.SITE_ID = 4549 OR t3.SITE_ID = 4549) AND t2.IDENTIFIER = 6089))))) AND t2.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498800","Mar 12, 2022 07:49","AU1S1 Technician","au1s1.kavi1@gmail.com","AU1S1K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4548 OR t3.SITE_ID = 4548) AND t2.IDENTIFIER = 6089) OR ((t1.SITE_ID = 4549 OR t3.SITE_ID = 4549) AND t2.IDENTIFIER = 6092))))) AND t2.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498801","Mar 12, 2022 07:51","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6093) OR ((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6100) OR ((t1.SITE_ID = 4549 OR t3.SITE_ID = 4549) AND t2.IDENTIFIER = 6089))))) AND t2.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498802","Mar 12, 2022 07:58","AAHK CORD2 KAVI2","AU3K2.KAVI2@gmail.com","AHKC2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled'))) OR ((t1.SITE_ID = 4557 OR t3.SITE_ID = 4557)))))) AND t2.IDENTIFIER = 6110) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498803","Mar 12, 2022 08:06","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498804","Mar 12, 2022 08:06","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6110) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498805","Mar 12, 2022 08:07","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6110) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498806","Mar 12, 2022 08:07","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6110) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498807","Mar 12, 2022 08:07","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498808","Mar 12, 2022 08:10","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6110) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498809","Mar 12, 2022 08:11","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6110) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498810","Mar 12, 2022 08:14","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.CONTAINER_NAME as c0, t1.POS_TWO_STR as c1, t1.POS_ONE_STR as c2, t0.IDENTIFIER as c3, t3.VALUE as c4, t4.VALUE as c5, t0.AVAILABILITY_STATUS as c6, t5.IDENTIFIER as c7, t6.PPID as c8, t0.LABEL as c9, t0.LINEAGE as c10, t3.VALUE as c11, t7.VALUE as c12, t5.SHORT_TITLE as c13, t0.AVAILABLE_QUANTITY as c14, de_concat_if_not_null(t1.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t1.FORMATTED_POSITION, ')')),'')) as c15 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t6 on t6.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join OS_CONTAINERS_HIERARCHY t2 on t2.DESCENDENT_ID = t1.CONTAINER_IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t2.ANCESTOR_ID = 838881)) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.CONTAINER_NAME asc , t1.POS_TWO_STR asc , t1.POS_ONE_STR asc ) tab where rownum <= 101) where rnum >= 1" "498811","Mar 12, 2022 08:19","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.CONTAINER_NAME as c0, t1.POS_TWO_STR as c1, t1.POS_ONE_STR as c2, t0.IDENTIFIER as c3, t3.VALUE as c4, t4.VALUE as c5, t0.AVAILABILITY_STATUS as c6, t5.IDENTIFIER as c7, t6.PPID as c8, t0.LABEL as c9, t0.LINEAGE as c10, t3.VALUE as c11, t7.VALUE as c12, t5.SHORT_TITLE as c13, t0.AVAILABLE_QUANTITY as c14, de_concat_if_not_null(t1.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t1.FORMATTED_POSITION, ')')),'')) as c15 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t6 on t6.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join OS_CONTAINERS_HIERARCHY t2 on t2.DESCENDENT_ID = t1.CONTAINER_IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t2.ANCESTOR_ID = 838861)) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.CONTAINER_NAME asc , t1.POS_TWO_STR asc , t1.POS_ONE_STR asc ) tab where rownum <= 101) where rnum >= 1" "498812","Mar 14, 2022 00:03","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6093) OR ((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6100) OR ((t1.SITE_ID = 4549 OR t3.SITE_ID = 4549) AND t2.IDENTIFIER = 6089))))) AND t2.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498813","Mar 14, 2022 00:07","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6093) OR ((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6100) OR ((t1.SITE_ID = 4549 OR t3.SITE_ID = 4549) AND t2.IDENTIFIER = 6089))))) AND t2.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498814","Mar 14, 2022 00:09","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6093) OR ((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6100) OR ((t1.SITE_ID = 4549 OR t3.SITE_ID = 4549) AND t2.IDENTIFIER = 6089))))) AND t2.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498815","Mar 14, 2022 00:09","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6310) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6310)) AND ((t2.SITE_ID = 4547 OR t2.SITE_ID = 4547 OR t2.SITE_ID = 4549)))) AND ((t2.SITE_ID = 4547 AND t0.IDENTIFIER = 6093) OR (t2.SITE_ID = 4547 AND t0.IDENTIFIER = 6100) OR (t2.SITE_ID = 4549 AND t0.IDENTIFIER = 6089))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498816","Mar 14, 2022 00:10","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498817","Mar 14, 2022 00:10","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%AHCP1%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498818","Mar 14, 2022 00:12","AU1S1 Technician","au1s1.kavi1@gmail.com","AU1S1K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4548 OR t3.SITE_ID = 4548) AND t2.IDENTIFIER = 6089) OR ((t1.SITE_ID = 4549 OR t3.SITE_ID = 4549) AND t2.IDENTIFIER = 6092))))) AND t2.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498819","Mar 14, 2022 00:13","AU1S1 Technician","au1s1.kavi1@gmail.com","AU1S1K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4548 OR t3.SITE_ID = 4548) AND t2.IDENTIFIER = 6089) OR ((t1.SITE_ID = 4549 OR t3.SITE_ID = 4549) AND t2.IDENTIFIER = 6092))))) AND t2.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498820","Mar 14, 2022 00:16","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6093) OR ((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6100) OR ((t1.SITE_ID = 4549 OR t3.SITE_ID = 4549) AND t2.IDENTIFIER = 6089))))) AND t2.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498821","Mar 14, 2022 00:19","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498822","Mar 14, 2022 00:19","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%AHCP%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498823","Mar 14, 2022 00:19","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%AHCP1%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498824","Mar 14, 2022 00:20","AU1S1 Technician","au1s1.kavi1@gmail.com","AU1S1K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4548 OR t3.SITE_ID = 4548) AND t2.IDENTIFIER = 6089) OR ((t1.SITE_ID = 4549 OR t3.SITE_ID = 4549) AND t2.IDENTIFIER = 6092))))) AND t2.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498825","Mar 14, 2022 01:14","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498826","Mar 14, 2022 01:14","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%AH%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498827","Mar 14, 2022 01:22","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6093) OR ((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6100) OR ((t1.SITE_ID = 4549 OR t3.SITE_ID = 4549) AND t2.IDENTIFIER = 6089))))) AND t2.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498828","Mar 14, 2022 01:24","AU1S1 Technician","au1s1.kavi1@gmail.com","AU1S1K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4548 OR t3.SITE_ID = 4548) AND t2.IDENTIFIER = 6089) OR ((t1.SITE_ID = 4549 OR t3.SITE_ID = 4549) AND t2.IDENTIFIER = 6092))))) AND t2.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498829","Mar 14, 2022 01:25","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498830","Mar 14, 2022 01:25","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%AH%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498831","Mar 14, 2022 01:25","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498832","Mar 14, 2022 01:29","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498833","Mar 14, 2022 01:30","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498834","Mar 14, 2022 01:33","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498835","Mar 14, 2022 01:34","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498836","Mar 14, 2022 01:35","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498837","Mar 14, 2022 01:37","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6093) OR ((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6100) OR ((t1.SITE_ID = 4549 OR t3.SITE_ID = 4549) AND t2.IDENTIFIER = 6089))))) AND t2.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498838","Mar 14, 2022 01:38","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498839","Mar 14, 2022 01:39","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498840","Mar 14, 2022 01:40","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498841","Mar 14, 2022 01:41","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498842","Mar 14, 2022 01:42","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498843","Mar 14, 2022 01:46","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498844","Mar 14, 2022 01:48","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498845","Mar 14, 2022 01:48","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498846","Mar 14, 2022 01:49","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498847","Mar 14, 2022 01:49","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498848","Mar 14, 2022 01:49","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498849","Mar 14, 2022 01:49","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498850","Mar 14, 2022 03:38","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498851","Mar 14, 2022 03:38","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973)) AND (upper(t0.SHORT_TITLE) like '%UMCU%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498852","Mar 14, 2022 03:38","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973)) AND (upper(t0.SHORT_TITLE) like '%UTRECHT%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498853","Mar 14, 2022 03:38","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.REGISTRATION_DATE as c3, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c4 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5962) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498854","Mar 14, 2022 04:08","AAHK CORD2 KAVI2","AU3K2.KAVI2@gmail.com","AHKC2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6318) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6318)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled') OR t2.SITE_ID = 4557)))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled')) OR (t2.SITE_ID = 4557))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498855","Mar 14, 2022 04:15","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498856","Mar 14, 2022 04:19","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6103) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498857","Mar 14, 2022 04:27","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.REGISTRATION_DATE as c3, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c4 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5962) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498858","Mar 14, 2022 04:29","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498859","Mar 14, 2022 04:46","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498860","Mar 14, 2022 04:48","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.REGISTRATION_DATE as c3, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c4 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5962) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498861","Mar 14, 2022 04:48","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.REGISTRATION_DATE as c3, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c4 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5962) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498862","Mar 14, 2022 04:49","AAHK CORD2 KAVI2","AU3K2.KAVI2@gmail.com","AHKC2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled'))) OR ((t1.SITE_ID = 4557 OR t3.SITE_ID = 4557)))))) AND t2.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498863","Mar 14, 2022 05:08","AAHK CORD2 KAVI2","AU3K2.KAVI2@gmail.com","AHKC2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.POSITION_IDENTIFIER as c0, t0.IDENTIFIER as c1, t7.VALUE as c2, t8.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t5.IDENTIFIER as c5, t3.PPID as c6, t0.LABEL as c7, t0.LINEAGE as c8, t7.VALUE as c9, t9.VALUE as c10, t5.SHORT_TITLE as c11, t0.AVAILABLE_QUANTITY as c12, de_concat_if_not_null(t1.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t1.FORMATTED_POSITION, ')')),'')) as c13 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t10 on t10.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t3 on t3.CPR_ID = t10.COLLECTION_PROTOCOL_REG_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t3.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t6 on t6.COLLECTION_PROTOCOL_ID = t5.IDENTIFIER left join CATISSUE_PART_MEDICAL_ID t4 on t4.PARTICIPANT_ID = t3.PARTICIPANT_ID left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join OS_CONTAINERS_HIERARCHY t2 on t2.DESCENDENT_ID = t1.CONTAINER_IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((t2.ANCESTOR_ID = 838920 AND ((((t4.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled') OR t6.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled'))))))) AND ((t6.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled')) OR (t6.SITE_ID = 4557))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.POSITION_IDENTIFIER asc ) tab where rownum <= 101) where rnum >= 1" "498864","Mar 14, 2022 05:08","AAHK CORD2 KAVI2","AU3K2.KAVI2@gmail.com","AHKC2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.CONTAINER_NAME as c0, t1.POS_TWO_STR as c1, t1.POS_ONE_STR as c2, t0.IDENTIFIER as c3, t7.VALUE as c4, t8.VALUE as c5, t0.AVAILABILITY_STATUS as c6, t5.IDENTIFIER as c7, t3.PPID as c8, t0.LABEL as c9, t0.LINEAGE as c10, t7.VALUE as c11, t9.VALUE as c12, t5.SHORT_TITLE as c13, t0.AVAILABLE_QUANTITY as c14, de_concat_if_not_null(t1.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t1.FORMATTED_POSITION, ')')),'')) as c15 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t10 on t10.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t3 on t3.CPR_ID = t10.COLLECTION_PROTOCOL_REG_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t3.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t6 on t6.COLLECTION_PROTOCOL_ID = t5.IDENTIFIER left join CATISSUE_PART_MEDICAL_ID t4 on t4.PARTICIPANT_ID = t3.PARTICIPANT_ID left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join OS_CONTAINERS_HIERARCHY t2 on t2.DESCENDENT_ID = t1.CONTAINER_IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((t2.ANCESTOR_ID = 838914 AND ((((t4.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled') OR t6.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled'))))))) AND ((t6.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled')) OR (t6.SITE_ID = 4557))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.CONTAINER_NAME asc , t1.POS_TWO_STR asc , t1.POS_ONE_STR asc ) tab where rownum <= 101) where rnum >= 1" "498865","Mar 14, 2022 05:08","AAHK CORD2 KAVI2","AU3K2.KAVI2@gmail.com","AHKC2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.CONTAINER_NAME as c0, t1.POS_TWO_STR as c1, t1.POS_ONE_STR as c2, t0.IDENTIFIER as c3, t7.VALUE as c4, t8.VALUE as c5, t0.AVAILABILITY_STATUS as c6, t5.IDENTIFIER as c7, t3.PPID as c8, t0.LABEL as c9, t0.LINEAGE as c10, t7.VALUE as c11, t9.VALUE as c12, t5.SHORT_TITLE as c13, t0.AVAILABLE_QUANTITY as c14, de_concat_if_not_null(t1.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t1.FORMATTED_POSITION, ')')),'')) as c15 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t10 on t10.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t3 on t3.CPR_ID = t10.COLLECTION_PROTOCOL_REG_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t3.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t6 on t6.COLLECTION_PROTOCOL_ID = t5.IDENTIFIER left join CATISSUE_PART_MEDICAL_ID t4 on t4.PARTICIPANT_ID = t3.PARTICIPANT_ID left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join OS_CONTAINERS_HIERARCHY t2 on t2.DESCENDENT_ID = t1.CONTAINER_IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((t2.ANCESTOR_ID = 838915 AND ((((t4.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled') OR t6.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled'))))))) AND ((t6.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled')) OR (t6.SITE_ID = 4557))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.CONTAINER_NAME asc , t1.POS_TWO_STR asc , t1.POS_ONE_STR asc ) tab where rownum <= 101) where rnum >= 1" "498866","Mar 14, 2022 05:21","AAHK CORD2 KAVI2","AU3K2.KAVI2@gmail.com","AHKC2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6318) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6318)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled') OR t2.SITE_ID = 4557)))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled')) OR (t2.SITE_ID = 4557))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498867","Mar 14, 2022 05:22","AAHK CORD2 KAVI2","AU3K2.KAVI2@gmail.com","AHKC2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6318) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6318)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled') OR t2.SITE_ID = 4557)))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled')) OR (t2.SITE_ID = 4557))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498868","Mar 14, 2022 05:29","AAHK CORD2 KAVI2","AU3K2.KAVI2@gmail.com","AHKC2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6318) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6318)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled') OR t2.SITE_ID = 4557)))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled')) OR (t2.SITE_ID = 4557))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498869","Mar 14, 2022 05:32","AAHK CORD2 KAVI2","AU3K2.KAVI2@gmail.com","AHKC2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6318) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6318)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled') OR t2.SITE_ID = 4557)))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled')) OR (t2.SITE_ID = 4557))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498870","Mar 14, 2022 05:32","AAHK CORD2 KAVI2","AU3K2.KAVI2@gmail.com","AHKC2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled'))) OR ((t1.SITE_ID = 4557 OR t3.SITE_ID = 4557)))))) AND t2.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498871","Mar 14, 2022 05:32","AAHK CORD2 KAVI2","AU3K2.KAVI2@gmail.com","AHKC2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled'))) OR ((t1.SITE_ID = 4557 OR t3.SITE_ID = 4557)))))) AND t2.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498872","Mar 14, 2022 05:33","AAHK CORD2 KAVI2","AU3K2.KAVI2@gmail.com","AHKC2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled'))) OR ((t1.SITE_ID = 4557 OR t3.SITE_ID = 4557)))))) AND t2.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498873","Mar 14, 2022 05:33","AAHK CORD2 KAVI2","AU3K2.KAVI2@gmail.com","AHKC2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled'))) OR ((t1.SITE_ID = 4557 OR t3.SITE_ID = 4557)))))) AND t2.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498874","Mar 14, 2022 05:33","AAHK CORD2 KAVI2","AU3K2.KAVI2@gmail.com","AHKC2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6318) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6318)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled') OR t2.SITE_ID = 4557)))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled')) OR (t2.SITE_ID = 4557))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498875","Mar 14, 2022 05:42","Divya Prabhu","divya@krishagni.com","divya.prabhu","Count","0","N/A",,"select count(distinct t4.CPR_ID) as c0, count(distinct t5.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t4 left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t4.CPR_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join (OS_SPMN_EXTN_RECS t1 inner join OS_POOLED_SPECIMENS t2 on t2.IDENTIFIER = t1.RECORD_ID and t1.FORM_ID = 13451 left join USER_VIEW t3 on t3.IDENTIFIER = t2.USER_ID) on t1.SPECIMEN_ID = t0.IDENTIFIER where (t3.NAME is not null ) AND (t4.ACTIVITY_STATUS != 'Disabled')" "498876","Mar 14, 2022 05:43","Divya Prabhu","divya@krishagni.com","divya.prabhu","Count","0","N/A",,"select count(distinct t3.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join (OS_SPMN_EXTN_RECS t1 inner join OS_POOLED_SPECIMENS t2 on t2.IDENTIFIER = t1.RECORD_ID and t1.FORM_ID = 13451) on t1.SPECIMEN_ID = t0.IDENTIFIER where (t2.IDENTIFIER is not null ) AND (t3.ACTIVITY_STATUS != 'Disabled')" "498877","Mar 14, 2022 05:43","Divya Prabhu","divya@krishagni.com","divya.prabhu","Count","0","N/A",,"select count(distinct t3.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join (OS_SPMN_EXTN_RECS t1 inner join OS_POOLED_SPECIMENS t2 on t2.IDENTIFIER = t1.RECORD_ID and t1.FORM_ID = 13451) on t1.SPECIMEN_ID = t0.IDENTIFIER where (t2.IDENTIFIER is not null ) AND (t3.ACTIVITY_STATUS != 'Disabled')" "498878","Mar 14, 2022 05:43","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t5.CPR_ID as c0, t5.PPID as c1, t5.REGISTRATION_DATE as c2, t6.VALUE as c3, t8.VALUE as c4, t10.VALUE as c5, t0.IDENTIFIER as c6, t11.IDENTIFIER as c7, t0.LABEL as c8, t12.VALUE as c9, t13.VALUE as c10, t3.COLL_TIME as c11, t4.ISCHEMIA_TIME as c12, 't5', t5.CPR_ID as mc0, 't10', t10.IDENTIFIER as mc1, 't0', t0.IDENTIFIER as mc2, 't11', t11.IDENTIFIER as mc3, 't3', t3.SPECIMEN_ID as mc4, 't4', t4.SPECIMEN_ID as mc5 from CPR_VIEW t5 left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t5.GENDER_ID left join CATISSUE_COLLECTION_PROTOCOL t11 on t11.IDENTIFIER = t5.CP_ID and t11.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t7 on t7.PARTICIPANT_ID = t5.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t7.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t9 on t9.COLLECTION_PROTOCOL_REG_ID = t5.CPR_ID and t9.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t9.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join (OS_SPMN_EXTN_RECS t1 inner join OS_POOLED_SPECIMENS t2 on t2.IDENTIFIER = t1.RECORD_ID and t1.FORM_ID = 13451) on t1.SPECIMEN_ID = t0.IDENTIFIER left join OS_SPECIMEN_STATS t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t3 on t3.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t13 on t13.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t10 on t10.VISIT_ID = t9.IDENTIFIER where (t2.IDENTIFIER is not null ) AND (t5.ACTIVITY_STATUS != 'Disabled') order by t5.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "498879","Mar 14, 2022 05:44","Divya Prabhu","divya@krishagni.com","divya.prabhu","Count","0","N/A",,"select count(distinct t3.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join (OS_SPMN_EXTN_RECS t1 inner join OS_POOLED_SPECIMENS t2 on t2.IDENTIFIER = t1.RECORD_ID and t1.FORM_ID = 13451) on t1.SPECIMEN_ID = t0.IDENTIFIER where (t2.IDENTIFIER is not null ) AND (t3.ACTIVITY_STATUS != 'Disabled')" "498880","Mar 14, 2022 05:44","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t4.CPR_ID as c0, t4.PPID as c1, t0.IDENTIFIER as c2, t5.IDENTIFIER as c3, t0.LABEL as c4, t6.VALUE as c5, t0.LINEAGE as c6, t7.NAME as c7, t2.EVENT_TIME as c8, t3.LABEL as c9, t8.VALUE as c10, 't4', t4.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't5', t5.IDENTIFIER as mc2, 't2', t2.IDENTIFIER as mc3, 't3', t3.IDENTIFIER as mc4 from CPR_VIEW t4 left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t4.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t9 on t9.COLLECTION_PROTOCOL_REG_ID = t4.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t9.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join (OS_SPMN_EXTN_RECS t1 inner join OS_POOLED_SPECIMENS t2 on t2.IDENTIFIER = t1.RECORD_ID and t1.FORM_ID = 13451 left join OS_POOLED_SPECIMEN_ITEMS_VIEW t3 on t3.POOLED_EVENT_ID = t2.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t3.SPECIMEN_TYPE_ID left join USER_VIEW t7 on t7.IDENTIFIER = t2.USER_ID) on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (t2.IDENTIFIER is not null ) AND (t4.ACTIVITY_STATUS != 'Disabled') order by t4.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "498881","Mar 14, 2022 05:44","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t4.CPR_ID as c0, t4.PPID as c1, t0.IDENTIFIER as c2, t5.IDENTIFIER as c3, t0.LABEL as c4, t6.VALUE as c5, t0.LINEAGE as c6, t7.NAME as c7, t2.EVENT_TIME as c8, t3.LABEL as c9, t8.VALUE as c10, 't4', t4.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't5', t5.IDENTIFIER as mc2, 't2', t2.IDENTIFIER as mc3, 't3', t3.IDENTIFIER as mc4 from CPR_VIEW t4 left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t4.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t9 on t9.COLLECTION_PROTOCOL_REG_ID = t4.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t9.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join (OS_SPMN_EXTN_RECS t1 inner join OS_POOLED_SPECIMENS t2 on t2.IDENTIFIER = t1.RECORD_ID and t1.FORM_ID = 13451 left join OS_POOLED_SPECIMEN_ITEMS_VIEW t3 on t3.POOLED_EVENT_ID = t2.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t3.SPECIMEN_TYPE_ID left join USER_VIEW t7 on t7.IDENTIFIER = t2.USER_ID) on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (t2.IDENTIFIER is not null ) AND (t4.ACTIVITY_STATUS != 'Disabled') order by t4.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "498882","Mar 14, 2022 05:45","AAHK CORD2 KAVI2","AU3K2.KAVI2@gmail.com","AHKC2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6318) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6318)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled') OR t2.SITE_ID = 4557)))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled')) OR (t2.SITE_ID = 4557))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498883","Mar 14, 2022 05:45","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t4.CPR_ID as c0, t4.PPID as c1, t0.IDENTIFIER as c2, t5.IDENTIFIER as c3, t0.LABEL as c4, t6.VALUE as c5, t0.LINEAGE as c6, t7.NAME as c7, t2.EVENT_TIME as c8, t3.LABEL as c9, t8.VALUE as c10, 't4', t4.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't5', t5.IDENTIFIER as mc2, 't2', t2.IDENTIFIER as mc3, 't3', t3.IDENTIFIER as mc4 from CPR_VIEW t4 left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t4.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t9 on t9.COLLECTION_PROTOCOL_REG_ID = t4.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t9.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join (OS_SPMN_EXTN_RECS t1 inner join OS_POOLED_SPECIMENS t2 on t2.IDENTIFIER = t1.RECORD_ID and t1.FORM_ID = 13451 left join OS_POOLED_SPECIMEN_ITEMS_VIEW t3 on t3.POOLED_EVENT_ID = t2.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t3.SPECIMEN_TYPE_ID left join USER_VIEW t7 on t7.IDENTIFIER = t2.USER_ID) on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (t2.IDENTIFIER is not null ) AND (t4.ACTIVITY_STATUS != 'Disabled') order by t4.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "498884","Mar 14, 2022 05:46","Divya Prabhu","divya@krishagni.com","divya.prabhu","Count","0","N/A",,"select count(distinct t3.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join (OS_SPMN_EXTN_RECS t1 inner join OS_POOLED_SPECIMENS t2 on t2.IDENTIFIER = t1.RECORD_ID and t1.FORM_ID = 13451) on t1.SPECIMEN_ID = t0.IDENTIFIER where (t2.IDENTIFIER is not null ) AND (t3.ACTIVITY_STATUS != 'Disabled')" "498885","Mar 14, 2022 05:46","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t4.CPR_ID as c0, t4.PPID as c1, t0.IDENTIFIER as c2, t5.IDENTIFIER as c3, t0.LABEL as c4, t6.VALUE as c5, t0.LINEAGE as c6, t7.NAME as c7, t2.EVENT_TIME as c8, t3.LABEL as c9, t8.VALUE as c10, 't4', t4.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't5', t5.IDENTIFIER as mc2, 't2', t2.IDENTIFIER as mc3, 't3', t3.IDENTIFIER as mc4 from CPR_VIEW t4 left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t4.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t9 on t9.COLLECTION_PROTOCOL_REG_ID = t4.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t9.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join (OS_SPMN_EXTN_RECS t1 inner join OS_POOLED_SPECIMENS t2 on t2.IDENTIFIER = t1.RECORD_ID and t1.FORM_ID = 13451 left join OS_POOLED_SPECIMEN_ITEMS_VIEW t3 on t3.POOLED_EVENT_ID = t2.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t3.SPECIMEN_TYPE_ID left join USER_VIEW t7 on t7.IDENTIFIER = t2.USER_ID) on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (t2.IDENTIFIER is not null ) AND (t4.ACTIVITY_STATUS != 'Disabled') order by t4.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "498886","Mar 14, 2022 05:47","AAHK CORD2 KAVI2","AU3K2.KAVI2@gmail.com","AHKC2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6318) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6318)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled') OR t2.SITE_ID = 4557)))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled')) OR (t2.SITE_ID = 4557))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498887","Mar 14, 2022 05:49","AAHK CORD2 KAVI2","AU3K2.KAVI2@gmail.com","AHKC2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6318) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6318)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled') OR t2.SITE_ID = 4557)))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled')) OR (t2.SITE_ID = 4557))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498888","Mar 14, 2022 05:50","AAHK CORD2 KAVI2","AU3K2.KAVI2@gmail.com","AHKC2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6318) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6318)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled') OR t2.SITE_ID = 4557)))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled')) OR (t2.SITE_ID = 4557))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498889","Mar 14, 2022 05:52","AAHK CORD2 KAVI2","AU3K2.KAVI2@gmail.com","AHKC2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6318) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6318)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled') OR t2.SITE_ID = 4557)))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled')) OR (t2.SITE_ID = 4557))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498890","Mar 14, 2022 05:59","AAHK CORD2 KAVI2","AU3K2.KAVI2@gmail.com","AHKC2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6318) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6318)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled') OR t2.SITE_ID = 4557)))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled')) OR (t2.SITE_ID = 4557))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498891","Mar 14, 2022 06:07","AAHK CORD2 KAVI2","AU3K2.KAVI2@gmail.com","AHKC2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6318) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6318)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled') OR t2.SITE_ID = 4557)))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled')) OR (t2.SITE_ID = 4557))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498892","Mar 14, 2022 06:14","AU1 KAVI2","AU1K2.KAVI2@gmail.com","AU1K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4550 OR t3.SITE_ID = 4550) AND t2.IDENTIFIER = 6091) OR ((t1.SITE_ID = 4550 OR t3.SITE_ID = 4550) AND t2.IDENTIFIER = 6093))))) AND t2.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498893","Mar 14, 2022 06:14","AU1 KAVI2","AU1K2.KAVI2@gmail.com","AU1K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6316) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6316)) AND ((t2.SITE_ID = 4550 OR t2.SITE_ID = 4550)))) AND ((t2.SITE_ID = 4550 AND t0.IDENTIFIER = 6093) OR (t2.SITE_ID = 4550 AND t0.IDENTIFIER = 6091))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498894","Mar 14, 2022 06:14","AU1 KAVI2","AU1K2.KAVI2@gmail.com","AU1K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4550 OR t3.SITE_ID = 4550) AND t2.IDENTIFIER = 6091) OR ((t1.SITE_ID = 4550 OR t3.SITE_ID = 4550) AND t2.IDENTIFIER = 6093))))) AND t2.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498895","Mar 14, 2022 06:15","AU1 KAVI2","AU1K2.KAVI2@gmail.com","AU1K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6316) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6316)) AND ((t2.SITE_ID = 4550 OR t2.SITE_ID = 4550)))) AND ((t2.SITE_ID = 4550 AND t0.IDENTIFIER = 6093) OR (t2.SITE_ID = 4550 AND t0.IDENTIFIER = 6091))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498896","Mar 14, 2022 06:17","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498897","Mar 14, 2022 06:17","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498898","Mar 14, 2022 06:34","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498899","Mar 14, 2022 07:01","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498900","Mar 14, 2022 07:04","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498901","Mar 14, 2022 07:06","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6057) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6057))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498902","Mar 14, 2022 07:08","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498903","Mar 14, 2022 07:09","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498904","Mar 14, 2022 07:09","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%AHCP%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498905","Mar 14, 2022 07:10","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6057) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6057))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498906","Mar 14, 2022 07:10","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6103) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498907","Mar 14, 2022 07:10","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6103) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498908","Mar 14, 2022 07:12","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t1.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where (((t0.IDENTIFIER is not null AND t0.LINEAGE = 'New' AND t0.COLLECTION_STATUS = 'Collected') AND (t1.CPR_ID = 160804)) AND t2.IDENTIFIER = 6103) AND (t1.ACTIVITY_STATUS != 'Disabled')" "498909","Mar 14, 2022 07:12","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t2.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (((t0.IDENTIFIER is not null AND t1.CONTAINER_NAME is not null AND t0.COLLECTION_STATUS = 'Collected') AND (t2.CPR_ID = 160804)) AND t3.IDENTIFIER = 6103) AND (t2.ACTIVITY_STATUS != 'Disabled')" "498910","Mar 14, 2022 07:12","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select count(distinct t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t2.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (((t1.ORDER_STATUS = 'EXECUTED') AND (t2.CPR_ID = 160804)) AND t3.IDENTIFIER = 6103) AND (t2.ACTIVITY_STATUS != 'Disabled')" "498911","Mar 14, 2022 07:12","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6103) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498912","Mar 14, 2022 07:18","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498913","Mar 14, 2022 07:43","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498914","Mar 14, 2022 07:43","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%AHCP2%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498915","Mar 14, 2022 07:48","AU2 KAVI2","AU2K2.KAVI2@gmail.com","AU2K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6317) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6317)) AND ((t2.SITE_ID = 4552 OR t2.SITE_ID = 4552)))) AND ((t2.SITE_ID = 4552 AND t0.IDENTIFIER = 6091) OR (t2.SITE_ID = 4552 AND t0.IDENTIFIER = 6092))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498916","Mar 14, 2022 07:49","AU2 KAVI2","AU2K2.KAVI2@gmail.com","AU2K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4552 OR t3.SITE_ID = 4552) AND t2.IDENTIFIER = 6092) OR ((t1.SITE_ID = 4552 OR t3.SITE_ID = 4552) AND t2.IDENTIFIER = 6091))))) AND t2.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498917","Mar 14, 2022 07:50","AAHK CORD2 KAVI2","AU3K2.KAVI2@gmail.com","AHKC2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled'))) OR ((t1.SITE_ID = 4557 OR t3.SITE_ID = 4557)))))) AND t2.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498918","Mar 14, 2022 07:50","AAHK CORD2 KAVI2","AU3K2.KAVI2@gmail.com","AHKC2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6318) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6318)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled') OR t2.SITE_ID = 4557)))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled')) OR (t2.SITE_ID = 4557))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498919","Mar 14, 2022 07:55","AU2 KAVI2","AU2K2.KAVI2@gmail.com","AU2K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6317) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6317)) AND ((t2.SITE_ID = 4552 OR t2.SITE_ID = 4552)))) AND ((t2.SITE_ID = 4552 AND t0.IDENTIFIER = 6091) OR (t2.SITE_ID = 4552 AND t0.IDENTIFIER = 6092))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498920","Mar 14, 2022 07:55","AU2 KAVI2","AU2K2.KAVI2@gmail.com","AU2K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4552 OR t3.SITE_ID = 4552) AND t2.IDENTIFIER = 6092) OR ((t1.SITE_ID = 4552 OR t3.SITE_ID = 4552) AND t2.IDENTIFIER = 6091))))) AND t2.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498921","Mar 14, 2022 08:21","AU2 KAVI2","AU2K2.KAVI2@gmail.com","AU2K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4552 OR t3.SITE_ID = 4552) AND t2.IDENTIFIER = 6092) OR ((t1.SITE_ID = 4552 OR t3.SITE_ID = 4552) AND t2.IDENTIFIER = 6091))))) AND t2.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498922","Mar 14, 2022 08:25","AU2 KAVI2","AU2K2.KAVI2@gmail.com","AU2K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4552 OR t3.SITE_ID = 4552) AND t2.IDENTIFIER = 6092) OR ((t1.SITE_ID = 4552 OR t3.SITE_ID = 4552) AND t2.IDENTIFIER = 6091))))) AND t2.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498923","Mar 14, 2022 08:29","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498924","Mar 14, 2022 08:29","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%AHCP%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498925","Mar 14, 2022 08:29","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%AHCP2%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498926","Mar 14, 2022 08:48","AU2 KAVI2","AU2K2.KAVI2@gmail.com","AU2K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4552 OR t3.SITE_ID = 4552) AND t2.IDENTIFIER = 6092) OR ((t1.SITE_ID = 4552 OR t3.SITE_ID = 4552) AND t2.IDENTIFIER = 6091))))) AND t2.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498927","Mar 14, 2022 08:53","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 2473) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498928","Mar 14, 2022 09:04","AU2 KAVI2","AU2K2.KAVI2@gmail.com","AU2K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4552 OR t3.SITE_ID = 4552) AND t2.IDENTIFIER = 6092) OR ((t1.SITE_ID = 4552 OR t3.SITE_ID = 4552) AND t2.IDENTIFIER = 6091))))) AND t2.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498929","Mar 14, 2022 09:04","AU2 KAVI2","AU2K2.KAVI2@gmail.com","AU2K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4552 OR t3.SITE_ID = 4552) AND t2.IDENTIFIER = 6092) OR ((t1.SITE_ID = 4552 OR t3.SITE_ID = 4552) AND t2.IDENTIFIER = 6091))))) AND t2.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498930","Mar 14, 2022 09:05","AU2 KAVI2","AU2K2.KAVI2@gmail.com","AU2K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4552 OR t3.SITE_ID = 4552) AND t2.IDENTIFIER = 6092) OR ((t1.SITE_ID = 4552 OR t3.SITE_ID = 4552) AND t2.IDENTIFIER = 6091))))) AND t2.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498931","Mar 14, 2022 09:07","AU2 KAVI2","AU2K2.KAVI2@gmail.com","AU2K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4552 OR t3.SITE_ID = 4552) AND t2.IDENTIFIER = 6092) OR ((t1.SITE_ID = 4552 OR t3.SITE_ID = 4552) AND t2.IDENTIFIER = 6091))))) AND t2.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498932","Mar 14, 2022 09:12","AU1 KAVI2","AU1K2.KAVI2@gmail.com","AU1K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4552 OR t3.SITE_ID = 4552) AND t2.IDENTIFIER = 6091) OR ((t1.SITE_ID = 4550 OR t3.SITE_ID = 4550) AND t2.IDENTIFIER = 6093))))) AND t2.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498933","Mar 14, 2022 09:16","AAHK CORD2 KAVI2","AU3K2.KAVI2@gmail.com","AHKC2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled'))) OR ((t1.SITE_ID = 4557 OR t3.SITE_ID = 4557)))))) AND t2.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498934","Mar 14, 2022 09:17","AAHK CORD2 KAVI2","AU3K2.KAVI2@gmail.com","AHKC2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6318) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6318)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled') OR t2.SITE_ID = 4557)))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled')) OR (t2.SITE_ID = 4557))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498935","Mar 14, 2022 09:17","AAHK CORD2 KAVI2","AU3K2.KAVI2@gmail.com","AHKC2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled'))) OR ((t1.SITE_ID = 4557 OR t3.SITE_ID = 4557)))))) AND t2.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498936","Mar 15, 2022 00:14","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498937","Mar 15, 2022 00:17","AU2 KAVI2","AU2K2.KAVI2@gmail.com","AU2K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6317) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6317)) AND ((t2.SITE_ID = 4550 OR t2.SITE_ID = 4552)))) AND ((t2.SITE_ID = 4550 AND t0.IDENTIFIER = 6091) OR (t2.SITE_ID = 4552 AND t0.IDENTIFIER = 6092))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498938","Mar 15, 2022 00:19","AU2 KAVI2","AU2K2.KAVI2@gmail.com","AU2K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4552 OR t3.SITE_ID = 4552) AND t2.IDENTIFIER = 6092) OR ((t1.SITE_ID = 4552 OR t3.SITE_ID = 4552) AND t2.IDENTIFIER = 6091))))) AND t2.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498939","Mar 15, 2022 00:24","AU2 KAVI2","AU2K2.KAVI2@gmail.com","AU2K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6317) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6317)) AND ((t2.SITE_ID = 4552 OR t2.SITE_ID = 4552)))) AND ((t2.SITE_ID = 4552 AND t0.IDENTIFIER = 6091) OR (t2.SITE_ID = 4552 AND t0.IDENTIFIER = 6092))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498940","Mar 15, 2022 00:27","AU2 KAVI2","AU2K2.KAVI2@gmail.com","AU2K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4552 OR t3.SITE_ID = 4552) AND t2.IDENTIFIER = 6092) OR ((t1.SITE_ID = 4552 OR t3.SITE_ID = 4552) AND t2.IDENTIFIER = 6091))))) AND t2.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498941","Mar 15, 2022 00:40","AU1 KAVI2","AU1K2.KAVI2@gmail.com","AU1K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4552 OR t3.SITE_ID = 4552) AND t2.IDENTIFIER = 6091) OR ((t1.SITE_ID = 4550 OR t3.SITE_ID = 4550) AND t2.IDENTIFIER = 6093))))) AND t2.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498942","Mar 15, 2022 00:42","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498943","Mar 15, 2022 00:42","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%A%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498944","Mar 15, 2022 00:42","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%AHC%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498945","Mar 15, 2022 00:43","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498946","Mar 15, 2022 00:46","AU2 KAVI2","AU2K2.KAVI2@gmail.com","AU2K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4552 OR t3.SITE_ID = 4552) AND t2.IDENTIFIER = 6092) OR ((t1.SITE_ID = 4552 OR t3.SITE_ID = 4552) AND t2.IDENTIFIER = 6091))))) AND t2.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498947","Mar 15, 2022 00:47","AU2 KAVI2","AU2K2.KAVI2@gmail.com","AU2K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4552 OR t3.SITE_ID = 4552) AND t2.IDENTIFIER = 6092) OR ((t1.SITE_ID = 4552 OR t3.SITE_ID = 4552) AND t2.IDENTIFIER = 6091))))) AND t2.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498948","Mar 15, 2022 01:10","AU1 KAVI2","AU1K2.KAVI2@gmail.com","AU1K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4552 OR t3.SITE_ID = 4552) AND t2.IDENTIFIER = 6091) OR ((t1.SITE_ID = 4550 OR t3.SITE_ID = 4550) AND t2.IDENTIFIER = 6093))))) AND t2.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498949","Mar 15, 2022 01:10","AU1 KAVI2","AU1K2.KAVI2@gmail.com","AU1K2","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t2.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (((t0.IDENTIFIER is not null AND t1.CONTAINER_NAME is not null AND t0.COLLECTION_STATUS = 'Collected') AND (t2.CPR_ID = 160838)) AND t3.IDENTIFIER = 6091) AND (t2.ACTIVITY_STATUS != 'Disabled')" "498950","Mar 15, 2022 01:10","AU1 KAVI2","AU1K2.KAVI2@gmail.com","AU1K2","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t1.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where (((t0.IDENTIFIER is not null AND t0.LINEAGE = 'New' AND t0.COLLECTION_STATUS = 'Collected') AND (t1.CPR_ID = 160838)) AND t2.IDENTIFIER = 6091) AND (t1.ACTIVITY_STATUS != 'Disabled')" "498951","Mar 15, 2022 01:10","AU1 KAVI2","AU1K2.KAVI2@gmail.com","AU1K2","Data","0","N/A",,"select count(distinct t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t2.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (((t1.ORDER_STATUS = 'EXECUTED') AND (t2.CPR_ID = 160838)) AND t3.IDENTIFIER = 6091) AND (t2.ACTIVITY_STATUS != 'Disabled')" "498952","Mar 15, 2022 02:06","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498953","Mar 15, 2022 02:13","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498954","Mar 15, 2022 02:14","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498955","Mar 15, 2022 02:16","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498956","Mar 15, 2022 02:17","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498957","Mar 15, 2022 02:17","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498958","Mar 15, 2022 02:43","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498959","Mar 15, 2022 02:43","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498960","Mar 15, 2022 02:44","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498961","Mar 15, 2022 02:44","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%AHCP2%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498962","Mar 15, 2022 02:47","AU1 KAVI2","AU1K2.KAVI2@gmail.com","AU1K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4550 OR t3.SITE_ID = 4550) AND t2.IDENTIFIER = 6091))))) AND t2.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498963","Mar 15, 2022 02:48","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498964","Mar 15, 2022 02:49","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498965","Mar 15, 2022 02:49","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973)) AND (upper(t0.SHORT_TITLE) like '%WORKFLOW%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498966","Mar 15, 2022 02:50","AU1 KAVI2","AU1K2.KAVI2@gmail.com","AU1K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4550 OR t3.SITE_ID = 4550) AND t2.IDENTIFIER = 6091))))) AND t2.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498967","Mar 15, 2022 02:50","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498968","Mar 15, 2022 02:54","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.REGISTRATION_DATE as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6086) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498969","Mar 15, 2022 02:54","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5113) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498970","Mar 15, 2022 02:55","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498971","Mar 15, 2022 02:55","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.REGISTRATION_DATE as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6086) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498972","Mar 15, 2022 03:10","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5113) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498973","Mar 15, 2022 03:10","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5113) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498974","Mar 15, 2022 03:10","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5113) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498975","Mar 15, 2022 03:13","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5113) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498976","Mar 15, 2022 03:14","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.REGISTRATION_DATE as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6086) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498977","Mar 15, 2022 03:15","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.REGISTRATION_DATE as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6086) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498978","Mar 15, 2022 03:15","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5113) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498979","Mar 15, 2022 03:15","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5113) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498980","Mar 15, 2022 03:25","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.REGISTRATION_DATE as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6086) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498981","Mar 15, 2022 03:26","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.REGISTRATION_DATE as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6086) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498982","Mar 15, 2022 03:27","AU2 KAVI2","AU2K2.KAVI2@gmail.com","AU2K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4552 OR t3.SITE_ID = 4552) AND t2.IDENTIFIER = 6092) OR ((t1.SITE_ID = 4552 OR t3.SITE_ID = 4552) AND t2.IDENTIFIER = 6091))))) AND t2.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498983","Mar 15, 2022 03:27","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.REGISTRATION_DATE as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6086) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498984","Mar 15, 2022 03:27","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.REGISTRATION_DATE as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6086) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498985","Mar 15, 2022 03:29","AU2 KAVI2","AU2K2.KAVI2@gmail.com","AU2K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4552 OR t3.SITE_ID = 4552) AND t2.IDENTIFIER = 6092) OR ((t1.SITE_ID = 4552 OR t3.SITE_ID = 4552) AND t2.IDENTIFIER = 6091))))) AND t2.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498986","Mar 15, 2022 03:30","AU2 KAVI2","AU2K2.KAVI2@gmail.com","AU2K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4552 OR t3.SITE_ID = 4552) AND t2.IDENTIFIER = 6092) OR ((t1.SITE_ID = 4552 OR t3.SITE_ID = 4552) AND t2.IDENTIFIER = 6091))))) AND t2.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498987","Mar 15, 2022 03:30","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.REGISTRATION_DATE as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6086) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498988","Mar 15, 2022 03:33","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.REGISTRATION_DATE as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6086) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498989","Mar 15, 2022 03:34","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.REGISTRATION_DATE as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6086) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498990","Mar 15, 2022 03:43","AU1 KAVI2","AU1K2.KAVI2@gmail.com","AU1K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4550 OR t3.SITE_ID = 4550) AND t2.IDENTIFIER = 6091))))) AND t2.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498991","Mar 15, 2022 03:44","AU1 KAVI2","AU1K2.KAVI2@gmail.com","AU1K2","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t1.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where (((t0.IDENTIFIER is not null AND t0.LINEAGE = 'New' AND t0.COLLECTION_STATUS = 'Collected') AND (t1.CPR_ID = 160842)) AND t2.IDENTIFIER = 6091) AND (t1.ACTIVITY_STATUS != 'Disabled')" "498992","Mar 15, 2022 03:44","AU1 KAVI2","AU1K2.KAVI2@gmail.com","AU1K2","Data","0","N/A",,"select count(distinct t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t2.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (((t1.ORDER_STATUS = 'EXECUTED') AND (t2.CPR_ID = 160842)) AND t3.IDENTIFIER = 6091) AND (t2.ACTIVITY_STATUS != 'Disabled')" "498993","Mar 15, 2022 03:44","AU1 KAVI2","AU1K2.KAVI2@gmail.com","AU1K2","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t2.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (((t0.IDENTIFIER is not null AND t1.CONTAINER_NAME is not null AND t0.COLLECTION_STATUS = 'Collected') AND (t2.CPR_ID = 160842)) AND t3.IDENTIFIER = 6091) AND (t2.ACTIVITY_STATUS != 'Disabled')" "498994","Mar 15, 2022 03:47","AU1 KAVI2","AU1K2.KAVI2@gmail.com","AU1K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4550 OR t3.SITE_ID = 4550) AND t2.IDENTIFIER = 6091))))) AND t2.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498995","Mar 15, 2022 03:47","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498996","Mar 15, 2022 03:52","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6112) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "498997","Mar 15, 2022 03:52","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498998","Mar 15, 2022 03:52","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%AH%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "498999","Mar 15, 2022 04:55","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499000","Mar 15, 2022 04:56","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 3333) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499001","Mar 15, 2022 05:34","AU4 KAVI2 COORDINATOR3","au4k2.coodinator3@gmail.com","AU4K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4552 OR t3.SITE_ID = 4552) AND t2.IDENTIFIER = 6112))))) AND t2.IDENTIFIER = 6112) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499002","Mar 15, 2022 05:38","AU2 KAVI2","AU2K2.KAVI2@gmail.com","AU2K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4552 OR t3.SITE_ID = 4552) AND t2.IDENTIFIER = 6092) OR ((t1.SITE_ID = 4552 OR t3.SITE_ID = 4552) AND t2.IDENTIFIER = 6091))))) AND t2.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499003","Mar 15, 2022 05:38","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499004","Mar 15, 2022 05:41","AU2 KAVI2","AU2K2.KAVI2@gmail.com","AU2K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4552 OR t3.SITE_ID = 4552) AND t2.IDENTIFIER = 6092) OR ((t1.SITE_ID = 4552 OR t3.SITE_ID = 4552) AND t2.IDENTIFIER = 6091))))) AND t2.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499005","Mar 15, 2022 05:54","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499006","Mar 15, 2022 06:16","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499007","Mar 15, 2022 06:16","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499008","Mar 15, 2022 06:22","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499009","Mar 15, 2022 06:24","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499010","Mar 15, 2022 06:24","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499011","Mar 15, 2022 06:24","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499012","Mar 15, 2022 06:25","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499013","Mar 15, 2022 06:26","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499014","Mar 15, 2022 06:27","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 1783) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499015","Mar 15, 2022 06:27","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5843) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499016","Mar 15, 2022 06:27","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499017","Mar 15, 2022 06:29","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 1783) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499018","Mar 15, 2022 06:31","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499019","Mar 15, 2022 06:31","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499020","Mar 15, 2022 06:31","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499021","Mar 15, 2022 06:31","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 1783) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499022","Mar 15, 2022 06:32","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499023","Mar 15, 2022 06:32","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499024","Mar 15, 2022 06:32","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499025","Mar 15, 2022 06:33","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%AHCP%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499026","Mar 15, 2022 06:33","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499027","Mar 15, 2022 06:33","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499028","Mar 15, 2022 06:33","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499029","Mar 15, 2022 06:35","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 5752) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "499030","Mar 15, 2022 06:35","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499031","Mar 15, 2022 06:36","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499032","Mar 15, 2022 06:36","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499033","Mar 15, 2022 06:38","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499034","Mar 15, 2022 06:44","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499035","Mar 15, 2022 06:45","AU2 KAVI2","AU2K2.KAVI2@gmail.com","AU2K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4552 OR t3.SITE_ID = 4552) AND t2.IDENTIFIER = 6092) OR ((t1.SITE_ID = 4552 OR t3.SITE_ID = 4552) AND t2.IDENTIFIER = 6091))))) AND t2.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499036","Mar 15, 2022 06:54","AU1 KAVI2","AU1K2.KAVI2@gmail.com","AU1K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4550 OR t3.SITE_ID = 4550) AND t2.IDENTIFIER = 6091))))) AND t2.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499037","Mar 15, 2022 06:56","AU2 KAVI2","AU2K2.KAVI2@gmail.com","AU2K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4552 OR t3.SITE_ID = 4552) AND t2.IDENTIFIER = 6092) OR ((t1.SITE_ID = 4552 OR t3.SITE_ID = 4552) AND t2.IDENTIFIER = 6091))))) AND t2.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499038","Mar 15, 2022 07:16","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499039","Mar 15, 2022 07:16","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499040","Mar 15, 2022 07:20","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499041","Mar 15, 2022 07:21","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499042","Mar 15, 2022 07:25","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499043","Mar 15, 2022 07:35","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499044","Mar 15, 2022 07:35","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%AHCP%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499045","Mar 15, 2022 07:43","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499046","Mar 15, 2022 07:43","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499047","Mar 15, 2022 07:58","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499048","Mar 15, 2022 08:13","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499049","Mar 15, 2022 08:14","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%AHCP2%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499050","Mar 15, 2022 08:41","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499051","Mar 15, 2022 08:42","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499052","Mar 15, 2022 08:46","AU2 KAVI2","AU2K2.KAVI2@gmail.com","AU2K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4552 OR t3.SITE_ID = 4552) AND t2.IDENTIFIER = 6092) OR ((t1.SITE_ID = 4552 OR t3.SITE_ID = 4552) AND t2.IDENTIFIER = 6091))))) AND t2.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499053","Mar 15, 2022 08:55","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6092) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "499054","Mar 15, 2022 09:25","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499055","Mar 15, 2022 11:21","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4934) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499056","Mar 15, 2022 11:21","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 4934) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "499057","Mar 15, 2022 11:21","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4934) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499058","Mar 15, 2022 11:21","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4934) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499059","Mar 15, 2022 11:21","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4934) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499060","Mar 15, 2022 11:22","Divya Prabhu","divya@krishagni.com","divya.prabhu","Export","0","N/A",,"select t3.PPID as c0, t3.FIRST_NAME as c1, t3.LAST_NAME as c2, t3.EMAIL_ADDRESS as c3, t3.DOB as c4, t3.SSN as c5, t3.EMPI_ID as c6, t4.NAME as c7, t0.LABEL as c8, t5.VALUE as c9, t1.COST as c10, t2.CONTAINER_NAME as c11, t2.POS_TWO_STR as c12, t2.POS_ONE_STR as c13, t2.FORMATTED_POSITION as c14, t0.LINEAGE as c15, t0.BARCODE as c16, t6.VALUE as c17, t7.VALUE as c18, t8.VALUE as c19, t9.VALUE as c20, t0.CREATED_ON as c21, t0.INITIAL_QUANTITY as c22, t0.AVAILABLE_QUANTITY as c23, 't3', t3.CPR_ID as mc0, 't4', t4.IDENTIFIER as mc1, 't0', t0.IDENTIFIER as mc2, 't1', t1.IDENTIFIER as mc3, 't2', t2.SPECIMEN_ID as mc4 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t0.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t1.NAME is not null ) AND (t1.ORDER_ID = 4350)) AND (t3.ACTIVITY_STATUS != 'Disabled') order by t3.CPR_ID" "499061","Mar 15, 2022 11:28","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.IDENTIFIER as c0, t0.IDENTIFIER as c1, t3.VALUE as c2, t4.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t5.IDENTIFIER as c5, t1.IDENTIFIER as c6, t1.LABEL as c7, t0.LABEL as c8, t3.VALUE as c9, t6.VALUE as c10, t5.SHORT_TITLE as c11, t1.QUANTITY as c12, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c13, t1.STATUS as c14 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t8.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t1.ORDER_ID = 4298)) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.IDENTIFIER asc ) tab where rownum <= 101) where rnum >= 1" "499062","Mar 15, 2022 11:28","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.IDENTIFIER as c0, t0.IDENTIFIER as c1, t3.VALUE as c2, t4.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t5.IDENTIFIER as c5, t1.IDENTIFIER as c6, t1.LABEL as c7, t0.LABEL as c8, t3.VALUE as c9, t6.VALUE as c10, t5.SHORT_TITLE as c11, t1.QUANTITY as c12, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c13, t1.STATUS as c14 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t8.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t1.ORDER_ID = 4261)) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.IDENTIFIER asc ) tab where rownum <= 101) where rnum >= 1" "499063","Mar 15, 2022 11:31","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499064","Mar 15, 2022 11:31","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4934) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499065","Mar 15, 2022 11:31","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4934) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499066","Mar 15, 2022 11:31","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4934) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499067","Mar 15, 2022 11:31","Divya Prabhu","divya@krishagni.com","divya.prabhu","Export","0","N/A",,"select t3.PPID as c0, t3.FIRST_NAME as c1, t3.LAST_NAME as c2, t3.EMAIL_ADDRESS as c3, t3.DOB as c4, t3.SSN as c5, t3.EMPI_ID as c6, t4.NAME as c7, t0.LABEL as c8, t5.VALUE as c9, t1.COST as c10, t2.CONTAINER_NAME as c11, t2.POS_TWO_STR as c12, t2.POS_ONE_STR as c13, t2.FORMATTED_POSITION as c14, t0.LINEAGE as c15, t0.BARCODE as c16, t6.VALUE as c17, t7.VALUE as c18, t8.VALUE as c19, t9.VALUE as c20, t0.CREATED_ON as c21, t0.INITIAL_QUANTITY as c22, t0.AVAILABLE_QUANTITY as c23, 't3', t3.CPR_ID as mc0, 't4', t4.IDENTIFIER as mc1, 't0', t0.IDENTIFIER as mc2, 't1', t1.IDENTIFIER as mc3, 't2', t2.SPECIMEN_ID as mc4 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t0.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t1.NAME is not null ) AND (t1.ORDER_ID = 4351)) AND (t3.ACTIVITY_STATUS != 'Disabled') order by t3.CPR_ID" "499068","Mar 15, 2022 11:31","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4934) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499069","Mar 15, 2022 11:38","Divya Prabhu","divya@krishagni.com","divya.prabhu","Export","0","N/A",,"select t3.PPID as c0, t3.FIRST_NAME as c1, t3.LAST_NAME as c2, t3.EMAIL_ADDRESS as c3, t3.DOB as c4, t3.SSN as c5, t3.EMPI_ID as c6, t4.NAME as c7, t0.LABEL as c8, t5.VALUE as c9, t1.COST as c10, t2.CONTAINER_NAME as c11, t2.POS_TWO_STR as c12, t2.POS_ONE_STR as c13, t2.FORMATTED_POSITION as c14, t0.LINEAGE as c15, t0.BARCODE as c16, t6.VALUE as c17, t7.VALUE as c18, t8.VALUE as c19, t9.VALUE as c20, t0.CREATED_ON as c21, t0.INITIAL_QUANTITY as c22, t0.AVAILABLE_QUANTITY as c23, 't3', t3.CPR_ID as mc0, 't4', t4.IDENTIFIER as mc1, 't0', t0.IDENTIFIER as mc2, 't1', t1.IDENTIFIER as mc3, 't2', t2.SPECIMEN_ID as mc4 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t0.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t1.NAME is not null ) AND (t1.ORDER_ID = 4352)) AND (t3.ACTIVITY_STATUS != 'Disabled') order by t3.CPR_ID" "499070","Mar 15, 2022 11:39","Divya Prabhu","divya@krishagni.com","divya.prabhu","Export","0","N/A",,"select t3.PPID as c0, t3.FIRST_NAME as c1, t3.LAST_NAME as c2, t3.EMAIL_ADDRESS as c3, t3.DOB as c4, t3.SSN as c5, t3.EMPI_ID as c6, t4.NAME as c7, t0.LABEL as c8, t5.VALUE as c9, t1.COST as c10, t2.CONTAINER_NAME as c11, t2.POS_TWO_STR as c12, t2.POS_ONE_STR as c13, t2.FORMATTED_POSITION as c14, t0.LINEAGE as c15, t0.BARCODE as c16, t6.VALUE as c17, t7.VALUE as c18, t8.VALUE as c19, t9.VALUE as c20, t0.CREATED_ON as c21, t0.INITIAL_QUANTITY as c22, t0.AVAILABLE_QUANTITY as c23, 't3', t3.CPR_ID as mc0, 't4', t4.IDENTIFIER as mc1, 't0', t0.IDENTIFIER as mc2, 't1', t1.IDENTIFIER as mc3, 't2', t2.SPECIMEN_ID as mc4 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t0.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t1.NAME is not null ) AND (t1.ORDER_ID = 4353)) AND (t3.ACTIVITY_STATUS != 'Disabled') order by t3.CPR_ID" "499071","Mar 15, 2022 11:39","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.IDENTIFIER as c0, t0.IDENTIFIER as c1, t3.VALUE as c2, t4.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t5.IDENTIFIER as c5, t1.IDENTIFIER as c6, t1.LABEL as c7, t0.LABEL as c8, t3.VALUE as c9, t6.VALUE as c10, t5.SHORT_TITLE as c11, t1.QUANTITY as c12, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c13, t1.STATUS as c14 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t8.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t1.ORDER_ID = 4353)) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.IDENTIFIER asc ) tab where rownum <= 101) where rnum >= 1" "499072","Mar 15, 2022 21:07","Vinayak Pawar","vinayak.pawar@krishagni.com","vpawar","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 448) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 448))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499073","Mar 15, 2022 21:13","Vinayak Pawar","vinayak.pawar@krishagni.com","vpawar","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6113) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "499074","Mar 15, 2022 21:13","Vinayak Pawar","vinayak.pawar@krishagni.com","vpawar","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6113) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "499075","Mar 15, 2022 21:14","Vinayak Pawar","vinayak.pawar@krishagni.com","vpawar","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6113) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "499076","Mar 15, 2022 21:14","Vinayak Pawar","vinayak.pawar@krishagni.com","vpawar","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6113) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "499077","Mar 15, 2022 21:15","Vinayak Pawar","vinayak.pawar@krishagni.com","vpawar","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6113) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "499078","Mar 15, 2022 21:15","Vinayak Pawar","vinayak.pawar@krishagni.com","vpawar","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6113) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "499079","Mar 15, 2022 21:15","Vinayak Pawar","vinayak.pawar@krishagni.com","vpawar","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6113) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "499080","Mar 15, 2022 21:16","Vinayak Pawar","vinayak.pawar@krishagni.com","vpawar","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6113) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "499081","Mar 15, 2022 21:16","Vinayak Pawar","vinayak.pawar@krishagni.com","vpawar","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6113) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "499082","Mar 15, 2022 21:17","Vinayak Pawar","vinayak.pawar@krishagni.com","vpawar","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6113) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "499083","Mar 15, 2022 23:56","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499084","Mar 16, 2022 00:51","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6112) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499085","Mar 16, 2022 00:51","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499086","Mar 16, 2022 00:51","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%AH%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499087","Mar 16, 2022 00:55","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499088","Mar 16, 2022 00:55","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499089","Mar 16, 2022 00:59","AAHK CORD2 KAVI2","AU3K2.KAVI2@gmail.com","AHKC2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled'))) OR ((t1.SITE_ID = 4557 OR t3.SITE_ID = 4557)))))) AND t2.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499090","Mar 16, 2022 01:03","AU2 KAVI2","AU2K2.KAVI2@gmail.com","AU2K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4552 OR t3.SITE_ID = 4552) AND t2.IDENTIFIER = 6092) OR ((t1.SITE_ID = 4552 OR t3.SITE_ID = 4552) AND t2.IDENTIFIER = 6091))))) AND t2.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499091","Mar 16, 2022 01:04","AU1 KAVI2","AU1K2.KAVI2@gmail.com","AU1K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4550 OR t3.SITE_ID = 4550) AND t2.IDENTIFIER = 6091))))) AND t2.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499092","Mar 16, 2022 01:06","AU2 KAVI2","AU2K2.KAVI2@gmail.com","AU2K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4552 OR t3.SITE_ID = 4552) AND t2.IDENTIFIER = 6092) OR ((t1.SITE_ID = 4552 OR t3.SITE_ID = 4552) AND t2.IDENTIFIER = 6091))))) AND t2.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499093","Mar 16, 2022 01:08","AU2 KAVI2","AU2K2.KAVI2@gmail.com","AU2K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4552 OR t3.SITE_ID = 4552) AND t2.IDENTIFIER = 6092) OR ((t1.SITE_ID = 4552 OR t3.SITE_ID = 4552) AND t2.IDENTIFIER = 6091))))) AND t2.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499094","Mar 16, 2022 01:17","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499095","Mar 16, 2022 01:18","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499096","Mar 16, 2022 01:19","AU2 KAVI2","AU2K2.KAVI2@gmail.com","AU2K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4552 OR t3.SITE_ID = 4552) AND t2.IDENTIFIER = 6092) OR ((t1.SITE_ID = 4552 OR t3.SITE_ID = 4552) AND t2.IDENTIFIER = 6091))))) AND t2.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499097","Mar 16, 2022 01:21","AU2 KAVI2","AU2K2.KAVI2@gmail.com","AU2K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6317) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6317)) AND ((t2.SITE_ID = 4552 OR t2.SITE_ID = 4552)))) AND ((t2.SITE_ID = 4552 AND t0.IDENTIFIER = 6091) OR (t2.SITE_ID = 4552 AND t0.IDENTIFIER = 6092))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499098","Mar 16, 2022 01:21","AU2 KAVI2","AU2K2.KAVI2@gmail.com","AU2K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4552 OR t3.SITE_ID = 4552) AND t2.IDENTIFIER = 6092) OR ((t1.SITE_ID = 4552 OR t3.SITE_ID = 4552) AND t2.IDENTIFIER = 6091))))) AND t2.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499099","Mar 16, 2022 01:24","AU1 KAVI2","AU1K2.KAVI2@gmail.com","AU1K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4550 OR t3.SITE_ID = 4550) AND t2.IDENTIFIER = 6091))))) AND t2.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499100","Mar 16, 2022 01:31","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499101","Mar 16, 2022 01:31","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499102","Mar 16, 2022 01:34","AU2 KAVI2","AU2K2.KAVI2@gmail.com","AU2K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4552 OR t3.SITE_ID = 4552) AND t2.IDENTIFIER = 6092) OR ((t1.SITE_ID = 4552 OR t3.SITE_ID = 4552) AND t2.IDENTIFIER = 6091))))) AND t2.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499103","Mar 16, 2022 01:37","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499104","Mar 16, 2022 01:45","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499105","Mar 16, 2022 01:46","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499106","Mar 16, 2022 01:46","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499107","Mar 16, 2022 01:47","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499108","Mar 16, 2022 01:50","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499109","Mar 16, 2022 01:51","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499110","Mar 16, 2022 01:52","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499111","Mar 16, 2022 01:54","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499112","Mar 16, 2022 01:55","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499113","Mar 16, 2022 02:01","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499114","Mar 16, 2022 02:15","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499115","Mar 16, 2022 02:15","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499116","Mar 16, 2022 02:18","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499117","Mar 16, 2022 02:18","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499118","Mar 16, 2022 02:21","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499119","Mar 16, 2022 02:21","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499120","Mar 16, 2022 02:24","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499121","Mar 16, 2022 02:26","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499122","Mar 16, 2022 02:31","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499123","Mar 16, 2022 02:31","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499124","Mar 16, 2022 02:31","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%C%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499125","Mar 16, 2022 02:31","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%CP%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499126","Mar 16, 2022 02:31","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499127","Mar 16, 2022 02:31","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%CP%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499128","Mar 16, 2022 02:31","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%CPI%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499129","Mar 16, 2022 02:32","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6106) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499130","Mar 16, 2022 02:34","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499131","Mar 16, 2022 02:34","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499132","Mar 16, 2022 02:34","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%CP%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499133","Mar 16, 2022 02:34","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%CPI%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499134","Mar 16, 2022 02:47","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6106) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499135","Mar 16, 2022 02:49","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6106) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499136","Mar 16, 2022 02:51","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499137","Mar 16, 2022 02:51","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%C%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499138","Mar 16, 2022 02:51","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%CP%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499139","Mar 16, 2022 02:51","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%CPI%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499140","Mar 16, 2022 02:55","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6106) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499141","Mar 16, 2022 02:55","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6106) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499142","Mar 16, 2022 02:55","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6106) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499143","Mar 16, 2022 02:56","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6106) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499144","Mar 16, 2022 02:58","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6106) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499145","Mar 16, 2022 02:59","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6106) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499146","Mar 16, 2022 03:00","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6106) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499147","Mar 16, 2022 03:01","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6106) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499148","Mar 16, 2022 03:04","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6106) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499149","Mar 16, 2022 03:05","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6106) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499150","Mar 16, 2022 03:31","Saurav Singh","saurav@krishagni.com","Saurav","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5853) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5853))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499151","Mar 16, 2022 03:31","Saurav Singh","saurav@krishagni.com","Saurav","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5853) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5853)) AND (upper(t0.SHORT_TITLE) like '%GENETIC%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499152","Mar 16, 2022 03:31","Saurav Singh","saurav@krishagni.com","Saurav","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5739) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499153","Mar 16, 2022 03:31","Saurav Singh","saurav@krishagni.com","Saurav","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5739) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499154","Mar 16, 2022 03:33","Saurav Singh","saurav@krishagni.com","Saurav","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5739) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499155","Mar 16, 2022 03:37","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6101) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499156","Mar 16, 2022 03:38","Saurav Singh","saurav@krishagni.com","Saurav","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t5.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t5 on t5.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t5.ACTIVITY_STATUS != 'Disabled' left join (OS_CPR_EXTN_RECS_VIEW t1 inner join DE_E_27076 t2 on t2.IDENTIFIER = t1.RECORD_ID and t1.FORM_ID = 13551) on t1.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where ((t2.IDENTIFIER is not null ) AND t3.IDENTIFIER = 5739) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499157","Mar 16, 2022 03:38","Saurav Singh","saurav@krishagni.com","Saurav","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t5.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t5 on t5.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t5.ACTIVITY_STATUS != 'Disabled' left join (OS_CPR_EXTN_RECS_VIEW t1 inner join DE_E_27076 t2 on t2.IDENTIFIER = t1.RECORD_ID and t1.FORM_ID = 13551) on t1.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where ((t2.IDENTIFIER is not null ) AND t3.IDENTIFIER = 5739) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499158","Mar 16, 2022 03:38","Saurav Singh","saurav@krishagni.com","Saurav","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.REGISTRATION_DATE as c2, t4.VALUE as c3, t6.VALUE as c4, t8.VALUE as c5, t9.IDENTIFIER as c6, t3.IDENTIFIER as c7, t9.LABEL as c8, t10.VALUE as c9, t11.VALUE as c10, t12.COLL_TIME as c11, t13.ISCHEMIA_TIME as c12, 't0', t0.CPR_ID as mc0, 't8', t8.IDENTIFIER as mc1, 't9', t9.IDENTIFIER as mc2, 't3', t3.IDENTIFIER as mc3, 't12', t12.SPECIMEN_ID as mc4, 't13', t13.SPECIMEN_ID as mc5 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.GENDER_ID left join CATISSUE_RACE t5 on t5.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t5.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t7.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t9 on t9.SPECIMEN_COLLECTION_GROUP_ID = t7.IDENTIFIER and t9.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_STATS t13 on t13.SPECIMEN_ID = t9.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t12 on t12.SPECIMEN_ID = t9.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t9.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t9.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t8 on t8.VISIT_ID = t7.IDENTIFIER left join (OS_CPR_EXTN_RECS_VIEW t1 inner join DE_E_27076 t2 on t2.IDENTIFIER = t1.RECORD_ID and t1.FORM_ID = 13551) on t1.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where ((t2.IDENTIFIER is not null ) AND t3.IDENTIFIER = 5739) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "499159","Mar 16, 2022 03:38","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.REGISTRATION_DATE as c3, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c4 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6101) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499160","Mar 16, 2022 03:39","Saurav Singh","saurav@krishagni.com","Saurav","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t2.DE_A_1 as c2, t2.DE_A_2 as c3, t2.DE_A_3 as c4, t2.DE_A_4 as c5, t2.DE_A_5 as c6, t2.DE_A_6 as c7, t2.DE_A_7 as c8, t2.DE_A_8 as c9, t2.DE_A_9 as c10, t2.DE_A_10 as c11, t2.DE_A_11 as c12, t2.DE_A_12 as c13, t2.DE_A_13 as c14, 't0', t0.CPR_ID as mc0, 't2', t2.IDENTIFIER as mc1 from CPR_VIEW t0 left join (OS_CPR_EXTN_RECS_VIEW t1 inner join DE_E_27076 t2 on t2.IDENTIFIER = t1.RECORD_ID and t1.FORM_ID = 13551) on t1.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where ((t2.IDENTIFIER is not null ) AND t3.IDENTIFIER = 5739) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "499161","Mar 16, 2022 03:39","Saurav Singh","saurav@krishagni.com","Saurav","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t5.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t5 on t5.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t5.ACTIVITY_STATUS != 'Disabled' left join (OS_CPR_EXTN_RECS_VIEW t1 inner join DE_E_27076 t2 on t2.IDENTIFIER = t1.RECORD_ID and t1.FORM_ID = 13551) on t1.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where ((t2.IDENTIFIER is not null ) AND t3.IDENTIFIER = 5739) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499162","Mar 16, 2022 03:40","Saurav Singh","saurav@krishagni.com","Saurav","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t2.DE_A_1 as c2, t2.DE_A_2 as c3, t2.DE_A_3 as c4, t2.DE_A_4 as c5, t2.DE_A_5 as c6, t2.DE_A_6 as c7, t2.DE_A_7 as c8, t2.DE_A_8 as c9, t2.DE_A_9 as c10, t2.DE_A_10 as c11, t2.DE_A_11 as c12, t2.DE_A_12 as c13, t2.DE_A_13 as c14, 't0', t0.CPR_ID as mc0, 't2', t2.IDENTIFIER as mc1 from CPR_VIEW t0 left join (OS_CPR_EXTN_RECS_VIEW t1 inner join DE_E_27076 t2 on t2.IDENTIFIER = t1.RECORD_ID and t1.FORM_ID = 13551) on t1.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where ((t2.IDENTIFIER is not null ) AND t3.IDENTIFIER = 5739) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "499163","Mar 16, 2022 03:40","Saurav Singh","saurav@krishagni.com","Saurav","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t5.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t5 on t5.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t5.ACTIVITY_STATUS != 'Disabled' left join (OS_CPR_EXTN_RECS_VIEW t1 inner join DE_E_27076 t2 on t2.IDENTIFIER = t1.RECORD_ID and t1.FORM_ID = 13551) on t1.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where ((t2.IDENTIFIER is not null ) AND t3.IDENTIFIER = 5739) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499164","Mar 16, 2022 03:40","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.REGISTRATION_DATE as c3, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c4 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6101) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499165","Mar 16, 2022 03:41","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.REGISTRATION_DATE as c3, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c4 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6101) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499166","Mar 16, 2022 03:41","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.REGISTRATION_DATE as c3, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c4 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6101) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499167","Mar 16, 2022 03:41","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.REGISTRATION_DATE as c3, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c4 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6101) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499168","Mar 16, 2022 03:43","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.REGISTRATION_DATE as c3, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c4 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6101) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499169","Mar 16, 2022 03:46","Saurav Singh","saurav@krishagni.com","Saurav","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t5.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t5 on t5.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t5.ACTIVITY_STATUS != 'Disabled' left join (OS_CPR_EXTN_RECS_VIEW t1 inner join DE_E_27076 t2 on t2.IDENTIFIER = t1.RECORD_ID and t1.FORM_ID = 13551) on t1.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where ((t2.IDENTIFIER is not null ) AND t3.IDENTIFIER = 5739) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499170","Mar 16, 2022 03:46","Saurav Singh","saurav@krishagni.com","Saurav","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t2.DE_A_1 as c2, t2.DE_A_2 as c3, t2.DE_A_3 as c4, t2.DE_A_4 as c5, t2.DE_A_5 as c6, t2.DE_A_6 as c7, t2.DE_A_7 as c8, t2.DE_A_8 as c9, t2.DE_A_9 as c10, t2.DE_A_10 as c11, t2.DE_A_11 as c12, t2.DE_A_12 as c13, t2.DE_A_13 as c14, 't0', t0.CPR_ID as mc0, 't2', t2.IDENTIFIER as mc1 from CPR_VIEW t0 left join (OS_CPR_EXTN_RECS_VIEW t1 inner join DE_E_27076 t2 on t2.IDENTIFIER = t1.RECORD_ID and t1.FORM_ID = 13551) on t1.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where ((t2.IDENTIFIER is not null ) AND t3.IDENTIFIER = 5739) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "499171","Mar 16, 2022 03:47","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.REGISTRATION_DATE as c3, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c4 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6101) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499172","Mar 16, 2022 03:50","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.REGISTRATION_DATE as c3, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c4 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6101) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499173","Mar 16, 2022 03:50","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.REGISTRATION_DATE as c3, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c4 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6114) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499174","Mar 16, 2022 03:50","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.REGISTRATION_DATE as c3, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c4 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6114) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499175","Mar 16, 2022 03:51","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6114) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499176","Mar 16, 2022 03:53","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.REGISTRATION_DATE as c3, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c4 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6101) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499177","Mar 16, 2022 03:54","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.REGISTRATION_DATE as c3, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c4 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6101) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499178","Mar 16, 2022 03:59","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6103) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499179","Mar 16, 2022 04:05","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.REGISTRATION_DATE as c3, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c4 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6101) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499180","Mar 16, 2022 04:06","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499181","Mar 16, 2022 04:06","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4934) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499182","Mar 16, 2022 04:07","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4934) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499183","Mar 16, 2022 04:07","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4934) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499184","Mar 16, 2022 04:07","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4934) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499185","Mar 16, 2022 04:09","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4934) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499186","Mar 16, 2022 04:11","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4934) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499187","Mar 16, 2022 04:11","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6114) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499188","Mar 16, 2022 04:11","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4934) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499189","Mar 16, 2022 04:13","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4934) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499190","Mar 16, 2022 04:14","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6057) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6057))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499191","Mar 16, 2022 04:15","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.REGISTRATION_DATE as c3, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c4 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6101) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499192","Mar 16, 2022 04:16","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4934) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499193","Mar 16, 2022 04:16","Divya Prabhu","divya@krishagni.com","divya.prabhu","Count","0","N/A",,"select count(distinct t3.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join (OS_SPMN_EXTN_RECS t1 inner join OS_POOLED_SPECIMENS t2 on t2.IDENTIFIER = t1.RECORD_ID and t1.FORM_ID = 13451) on t1.SPECIMEN_ID = t0.IDENTIFIER where (t2.IDENTIFIER is not null ) AND (t3.ACTIVITY_STATUS != 'Disabled')" "499194","Mar 16, 2022 04:16","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t4.CPR_ID as c0, t4.PPID as c1, t0.IDENTIFIER as c2, t5.IDENTIFIER as c3, t0.LABEL as c4, t6.VALUE as c5, t0.LINEAGE as c6, t7.NAME as c7, t2.EVENT_TIME as c8, t3.LABEL as c9, t8.VALUE as c10, 't4', t4.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't5', t5.IDENTIFIER as mc2, 't2', t2.IDENTIFIER as mc3, 't3', t3.IDENTIFIER as mc4 from CPR_VIEW t4 left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t4.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t9 on t9.COLLECTION_PROTOCOL_REG_ID = t4.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t9.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join (OS_SPMN_EXTN_RECS t1 inner join OS_POOLED_SPECIMENS t2 on t2.IDENTIFIER = t1.RECORD_ID and t1.FORM_ID = 13451 left join OS_POOLED_SPECIMEN_ITEMS_VIEW t3 on t3.POOLED_EVENT_ID = t2.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t3.SPECIMEN_TYPE_ID left join USER_VIEW t7 on t7.IDENTIFIER = t2.USER_ID) on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (t2.IDENTIFIER is not null ) AND (t4.ACTIVITY_STATUS != 'Disabled') order by t4.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "499195","Mar 16, 2022 04:17","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6057) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6057))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499196","Mar 16, 2022 04:20","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6057) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6057)) AND (upper(t0.SHORT_TITLE) like '%ST\_%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499197","Mar 16, 2022 04:20","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6115) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499198","Mar 16, 2022 04:22","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6057) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6057))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499199","Mar 16, 2022 04:22","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6103) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499200","Mar 16, 2022 04:23","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6115) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499201","Mar 16, 2022 04:23","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6057) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6057))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499202","Mar 16, 2022 04:28","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499203","Mar 16, 2022 04:29","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499204","Mar 16, 2022 04:30","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499205","Mar 16, 2022 04:30","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813)) AND (upper(t0.SHORT_TITLE) like '%S%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499206","Mar 16, 2022 04:30","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813)) AND (upper(t0.SHORT_TITLE) like '%STPY%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499207","Mar 16, 2022 04:30","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813)) AND (upper(t0.SHORT_TITLE) like '%ST\_%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499208","Mar 16, 2022 04:30","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813)) AND (upper(t0.SHORT_TITLE) like '%ST\_PY%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499209","Mar 16, 2022 04:30","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6103) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499210","Mar 16, 2022 04:30","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6103) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499211","Mar 16, 2022 04:31","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6103) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499212","Mar 16, 2022 04:31","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499213","Mar 16, 2022 04:42","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.REGISTRATION_DATE as c3, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c4 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6101) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499214","Mar 16, 2022 04:42","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.REGISTRATION_DATE as c3, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c4 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6101) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499215","Mar 16, 2022 04:44","Vinayak Pawar","vinayak.pawar@krishagni.com","vpawar","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.REGISTRATION_DATE as c3, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c4 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6101) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499216","Mar 16, 2022 05:01","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6103) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499217","Mar 16, 2022 05:03","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499218","Mar 16, 2022 05:04","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6092) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "499219","Mar 16, 2022 05:12","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6092) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "499220","Mar 16, 2022 05:14","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6092) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "499221","Mar 16, 2022 05:21","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6103) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499222","Mar 16, 2022 05:23","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6092) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "499223","Mar 16, 2022 05:24","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6092) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "499224","Mar 16, 2022 05:24","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6092) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "499225","Mar 16, 2022 05:29","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6092) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "499226","Mar 16, 2022 05:32","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499227","Mar 16, 2022 05:32","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6092) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "499228","Mar 16, 2022 05:36","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6092) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "499229","Mar 16, 2022 05:38","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6092) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "499230","Mar 16, 2022 05:40","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6092) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "499231","Mar 16, 2022 05:51","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499232","Mar 16, 2022 05:51","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6112) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499233","Mar 16, 2022 05:53","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6103) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499234","Mar 16, 2022 05:53","Vinayak Pawar","vinayak.pawar@krishagni.com","vpawar","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.REGISTRATION_DATE as c3, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c4 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6101) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499235","Mar 16, 2022 05:54","Vinayak Pawar","vinayak.pawar@krishagni.com","vpawar","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.REGISTRATION_DATE as c3, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c4 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6101) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499236","Mar 16, 2022 05:55","Vinayak Pawar","vinayak.pawar@krishagni.com","vpawar","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.REGISTRATION_DATE as c3, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c4 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6101) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499237","Mar 16, 2022 05:59","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499238","Mar 16, 2022 06:00","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%AHCP2%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499239","Mar 16, 2022 06:02","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499240","Mar 16, 2022 06:02","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.REGISTRATION_DATE as c3, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c4 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6101) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499241","Mar 16, 2022 06:03","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499242","Mar 16, 2022 06:04","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499243","Mar 16, 2022 06:05","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.REGISTRATION_DATE as c3, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c4 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6101) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499244","Mar 16, 2022 06:10","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499245","Mar 16, 2022 06:10","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%ASS12%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499246","Mar 16, 2022 06:10","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%ASS12C%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499247","Mar 16, 2022 06:11","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499248","Mar 16, 2022 06:11","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%AH%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499249","Mar 16, 2022 06:11","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%AHCP%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499250","Mar 16, 2022 06:11","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%AHCP2C%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499251","Mar 16, 2022 06:13","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499252","Mar 16, 2022 06:14","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499253","Mar 16, 2022 06:21","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499254","Mar 16, 2022 06:21","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%AH%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499255","Mar 16, 2022 06:22","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499256","Mar 16, 2022 06:22","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%ASS%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499257","Mar 16, 2022 06:22","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499258","Mar 16, 2022 06:22","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%AHCP%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499259","Mar 16, 2022 06:27","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 2083) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 2083))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499260","Mar 16, 2022 06:37","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499261","Mar 16, 2022 06:47","Prayuja Teli","prayuja@krishagni.com","Prayuja","Export","0","N/A",,"select t4.VALUE as c0, t6.VALUE as c1, t8.VALUE as c2, t9.VALUE as c3, t3.DE_A_113 as c4, t3.DE_A_219 as c5, t3.DE_A_220 as c6, t3.DE_A_19 as c7, t3.DE_A_20 as c8, t3.DE_A_22 as c9, t10.NAME as c10, t11.NAME as c11, t10.COLLECTION_STATUS as c12, t12.VALUE as c13, t14.DE_A_1 as c14, t14.DE_A_3 as c15, t14.DE_A_4 as c16, t14.DE_A_5 as c17, t1.LABEL as c18, t1.BARCODE as c19, t15.VALUE as c20, 't0', t0.CPR_ID as mc0, 't3', t3.IDENTIFIER as mc1, 't10', t10.IDENTIFIER as mc2, 't14', t14.IDENTIFIER as mc3, 't1', t1.IDENTIFIER as mc4 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.GENDER_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_24002 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 10852 left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t3.DE_A_3) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_RACE t5 on t5.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t5.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t10 on t10.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t10.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t11 on t11.IDENTIFIER = t10.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t10.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t10.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t15 on t15.IDENTIFIER = t1.SPECIMEN_CLASS_ID left join (OS_VISIT_EXTN_RECS t13 inner join DE_E_25927 t14 on t14.IDENTIFIER = t13.RECORD_ID and t13.FORM_ID = 12427) on t13.VISIT_ID = t10.IDENTIFIER left join OS_PARTICIPANT_ETHNICITIES t7 on t7.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t7.ETHNICITY_ID where ((t0.PARTICIPANT_ID is not null ) AND ((t1.IDENTIFIER in (1309969)))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID" "499262","Mar 16, 2022 06:47","Prayuja Teli","prayuja@krishagni.com","Prayuja","Export","0","N/A",,"select t4.VALUE as c0, t6.VALUE as c1, t8.VALUE as c2, t9.VALUE as c3, t3.DE_A_113 as c4, t3.DE_A_219 as c5, t3.DE_A_220 as c6, t3.DE_A_19 as c7, t3.DE_A_20 as c8, t3.DE_A_22 as c9, t10.NAME as c10, t11.NAME as c11, t10.COLLECTION_STATUS as c12, t12.VALUE as c13, t14.DE_A_1 as c14, t14.DE_A_3 as c15, t14.DE_A_4 as c16, t14.DE_A_5 as c17, t1.LABEL as c18, t1.BARCODE as c19, t15.VALUE as c20, 't0', t0.CPR_ID as mc0, 't3', t3.IDENTIFIER as mc1, 't10', t10.IDENTIFIER as mc2, 't14', t14.IDENTIFIER as mc3, 't1', t1.IDENTIFIER as mc4 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.GENDER_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_24002 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 10852 left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t3.DE_A_3) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_RACE t5 on t5.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t5.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t10 on t10.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t10.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t11 on t11.IDENTIFIER = t10.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t10.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t10.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t15 on t15.IDENTIFIER = t1.SPECIMEN_CLASS_ID left join (OS_VISIT_EXTN_RECS t13 inner join DE_E_25927 t14 on t14.IDENTIFIER = t13.RECORD_ID and t13.FORM_ID = 12427) on t13.VISIT_ID = t10.IDENTIFIER left join OS_PARTICIPANT_ETHNICITIES t7 on t7.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t7.ETHNICITY_ID where ((t0.PARTICIPANT_ID is not null ) AND ((t1.IDENTIFIER in (1309969)))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID" "499263","Mar 16, 2022 06:47","Prayuja Teli","prayuja@krishagni.com","Prayuja","Export","0","N/A",,"select t4.VALUE as c0, t6.VALUE as c1, t8.VALUE as c2, t9.VALUE as c3, t3.DE_A_113 as c4, t3.DE_A_219 as c5, t3.DE_A_220 as c6, t3.DE_A_19 as c7, t3.DE_A_20 as c8, t3.DE_A_22 as c9, t10.NAME as c10, t11.NAME as c11, t10.COLLECTION_STATUS as c12, t12.VALUE as c13, t14.DE_A_1 as c14, t14.DE_A_3 as c15, t14.DE_A_4 as c16, t14.DE_A_5 as c17, t1.LABEL as c18, t1.BARCODE as c19, t15.VALUE as c20, 't0', t0.CPR_ID as mc0, 't3', t3.IDENTIFIER as mc1, 't10', t10.IDENTIFIER as mc2, 't14', t14.IDENTIFIER as mc3, 't1', t1.IDENTIFIER as mc4 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.GENDER_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_24002 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 10852 left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t3.DE_A_3) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_RACE t5 on t5.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t5.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t10 on t10.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t10.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t11 on t11.IDENTIFIER = t10.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t10.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t10.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t15 on t15.IDENTIFIER = t1.SPECIMEN_CLASS_ID left join (OS_VISIT_EXTN_RECS t13 inner join DE_E_25927 t14 on t14.IDENTIFIER = t13.RECORD_ID and t13.FORM_ID = 12427) on t13.VISIT_ID = t10.IDENTIFIER left join OS_PARTICIPANT_ETHNICITIES t7 on t7.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t7.ETHNICITY_ID where ((t0.PARTICIPANT_ID is not null ) AND ((t1.IDENTIFIER in (1309969)))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID" "499264","Mar 16, 2022 06:49","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499265","Mar 16, 2022 06:49","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%A%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499266","Mar 16, 2022 06:49","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%AHC%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499267","Mar 16, 2022 06:49","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6112) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499268","Mar 16, 2022 06:51","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499269","Mar 16, 2022 06:52","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6057) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6057))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499270","Mar 16, 2022 06:52","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5960) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499271","Mar 16, 2022 06:54","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6112) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499272","Mar 16, 2022 06:56","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6112) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499273","Mar 16, 2022 06:57","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499274","Mar 16, 2022 07:05","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499275","Mar 16, 2022 07:05","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%AH%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499276","Mar 16, 2022 07:05","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%AHC%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499277","Mar 16, 2022 07:05","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6112) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499278","Mar 16, 2022 07:07","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6112) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499279","Mar 16, 2022 07:08","Rohan Patwardhan","rohan@krishagni.com","rohan","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6008) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6008))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499280","Mar 16, 2022 07:08","Rohan Patwardhan","rohan@krishagni.com","rohan","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6008) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6008)) AND (upper(t0.SHORT_TITLE) like '%RP%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499281","Mar 16, 2022 07:08","Rohan Patwardhan","rohan@krishagni.com","rohan","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5856) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499282","Mar 16, 2022 07:08","Rohan Patwardhan","rohan@krishagni.com","rohan","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5853) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499283","Mar 16, 2022 07:09","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499284","Mar 16, 2022 07:09","Rohan Patwardhan","rohan@krishagni.com","rohan","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5856) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499285","Mar 16, 2022 07:09","Rohan Patwardhan","rohan@krishagni.com","rohan","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5854) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499286","Mar 16, 2022 07:09","Rohan Patwardhan","rohan@krishagni.com","rohan","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5855) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499287","Mar 16, 2022 07:10","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6112) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499288","Mar 16, 2022 07:10","Rohan Patwardhan","rohan@krishagni.com","rohan","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5856) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499289","Mar 16, 2022 07:22","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499290","Mar 16, 2022 07:22","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499291","Mar 16, 2022 07:22","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499292","Mar 16, 2022 07:23","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499293","Mar 16, 2022 07:25","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.CONTAINER_NAME as c0, t1.POS_TWO_STR as c1, t1.POS_ONE_STR as c2, t0.IDENTIFIER as c3, t3.VALUE as c4, t4.VALUE as c5, t0.AVAILABILITY_STATUS as c6, t5.IDENTIFIER as c7, t6.PPID as c8, t0.LABEL as c9, t0.LINEAGE as c10, t3.VALUE as c11, t7.VALUE as c12, t5.SHORT_TITLE as c13, t0.AVAILABLE_QUANTITY as c14, de_concat_if_not_null(t1.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t1.FORMATTED_POSITION, ')')),'')) as c15 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t6 on t6.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join OS_CONTAINERS_HIERARCHY t2 on t2.DESCENDENT_ID = t1.CONTAINER_IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t2.ANCESTOR_ID = 583228)) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.CONTAINER_NAME asc , t1.POS_TWO_STR asc , t1.POS_ONE_STR asc ) tab where rownum <= 101) where rnum >= 1" "499294","Mar 16, 2022 07:28","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.CONTAINER_NAME as c0, t1.POS_TWO_STR as c1, t1.POS_ONE_STR as c2, t0.IDENTIFIER as c3, t3.VALUE as c4, t4.VALUE as c5, t0.AVAILABILITY_STATUS as c6, t5.IDENTIFIER as c7, t6.PPID as c8, t0.LABEL as c9, t0.LINEAGE as c10, t3.VALUE as c11, t7.VALUE as c12, t5.SHORT_TITLE as c13, t0.AVAILABLE_QUANTITY as c14, de_concat_if_not_null(t1.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t1.FORMATTED_POSITION, ')')),'')) as c15 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t6 on t6.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join OS_CONTAINERS_HIERARCHY t2 on t2.DESCENDENT_ID = t1.CONTAINER_IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t2.ANCESTOR_ID = 160819)) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.CONTAINER_NAME asc , t1.POS_TWO_STR asc , t1.POS_ONE_STR asc ) tab where rownum <= 101) where rnum >= 1" "499295","Mar 16, 2022 07:28","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.CONTAINER_NAME as c0, t1.POS_TWO_STR as c1, t1.POS_ONE_STR as c2, t0.IDENTIFIER as c3, t3.VALUE as c4, t4.VALUE as c5, t0.AVAILABILITY_STATUS as c6, t5.IDENTIFIER as c7, t6.PPID as c8, t0.LABEL as c9, t0.LINEAGE as c10, t3.VALUE as c11, t7.VALUE as c12, t5.SHORT_TITLE as c13, t0.AVAILABLE_QUANTITY as c14, de_concat_if_not_null(t1.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t1.FORMATTED_POSITION, ')')),'')) as c15 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t6 on t6.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join OS_CONTAINERS_HIERARCHY t2 on t2.DESCENDENT_ID = t1.CONTAINER_IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t2.ANCESTOR_ID = 390655)) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.CONTAINER_NAME asc , t1.POS_TWO_STR asc , t1.POS_ONE_STR asc ) tab where rownum <= 101) where rnum >= 1" "499296","Mar 16, 2022 07:28","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select count(distinct t0.IDENTIFIER) as c0 from CATISSUE_SPECIMEN t0 left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join OS_CONTAINERS_HIERARCHY t2 on t2.DESCENDENT_ID = t1.CONTAINER_IDENTIFIER where ((t2.ANCESTOR_ID = 390655)) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499297","Mar 16, 2022 07:28","Divya Prabhu","divya@krishagni.com","divya.prabhu","Export","0","N/A",,"select t3.PPID as c0, t4.SHORT_TITLE as c1, t0.LABEL as c2, t5.VALUE as c3, t6.VALUE as c4, t7.VALUE as c5, t0.AVAILABLE_QUANTITY as c6, t1.CONTAINER_NAME as c7, t1.FORMATTED_POSITION as c8, 't3', t3.CPR_ID as mc0, 't4', t4.IDENTIFIER as mc1, 't0', t0.IDENTIFIER as mc2, 't1', t1.SPECIMEN_ID as mc3 from CPR_VIEW t3 left join CATISSUE_COLLECTION_PROTOCOL t4 on t4.IDENTIFIER = t3.CP_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t8.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join OS_CONTAINERS_HIERARCHY t2 on t2.DESCENDENT_ID = t1.CONTAINER_IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t1.CONTAINER_NAME is not null ) AND (t2.ANCESTOR_ID = 390655)) AND (t3.ACTIVITY_STATUS != 'Disabled') order by t3.CPR_ID" "499298","Mar 16, 2022 07:29","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499299","Mar 16, 2022 07:29","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null ) AND (upper(t0.PPID) like '%AHCP%' ESCAPE '\' )) AND t1.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499300","Mar 16, 2022 07:29","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null ) AND (upper(t0.PPID) like '%AHCPC%' ESCAPE '\' )) AND t1.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499301","Mar 16, 2022 07:29","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null ) AND (upper(t0.PPID) like '%AHCP3%' ESCAPE '\' )) AND t1.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499302","Mar 16, 2022 07:30","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499303","Mar 16, 2022 07:30","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%AHCP%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499304","Mar 16, 2022 07:30","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6112) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499305","Mar 16, 2022 07:32","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6112) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499306","Mar 16, 2022 07:32","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6112) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499307","Mar 16, 2022 07:34","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.CONTAINER_NAME as c0, t1.POS_TWO_STR as c1, t1.POS_ONE_STR as c2, t0.IDENTIFIER as c3, t3.VALUE as c4, t4.VALUE as c5, t0.AVAILABILITY_STATUS as c6, t5.IDENTIFIER as c7, t6.PPID as c8, t0.LABEL as c9, t0.LINEAGE as c10, t3.VALUE as c11, t7.VALUE as c12, t5.SHORT_TITLE as c13, t0.AVAILABLE_QUANTITY as c14, de_concat_if_not_null(t1.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t1.FORMATTED_POSITION, ')')),'')) as c15 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t6 on t6.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join OS_CONTAINERS_HIERARCHY t2 on t2.DESCENDENT_ID = t1.CONTAINER_IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t2.ANCESTOR_ID = 390676)) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.CONTAINER_NAME asc , t1.POS_TWO_STR asc , t1.POS_ONE_STR asc ) tab where rownum <= 101) where rnum >= 1" "499308","Mar 16, 2022 07:34","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.CONTAINER_NAME as c0, t1.POS_TWO_STR as c1, t1.POS_ONE_STR as c2, t0.IDENTIFIER as c3, t3.VALUE as c4, t4.VALUE as c5, t0.AVAILABILITY_STATUS as c6, t5.IDENTIFIER as c7, t6.PPID as c8, t0.LABEL as c9, t0.LINEAGE as c10, t3.VALUE as c11, t7.VALUE as c12, t5.SHORT_TITLE as c13, t0.AVAILABLE_QUANTITY as c14, de_concat_if_not_null(t1.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t1.FORMATTED_POSITION, ')')),'')) as c15 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t6 on t6.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join OS_CONTAINERS_HIERARCHY t2 on t2.DESCENDENT_ID = t1.CONTAINER_IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t2.ANCESTOR_ID = 390655)) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.CONTAINER_NAME asc , t1.POS_TWO_STR asc , t1.POS_ONE_STR asc ) tab where rownum <= 101) where rnum >= 1" "499309","Mar 16, 2022 07:34","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select count(distinct t0.IDENTIFIER) as c0 from CATISSUE_SPECIMEN t0 left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join OS_CONTAINERS_HIERARCHY t2 on t2.DESCENDENT_ID = t1.CONTAINER_IDENTIFIER where ((t2.ANCESTOR_ID = 390655)) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499310","Mar 16, 2022 07:34","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.CONTAINER_NAME as c0, t1.POS_TWO_STR as c1, t1.POS_ONE_STR as c2, t0.IDENTIFIER as c3, t3.VALUE as c4, t4.VALUE as c5, t0.AVAILABILITY_STATUS as c6, t5.IDENTIFIER as c7, t6.PPID as c8, t0.LABEL as c9, t0.LINEAGE as c10, t3.VALUE as c11, t7.VALUE as c12, t5.SHORT_TITLE as c13, t0.AVAILABLE_QUANTITY as c14, de_concat_if_not_null(t1.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t1.FORMATTED_POSITION, ')')),'')) as c15 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t6 on t6.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join OS_CONTAINERS_HIERARCHY t2 on t2.DESCENDENT_ID = t1.CONTAINER_IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t2.ANCESTOR_ID = 613096)) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.CONTAINER_NAME asc , t1.POS_TWO_STR asc , t1.POS_ONE_STR asc ) tab where rownum <= 101) where rnum >= 1" "499311","Mar 16, 2022 07:34","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.CONTAINER_NAME as c0, t1.POS_TWO_STR as c1, t1.POS_ONE_STR as c2, t0.IDENTIFIER as c3, t3.VALUE as c4, t4.VALUE as c5, t0.AVAILABILITY_STATUS as c6, t5.IDENTIFIER as c7, t6.PPID as c8, t0.LABEL as c9, t0.LINEAGE as c10, t3.VALUE as c11, t7.VALUE as c12, t5.SHORT_TITLE as c13, t0.AVAILABLE_QUANTITY as c14, de_concat_if_not_null(t1.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t1.FORMATTED_POSITION, ')')),'')) as c15 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t6 on t6.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join OS_CONTAINERS_HIERARCHY t2 on t2.DESCENDENT_ID = t1.CONTAINER_IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t2.ANCESTOR_ID = 390657)) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.CONTAINER_NAME asc , t1.POS_TWO_STR asc , t1.POS_ONE_STR asc ) tab where rownum <= 101) where rnum >= 1" "499312","Mar 16, 2022 07:35","Divya Prabhu","divya@krishagni.com","divya.prabhu","Export","0","N/A",,"select t3.PPID as c0, t4.SHORT_TITLE as c1, t0.LABEL as c2, t5.VALUE as c3, t6.VALUE as c4, t7.VALUE as c5, t0.AVAILABLE_QUANTITY as c6, t1.CONTAINER_NAME as c7, t1.FORMATTED_POSITION as c8, 't3', t3.CPR_ID as mc0, 't4', t4.IDENTIFIER as mc1, 't0', t0.IDENTIFIER as mc2, 't1', t1.SPECIMEN_ID as mc3 from CPR_VIEW t3 left join CATISSUE_COLLECTION_PROTOCOL t4 on t4.IDENTIFIER = t3.CP_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t8.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join OS_CONTAINERS_HIERARCHY t2 on t2.DESCENDENT_ID = t1.CONTAINER_IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t1.CONTAINER_NAME is not null ) AND (t2.ANCESTOR_ID = 390657)) AND (t3.ACTIVITY_STATUS != 'Disabled') order by t3.CPR_ID" "499313","Mar 16, 2022 07:35","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6112) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499314","Mar 16, 2022 07:36","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6112) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499315","Mar 16, 2022 07:37","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6112) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499316","Mar 16, 2022 07:40","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6112) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499317","Mar 16, 2022 07:40","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6112) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499318","Mar 16, 2022 07:40","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499319","Mar 16, 2022 07:40","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%A%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499320","Mar 16, 2022 07:40","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%AHCP%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499321","Mar 16, 2022 07:48","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6117) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499322","Mar 16, 2022 07:49","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6117) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499323","Mar 16, 2022 07:49","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6057) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6057))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499324","Mar 16, 2022 07:49","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499325","Mar 16, 2022 07:49","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "499326","Mar 16, 2022 07:49","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6103) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499327","Mar 16, 2022 07:49","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6117) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499328","Mar 16, 2022 07:50","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6117) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499329","Mar 16, 2022 07:50","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499330","Mar 16, 2022 07:50","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%A%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499331","Mar 16, 2022 07:50","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%AH%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499332","Mar 16, 2022 07:50","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%AHH%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499333","Mar 16, 2022 07:50","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%AH%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499334","Mar 16, 2022 07:50","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%AH3PC%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499335","Mar 16, 2022 07:50","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%AHCP3%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499336","Mar 16, 2022 07:53","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6117) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499337","Mar 16, 2022 07:54","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6117) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499338","Mar 16, 2022 07:54","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6117) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499339","Mar 16, 2022 07:56","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6117) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499340","Mar 16, 2022 07:59","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6117) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499341","Mar 16, 2022 07:59","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6117) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499342","Mar 16, 2022 08:02","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6117) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499343","Mar 16, 2022 08:12","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6117) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499344","Mar 16, 2022 08:13","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499345","Mar 16, 2022 08:13","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%AHC%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499346","Mar 16, 2022 08:13","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%AHCP%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499347","Mar 16, 2022 08:13","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%AHCP3%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499348","Mar 16, 2022 08:13","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6117) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499349","Mar 16, 2022 08:30","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4934) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499350","Mar 16, 2022 08:30","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499351","Mar 16, 2022 08:31","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.REGISTRATION_DATE as c3, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c4 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5962) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499352","Mar 16, 2022 08:31","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499353","Mar 16, 2022 08:31","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973)) AND (upper(t0.SHORT_TITLE) like '%WORKF%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499354","Mar 16, 2022 08:31","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499355","Mar 16, 2022 08:33","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4577) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499356","Mar 16, 2022 08:34","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.REGISTRATION_DATE as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6086) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499357","Mar 16, 2022 08:34","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.REGISTRATION_DATE as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6086) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499358","Mar 16, 2022 08:41","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499359","Mar 16, 2022 08:42","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5113) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499360","Mar 16, 2022 09:06","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6117) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499361","Mar 16, 2022 09:11","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 408) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 408))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499362","Mar 16, 2022 09:11","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6117) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499363","Mar 16, 2022 09:14","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6117) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499364","Mar 16, 2022 09:17","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4577) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499365","Mar 16, 2022 09:18","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5695) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499366","Mar 16, 2022 09:19","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5695) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499367","Mar 16, 2022 09:20","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499368","Mar 16, 2022 09:20","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%ASS%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499369","Mar 16, 2022 09:20","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6092) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "499370","Mar 16, 2022 09:21","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6092) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "499371","Mar 16, 2022 09:21","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5695) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499372","Mar 16, 2022 09:21","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5695) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499373","Mar 16, 2022 09:21","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5695) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499374","Mar 16, 2022 09:22","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499375","Mar 16, 2022 09:22","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%ASS12%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499376","Mar 16, 2022 09:22","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%ASS12C%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499377","Mar 16, 2022 09:22","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6116) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "499378","Mar 16, 2022 09:23","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6116) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "499379","Mar 16, 2022 09:23","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499380","Mar 16, 2022 09:23","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%ASS%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499381","Mar 16, 2022 09:23","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%ASS12%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499382","Mar 16, 2022 09:23","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6116) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "499383","Mar 16, 2022 09:25","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6116) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "499384","Mar 16, 2022 09:27","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5695) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499385","Mar 16, 2022 09:28","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5695) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499386","Mar 16, 2022 09:29","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 408) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 408))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499387","Mar 16, 2022 09:29","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 408) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 408))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499388","Mar 16, 2022 09:30","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5695) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499389","Mar 16, 2022 09:31","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5695) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499390","Mar 16, 2022 09:31","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6116) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "499391","Mar 16, 2022 09:34","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5695) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499392","Mar 16, 2022 09:34","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6116) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "499393","Mar 16, 2022 09:35","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6116) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "499394","Mar 16, 2022 09:36","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 408) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 408))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499395","Mar 16, 2022 09:36","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499396","Mar 16, 2022 09:37","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 408) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 408))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499397","Mar 16, 2022 09:39","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5695) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499398","Mar 16, 2022 09:41","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5695) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499399","Mar 16, 2022 09:42","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5695) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499400","Mar 16, 2022 09:42","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 408) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 408))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499401","Mar 16, 2022 09:42","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499402","Mar 16, 2022 09:43","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6116) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "499403","Mar 16, 2022 09:44","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6116) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "499404","Mar 16, 2022 09:44","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499405","Mar 16, 2022 09:44","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6116) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "499406","Mar 16, 2022 09:44","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499407","Mar 16, 2022 09:44","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%ASS%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499408","Mar 16, 2022 09:45","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6116) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "499409","Mar 16, 2022 09:45","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6116) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "499410","Mar 16, 2022 09:47","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499411","Mar 16, 2022 09:47","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6116) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "499412","Mar 16, 2022 09:49","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6116) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "499413","Mar 16, 2022 09:50","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 408) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 408))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499414","Mar 16, 2022 09:50","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 408) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 408))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499415","Mar 16, 2022 09:54","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499416","Mar 16, 2022 09:54","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499417","Mar 16, 2022 09:55","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244)) AND (upper(t0.SHORT_TITLE) like '%ECONSET%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499418","Mar 16, 2022 09:55","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244)) AND (upper(t0.SHORT_TITLE) like '%ECONSENT%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499419","Mar 16, 2022 09:55","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244)) AND (upper(t0.SHORT_TITLE) like '%ECONSENT%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499420","Mar 16, 2022 09:55","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5112) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499421","Mar 16, 2022 09:55","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244)) AND (upper(t0.SHORT_TITLE) like '%ECONSENT%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499422","Mar 16, 2022 09:55","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5695) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499423","Mar 16, 2022 09:55","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499424","Mar 16, 2022 09:58","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499425","Mar 16, 2022 09:59","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%AH%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499426","Mar 16, 2022 09:59","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%AHCP%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499427","Mar 16, 2022 09:59","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%AHCP3%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499428","Mar 16, 2022 09:59","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244)) AND (upper(t0.SHORT_TITLE) like '%DEMO%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499429","Mar 16, 2022 09:59","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6117) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499430","Mar 16, 2022 09:59","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244)) AND (upper(t0.SHORT_TITLE) like '%ECONSENT%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499431","Mar 16, 2022 09:59","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6117) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499432","Mar 16, 2022 09:59","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499433","Mar 16, 2022 10:00","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5695) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499434","Mar 16, 2022 10:00","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6117) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499435","Mar 16, 2022 10:01","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499436","Mar 16, 2022 10:02","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6117) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499437","Mar 16, 2022 10:03","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499438","Mar 16, 2022 10:04","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499439","Mar 16, 2022 10:04","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499440","Mar 16, 2022 10:05","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499441","Mar 16, 2022 10:06","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499442","Mar 16, 2022 10:06","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5695) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499443","Mar 16, 2022 10:11","Demo Consent Collector","Sri@dummy.com","demo-econsent","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c4, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c5, t5.DE_A_26 as c6, t8.DE_A_1 as c7 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t6 on t6.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t7 inner join DE_E_19026 t8 on t8.IDENTIFIER = t7.RECORD_ID and t7.FORM_ID = 7226) on t7.RESPONSE_ID = t6.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t4 inner join DE_E_19776 t5 on t5.IDENTIFIER = t4.RECORD_ID and t4.FORM_ID = 7901) on t4.CPR_ID = t0.CPR_ID left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4087 OR t3.SITE_ID = 4087) AND t2.IDENTIFIER = 5695) OR ((t1.SITE_ID = 3121 OR t3.SITE_ID = 3121) AND t2.IDENTIFIER = 4834))))) AND t2.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499444","Mar 16, 2022 10:15","Demo Consent Collector","Sri@dummy.com","demo-econsent","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5453) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 5453)) AND ((t2.SITE_ID = 4087 OR t2.SITE_ID = 3121)))) AND ((t2.SITE_ID = 4087 AND t0.IDENTIFIER = 5695) OR (t2.SITE_ID = 3121 AND t0.IDENTIFIER = 4834))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499445","Mar 16, 2022 10:15","Demo Consent Collector","Sri@dummy.com","demo-econsent","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c4, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c5, t5.DE_A_26 as c6, t8.DE_A_1 as c7 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t6 on t6.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t7 inner join DE_E_19026 t8 on t8.IDENTIFIER = t7.RECORD_ID and t7.FORM_ID = 7226) on t7.RESPONSE_ID = t6.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t4 inner join DE_E_19776 t5 on t5.IDENTIFIER = t4.RECORD_ID and t4.FORM_ID = 7901) on t4.CPR_ID = t0.CPR_ID left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4087 OR t3.SITE_ID = 4087) AND t2.IDENTIFIER = 5695) OR ((t1.SITE_ID = 3121 OR t3.SITE_ID = 3121) AND t2.IDENTIFIER = 4834))))) AND t2.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499446","Mar 16, 2022 10:15","Demo Consent Collector","Sri@dummy.com","demo-econsent","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5453) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 5453)) AND ((t2.SITE_ID = 4087 OR t2.SITE_ID = 3121)))) AND ((t2.SITE_ID = 4087 AND t0.IDENTIFIER = 5695) OR (t2.SITE_ID = 3121 AND t0.IDENTIFIER = 4834))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499447","Mar 16, 2022 10:15","Demo Consent Collector","Sri@dummy.com","demo-econsent","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c4, t0.EMPI_ID as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4087 OR t3.SITE_ID = 4087) AND t2.IDENTIFIER = 5695) OR ((t1.SITE_ID = 3121 OR t3.SITE_ID = 3121) AND t2.IDENTIFIER = 4834))))) AND t2.IDENTIFIER = 5695) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499448","Mar 16, 2022 10:17","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5695) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499449","Mar 16, 2022 10:17","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 408) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 408))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499450","Mar 16, 2022 10:18","Demo Consent Collector","Sri@dummy.com","demo-econsent","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5453) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 5453)) AND ((t2.SITE_ID = 4087 OR t2.SITE_ID = 3121)))) AND ((t2.SITE_ID = 4087 AND t0.IDENTIFIER = 5695) OR (t2.SITE_ID = 3121 AND t0.IDENTIFIER = 4834))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499451","Mar 16, 2022 10:18","Demo Consent Collector","Sri@dummy.com","demo-econsent","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c4, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c5, t5.DE_A_26 as c6, t8.DE_A_1 as c7 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t6 on t6.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t7 inner join DE_E_19026 t8 on t8.IDENTIFIER = t7.RECORD_ID and t7.FORM_ID = 7226) on t7.RESPONSE_ID = t6.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t4 inner join DE_E_19776 t5 on t5.IDENTIFIER = t4.RECORD_ID and t4.FORM_ID = 7901) on t4.CPR_ID = t0.CPR_ID left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4087 OR t3.SITE_ID = 4087) AND t2.IDENTIFIER = 5695) OR ((t1.SITE_ID = 3121 OR t3.SITE_ID = 3121) AND t2.IDENTIFIER = 4834))))) AND t2.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499452","Mar 16, 2022 10:18","Demo Consent Collector","Sri@dummy.com","demo-econsent","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c4, t0.EMPI_ID as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4087 OR t3.SITE_ID = 4087) AND t2.IDENTIFIER = 5695) OR ((t1.SITE_ID = 3121 OR t3.SITE_ID = 3121) AND t2.IDENTIFIER = 4834))))) AND t2.IDENTIFIER = 5695) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499453","Mar 16, 2022 10:21","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 408) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 408))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499454","Mar 16, 2022 10:28","Vinayak Pawar","vinayak.pawar@krishagni.com","vpawar","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5113) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499455","Mar 16, 2022 10:30","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499456","Mar 16, 2022 10:30","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499457","Mar 16, 2022 10:38","Demo Consent Collector","Sri@dummy.com","demo-econsent","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5453) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 5453)) AND ((t2.SITE_ID = 4087 OR t2.SITE_ID = 3121)))) AND ((t2.SITE_ID = 4087 AND t0.IDENTIFIER = 5695) OR (t2.SITE_ID = 3121 AND t0.IDENTIFIER = 4834))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499458","Mar 16, 2022 10:41","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499459","Mar 16, 2022 10:43","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499460","Mar 16, 2022 10:49","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499461","Mar 16, 2022 10:49","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499462","Mar 16, 2022 10:51","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499463","Mar 16, 2022 10:51","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499464","Mar 16, 2022 10:52","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499465","Mar 16, 2022 10:53","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499466","Mar 16, 2022 11:03","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499467","Mar 16, 2022 11:04","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499468","Mar 16, 2022 11:04","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499469","Mar 16, 2022 11:05","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499470","Mar 16, 2022 11:05","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499471","Mar 16, 2022 11:05","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499472","Mar 16, 2022 11:06","Demo Consent Collector","Sri@dummy.com","demo-econsent","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c4, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c5, t5.DE_A_26 as c6, t8.DE_A_1 as c7 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t6 on t6.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t7 inner join DE_E_19026 t8 on t8.IDENTIFIER = t7.RECORD_ID and t7.FORM_ID = 7226) on t7.RESPONSE_ID = t6.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t4 inner join DE_E_19776 t5 on t5.IDENTIFIER = t4.RECORD_ID and t4.FORM_ID = 7901) on t4.CPR_ID = t0.CPR_ID left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4087 OR t3.SITE_ID = 4087) AND t2.IDENTIFIER = 5695) OR ((t1.SITE_ID = 3121 OR t3.SITE_ID = 3121) AND t2.IDENTIFIER = 4834))))) AND t2.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499473","Mar 16, 2022 11:06","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499474","Mar 16, 2022 11:06","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499475","Mar 16, 2022 11:06","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499476","Mar 16, 2022 11:08","Demo Consent Collector","Sri@dummy.com","demo-econsent","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c4, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c5, t5.DE_A_26 as c6, t8.DE_A_1 as c7 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t6 on t6.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t7 inner join DE_E_19026 t8 on t8.IDENTIFIER = t7.RECORD_ID and t7.FORM_ID = 7226) on t7.RESPONSE_ID = t6.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t4 inner join DE_E_19776 t5 on t5.IDENTIFIER = t4.RECORD_ID and t4.FORM_ID = 7901) on t4.CPR_ID = t0.CPR_ID left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4087 OR t3.SITE_ID = 4087) AND t2.IDENTIFIER = 5695) OR ((t1.SITE_ID = 3121 OR t3.SITE_ID = 3121) AND t2.IDENTIFIER = 4834))))) AND t2.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499477","Mar 16, 2022 11:10","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499478","Mar 16, 2022 11:13","Demo Consent Collector","Sri@dummy.com","demo-econsent","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c4, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c5, t5.DE_A_26 as c6, t8.DE_A_1 as c7 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t6 on t6.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t7 inner join DE_E_19026 t8 on t8.IDENTIFIER = t7.RECORD_ID and t7.FORM_ID = 7226) on t7.RESPONSE_ID = t6.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t4 inner join DE_E_19776 t5 on t5.IDENTIFIER = t4.RECORD_ID and t4.FORM_ID = 7901) on t4.CPR_ID = t0.CPR_ID left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4087 OR t3.SITE_ID = 4087) AND t2.IDENTIFIER = 5695) OR ((t1.SITE_ID = 3121 OR t3.SITE_ID = 3121) AND t2.IDENTIFIER = 4834))))) AND t2.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499479","Mar 16, 2022 11:14","Demo Consent Collector","Sri@dummy.com","demo-econsent","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c4, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c5, t5.DE_A_26 as c6, t8.DE_A_1 as c7 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t6 on t6.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t7 inner join DE_E_19026 t8 on t8.IDENTIFIER = t7.RECORD_ID and t7.FORM_ID = 7226) on t7.RESPONSE_ID = t6.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t4 inner join DE_E_19776 t5 on t5.IDENTIFIER = t4.RECORD_ID and t4.FORM_ID = 7901) on t4.CPR_ID = t0.CPR_ID left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4087 OR t3.SITE_ID = 4087) AND t2.IDENTIFIER = 5695) OR ((t1.SITE_ID = 3121 OR t3.SITE_ID = 3121) AND t2.IDENTIFIER = 4834))))) AND t2.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499480","Mar 16, 2022 11:15","Demo Consent Collector","Sri@dummy.com","demo-econsent","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c4, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c5, t5.DE_A_26 as c6, t8.DE_A_1 as c7 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t6 on t6.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t7 inner join DE_E_19026 t8 on t8.IDENTIFIER = t7.RECORD_ID and t7.FORM_ID = 7226) on t7.RESPONSE_ID = t6.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t4 inner join DE_E_19776 t5 on t5.IDENTIFIER = t4.RECORD_ID and t4.FORM_ID = 7901) on t4.CPR_ID = t0.CPR_ID left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4087 OR t3.SITE_ID = 4087) AND t2.IDENTIFIER = 5695) OR ((t1.SITE_ID = 3121 OR t3.SITE_ID = 3121) AND t2.IDENTIFIER = 4834))))) AND t2.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499481","Mar 16, 2022 11:16","Demo Consent Collector","Sri@dummy.com","demo-econsent","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5453) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 5453)) AND ((t2.SITE_ID = 4087 OR t2.SITE_ID = 3121)))) AND ((t2.SITE_ID = 4087 AND t0.IDENTIFIER = 5695) OR (t2.SITE_ID = 3121 AND t0.IDENTIFIER = 4834))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499482","Mar 16, 2022 11:16","Demo Consent Collector","Sri@dummy.com","demo-econsent","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c4, t0.EMPI_ID as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4087 OR t3.SITE_ID = 4087) AND t2.IDENTIFIER = 5695) OR ((t1.SITE_ID = 3121 OR t3.SITE_ID = 3121) AND t2.IDENTIFIER = 4834))))) AND t2.IDENTIFIER = 5695) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499483","Mar 16, 2022 11:17","Demo Consent Collector","Sri@dummy.com","demo-econsent","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c4, t0.EMPI_ID as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4087 OR t3.SITE_ID = 4087) AND t2.IDENTIFIER = 5695) OR ((t1.SITE_ID = 3121 OR t3.SITE_ID = 3121) AND t2.IDENTIFIER = 4834))))) AND t2.IDENTIFIER = 5695) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499484","Mar 16, 2022 11:18","Demo Consent Collector","Sri@dummy.com","demo-econsent","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5453) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 5453)) AND ((t2.SITE_ID = 4087 OR t2.SITE_ID = 3121)))) AND ((t2.SITE_ID = 4087 AND t0.IDENTIFIER = 5695) OR (t2.SITE_ID = 3121 AND t0.IDENTIFIER = 4834))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499485","Mar 16, 2022 11:18","Demo Consent Collector","Sri@dummy.com","demo-econsent","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c4, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c5, t5.DE_A_26 as c6, t8.DE_A_1 as c7 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t6 on t6.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t7 inner join DE_E_19026 t8 on t8.IDENTIFIER = t7.RECORD_ID and t7.FORM_ID = 7226) on t7.RESPONSE_ID = t6.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t4 inner join DE_E_19776 t5 on t5.IDENTIFIER = t4.RECORD_ID and t4.FORM_ID = 7901) on t4.CPR_ID = t0.CPR_ID left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4087 OR t3.SITE_ID = 4087) AND t2.IDENTIFIER = 5695) OR ((t1.SITE_ID = 3121 OR t3.SITE_ID = 3121) AND t2.IDENTIFIER = 4834))))) AND t2.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499486","Mar 16, 2022 11:19","Demo Consent Collector","Sri@dummy.com","demo-econsent","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c4, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c5, t5.DE_A_26 as c6, t8.DE_A_1 as c7 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t6 on t6.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t7 inner join DE_E_19026 t8 on t8.IDENTIFIER = t7.RECORD_ID and t7.FORM_ID = 7226) on t7.RESPONSE_ID = t6.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t4 inner join DE_E_19776 t5 on t5.IDENTIFIER = t4.RECORD_ID and t4.FORM_ID = 7901) on t4.CPR_ID = t0.CPR_ID left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4087 OR t3.SITE_ID = 4087) AND t2.IDENTIFIER = 5695) OR ((t1.SITE_ID = 3121 OR t3.SITE_ID = 3121) AND t2.IDENTIFIER = 4834))))) AND t2.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499487","Mar 16, 2022 11:25","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499488","Mar 16, 2022 11:25","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499489","Mar 16, 2022 11:26","Demo Consent Collector","Sri@dummy.com","demo-econsent","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c4, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c5, t5.DE_A_26 as c6, t8.DE_A_1 as c7 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t6 on t6.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t7 inner join DE_E_19026 t8 on t8.IDENTIFIER = t7.RECORD_ID and t7.FORM_ID = 7226) on t7.RESPONSE_ID = t6.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t4 inner join DE_E_19776 t5 on t5.IDENTIFIER = t4.RECORD_ID and t4.FORM_ID = 7901) on t4.CPR_ID = t0.CPR_ID left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4087 OR t3.SITE_ID = 4087) AND t2.IDENTIFIER = 5695) OR ((t1.SITE_ID = 3121 OR t3.SITE_ID = 3121) AND t2.IDENTIFIER = 4834))))) AND t2.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499490","Mar 16, 2022 11:26","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499491","Mar 16, 2022 11:26","Demo Consent Collector","Sri@dummy.com","demo-econsent","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.REGISTRATION_DATE as c2, t2.VALUE as c3, t4.VALUE as c4, t6.VALUE as c5, t7.IDENTIFIER as c6, t1.IDENTIFIER as c7, t7.LABEL as c8, t8.VALUE as c9, t9.VALUE as c10, t10.COLL_TIME as c11, t11.ISCHEMIA_TIME as c12, 't0', t0.CPR_ID as mc0, 't6', t6.IDENTIFIER as mc1, 't7', t7.IDENTIFIER as mc2, 't1', t1.IDENTIFIER as mc3, 't10', t10.SPECIMEN_ID as mc4, 't11', t11.SPECIMEN_ID as mc5 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t0.GENDER_ID left join CATISSUE_RACE t3 on t3.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t3.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t7 on t7.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t7.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_STATS t11 on t11.SPECIMEN_ID = t7.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t10 on t10.SPECIMEN_ID = t7.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t7.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t7.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t5.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.PARTICIPANT_ID is not null ) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "499492","Mar 16, 2022 11:26","Demo Consent Collector","Sri@dummy.com","demo-econsent","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t2.IDENTIFIER) as c1, count(distinct t3.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t3 on t3.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.PARTICIPANT_ID is not null ) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499493","Mar 16, 2022 11:26","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 408) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 408))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499494","Mar 16, 2022 11:27","Demo Consent Collector","Sri@dummy.com","demo-econsent","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t2.IDENTIFIER) as c1, count(distinct t3.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t3 on t3.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.PARTICIPANT_ID is not null ) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499495","Mar 16, 2022 11:27","Demo Consent Collector","Sri@dummy.com","demo-econsent","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t1.IDENTIFIER as c0, t0.CPR_ID as c1, t0.PPID as c2, t0.REGISTRATION_DATE as c3, t4.VALUE as c4, t6.VALUE as c5, t0.FIRST_NAME as c6, t0.DOB as c7, t2.DOC_TITLE as c8, t2.DOC_VERSION as c9, t2.CREATION_TIME as c10, t7.NAME as c11, t3.STATEMENT as c12, t3.STATEMENT_CODE as c13, t8.VALUE as c14, 't0', t0.CPR_ID as mc0, 't1', t1.IDENTIFIER as mc1, 't2', t2.IDENTIFIER as mc2, 't3', t3.IDENTIFIER as mc3 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.GENDER_ID left join OS_CPR_CONSENT_RESPS_VIEW t2 on t2.CPR_ID = t0.CPR_ID left join OS_CPR_CONSENT_STMT_RESPS_VIEW t3 on t3.RESPONSE_ID = t2.RESPONSE_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t3.VALUE_ID left join USER_VIEW t7 on t7.IDENTIFIER = t2.CREATOR_ID left join CATISSUE_RACE t5 on t5.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t5.RACE_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.PARTICIPANT_ID is not null ) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "499496","Mar 16, 2022 11:27","Demo Consent Collector","Sri@dummy.com","demo-econsent","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t2.IDENTIFIER) as c1, count(distinct t3.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t3 on t3.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.PARTICIPANT_ID is not null ) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499497","Mar 16, 2022 11:27","Demo Consent Collector","Sri@dummy.com","demo-econsent","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t1.IDENTIFIER as c0, t0.CPR_ID as c1, t0.PPID as c2, t0.REGISTRATION_DATE as c3, t4.VALUE as c4, t6.VALUE as c5, t0.FIRST_NAME as c6, t0.DOB as c7, t2.DOC_TITLE as c8, t2.DOC_VERSION as c9, t2.CREATION_TIME as c10, t7.NAME as c11, t3.STATEMENT as c12, t3.STATEMENT_CODE as c13, t8.VALUE as c14, 't0', t0.CPR_ID as mc0, 't1', t1.IDENTIFIER as mc1, 't2', t2.IDENTIFIER as mc2, 't3', t3.IDENTIFIER as mc3 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.GENDER_ID left join OS_CPR_CONSENT_RESPS_VIEW t2 on t2.CPR_ID = t0.CPR_ID left join OS_CPR_CONSENT_STMT_RESPS_VIEW t3 on t3.RESPONSE_ID = t2.RESPONSE_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t3.VALUE_ID left join USER_VIEW t7 on t7.IDENTIFIER = t2.CREATOR_ID left join CATISSUE_RACE t5 on t5.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t5.RACE_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.PARTICIPANT_ID is not null ) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "499498","Mar 16, 2022 11:28","Demo Consent Collector","Sri@dummy.com","demo-econsent","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t1.IDENTIFIER as c0, t0.CPR_ID as c1, t0.PPID as c2, t0.REGISTRATION_DATE as c3, t4.VALUE as c4, t6.VALUE as c5, t0.FIRST_NAME as c6, t2.DOC_TITLE as c7, t2.DOC_VERSION as c8, t2.CREATION_TIME as c9, t7.NAME as c10, t3.STATEMENT as c11, t3.STATEMENT_CODE as c12, t8.VALUE as c13, 't0', t0.CPR_ID as mc0, 't1', t1.IDENTIFIER as mc1, 't2', t2.IDENTIFIER as mc2, 't3', t3.IDENTIFIER as mc3 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.GENDER_ID left join OS_CPR_CONSENT_RESPS_VIEW t2 on t2.CPR_ID = t0.CPR_ID left join OS_CPR_CONSENT_STMT_RESPS_VIEW t3 on t3.RESPONSE_ID = t2.RESPONSE_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t3.VALUE_ID left join USER_VIEW t7 on t7.IDENTIFIER = t2.CREATOR_ID left join CATISSUE_RACE t5 on t5.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t5.RACE_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.PARTICIPANT_ID is not null ) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "499499","Mar 16, 2022 11:28","Demo Consent Collector","Sri@dummy.com","demo-econsent","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t1.IDENTIFIER as c0, t0.CPR_ID as c1, t0.PPID as c2, t0.REGISTRATION_DATE as c3, t4.VALUE as c4, t0.FIRST_NAME as c5, t2.DOC_TITLE as c6, t2.DOC_VERSION as c7, t2.CREATION_TIME as c8, t5.NAME as c9, t3.STATEMENT as c10, t3.STATEMENT_CODE as c11, t6.VALUE as c12, 't0', t0.CPR_ID as mc0, 't1', t1.IDENTIFIER as mc1, 't2', t2.IDENTIFIER as mc2, 't3', t3.IDENTIFIER as mc3 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.GENDER_ID left join OS_CPR_CONSENT_RESPS_VIEW t2 on t2.CPR_ID = t0.CPR_ID left join OS_CPR_CONSENT_STMT_RESPS_VIEW t3 on t3.RESPONSE_ID = t2.RESPONSE_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t3.VALUE_ID left join USER_VIEW t5 on t5.IDENTIFIER = t2.CREATOR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.PARTICIPANT_ID is not null ) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "499500","Mar 16, 2022 11:29","Demo Consent Collector","Sri@dummy.com","demo-econsent","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t1.IDENTIFIER as c0, t0.CPR_ID as c1, t0.PPID as c2, t0.REGISTRATION_DATE as c3, t0.FIRST_NAME as c4, t2.DOC_TITLE as c5, t2.DOC_VERSION as c6, t2.CREATION_TIME as c7, t4.NAME as c8, t3.STATEMENT as c9, t3.STATEMENT_CODE as c10, t5.VALUE as c11, 't0', t0.CPR_ID as mc0, 't1', t1.IDENTIFIER as mc1, 't2', t2.IDENTIFIER as mc2, 't3', t3.IDENTIFIER as mc3 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t2 on t2.CPR_ID = t0.CPR_ID left join OS_CPR_CONSENT_STMT_RESPS_VIEW t3 on t3.RESPONSE_ID = t2.RESPONSE_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t3.VALUE_ID left join USER_VIEW t4 on t4.IDENTIFIER = t2.CREATOR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.PARTICIPANT_ID is not null ) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "499501","Mar 16, 2022 11:29","Demo Consent Collector","Sri@dummy.com","demo-econsent","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t2.IDENTIFIER) as c1, count(distinct t3.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t3 on t3.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.PARTICIPANT_ID is not null ) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499502","Mar 16, 2022 11:29","Demo Consent Collector","Sri@dummy.com","demo-econsent","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t1.IDENTIFIER as c0, t0.CPR_ID as c1, t0.PPID as c2, t0.REGISTRATION_DATE as c3, t0.FIRST_NAME as c4, t2.DOC_TITLE as c5, t2.DOC_VERSION as c6, t2.CREATION_TIME as c7, t4.NAME as c8, t3.STATEMENT as c9, t3.STATEMENT_CODE as c10, t5.VALUE as c11, 't0', t0.CPR_ID as mc0, 't1', t1.IDENTIFIER as mc1, 't2', t2.IDENTIFIER as mc2, 't3', t3.IDENTIFIER as mc3 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t2 on t2.CPR_ID = t0.CPR_ID left join OS_CPR_CONSENT_STMT_RESPS_VIEW t3 on t3.RESPONSE_ID = t2.RESPONSE_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t3.VALUE_ID left join USER_VIEW t4 on t4.IDENTIFIER = t2.CREATOR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.PARTICIPANT_ID is not null ) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "499503","Mar 16, 2022 11:30","Demo Consent Collector","Sri@dummy.com","demo-econsent","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t3.IDENTIFIER as c0, t0.CPR_ID as c1, t0.PPID as c2, t0.REGISTRATION_DATE as c3, t0.FIRST_NAME as c4, t1.DOC_TITLE as c5, t1.DOC_VERSION as c6, t1.CREATION_TIME as c7, t4.NAME as c8, t2.STATEMENT as c9, t2.STATEMENT_CODE as c10, t5.VALUE as c11, 't0', t0.CPR_ID as mc0, 't3', t3.IDENTIFIER as mc1, 't1', t1.IDENTIFIER as mc2, 't2', t2.IDENTIFIER as mc3 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t1 on t1.CPR_ID = t0.CPR_ID left join OS_CPR_CONSENT_STMT_RESPS_VIEW t2 on t2.RESPONSE_ID = t1.RESPONSE_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t2.VALUE_ID left join USER_VIEW t4 on t4.IDENTIFIER = t1.CREATOR_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where ((t0.PARTICIPANT_ID is not null AND 1 = 1 AND 1 = 1 ) AND t3.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "499504","Mar 16, 2022 11:30","Demo Consent Collector","Sri@dummy.com","demo-econsent","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t5.IDENTIFIER) as c2 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t1 on t1.CPR_ID = t0.CPR_ID left join OS_CPR_CONSENT_STMT_RESPS_VIEW t2 on t2.RESPONSE_ID = t1.RESPONSE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t5 on t5.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where ((t0.PARTICIPANT_ID is not null AND 1 = 1 AND 1 = 1 ) AND t3.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499505","Mar 16, 2022 11:30","Demo Consent Collector","Sri@dummy.com","demo-econsent","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t5.IDENTIFIER) as c2 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t1 on t1.CPR_ID = t0.CPR_ID left join OS_CPR_CONSENT_STMT_RESPS_VIEW t2 on t2.RESPONSE_ID = t1.RESPONSE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t5 on t5.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where ((t0.PARTICIPANT_ID is not null AND 1 = 1 AND 1 = 1 ) AND t3.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499506","Mar 16, 2022 11:30","Demo Consent Collector","Sri@dummy.com","demo-econsent","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t3.IDENTIFIER as c0, t0.CPR_ID as c1, t0.PPID as c2, t0.REGISTRATION_DATE as c3, t0.FIRST_NAME as c4, t1.DOC_TITLE as c5, t1.DOC_VERSION as c6, t1.CREATION_TIME as c7, t4.NAME as c8, t2.STATEMENT as c9, t2.STATEMENT_CODE as c10, t5.VALUE as c11, 't0', t0.CPR_ID as mc0, 't3', t3.IDENTIFIER as mc1, 't1', t1.IDENTIFIER as mc2, 't2', t2.IDENTIFIER as mc3 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t1 on t1.CPR_ID = t0.CPR_ID left join OS_CPR_CONSENT_STMT_RESPS_VIEW t2 on t2.RESPONSE_ID = t1.RESPONSE_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t2.VALUE_ID left join USER_VIEW t4 on t4.IDENTIFIER = t1.CREATOR_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where ((t0.PARTICIPANT_ID is not null AND 1 = 1 AND 1 = 1 ) AND t3.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "499507","Mar 16, 2022 11:30","Demo Consent Collector","Sri@dummy.com","demo-econsent","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t2.IDENTIFIER) as c1, count(distinct t3.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t3 on t3.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (( 1 = 1 ) AND t1.IDENTIFIER = 5695) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499508","Mar 16, 2022 11:30","Demo Consent Collector","Sri@dummy.com","demo-econsent","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.REGISTRATION_DATE as c2, t2.VALUE as c3, t4.VALUE as c4, t6.VALUE as c5, t7.IDENTIFIER as c6, t1.IDENTIFIER as c7, t7.LABEL as c8, t8.VALUE as c9, t9.VALUE as c10, t10.COLL_TIME as c11, t11.ISCHEMIA_TIME as c12, 't0', t0.CPR_ID as mc0, 't6', t6.IDENTIFIER as mc1, 't7', t7.IDENTIFIER as mc2, 't1', t1.IDENTIFIER as mc3, 't10', t10.SPECIMEN_ID as mc4, 't11', t11.SPECIMEN_ID as mc5 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t0.GENDER_ID left join CATISSUE_RACE t3 on t3.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t3.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t7 on t7.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t7.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_STATS t11 on t11.SPECIMEN_ID = t7.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t10 on t10.SPECIMEN_ID = t7.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t7.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t7.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t5.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (( 1 = 1 ) AND t1.IDENTIFIER = 5695) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "499509","Mar 16, 2022 11:31","Demo Consent Collector","Sri@dummy.com","demo-econsent","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t2.IDENTIFIER) as c1, count(distinct t3.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t3 on t3.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (( 1 = 1 ) AND t1.IDENTIFIER = 5695) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499510","Mar 16, 2022 11:31","Demo Consent Collector","Sri@dummy.com","demo-econsent","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t1.IDENTIFIER as c0, t0.CPR_ID as c1, t0.PPID as c2, t0.FIRST_NAME as c3, t0.LAST_NAME as c4, t2.DOC_TITLE as c5, t2.DOC_VERSION as c6, t2.CREATION_TIME as c7, t4.NAME as c8, t2.UPDATE_TIME as c9, t5.NAME as c10, t3.STATEMENT as c11, t3.STATEMENT_CODE as c12, t6.VALUE as c13, 't0', t0.CPR_ID as mc0, 't1', t1.IDENTIFIER as mc1, 't2', t2.IDENTIFIER as mc2, 't3', t3.IDENTIFIER as mc3 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t2 on t2.CPR_ID = t0.CPR_ID left join OS_CPR_CONSENT_STMT_RESPS_VIEW t3 on t3.RESPONSE_ID = t2.RESPONSE_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t3.VALUE_ID left join USER_VIEW t4 on t4.IDENTIFIER = t2.CREATOR_ID left join USER_VIEW t5 on t5.IDENTIFIER = t2.UPDATER_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (( 1 = 1 ) AND t1.IDENTIFIER = 5695) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "499511","Mar 16, 2022 11:32","Demo Consent Collector","Sri@dummy.com","demo-econsent","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t4.IDENTIFIER as c0, t0.CPR_ID as c1, t0.PPID as c2, t0.FIRST_NAME as c3, t0.LAST_NAME as c4, t1.DOC_TITLE as c5, t1.DOC_VERSION as c6, t1.CREATION_TIME as c7, t5.NAME as c8, t1.UPDATE_TIME as c9, t6.NAME as c10, t2.STATEMENT as c11, t2.STATEMENT_CODE as c12, t3.VALUE as c13, 't0', t0.CPR_ID as mc0, 't4', t4.IDENTIFIER as mc1, 't1', t1.IDENTIFIER as mc2, 't2', t2.IDENTIFIER as mc3 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t4 on t4.IDENTIFIER = t0.CP_ID and t4.ACTIVITY_STATUS != 'Disabled' left join OS_CPR_CONSENT_RESPS_VIEW t1 on t1.CPR_ID = t0.CPR_ID left join OS_CPR_CONSENT_STMT_RESPS_VIEW t2 on t2.RESPONSE_ID = t1.RESPONSE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.VALUE_ID left join USER_VIEW t5 on t5.IDENTIFIER = t1.CREATOR_ID left join USER_VIEW t6 on t6.IDENTIFIER = t1.UPDATER_ID where (( 1 = 1 AND 1 = 1 AND 1 = 1 ) AND t4.IDENTIFIER = 5695) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "499512","Mar 16, 2022 11:32","Demo Consent Collector","Sri@dummy.com","demo-econsent","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t5.IDENTIFIER) as c1, count(distinct t6.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t4 on t4.IDENTIFIER = t0.CP_ID and t4.ACTIVITY_STATUS != 'Disabled' left join OS_CPR_CONSENT_RESPS_VIEW t1 on t1.CPR_ID = t0.CPR_ID left join OS_CPR_CONSENT_STMT_RESPS_VIEW t2 on t2.RESPONSE_ID = t1.RESPONSE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.VALUE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t6 on t6.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t6.ACTIVITY_STATUS != 'Disabled' where (( 1 = 1 AND 1 = 1 AND 1 = 1 ) AND t4.IDENTIFIER = 5695) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499513","Mar 16, 2022 11:32","Demo Consent Collector","Sri@dummy.com","demo-econsent","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t5.IDENTIFIER) as c1, count(distinct t6.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t4 on t4.IDENTIFIER = t0.CP_ID and t4.ACTIVITY_STATUS != 'Disabled' left join OS_CPR_CONSENT_RESPS_VIEW t1 on t1.CPR_ID = t0.CPR_ID left join OS_CPR_CONSENT_STMT_RESPS_VIEW t2 on t2.RESPONSE_ID = t1.RESPONSE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.VALUE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t6 on t6.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t6.ACTIVITY_STATUS != 'Disabled' where (( 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 ) AND t4.IDENTIFIER = 5695) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499514","Mar 16, 2022 11:32","Demo Consent Collector","Sri@dummy.com","demo-econsent","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t4.IDENTIFIER as c0, t0.CPR_ID as c1, t0.PPID as c2, t0.FIRST_NAME as c3, t0.LAST_NAME as c4, t1.DOC_TITLE as c5, t1.DOC_VERSION as c6, t1.CREATION_TIME as c7, t5.NAME as c8, t1.UPDATE_TIME as c9, t6.NAME as c10, t2.STATEMENT as c11, t2.STATEMENT_CODE as c12, t3.VALUE as c13, 't0', t0.CPR_ID as mc0, 't4', t4.IDENTIFIER as mc1, 't1', t1.IDENTIFIER as mc2, 't2', t2.IDENTIFIER as mc3 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t4 on t4.IDENTIFIER = t0.CP_ID and t4.ACTIVITY_STATUS != 'Disabled' left join OS_CPR_CONSENT_RESPS_VIEW t1 on t1.CPR_ID = t0.CPR_ID left join OS_CPR_CONSENT_STMT_RESPS_VIEW t2 on t2.RESPONSE_ID = t1.RESPONSE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.VALUE_ID left join USER_VIEW t5 on t5.IDENTIFIER = t1.CREATOR_ID left join USER_VIEW t6 on t6.IDENTIFIER = t1.UPDATER_ID where (( 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 ) AND t4.IDENTIFIER = 5695) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "499515","Mar 16, 2022 11:32","Demo Consent Collector","Sri@dummy.com","demo-econsent","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t5.IDENTIFIER) as c1, count(distinct t6.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t4 on t4.IDENTIFIER = t0.CP_ID and t4.ACTIVITY_STATUS != 'Disabled' left join OS_CPR_CONSENT_RESPS_VIEW t1 on t1.CPR_ID = t0.CPR_ID left join OS_CPR_CONSENT_STMT_RESPS_VIEW t2 on t2.RESPONSE_ID = t1.RESPONSE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.VALUE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t6 on t6.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t6.ACTIVITY_STATUS != 'Disabled' where (( 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 ) AND t4.IDENTIFIER = 5695) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499516","Mar 16, 2022 11:32","Demo Consent Collector","Sri@dummy.com","demo-econsent","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t4.IDENTIFIER as c0, t0.CPR_ID as c1, t0.PPID as c2, t0.FIRST_NAME as c3, t0.LAST_NAME as c4, t1.DOC_TITLE as c5, t1.DOC_VERSION as c6, t1.CREATION_TIME as c7, t5.NAME as c8, t1.UPDATE_TIME as c9, t6.NAME as c10, t2.STATEMENT as c11, t2.STATEMENT_CODE as c12, t3.VALUE as c13, 't0', t0.CPR_ID as mc0, 't4', t4.IDENTIFIER as mc1, 't1', t1.IDENTIFIER as mc2, 't2', t2.IDENTIFIER as mc3 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t4 on t4.IDENTIFIER = t0.CP_ID and t4.ACTIVITY_STATUS != 'Disabled' left join OS_CPR_CONSENT_RESPS_VIEW t1 on t1.CPR_ID = t0.CPR_ID left join OS_CPR_CONSENT_STMT_RESPS_VIEW t2 on t2.RESPONSE_ID = t1.RESPONSE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.VALUE_ID left join USER_VIEW t5 on t5.IDENTIFIER = t1.CREATOR_ID left join USER_VIEW t6 on t6.IDENTIFIER = t1.UPDATER_ID where (( 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 ) AND t4.IDENTIFIER = 5695) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "499517","Mar 16, 2022 11:33","Demo Consent Collector","Sri@dummy.com","demo-econsent","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t4.IDENTIFIER as c0, t0.CPR_ID as c1, t0.PPID as c2, t0.FIRST_NAME as c3, t0.LAST_NAME as c4, t1.DOC_TITLE as c5, t1.DOC_VERSION as c6, t1.CREATION_TIME as c7, t5.NAME as c8, t1.UPDATE_TIME as c9, t6.NAME as c10, t2.STATEMENT as c11, t2.STATEMENT_CODE as c12, t3.VALUE as c13, 't0', t0.CPR_ID as mc0, 't4', t4.IDENTIFIER as mc1, 't1', t1.IDENTIFIER as mc2, 't2', t2.IDENTIFIER as mc3 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t4 on t4.IDENTIFIER = t0.CP_ID and t4.ACTIVITY_STATUS != 'Disabled' left join OS_CPR_CONSENT_RESPS_VIEW t1 on t1.CPR_ID = t0.CPR_ID left join OS_CPR_CONSENT_STMT_RESPS_VIEW t2 on t2.RESPONSE_ID = t1.RESPONSE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.VALUE_ID left join USER_VIEW t5 on t5.IDENTIFIER = t1.CREATOR_ID left join USER_VIEW t6 on t6.IDENTIFIER = t1.UPDATER_ID where (( 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 ) AND t4.IDENTIFIER = 5695) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "499518","Mar 16, 2022 11:33","Demo Consent Collector","Sri@dummy.com","demo-econsent","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t5.IDENTIFIER) as c1, count(distinct t6.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t4 on t4.IDENTIFIER = t0.CP_ID and t4.ACTIVITY_STATUS != 'Disabled' left join OS_CPR_CONSENT_RESPS_VIEW t1 on t1.CPR_ID = t0.CPR_ID left join OS_CPR_CONSENT_STMT_RESPS_VIEW t2 on t2.RESPONSE_ID = t1.RESPONSE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.VALUE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t6 on t6.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t6.ACTIVITY_STATUS != 'Disabled' where (( 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 ) AND t4.IDENTIFIER = 5695) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499519","Mar 16, 2022 11:33","Demo Consent Collector","Sri@dummy.com","demo-econsent","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t4.IDENTIFIER as c0, t0.CPR_ID as c1, t0.PPID as c2, t0.FIRST_NAME as c3, t0.LAST_NAME as c4, t1.DOC_TITLE as c5, t1.DOC_VERSION as c6, t1.CREATION_TIME as c7, t5.NAME as c8, t1.UPDATE_TIME as c9, t6.NAME as c10, t2.STATEMENT as c11, t2.STATEMENT_CODE as c12, t3.VALUE as c13, 't0', t0.CPR_ID as mc0, 't4', t4.IDENTIFIER as mc1, 't1', t1.IDENTIFIER as mc2, 't2', t2.IDENTIFIER as mc3 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t4 on t4.IDENTIFIER = t0.CP_ID and t4.ACTIVITY_STATUS != 'Disabled' left join OS_CPR_CONSENT_RESPS_VIEW t1 on t1.CPR_ID = t0.CPR_ID left join OS_CPR_CONSENT_STMT_RESPS_VIEW t2 on t2.RESPONSE_ID = t1.RESPONSE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.VALUE_ID left join USER_VIEW t5 on t5.IDENTIFIER = t1.CREATOR_ID left join USER_VIEW t6 on t6.IDENTIFIER = t1.UPDATER_ID where (( 1 = 1 AND (t1.DOC_TITLE in ('UM BSSR Consent ENG - Form- A')) AND 1 = 1 AND 1 = 1 ) AND t4.IDENTIFIER = 5695) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "499520","Mar 16, 2022 11:33","Demo Consent Collector","Sri@dummy.com","demo-econsent","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t5.IDENTIFIER) as c1, count(distinct t6.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t4 on t4.IDENTIFIER = t0.CP_ID and t4.ACTIVITY_STATUS != 'Disabled' left join OS_CPR_CONSENT_RESPS_VIEW t1 on t1.CPR_ID = t0.CPR_ID left join OS_CPR_CONSENT_STMT_RESPS_VIEW t2 on t2.RESPONSE_ID = t1.RESPONSE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.VALUE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t6 on t6.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t6.ACTIVITY_STATUS != 'Disabled' where (( 1 = 1 AND (t1.DOC_TITLE in ('UM BSSR Consent ENG - Form- A')) AND 1 = 1 AND 1 = 1 ) AND t4.IDENTIFIER = 5695) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499521","Mar 16, 2022 11:33","Demo Consent Collector","Sri@dummy.com","demo-econsent","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t4.IDENTIFIER as c0, t0.CPR_ID as c1, t0.PPID as c2, t0.FIRST_NAME as c3, t0.LAST_NAME as c4, t1.DOC_TITLE as c5, t1.DOC_VERSION as c6, t1.CREATION_TIME as c7, t5.NAME as c8, t1.UPDATE_TIME as c9, t6.NAME as c10, t2.STATEMENT as c11, t2.STATEMENT_CODE as c12, t3.VALUE as c13, 't0', t0.CPR_ID as mc0, 't4', t4.IDENTIFIER as mc1, 't1', t1.IDENTIFIER as mc2, 't2', t2.IDENTIFIER as mc3 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t4 on t4.IDENTIFIER = t0.CP_ID and t4.ACTIVITY_STATUS != 'Disabled' left join OS_CPR_CONSENT_RESPS_VIEW t1 on t1.CPR_ID = t0.CPR_ID left join OS_CPR_CONSENT_STMT_RESPS_VIEW t2 on t2.RESPONSE_ID = t1.RESPONSE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.VALUE_ID left join USER_VIEW t5 on t5.IDENTIFIER = t1.CREATOR_ID left join USER_VIEW t6 on t6.IDENTIFIER = t1.UPDATER_ID where (( 1 = 1 AND (t1.DOC_TITLE in ('UM BSSR Consent ENG - Form- A', 'UM BSSR Consent ENG - Form-B')) AND 1 = 1 AND 1 = 1 ) AND t4.IDENTIFIER = 5695) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "499522","Mar 16, 2022 11:33","Demo Consent Collector","Sri@dummy.com","demo-econsent","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t5.IDENTIFIER) as c1, count(distinct t6.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t4 on t4.IDENTIFIER = t0.CP_ID and t4.ACTIVITY_STATUS != 'Disabled' left join OS_CPR_CONSENT_RESPS_VIEW t1 on t1.CPR_ID = t0.CPR_ID left join OS_CPR_CONSENT_STMT_RESPS_VIEW t2 on t2.RESPONSE_ID = t1.RESPONSE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.VALUE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t6 on t6.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t6.ACTIVITY_STATUS != 'Disabled' where (( 1 = 1 AND (t1.DOC_TITLE in ('UM BSSR Consent ENG - Form- A', 'UM BSSR Consent ENG - Form-B')) AND 1 = 1 AND 1 = 1 ) AND t4.IDENTIFIER = 5695) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499523","Mar 16, 2022 11:33","Demo Consent Collector","Sri@dummy.com","demo-econsent","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t4.IDENTIFIER as c0, t0.CPR_ID as c1, t0.PPID as c2, t0.FIRST_NAME as c3, t0.LAST_NAME as c4, t1.DOC_TITLE as c5, t1.DOC_VERSION as c6, t1.CREATION_TIME as c7, t5.NAME as c8, t1.UPDATE_TIME as c9, t6.NAME as c10, t2.STATEMENT as c11, t2.STATEMENT_CODE as c12, t3.VALUE as c13, 't0', t0.CPR_ID as mc0, 't4', t4.IDENTIFIER as mc1, 't1', t1.IDENTIFIER as mc2, 't2', t2.IDENTIFIER as mc3 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t4 on t4.IDENTIFIER = t0.CP_ID and t4.ACTIVITY_STATUS != 'Disabled' left join OS_CPR_CONSENT_RESPS_VIEW t1 on t1.CPR_ID = t0.CPR_ID left join OS_CPR_CONSENT_STMT_RESPS_VIEW t2 on t2.RESPONSE_ID = t1.RESPONSE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.VALUE_ID left join USER_VIEW t5 on t5.IDENTIFIER = t1.CREATOR_ID left join USER_VIEW t6 on t6.IDENTIFIER = t1.UPDATER_ID where (( 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 ) AND t4.IDENTIFIER = 5695) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "499524","Mar 16, 2022 11:33","Demo Consent Collector","Sri@dummy.com","demo-econsent","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t5.IDENTIFIER) as c1, count(distinct t6.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t4 on t4.IDENTIFIER = t0.CP_ID and t4.ACTIVITY_STATUS != 'Disabled' left join OS_CPR_CONSENT_RESPS_VIEW t1 on t1.CPR_ID = t0.CPR_ID left join OS_CPR_CONSENT_STMT_RESPS_VIEW t2 on t2.RESPONSE_ID = t1.RESPONSE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.VALUE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t6 on t6.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t6.ACTIVITY_STATUS != 'Disabled' where (( 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 ) AND t4.IDENTIFIER = 5695) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499525","Mar 16, 2022 11:34","Demo Consent Collector","Sri@dummy.com","demo-econsent","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t3.IDENTIFIER as c0, t0.CPR_ID as c1, t0.PPID as c2, t0.FIRST_NAME as c3, t0.LAST_NAME as c4, t1.DOC_TITLE as c5, t1.DOC_VERSION as c6, t1.CREATION_TIME as c7, t4.NAME as c8, t1.UPDATE_TIME as c9, t5.NAME as c10, t2.STATEMENT as c11, t2.STATEMENT_CODE as c12, t6.VALUE as c13, 't0', t0.CPR_ID as mc0, 't3', t3.IDENTIFIER as mc1, 't1', t1.IDENTIFIER as mc2, 't2', t2.IDENTIFIER as mc3 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t1 on t1.CPR_ID = t0.CPR_ID left join OS_CPR_CONSENT_STMT_RESPS_VIEW t2 on t2.RESPONSE_ID = t1.RESPONSE_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t2.VALUE_ID left join USER_VIEW t4 on t4.IDENTIFIER = t1.CREATOR_ID left join USER_VIEW t5 on t5.IDENTIFIER = t1.UPDATER_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (( 1 = 1 AND 1 = 1 AND 1 = 1 ) AND t3.IDENTIFIER = 5695) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "499526","Mar 16, 2022 11:34","Demo Consent Collector","Sri@dummy.com","demo-econsent","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t5.IDENTIFIER) as c2 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t1 on t1.CPR_ID = t0.CPR_ID left join OS_CPR_CONSENT_STMT_RESPS_VIEW t2 on t2.RESPONSE_ID = t1.RESPONSE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t5 on t5.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (( 1 = 1 AND 1 = 1 AND 1 = 1 ) AND t3.IDENTIFIER = 5695) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499527","Mar 16, 2022 11:34","Demo Consent Collector","Sri@dummy.com","demo-econsent","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t5.IDENTIFIER) as c2 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t1 on t1.CPR_ID = t0.CPR_ID left join OS_CPR_CONSENT_STMT_RESPS_VIEW t2 on t2.RESPONSE_ID = t1.RESPONSE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t5 on t5.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (( 1 = 1 AND 1 = 1 AND 1 = 1 ) AND t3.IDENTIFIER = 5695) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499528","Mar 16, 2022 11:34","Demo Consent Collector","Sri@dummy.com","demo-econsent","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t3.IDENTIFIER as c0, t0.CPR_ID as c1, t0.PPID as c2, t0.FIRST_NAME as c3, t0.LAST_NAME as c4, t1.DOC_TITLE as c5, t1.DOC_VERSION as c6, t1.CREATION_TIME as c7, t4.NAME as c8, t1.UPDATE_TIME as c9, t5.NAME as c10, t2.STATEMENT as c11, t2.STATEMENT_CODE as c12, t6.VALUE as c13, 't0', t0.CPR_ID as mc0, 't3', t3.IDENTIFIER as mc1, 't1', t1.IDENTIFIER as mc2, 't2', t2.IDENTIFIER as mc3 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t1 on t1.CPR_ID = t0.CPR_ID left join OS_CPR_CONSENT_STMT_RESPS_VIEW t2 on t2.RESPONSE_ID = t1.RESPONSE_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t2.VALUE_ID left join USER_VIEW t4 on t4.IDENTIFIER = t1.CREATOR_ID left join USER_VIEW t5 on t5.IDENTIFIER = t1.UPDATER_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (( 1 = 1 AND 1 = 1 AND 1 = 1 ) AND t3.IDENTIFIER = 5695) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "499529","Mar 16, 2022 11:35","Demo Consent Collector","Sri@dummy.com","demo-econsent","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t3.IDENTIFIER as c0, t0.CPR_ID as c1, t0.PPID as c2, t0.REGISTRATION_DATE as c3, t0.FIRST_NAME as c4, t1.DOC_TITLE as c5, t1.DOC_VERSION as c6, t1.CREATION_TIME as c7, t4.NAME as c8, t2.STATEMENT as c9, t2.STATEMENT_CODE as c10, t5.VALUE as c11, 't0', t0.CPR_ID as mc0, 't3', t3.IDENTIFIER as mc1, 't1', t1.IDENTIFIER as mc2, 't2', t2.IDENTIFIER as mc3 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t1 on t1.CPR_ID = t0.CPR_ID left join OS_CPR_CONSENT_STMT_RESPS_VIEW t2 on t2.RESPONSE_ID = t1.RESPONSE_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t2.VALUE_ID left join USER_VIEW t4 on t4.IDENTIFIER = t1.CREATOR_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where ((t0.PARTICIPANT_ID is not null AND 1 = 1 AND 1 = 1 ) AND t3.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "499530","Mar 16, 2022 11:35","Demo Consent Collector","Sri@dummy.com","demo-econsent","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t5.IDENTIFIER) as c2 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t1 on t1.CPR_ID = t0.CPR_ID left join OS_CPR_CONSENT_STMT_RESPS_VIEW t2 on t2.RESPONSE_ID = t1.RESPONSE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t5 on t5.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where ((t0.PARTICIPANT_ID is not null AND 1 = 1 AND 1 = 1 ) AND t3.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499531","Mar 16, 2022 11:35","Demo Consent Collector","Sri@dummy.com","demo-econsent","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t5.IDENTIFIER) as c2 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t1 on t1.CPR_ID = t0.CPR_ID left join OS_CPR_CONSENT_STMT_RESPS_VIEW t2 on t2.RESPONSE_ID = t1.RESPONSE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t5 on t5.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where ((t0.PARTICIPANT_ID is not null AND 1 = 1 AND 1 = 1 ) AND t3.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499532","Mar 16, 2022 11:35","Demo Consent Collector","Sri@dummy.com","demo-econsent","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t3.IDENTIFIER as c0, t0.CPR_ID as c1, t0.PPID as c2, t0.REGISTRATION_DATE as c3, t0.FIRST_NAME as c4, t1.DOC_TITLE as c5, t1.DOC_VERSION as c6, t1.CREATION_TIME as c7, t4.NAME as c8, t2.STATEMENT as c9, t2.STATEMENT_CODE as c10, t5.VALUE as c11, 't0', t0.CPR_ID as mc0, 't3', t3.IDENTIFIER as mc1, 't1', t1.IDENTIFIER as mc2, 't2', t2.IDENTIFIER as mc3 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t1 on t1.CPR_ID = t0.CPR_ID left join OS_CPR_CONSENT_STMT_RESPS_VIEW t2 on t2.RESPONSE_ID = t1.RESPONSE_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t2.VALUE_ID left join USER_VIEW t4 on t4.IDENTIFIER = t1.CREATOR_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where ((t0.PARTICIPANT_ID is not null AND 1 = 1 AND 1 = 1 ) AND t3.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "499533","Mar 16, 2022 11:36","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t3.IDENTIFIER) as c1, count(distinct t4.IDENTIFIER) as c2 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t1 on t1.CPR_ID = t0.CPR_ID left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t4 on t4.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.DOC_TITLE is not null ) AND t2.IDENTIFIER = 4532) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499534","Mar 16, 2022 11:36","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.FIRST_NAME as c2, t0.LAST_NAME as c3, t0.DOB as c4, t1.DOC_TITLE as c5, t1.DOC_VERSION as c6, t3.STATEMENT as c7, t6.VALUE as c8, t5.DE_A_1 as c9, t7.NAME as c10, t5.DE_A_4 as c11, t5.DE_A_8 as c12, t5.DE_A_9 as c13, 't0', t0.CPR_ID as mc0, 't1', t1.IDENTIFIER as mc1, 't3', t3.IDENTIFIER as mc2, 't5', t5.IDENTIFIER as mc3 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t1 on t1.CPR_ID = t0.CPR_ID left join OS_CPR_CONSENT_STMT_RESPS_VIEW t3 on t3.RESPONSE_ID = t1.RESPONSE_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t3.VALUE_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t4 inner join DE_E_19026 t5 on t5.IDENTIFIER = t4.RECORD_ID and t4.FORM_ID = 7226 left join USER_VIEW t7 on t7.IDENTIFIER = t5.DE_A_3) on t4.RESPONSE_ID = t1.RESPONSE_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.DOC_TITLE is not null ) AND t2.IDENTIFIER = 4532) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "499535","Mar 16, 2022 11:37","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select count(distinct t0.PPID) as c0, t0.FIRST_NAME as c1, t0.LAST_NAME as c2, t0.DOB as c3, t1.DOC_TITLE as c4, t1.DOC_VERSION as c5, t3.STATEMENT as c6, t4.VALUE as c7, t5.NAME as c8, t1.UPDATE_TIME as c9, t6.NAME as c10, t1.CREATION_TIME as c11 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t1 on t1.CPR_ID = t0.CPR_ID left join OS_CPR_CONSENT_STMT_RESPS_VIEW t3 on t3.RESPONSE_ID = t1.RESPONSE_ID left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t3.VALUE_ID left join USER_VIEW t6 on t6.IDENTIFIER = t1.CREATOR_ID left join USER_VIEW t5 on t5.IDENTIFIER = t1.UPDATER_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.DOC_TITLE is not null ) AND t2.IDENTIFIER = 4532) AND (t0.ACTIVITY_STATUS != 'Disabled') group by t0.FIRST_NAME, t0.LAST_NAME, t0.DOB, t1.DOC_TITLE, t1.DOC_VERSION, t3.STATEMENT, t4.VALUE, t5.NAME, t1.UPDATE_TIME, t6.NAME, t1.CREATION_TIME) tab where rownum <= 10000) where rnum >= 1" "499536","Mar 16, 2022 11:38","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select count(distinct t0.PPID) as c0, t0.FIRST_NAME as c1, t0.LAST_NAME as c2, t0.DOB as c3, t1.DOC_TITLE as c4, t1.DOC_VERSION as c5, t3.STATEMENT as c6, t4.VALUE as c7, t5.NAME as c8, t1.UPDATE_TIME as c9, t6.NAME as c10, t1.CREATION_TIME as c11 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t1 on t1.CPR_ID = t0.CPR_ID left join OS_CPR_CONSENT_STMT_RESPS_VIEW t3 on t3.RESPONSE_ID = t1.RESPONSE_ID left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t3.VALUE_ID left join USER_VIEW t6 on t6.IDENTIFIER = t1.CREATOR_ID left join USER_VIEW t5 on t5.IDENTIFIER = t1.UPDATER_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.DOC_TITLE is not null ) AND t2.IDENTIFIER = 4532) AND (t0.ACTIVITY_STATUS != 'Disabled') group by t0.FIRST_NAME, t0.LAST_NAME, t0.DOB, t1.DOC_TITLE, t1.DOC_VERSION, t3.STATEMENT, t4.VALUE, t5.NAME, t1.UPDATE_TIME, t6.NAME, t1.CREATION_TIME) tab where rownum <= 10000) where rnum >= 1" "499537","Mar 16, 2022 11:38","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select count(distinct t0.PPID) as c0, t0.FIRST_NAME as c1, t0.LAST_NAME as c2, t0.DOB as c3, t1.DOC_TITLE as c4, t1.DOC_VERSION as c5, t3.STATEMENT as c6, t4.VALUE as c7, t5.NAME as c8, t1.UPDATE_TIME as c9, t6.NAME as c10, t1.CREATION_TIME as c11 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t1 on t1.CPR_ID = t0.CPR_ID left join OS_CPR_CONSENT_STMT_RESPS_VIEW t3 on t3.RESPONSE_ID = t1.RESPONSE_ID left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t3.VALUE_ID left join USER_VIEW t6 on t6.IDENTIFIER = t1.CREATOR_ID left join USER_VIEW t5 on t5.IDENTIFIER = t1.UPDATER_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.DOC_TITLE is not null ) AND t2.IDENTIFIER = 4532) AND (t0.ACTIVITY_STATUS != 'Disabled') group by t0.FIRST_NAME, t0.LAST_NAME, t0.DOB, t1.DOC_TITLE, t1.DOC_VERSION, t3.STATEMENT, t4.VALUE, t5.NAME, t1.UPDATE_TIME, t6.NAME, t1.CREATION_TIME) tab where rownum <= 10000) where rnum >= 1" "499538","Mar 16, 2022 11:40","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select count(distinct t0.PPID) as c0, t0.FIRST_NAME as c1, t0.LAST_NAME as c2, t0.DOB as c3, t1.DOC_TITLE as c4, t1.DOC_VERSION as c5, t3.STATEMENT as c6, t4.VALUE as c7, t5.NAME as c8, t1.UPDATE_TIME as c9, t6.NAME as c10, t1.CREATION_TIME as c11 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t1 on t1.CPR_ID = t0.CPR_ID left join OS_CPR_CONSENT_STMT_RESPS_VIEW t3 on t3.RESPONSE_ID = t1.RESPONSE_ID left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t3.VALUE_ID left join USER_VIEW t6 on t6.IDENTIFIER = t1.CREATOR_ID left join USER_VIEW t5 on t5.IDENTIFIER = t1.UPDATER_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.DOC_TITLE is not null ) AND t2.IDENTIFIER = 4532) AND (t0.ACTIVITY_STATUS != 'Disabled') group by t0.FIRST_NAME, t0.LAST_NAME, t0.DOB, t1.DOC_TITLE, t1.DOC_VERSION, t3.STATEMENT, t4.VALUE, t5.NAME, t1.UPDATE_TIME, t6.NAME, t1.CREATION_TIME) tab where rownum <= 10000) where rnum >= 1" "499539","Mar 16, 2022 11:40","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t3.IDENTIFIER) as c1, count(distinct t4.IDENTIFIER) as c2 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t1 on t1.CPR_ID = t0.CPR_ID left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t4 on t4.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.DOC_TITLE is not null ) AND t2.IDENTIFIER = 4532) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499540","Mar 16, 2022 11:40","Tushar Tajane","tushar@krishagni.com","tushartajane","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t3.IDENTIFIER) as c1, count(distinct t4.IDENTIFIER) as c2 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t1 on t1.CPR_ID = t0.CPR_ID left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t4 on t4.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.DOC_TITLE is not null ) AND t2.IDENTIFIER = 4532) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499541","Mar 16, 2022 11:40","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select count(distinct t0.PPID) as c0, t0.FIRST_NAME as c1, t0.LAST_NAME as c2, t0.DOB as c3, t1.DOC_TITLE as c4, t1.DOC_VERSION as c5, t3.STATEMENT as c6, t4.VALUE as c7, t5.NAME as c8, t1.UPDATE_TIME as c9, t6.NAME as c10, t1.CREATION_TIME as c11 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t1 on t1.CPR_ID = t0.CPR_ID left join OS_CPR_CONSENT_STMT_RESPS_VIEW t3 on t3.RESPONSE_ID = t1.RESPONSE_ID left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t3.VALUE_ID left join USER_VIEW t6 on t6.IDENTIFIER = t1.CREATOR_ID left join USER_VIEW t5 on t5.IDENTIFIER = t1.UPDATER_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.DOC_TITLE is not null ) AND t2.IDENTIFIER = 4532) AND (t0.ACTIVITY_STATUS != 'Disabled') group by t0.FIRST_NAME, t0.LAST_NAME, t0.DOB, t1.DOC_TITLE, t1.DOC_VERSION, t3.STATEMENT, t4.VALUE, t5.NAME, t1.UPDATE_TIME, t6.NAME, t1.CREATION_TIME) tab where rownum <= 10000) where rnum >= 1" "499542","Mar 16, 2022 11:41","Tushar Tajane","tushar@krishagni.com","tushartajane","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t3.IDENTIFIER) as c1, count(distinct t4.IDENTIFIER) as c2 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t1 on t1.CPR_ID = t0.CPR_ID left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t4 on t4.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.DOC_TITLE is not null ) AND t2.IDENTIFIER = 5112) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499543","Mar 16, 2022 11:41","Tushar Tajane","tushar@krishagni.com","tushartajane","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t3.IDENTIFIER) as c1, count(distinct t4.IDENTIFIER) as c2 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t1 on t1.CPR_ID = t0.CPR_ID left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t4 on t4.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.DOC_TITLE is not null ) AND t2.IDENTIFIER = 5112) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499544","Mar 16, 2022 11:42","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t2.TITLE as c0, t1.STATUS as c1, count(distinct t1.IDENTIFIER) as c2 from CPR_VIEW t0 left join OS_SURVEY_INSTANCES t1 on t1.CPR_ID = t0.CPR_ID left join OS_SURVEYS t2 on t2.IDENTIFIER = t1.SURVEY_ID where (t1.IDENTIFIER is not null ) AND (t0.ACTIVITY_STATUS != 'Disabled') group by t2.TITLE, t1.STATUS) tab where rownum <= 10000) where rnum >= 1" "499545","Mar 16, 2022 11:42","Tushar Tajane","tushar@krishagni.com","tushartajane","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t2.IDENTIFIER) as c1, count(distinct t3.IDENTIFIER) as c2 from CPR_VIEW t0 left join OS_SURVEY_INSTANCES t1 on t1.CPR_ID = t0.CPR_ID left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t3 on t3.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t3.ACTIVITY_STATUS != 'Disabled' where (t1.IDENTIFIER is not null ) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499546","Mar 16, 2022 11:42","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t2.TITLE as c0, t1.STATUS as c1, count(distinct t1.IDENTIFIER) as c2 from CPR_VIEW t0 left join OS_SURVEY_INSTANCES t1 on t1.CPR_ID = t0.CPR_ID left join OS_SURVEYS t2 on t2.IDENTIFIER = t1.SURVEY_ID where (t1.IDENTIFIER is not null ) AND (t0.ACTIVITY_STATUS != 'Disabled') group by t2.TITLE, t1.STATUS) tab where rownum <= 10000) where rnum >= 1" "499547","Mar 16, 2022 11:42","Tushar Tajane","tushar@krishagni.com","tushartajane","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t2.IDENTIFIER) as c1, count(distinct t3.IDENTIFIER) as c2 from CPR_VIEW t0 left join OS_SURVEY_INSTANCES t1 on t1.CPR_ID = t0.CPR_ID left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t3 on t3.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t3.ACTIVITY_STATUS != 'Disabled' where (t1.IDENTIFIER is not null ) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499548","Mar 16, 2022 11:42","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t3.TITLE as c0, count(distinct t4.NAME) as c1, t1.CREATION_TIME as c2, t1.STATUS as c3, t0.PPID as c4 from CPR_VIEW t0 left join OS_SURVEY_INSTANCES t1 on t1.CPR_ID = t0.CPR_ID left join OS_SURVEYS t3 on t3.IDENTIFIER = t1.SURVEY_ID left join USER_VIEW t4 on t4.IDENTIFIER = t1.CREATED_BY left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.IDENTIFIER is not null AND 1 = 1 ) AND t2.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') group by t3.TITLE, t1.CREATION_TIME, t1.STATUS, t0.PPID) tab where rownum <= 10000) where rnum >= 1" "499549","Mar 16, 2022 11:42","Tushar Tajane","tushar@krishagni.com","tushartajane","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t3.IDENTIFIER) as c1, count(distinct t4.IDENTIFIER) as c2 from CPR_VIEW t0 left join OS_SURVEY_INSTANCES t1 on t1.CPR_ID = t0.CPR_ID left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t4 on t4.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.IDENTIFIER is not null AND 1 = 1 ) AND t2.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499550","Mar 16, 2022 11:42","Tushar Tajane","tushar@krishagni.com","tushartajane","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t3.IDENTIFIER) as c1, count(distinct t4.IDENTIFIER) as c2 from CPR_VIEW t0 left join OS_SURVEY_INSTANCES t1 on t1.CPR_ID = t0.CPR_ID left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t4 on t4.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.IDENTIFIER is not null AND 1 = 1 ) AND t2.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499551","Mar 16, 2022 11:42","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t3.TITLE as c0, count(distinct t4.NAME) as c1, t1.CREATION_TIME as c2, t1.STATUS as c3, t0.PPID as c4 from CPR_VIEW t0 left join OS_SURVEY_INSTANCES t1 on t1.CPR_ID = t0.CPR_ID left join OS_SURVEYS t3 on t3.IDENTIFIER = t1.SURVEY_ID left join USER_VIEW t4 on t4.IDENTIFIER = t1.CREATED_BY left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.IDENTIFIER is not null AND 1 = 1 ) AND t2.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') group by t3.TITLE, t1.CREATION_TIME, t1.STATUS, t0.PPID) tab where rownum <= 10000) where rnum >= 1" "499552","Mar 16, 2022 11:43","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t3.TITLE as c0, count(distinct t4.NAME) as c1, t1.CREATION_TIME as c2, t1.STATUS as c3, t0.PPID as c4 from CPR_VIEW t0 left join OS_SURVEY_INSTANCES t1 on t1.CPR_ID = t0.CPR_ID left join OS_SURVEYS t3 on t3.IDENTIFIER = t1.SURVEY_ID left join USER_VIEW t4 on t4.IDENTIFIER = t1.CREATED_BY left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.IDENTIFIER is not null AND (t1.STATUS in ('COMPLETED'))) AND t2.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') group by t3.TITLE, t1.CREATION_TIME, t1.STATUS, t0.PPID) tab where rownum <= 10000) where rnum >= 1" "499553","Mar 16, 2022 11:43","Tushar Tajane","tushar@krishagni.com","tushartajane","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t3.IDENTIFIER) as c1, count(distinct t4.IDENTIFIER) as c2 from CPR_VIEW t0 left join OS_SURVEY_INSTANCES t1 on t1.CPR_ID = t0.CPR_ID left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t4 on t4.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.IDENTIFIER is not null AND (t1.STATUS in ('COMPLETED'))) AND t2.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499554","Mar 16, 2022 11:43","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t3.TITLE as c0, count(distinct t4.NAME) as c1, t1.CREATION_TIME as c2, t1.STATUS as c3, t0.PPID as c4 from CPR_VIEW t0 left join OS_SURVEY_INSTANCES t1 on t1.CPR_ID = t0.CPR_ID left join OS_SURVEYS t3 on t3.IDENTIFIER = t1.SURVEY_ID left join USER_VIEW t4 on t4.IDENTIFIER = t1.CREATED_BY left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.IDENTIFIER is not null AND (t1.STATUS in ('COMPLETED', 'PENDING'))) AND t2.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') group by t3.TITLE, t1.CREATION_TIME, t1.STATUS, t0.PPID) tab where rownum <= 10000) where rnum >= 1" "499555","Mar 16, 2022 11:43","Tushar Tajane","tushar@krishagni.com","tushartajane","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t3.IDENTIFIER) as c1, count(distinct t4.IDENTIFIER) as c2 from CPR_VIEW t0 left join OS_SURVEY_INSTANCES t1 on t1.CPR_ID = t0.CPR_ID left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t4 on t4.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.IDENTIFIER is not null AND (t1.STATUS in ('COMPLETED', 'PENDING'))) AND t2.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499556","Mar 16, 2022 11:43","Tushar Tajane","tushar@krishagni.com","tushartajane","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t3.IDENTIFIER) as c1, count(distinct t4.IDENTIFIER) as c2 from CPR_VIEW t0 left join OS_SURVEY_INSTANCES t1 on t1.CPR_ID = t0.CPR_ID left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t4 on t4.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.IDENTIFIER is not null AND (t1.STATUS in ('COMPLETED', 'PENDING', 'PENDING_INV_OPENED'))) AND t2.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499557","Mar 16, 2022 11:43","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t3.TITLE as c0, count(distinct t4.NAME) as c1, t1.CREATION_TIME as c2, t1.STATUS as c3, t0.PPID as c4 from CPR_VIEW t0 left join OS_SURVEY_INSTANCES t1 on t1.CPR_ID = t0.CPR_ID left join OS_SURVEYS t3 on t3.IDENTIFIER = t1.SURVEY_ID left join USER_VIEW t4 on t4.IDENTIFIER = t1.CREATED_BY left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.IDENTIFIER is not null AND (t1.STATUS in ('COMPLETED', 'PENDING', 'PENDING_INV_OPENED'))) AND t2.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') group by t3.TITLE, t1.CREATION_TIME, t1.STATUS, t0.PPID) tab where rownum <= 10000) where rnum >= 1" "499558","Mar 16, 2022 11:44","Tushar Tajane","tushar@krishagni.com","tushartajane","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t3.IDENTIFIER) as c1, count(distinct t4.IDENTIFIER) as c2 from CPR_VIEW t0 left join OS_SURVEY_INSTANCES t1 on t1.CPR_ID = t0.CPR_ID left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t4 on t4.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.IDENTIFIER is not null AND 1 = 1 ) AND t2.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499559","Mar 16, 2022 11:44","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t3.TITLE as c0, count(distinct t4.NAME) as c1, t1.CREATION_TIME as c2, t1.STATUS as c3, t0.PPID as c4 from CPR_VIEW t0 left join OS_SURVEY_INSTANCES t1 on t1.CPR_ID = t0.CPR_ID left join OS_SURVEYS t3 on t3.IDENTIFIER = t1.SURVEY_ID left join USER_VIEW t4 on t4.IDENTIFIER = t1.CREATED_BY left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.IDENTIFIER is not null AND 1 = 1 ) AND t2.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') group by t3.TITLE, t1.CREATION_TIME, t1.STATUS, t0.PPID) tab where rownum <= 10000) where rnum >= 1" "499560","Mar 16, 2022 11:44","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t3.TITLE as c0, count(distinct t4.NAME) as c1, t1.CREATION_TIME as c2, t1.STATUS as c3, t0.PPID as c4 from CPR_VIEW t0 left join OS_SURVEY_INSTANCES t1 on t1.CPR_ID = t0.CPR_ID left join OS_SURVEYS t3 on t3.IDENTIFIER = t1.SURVEY_ID left join USER_VIEW t4 on t4.IDENTIFIER = t1.CREATED_BY left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.IDENTIFIER is not null AND 1 = 1 ) AND t2.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') group by t3.TITLE, t1.CREATION_TIME, t1.STATUS, t0.PPID) tab where rownum <= 10000) where rnum >= 1" "499561","Mar 16, 2022 11:44","Tushar Tajane","tushar@krishagni.com","tushartajane","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t3.IDENTIFIER) as c1, count(distinct t4.IDENTIFIER) as c2 from CPR_VIEW t0 left join OS_SURVEY_INSTANCES t1 on t1.CPR_ID = t0.CPR_ID left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t4 on t4.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.IDENTIFIER is not null AND 1 = 1 ) AND t2.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499562","Mar 16, 2022 11:45","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t3.TITLE as c0, count(distinct t4.NAME) as c1, t1.CREATION_TIME as c2, t1.STATUS as c3, t0.PPID as c4 from CPR_VIEW t0 left join OS_SURVEY_INSTANCES t1 on t1.CPR_ID = t0.CPR_ID left join OS_SURVEYS t3 on t3.IDENTIFIER = t1.SURVEY_ID left join USER_VIEW t4 on t4.IDENTIFIER = t1.CREATED_BY left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.IDENTIFIER is not null AND 1 = 1 ) AND t2.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') group by t3.TITLE, t1.CREATION_TIME, t1.STATUS, t0.PPID) tab where rownum <= 10000) where rnum >= 1" "499563","Mar 16, 2022 11:45","Tushar Tajane","tushar@krishagni.com","tushartajane","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t3.IDENTIFIER) as c1, count(distinct t4.IDENTIFIER) as c2 from CPR_VIEW t0 left join OS_SURVEY_INSTANCES t1 on t1.CPR_ID = t0.CPR_ID left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t4 on t4.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.IDENTIFIER is not null AND 1 = 1 ) AND t2.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499564","Mar 16, 2022 11:46","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t2.TITLE as c0, t1.STATUS as c1, count(distinct t1.IDENTIFIER) as c2 from CPR_VIEW t0 left join OS_SURVEY_INSTANCES t1 on t1.CPR_ID = t0.CPR_ID left join OS_SURVEYS t2 on t2.IDENTIFIER = t1.SURVEY_ID where (t1.IDENTIFIER is not null ) AND (t0.ACTIVITY_STATUS != 'Disabled') group by t2.TITLE, t1.STATUS) tab where rownum <= 10000) where rnum >= 1" "499565","Mar 16, 2022 11:46","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t2.IDENTIFIER) as c1, count(distinct t3.IDENTIFIER) as c2 from CPR_VIEW t0 left join OS_SURVEY_INSTANCES t1 on t1.CPR_ID = t0.CPR_ID left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t3 on t3.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t3.ACTIVITY_STATUS != 'Disabled' where (t1.IDENTIFIER is not null ) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499566","Mar 16, 2022 11:46","Tushar Tajane","tushar@krishagni.com","tushartajane","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t3.IDENTIFIER) as c1, count(distinct t4.IDENTIFIER) as c2 from CPR_VIEW t0 left join OS_SURVEY_INSTANCES t1 on t1.CPR_ID = t0.CPR_ID left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t4 on t4.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.IDENTIFIER is not null AND 1 = 1 ) AND t2.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499567","Mar 16, 2022 11:46","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t3.TITLE as c0, count(distinct t4.NAME) as c1, t1.CREATION_TIME as c2, t1.STATUS as c3, t0.PPID as c4 from CPR_VIEW t0 left join OS_SURVEY_INSTANCES t1 on t1.CPR_ID = t0.CPR_ID left join OS_SURVEYS t3 on t3.IDENTIFIER = t1.SURVEY_ID left join USER_VIEW t4 on t4.IDENTIFIER = t1.CREATED_BY left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.IDENTIFIER is not null AND 1 = 1 ) AND t2.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') group by t3.TITLE, t1.CREATION_TIME, t1.STATUS, t0.PPID) tab where rownum <= 10000) where rnum >= 1" "499568","Mar 16, 2022 11:46","Tushar Tajane","tushar@krishagni.com","tushartajane","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t3.IDENTIFIER) as c1, count(distinct t4.IDENTIFIER) as c2 from CPR_VIEW t0 left join OS_SURVEY_INSTANCES t1 on t1.CPR_ID = t0.CPR_ID left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t4 on t4.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where (( 1 = 1 ) AND t2.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499569","Mar 16, 2022 11:46","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.DOB as c2, t3.TITLE as c3, t4.NAME as c4, t1.CREATION_TIME as c5, t5.NAME as c6, t1.COMPLETION_TIME as c7, t1.STATUS as c8, 't0', t0.CPR_ID as mc0, 't1', t1.IDENTIFIER as mc1 from CPR_VIEW t0 left join OS_SURVEY_INSTANCES t1 on t1.CPR_ID = t0.CPR_ID left join OS_SURVEYS t3 on t3.IDENTIFIER = t1.SURVEY_ID left join USER_VIEW t5 on t5.IDENTIFIER = t1.COMPLETED_BY left join USER_VIEW t4 on t4.IDENTIFIER = t1.CREATED_BY left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where (( 1 = 1 ) AND t2.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "499570","Mar 16, 2022 11:46","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.DOB as c2, t2.TITLE as c3, t4.NAME as c4, t1.CREATION_TIME as c5, t5.NAME as c6, t1.COMPLETION_TIME as c7, t1.STATUS as c8, 't0', t0.CPR_ID as mc0, 't1', t1.IDENTIFIER as mc1 from CPR_VIEW t0 left join OS_SURVEY_INSTANCES t1 on t1.CPR_ID = t0.CPR_ID left join OS_SURVEYS t2 on t2.IDENTIFIER = t1.SURVEY_ID left join USER_VIEW t5 on t5.IDENTIFIER = t1.COMPLETED_BY left join USER_VIEW t4 on t4.IDENTIFIER = t1.CREATED_BY left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (( 1 = 1 ) AND t3.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "499571","Mar 16, 2022 11:46","Tushar Tajane","tushar@krishagni.com","tushartajane","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t5.IDENTIFIER) as c2 from CPR_VIEW t0 left join OS_SURVEY_INSTANCES t1 on t1.CPR_ID = t0.CPR_ID left join OS_SURVEYS t2 on t2.IDENTIFIER = t1.SURVEY_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t5 on t5.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (( 1 = 1 ) AND t3.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499572","Mar 16, 2022 11:46","Tushar Tajane","tushar@krishagni.com","tushartajane","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t3.IDENTIFIER) as c1, count(distinct t4.IDENTIFIER) as c2 from CPR_VIEW t0 left join OS_SURVEY_INSTANCES t1 on t1.CPR_ID = t0.CPR_ID left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t4 on t4.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((trunc(months_between(sysdate, t0.DOB) / 12) > 0 AND t1.IDENTIFIER is not null ) AND t2.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499573","Mar 16, 2022 11:46","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select trunc(months_between(sysdate, t0.DOB) / 12) as c0, t0.CPR_ID as c1, t0.PPID as c2, t0.DOB as c3, t3.TITLE as c4, t4.NAME as c5, t1.CREATION_TIME as c6, t5.NAME as c7, t1.COMPLETION_TIME as c8, t1.STATUS as c9, 't0', t0.CPR_ID as mc0, 't1', t1.IDENTIFIER as mc1 from CPR_VIEW t0 left join OS_SURVEY_INSTANCES t1 on t1.CPR_ID = t0.CPR_ID left join OS_SURVEYS t3 on t3.IDENTIFIER = t1.SURVEY_ID left join USER_VIEW t5 on t5.IDENTIFIER = t1.COMPLETED_BY left join USER_VIEW t4 on t4.IDENTIFIER = t1.CREATED_BY left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((trunc(months_between(sysdate, t0.DOB) / 12) > 0 AND t1.IDENTIFIER is not null ) AND t2.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "499574","Mar 16, 2022 11:46","Tushar Tajane","tushar@krishagni.com","tushartajane","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t3.IDENTIFIER) as c1, count(distinct t4.IDENTIFIER) as c2 from CPR_VIEW t0 left join OS_SURVEY_INSTANCES t1 on t1.CPR_ID = t0.CPR_ID left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t4 on t4.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.IDENTIFIER is not null ) AND t2.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499575","Mar 16, 2022 11:46","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t3.TITLE as c2, t4.NAME as c3, t1.CREATION_TIME as c4, t5.NAME as c5, t1.COMPLETION_TIME as c6, t1.STATUS as c7, 't0', t0.CPR_ID as mc0, 't1', t1.IDENTIFIER as mc1 from CPR_VIEW t0 left join OS_SURVEY_INSTANCES t1 on t1.CPR_ID = t0.CPR_ID left join OS_SURVEYS t3 on t3.IDENTIFIER = t1.SURVEY_ID left join USER_VIEW t5 on t5.IDENTIFIER = t1.COMPLETED_BY left join USER_VIEW t4 on t4.IDENTIFIER = t1.CREATED_BY left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.IDENTIFIER is not null ) AND t2.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "499576","Mar 16, 2022 11:46","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.REGISTRATION_DATE as c2, t2.TITLE as c3, t4.NAME as c4, t1.CREATION_TIME as c5, t5.NAME as c6, t1.COMPLETION_TIME as c7, t1.STATUS as c8, 't0', t0.CPR_ID as mc0, 't1', t1.IDENTIFIER as mc1 from CPR_VIEW t0 left join OS_SURVEY_INSTANCES t1 on t1.CPR_ID = t0.CPR_ID left join OS_SURVEYS t2 on t2.IDENTIFIER = t1.SURVEY_ID left join USER_VIEW t5 on t5.IDENTIFIER = t1.COMPLETED_BY left join USER_VIEW t4 on t4.IDENTIFIER = t1.CREATED_BY left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where ((upper(t2.TITLE) = 'SIMPLE CONSENT SURVEY') AND t3.IDENTIFIER = 5739) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "499577","Mar 16, 2022 11:46","Tushar Tajane","tushar@krishagni.com","tushartajane","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t5.IDENTIFIER) as c2 from CPR_VIEW t0 left join OS_SURVEY_INSTANCES t1 on t1.CPR_ID = t0.CPR_ID left join OS_SURVEYS t2 on t2.IDENTIFIER = t1.SURVEY_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t5 on t5.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where ((upper(t2.TITLE) = 'SIMPLE CONSENT SURVEY') AND t3.IDENTIFIER = 5739) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499578","Mar 16, 2022 11:47","Tushar Tajane","tushar@krishagni.com","tushartajane","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t5.IDENTIFIER) as c2 from CPR_VIEW t0 left join OS_SURVEY_INSTANCES t1 on t1.CPR_ID = t0.CPR_ID left join OS_SURVEYS t2 on t2.IDENTIFIER = t1.SURVEY_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t5 on t5.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (((t2.TITLE in ('Participant English Survey'))) AND t3.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499579","Mar 16, 2022 11:47","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.DOB as c2, t2.TITLE as c3, t4.NAME as c4, t1.CREATION_TIME as c5, t5.NAME as c6, t1.COMPLETION_TIME as c7, t1.STATUS as c8, 't0', t0.CPR_ID as mc0, 't1', t1.IDENTIFIER as mc1 from CPR_VIEW t0 left join OS_SURVEY_INSTANCES t1 on t1.CPR_ID = t0.CPR_ID left join OS_SURVEYS t2 on t2.IDENTIFIER = t1.SURVEY_ID left join USER_VIEW t5 on t5.IDENTIFIER = t1.COMPLETED_BY left join USER_VIEW t4 on t4.IDENTIFIER = t1.CREATED_BY left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (((t2.TITLE in ('Participant English Survey'))) AND t3.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "499580","Mar 16, 2022 11:47","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t3.IDENTIFIER) as c1, count(distinct t4.IDENTIFIER) as c2 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t1 on t1.CPR_ID = t0.CPR_ID left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t4 on t4.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.DOC_TITLE is not null ) AND t2.IDENTIFIER = 4532) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499581","Mar 16, 2022 11:47","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select count(distinct t0.PPID) as c0, t0.FIRST_NAME as c1, t0.LAST_NAME as c2, t0.DOB as c3, t1.DOC_TITLE as c4, t1.DOC_VERSION as c5, t3.STATEMENT as c6, t4.VALUE as c7, t5.NAME as c8, t1.UPDATE_TIME as c9, t6.NAME as c10, t1.CREATION_TIME as c11 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t1 on t1.CPR_ID = t0.CPR_ID left join OS_CPR_CONSENT_STMT_RESPS_VIEW t3 on t3.RESPONSE_ID = t1.RESPONSE_ID left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t3.VALUE_ID left join USER_VIEW t6 on t6.IDENTIFIER = t1.CREATOR_ID left join USER_VIEW t5 on t5.IDENTIFIER = t1.UPDATER_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.DOC_TITLE is not null ) AND t2.IDENTIFIER = 4532) AND (t0.ACTIVITY_STATUS != 'Disabled') group by t0.FIRST_NAME, t0.LAST_NAME, t0.DOB, t1.DOC_TITLE, t1.DOC_VERSION, t3.STATEMENT, t4.VALUE, t5.NAME, t1.UPDATE_TIME, t6.NAME, t1.CREATION_TIME) tab where rownum <= 10000) where rnum >= 1" "499582","Mar 16, 2022 11:48","Tushar Tajane","tushar@krishagni.com","tushartajane","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t5.IDENTIFIER) as c2 from CPR_VIEW t0 left join OS_SURVEY_INSTANCES t1 on t1.CPR_ID = t0.CPR_ID left join OS_SURVEYS t2 on t2.IDENTIFIER = t1.SURVEY_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t5 on t5.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (( 1 = 1 ) AND t3.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499583","Mar 16, 2022 11:48","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.DOB as c2, t2.TITLE as c3, t4.NAME as c4, t1.CREATION_TIME as c5, t5.NAME as c6, t1.COMPLETION_TIME as c7, t1.STATUS as c8, 't0', t0.CPR_ID as mc0, 't1', t1.IDENTIFIER as mc1 from CPR_VIEW t0 left join OS_SURVEY_INSTANCES t1 on t1.CPR_ID = t0.CPR_ID left join OS_SURVEYS t2 on t2.IDENTIFIER = t1.SURVEY_ID left join USER_VIEW t5 on t5.IDENTIFIER = t1.COMPLETED_BY left join USER_VIEW t4 on t4.IDENTIFIER = t1.CREATED_BY left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (( 1 = 1 ) AND t3.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "499584","Mar 16, 2022 11:49","Demo Consent Collector","Sri@dummy.com","demo-econsent","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t3.IDENTIFIER as c0, t0.CPR_ID as c1, t0.PPID as c2, t0.FIRST_NAME as c3, t0.LAST_NAME as c4, t1.DOC_TITLE as c5, t1.DOC_VERSION as c6, t1.CREATION_TIME as c7, t4.NAME as c8, t1.UPDATE_TIME as c9, t5.NAME as c10, t2.STATEMENT as c11, t2.STATEMENT_CODE as c12, t6.VALUE as c13, 't0', t0.CPR_ID as mc0, 't3', t3.IDENTIFIER as mc1, 't1', t1.IDENTIFIER as mc2, 't2', t2.IDENTIFIER as mc3 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t1 on t1.CPR_ID = t0.CPR_ID left join OS_CPR_CONSENT_STMT_RESPS_VIEW t2 on t2.RESPONSE_ID = t1.RESPONSE_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t2.VALUE_ID left join USER_VIEW t4 on t4.IDENTIFIER = t1.CREATOR_ID left join USER_VIEW t5 on t5.IDENTIFIER = t1.UPDATER_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (( 1 = 1 AND 1 = 1 AND 1 = 1 ) AND t3.IDENTIFIER = 5695) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "499585","Mar 16, 2022 11:49","Demo Consent Collector","Sri@dummy.com","demo-econsent","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t5.IDENTIFIER) as c2 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t1 on t1.CPR_ID = t0.CPR_ID left join OS_CPR_CONSENT_STMT_RESPS_VIEW t2 on t2.RESPONSE_ID = t1.RESPONSE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t5 on t5.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (( 1 = 1 AND 1 = 1 AND 1 = 1 ) AND t3.IDENTIFIER = 5695) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499586","Mar 16, 2022 11:51","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t5.IDENTIFIER) as c2 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t1 on t1.CPR_ID = t0.CPR_ID left join OS_CPR_CONSENT_STMT_RESPS_VIEW t2 on t2.RESPONSE_ID = t1.RESPONSE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t5 on t5.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where ((t0.PARTICIPANT_ID is not null AND 1 = 1 AND 1 = 1 ) AND t3.IDENTIFIER = 5695) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499587","Mar 16, 2022 11:51","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.REGISTRATION_DATE as c2, t4.VALUE as c3, t6.VALUE as c4, t8.VALUE as c5, t9.IDENTIFIER as c6, t3.IDENTIFIER as c7, t9.LABEL as c8, t10.VALUE as c9, t11.VALUE as c10, t12.COLL_TIME as c11, t13.ISCHEMIA_TIME as c12, 't0', t0.CPR_ID as mc0, 't8', t8.IDENTIFIER as mc1, 't9', t9.IDENTIFIER as mc2, 't3', t3.IDENTIFIER as mc3, 't12', t12.SPECIMEN_ID as mc4, 't13', t13.SPECIMEN_ID as mc5 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.GENDER_ID left join OS_CPR_CONSENT_RESPS_VIEW t1 on t1.CPR_ID = t0.CPR_ID left join OS_CPR_CONSENT_STMT_RESPS_VIEW t2 on t2.RESPONSE_ID = t1.RESPONSE_ID left join CATISSUE_RACE t5 on t5.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t5.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t7.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t9 on t9.SPECIMEN_COLLECTION_GROUP_ID = t7.IDENTIFIER and t9.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_STATS t13 on t13.SPECIMEN_ID = t9.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t12 on t12.SPECIMEN_ID = t9.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t9.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t9.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t8 on t8.VISIT_ID = t7.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where ((t0.PARTICIPANT_ID is not null AND 1 = 1 AND 1 = 1 ) AND t3.IDENTIFIER = 5695) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "499588","Mar 16, 2022 11:51","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t4.VALUE as c2, t1.DOC_TITLE as c3, t1.DOC_VERSION as c4, t1.CREATION_TIME as c5, t5.NAME as c6, t2.STATEMENT as c7, t2.STATEMENT_CODE as c8, t6.VALUE as c9, 't0', t0.CPR_ID as mc0, 't1', t1.IDENTIFIER as mc1, 't2', t2.IDENTIFIER as mc2 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.GENDER_ID left join OS_CPR_CONSENT_RESPS_VIEW t1 on t1.CPR_ID = t0.CPR_ID left join OS_CPR_CONSENT_STMT_RESPS_VIEW t2 on t2.RESPONSE_ID = t1.RESPONSE_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t2.VALUE_ID left join USER_VIEW t5 on t5.IDENTIFIER = t1.CREATOR_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where ((t0.PARTICIPANT_ID is not null AND 1 = 1 AND 1 = 1 ) AND t3.IDENTIFIER = 5695) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "499589","Mar 16, 2022 11:51","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t5.IDENTIFIER) as c2 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t1 on t1.CPR_ID = t0.CPR_ID left join OS_CPR_CONSENT_STMT_RESPS_VIEW t2 on t2.RESPONSE_ID = t1.RESPONSE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t5 on t5.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where ((t0.PARTICIPANT_ID is not null AND 1 = 1 AND 1 = 1 ) AND t3.IDENTIFIER = 5695) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499590","Mar 16, 2022 11:52","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t5.IDENTIFIER) as c2 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t1 on t1.CPR_ID = t0.CPR_ID left join OS_CPR_CONSENT_STMT_RESPS_VIEW t2 on t2.RESPONSE_ID = t1.RESPONSE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t5 on t5.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where ((t0.PARTICIPANT_ID is not null AND 1 = 1 AND 1 = 1 ) AND t3.IDENTIFIER = 5695) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499591","Mar 16, 2022 11:52","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t4.VALUE as c2, t1.DOC_TITLE as c3, t1.DOC_VERSION as c4, t1.CREATION_TIME as c5, t5.NAME as c6, t2.STATEMENT as c7, t2.STATEMENT_CODE as c8, t6.VALUE as c9, 't0', t0.CPR_ID as mc0, 't1', t1.IDENTIFIER as mc1, 't2', t2.IDENTIFIER as mc2 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.GENDER_ID left join OS_CPR_CONSENT_RESPS_VIEW t1 on t1.CPR_ID = t0.CPR_ID left join OS_CPR_CONSENT_STMT_RESPS_VIEW t2 on t2.RESPONSE_ID = t1.RESPONSE_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t2.VALUE_ID left join USER_VIEW t5 on t5.IDENTIFIER = t1.CREATOR_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where ((t0.PARTICIPANT_ID is not null AND 1 = 1 AND 1 = 1 ) AND t3.IDENTIFIER = 5695) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "499592","Mar 16, 2022 11:52","Demo Consent Collector","Sri@dummy.com","demo-econsent","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c4, t0.EMPI_ID as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4087 OR t3.SITE_ID = 4087) AND t2.IDENTIFIER = 5695) OR ((t1.SITE_ID = 3121 OR t3.SITE_ID = 3121) AND t2.IDENTIFIER = 4834))))) AND t2.IDENTIFIER = 5695) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499593","Mar 16, 2022 11:52","Demo Consent Collector","Sri@dummy.com","demo-econsent","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5453) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 5453)) AND ((t2.SITE_ID = 4087 OR t2.SITE_ID = 3121)))) AND ((t2.SITE_ID = 4087 AND t0.IDENTIFIER = 5695) OR (t2.SITE_ID = 3121 AND t0.IDENTIFIER = 4834))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499594","Mar 16, 2022 12:07","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 408) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 408))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499595","Mar 16, 2022 12:13","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499596","Mar 16, 2022 12:13","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499597","Mar 16, 2022 12:13","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5695) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499598","Mar 16, 2022 12:14","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499599","Mar 16, 2022 12:15","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499600","Mar 16, 2022 12:18","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499601","Mar 16, 2022 12:18","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499602","Mar 16, 2022 12:18","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5695) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499603","Mar 16, 2022 12:21","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5695) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499604","Mar 16, 2022 12:24","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499605","Mar 16, 2022 12:24","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499606","Mar 16, 2022 12:25","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499607","Mar 16, 2022 12:25","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499608","Mar 16, 2022 12:27","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499609","Mar 16, 2022 12:28","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499610","Mar 16, 2022 12:28","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499611","Mar 16, 2022 12:29","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499612","Mar 16, 2022 12:29","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499613","Mar 16, 2022 12:31","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499614","Mar 16, 2022 12:31","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499615","Mar 16, 2022 12:31","System","$system","$system","Data","0","N/A",,"select count(t0.CPR_ID) as c0 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.REGISTRATION_DATE >= to_date('02-01-2022 00:00', 'MM-DD-YYYY HH24:MI') and t0.REGISTRATION_DATE <= to_date('02-28-2022 23:59', 'MM-DD-YYYY HH24:MI'))) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499616","Mar 16, 2022 12:31","System","$system","$system","Data","0","N/A",,"select count(t0.CPR_ID) as c0 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.CPR_ID is not null ) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499617","Mar 16, 2022 12:31","System","$system","$system","Data","0","N/A",,"select count(t0.CPR_ID) as c0 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CONSENT_SIGN_DATE >= to_date('02-01-2022 00:00', 'MM-DD-YYYY HH24:MI') and t0.CONSENT_SIGN_DATE <= to_date('02-28-2022 23:59', 'MM-DD-YYYY HH24:MI'))) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499618","Mar 16, 2022 12:31","System","$system","$system","Data","0","N/A",,"select count(t0.CPR_ID) as c0 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.CONSENT_SIGN_DATE is not null ) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499619","Mar 16, 2022 12:31","System","$system","$system","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t2.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.COLLECTION_STATUS = 'Complete' AND (t0.COLLECTION_TIMESTAMP >= to_date('02-01-2022 00:00', 'MM-DD-YYYY HH24:MI') and t0.COLLECTION_TIMESTAMP <= to_date('02-28-2022 23:59', 'MM-DD-YYYY HH24:MI'))) AND t1.IDENTIFIER = 4834) AND (t2.ACTIVITY_STATUS != 'Disabled')" "499620","Mar 16, 2022 12:31","System","$system","$system","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t2.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.COLLECTION_STATUS = 'Complete') AND t1.IDENTIFIER = 4834) AND (t2.ACTIVITY_STATUS != 'Disabled')" "499621","Mar 16, 2022 12:31","System","$system","$system","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t2.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.LINEAGE = 'New' AND t0.COLLECTION_STATUS = 'Collected' AND (t0.CREATED_ON >= to_date('02-01-2022 00:00', 'MM-DD-YYYY HH24:MI') and t0.CREATED_ON <= to_date('02-28-2022 23:59', 'MM-DD-YYYY HH24:MI'))) AND t1.IDENTIFIER = 4834) AND (t2.ACTIVITY_STATUS != 'Disabled')" "499622","Mar 16, 2022 12:31","System","$system","$system","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t2.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.LINEAGE = 'New' AND t0.COLLECTION_STATUS = 'Collected') AND t1.IDENTIFIER = 4834) AND (t2.ACTIVITY_STATUS != 'Disabled')" "499623","Mar 16, 2022 12:31","System","$system","$system","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t2.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.LINEAGE = 'Aliquot' AND t0.COLLECTION_STATUS = 'Collected' AND (t0.CREATED_ON >= to_date('02-01-2022 00:00', 'MM-DD-YYYY HH24:MI') and t0.CREATED_ON <= to_date('02-28-2022 23:59', 'MM-DD-YYYY HH24:MI'))) AND t1.IDENTIFIER = 4834) AND (t2.ACTIVITY_STATUS != 'Disabled')" "499624","Mar 16, 2022 12:31","System","$system","$system","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t2.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.LINEAGE = 'Aliquot' AND t0.COLLECTION_STATUS = 'Collected') AND t1.IDENTIFIER = 4834) AND (t2.ACTIVITY_STATUS != 'Disabled')" "499625","Mar 16, 2022 12:31","System","$system","$system","Data","0","N/A",,"select count(t0.LABEL) as c0 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where (((t1.EXECUTION_DATE >= to_date('02-01-2022 00:00', 'MM-DD-YYYY HH24:MI') and t1.EXECUTION_DATE <= to_date('02-28-2022 23:59', 'MM-DD-YYYY HH24:MI')) AND t1.ORDER_STATUS = 'EXECUTED' AND (t1.STATUS in ('DISTRIBUTED', 'DISTRIBUTED_AND_CLOSED'))) AND t2.IDENTIFIER = 4834) AND (t3.ACTIVITY_STATUS != 'Disabled')" "499626","Mar 16, 2022 12:31","System","$system","$system","Data","0","N/A",,"select count(t0.LABEL) as c0 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.ORDER_STATUS = 'EXECUTED' AND (t1.STATUS in ('DISTRIBUTED', 'DISTRIBUTED_AND_CLOSED'))) AND t2.IDENTIFIER = 4834) AND (t3.ACTIVITY_STATUS != 'Disabled')" "499627","Mar 16, 2022 12:31","System","$system","$system","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t2.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t3.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.LINEAGE = 'Aliquot' AND t0.COLLECTION_STATUS = 'Collected') AND t1.IDENTIFIER = 4834) AND (t3.ACTIVITY_STATUS != 'Disabled') group by t2.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 5) where rnum >= 1" "499628","Mar 16, 2022 12:31","System","$system","$system","Export","0","N/A",,"select t4.NAME as c0, count(distinct t5.CPR_ID) as c1, count(distinct t0.IDENTIFIER) as c2, t6.VALUE as c3 from CPR_VIEW t5 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t5.CPR_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t4 on t4.IDENTIFIER = t3.SITE_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t5.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t0.COLLECTION_STATUS = 'Collected' AND t1.CONTAINER_NAME is not null AND (t0.CREATED_ON >= to_date('02-01-2022 00:00', 'MM-DD-YYYY HH24:MI') and t0.CREATED_ON <= to_date('02-28-2022 23:59', 'MM-DD-YYYY HH24:MI'))) AND t2.IDENTIFIER = 4834) AND (t5.ACTIVITY_STATUS != 'Disabled') group by t4.NAME, t6.VALUE" "499629","Mar 16, 2022 12:32","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499630","Mar 16, 2022 12:32","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5695) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499631","Mar 16, 2022 12:35","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499632","Mar 16, 2022 12:35","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499633","Mar 16, 2022 12:36","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499634","Mar 16, 2022 12:38","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t4.VALUE as c2, t1.DOC_TITLE as c3, t1.DOC_VERSION as c4, t1.CREATION_TIME as c5, t5.NAME as c6, t2.STATEMENT as c7, t2.STATEMENT_CODE as c8, t6.VALUE as c9, 't0', t0.CPR_ID as mc0, 't1', t1.IDENTIFIER as mc1, 't2', t2.IDENTIFIER as mc2 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.GENDER_ID left join OS_CPR_CONSENT_RESPS_VIEW t1 on t1.CPR_ID = t0.CPR_ID left join OS_CPR_CONSENT_STMT_RESPS_VIEW t2 on t2.RESPONSE_ID = t1.RESPONSE_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t2.VALUE_ID left join USER_VIEW t5 on t5.IDENTIFIER = t1.CREATOR_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where ((t0.PARTICIPANT_ID is not null AND 1 = 1 AND 1 = 1 ) AND t3.IDENTIFIER = 5695) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "499635","Mar 16, 2022 12:38","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t5.IDENTIFIER) as c2 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t1 on t1.CPR_ID = t0.CPR_ID left join OS_CPR_CONSENT_STMT_RESPS_VIEW t2 on t2.RESPONSE_ID = t1.RESPONSE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t5 on t5.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where ((t0.PARTICIPANT_ID is not null AND 1 = 1 AND 1 = 1 ) AND t3.IDENTIFIER = 5695) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499636","Mar 16, 2022 12:38","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t4.VALUE as c2, t1.DOC_TITLE as c3, t1.DOC_VERSION as c4, t1.CREATION_TIME as c5, t5.NAME as c6, t2.STATEMENT as c7, t2.STATEMENT_CODE as c8, t6.VALUE as c9, t0.FIRST_NAME as c10, t0.LAST_NAME as c11, 't0', t0.CPR_ID as mc0, 't1', t1.IDENTIFIER as mc1, 't2', t2.IDENTIFIER as mc2 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.GENDER_ID left join OS_CPR_CONSENT_RESPS_VIEW t1 on t1.CPR_ID = t0.CPR_ID left join OS_CPR_CONSENT_STMT_RESPS_VIEW t2 on t2.RESPONSE_ID = t1.RESPONSE_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t2.VALUE_ID left join USER_VIEW t5 on t5.IDENTIFIER = t1.CREATOR_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where ((t0.PARTICIPANT_ID is not null AND 1 = 1 AND 1 = 1 ) AND t3.IDENTIFIER = 5695) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "499637","Mar 16, 2022 12:39","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t4.VALUE as c2, t1.DOC_TITLE as c3, t1.DOC_VERSION as c4, t1.CREATION_TIME as c5, t5.NAME as c6, t2.STATEMENT as c7, t2.STATEMENT_CODE as c8, t6.VALUE as c9, t0.FIRST_NAME as c10, t0.LAST_NAME as c11, 't0', t0.CPR_ID as mc0, 't1', t1.IDENTIFIER as mc1, 't2', t2.IDENTIFIER as mc2 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.GENDER_ID left join OS_CPR_CONSENT_RESPS_VIEW t1 on t1.CPR_ID = t0.CPR_ID left join OS_CPR_CONSENT_STMT_RESPS_VIEW t2 on t2.RESPONSE_ID = t1.RESPONSE_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t2.VALUE_ID left join USER_VIEW t5 on t5.IDENTIFIER = t1.CREATOR_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where ((t0.PARTICIPANT_ID is not null AND 1 = 1 AND (t1.DOC_TITLE in ('Spanish_UM V4.2 Form-B'))) AND t3.IDENTIFIER = 5695) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "499638","Mar 16, 2022 12:39","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t5.IDENTIFIER) as c2 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t1 on t1.CPR_ID = t0.CPR_ID left join OS_CPR_CONSENT_STMT_RESPS_VIEW t2 on t2.RESPONSE_ID = t1.RESPONSE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t5 on t5.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where ((t0.PARTICIPANT_ID is not null AND 1 = 1 AND (t1.DOC_TITLE in ('Spanish_UM V4.2 Form-B'))) AND t3.IDENTIFIER = 5695) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499639","Mar 16, 2022 12:39","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t5.IDENTIFIER) as c2 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t1 on t1.CPR_ID = t0.CPR_ID left join OS_CPR_CONSENT_STMT_RESPS_VIEW t2 on t2.RESPONSE_ID = t1.RESPONSE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t5 on t5.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where ((t0.PARTICIPANT_ID is not null AND 1 = 1 AND 1 = 1 ) AND t3.IDENTIFIER = 5695) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499640","Mar 16, 2022 12:39","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t4.VALUE as c2, t1.DOC_TITLE as c3, t1.DOC_VERSION as c4, t1.CREATION_TIME as c5, t5.NAME as c6, t2.STATEMENT as c7, t2.STATEMENT_CODE as c8, t6.VALUE as c9, t0.FIRST_NAME as c10, t0.LAST_NAME as c11, 't0', t0.CPR_ID as mc0, 't1', t1.IDENTIFIER as mc1, 't2', t2.IDENTIFIER as mc2 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.GENDER_ID left join OS_CPR_CONSENT_RESPS_VIEW t1 on t1.CPR_ID = t0.CPR_ID left join OS_CPR_CONSENT_STMT_RESPS_VIEW t2 on t2.RESPONSE_ID = t1.RESPONSE_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t2.VALUE_ID left join USER_VIEW t5 on t5.IDENTIFIER = t1.CREATOR_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where ((t0.PARTICIPANT_ID is not null AND 1 = 1 AND 1 = 1 ) AND t3.IDENTIFIER = 5695) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "499641","Mar 16, 2022 12:39","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t4.VALUE as c2, t1.DOC_TITLE as c3, t1.DOC_VERSION as c4, t1.CREATION_TIME as c5, t5.NAME as c6, t2.STATEMENT as c7, t2.STATEMENT_CODE as c8, t6.VALUE as c9, t0.FIRST_NAME as c10, t0.LAST_NAME as c11, 't0', t0.CPR_ID as mc0, 't1', t1.IDENTIFIER as mc1, 't2', t2.IDENTIFIER as mc2 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.GENDER_ID left join OS_CPR_CONSENT_RESPS_VIEW t1 on t1.CPR_ID = t0.CPR_ID left join OS_CPR_CONSENT_STMT_RESPS_VIEW t2 on t2.RESPONSE_ID = t1.RESPONSE_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t2.VALUE_ID left join USER_VIEW t5 on t5.IDENTIFIER = t1.CREATOR_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where ((t0.PARTICIPANT_ID is not null AND (t2.STATEMENT in ('Consented to mental health treatment records governed under state law')) AND 1 = 1 ) AND t3.IDENTIFIER = 5695) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "499642","Mar 16, 2022 12:39","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t5.IDENTIFIER) as c2 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t1 on t1.CPR_ID = t0.CPR_ID left join OS_CPR_CONSENT_STMT_RESPS_VIEW t2 on t2.RESPONSE_ID = t1.RESPONSE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t5 on t5.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where ((t0.PARTICIPANT_ID is not null AND (t2.STATEMENT in ('Consented to mental health treatment records governed under state law')) AND 1 = 1 ) AND t3.IDENTIFIER = 5695) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499643","Mar 16, 2022 12:39","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t4.VALUE as c2, t1.DOC_TITLE as c3, t1.DOC_VERSION as c4, t1.CREATION_TIME as c5, t5.NAME as c6, t2.STATEMENT as c7, t2.STATEMENT_CODE as c8, t6.VALUE as c9, t0.FIRST_NAME as c10, t0.LAST_NAME as c11, 't0', t0.CPR_ID as mc0, 't1', t1.IDENTIFIER as mc1, 't2', t2.IDENTIFIER as mc2 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.GENDER_ID left join OS_CPR_CONSENT_RESPS_VIEW t1 on t1.CPR_ID = t0.CPR_ID left join OS_CPR_CONSENT_STMT_RESPS_VIEW t2 on t2.RESPONSE_ID = t1.RESPONSE_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t2.VALUE_ID left join USER_VIEW t5 on t5.IDENTIFIER = t1.CREATOR_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where ((t0.PARTICIPANT_ID is not null AND 1 = 1 AND 1 = 1 ) AND t3.IDENTIFIER = 5695) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "499644","Mar 16, 2022 12:39","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t5.IDENTIFIER) as c2 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t1 on t1.CPR_ID = t0.CPR_ID left join OS_CPR_CONSENT_STMT_RESPS_VIEW t2 on t2.RESPONSE_ID = t1.RESPONSE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t5 on t5.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where ((t0.PARTICIPANT_ID is not null AND 1 = 1 AND 1 = 1 ) AND t3.IDENTIFIER = 5695) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499645","Mar 16, 2022 12:39","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t4.VALUE as c2, t1.DOC_TITLE as c3, t1.DOC_VERSION as c4, t1.CREATION_TIME as c5, t5.NAME as c6, t2.STATEMENT as c7, t2.STATEMENT_CODE as c8, t6.VALUE as c9, t0.FIRST_NAME as c10, t0.LAST_NAME as c11, 't0', t0.CPR_ID as mc0, 't1', t1.IDENTIFIER as mc1, 't2', t2.IDENTIFIER as mc2 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.GENDER_ID left join OS_CPR_CONSENT_RESPS_VIEW t1 on t1.CPR_ID = t0.CPR_ID left join OS_CPR_CONSENT_STMT_RESPS_VIEW t2 on t2.RESPONSE_ID = t1.RESPONSE_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t2.VALUE_ID left join USER_VIEW t5 on t5.IDENTIFIER = t1.CREATOR_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where ((t0.PARTICIPANT_ID is not null AND 1 = 1 AND (t1.DOC_TITLE in ('UM BSSR Consent ENG - Form-B'))) AND t3.IDENTIFIER = 5695) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "499646","Mar 16, 2022 12:39","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t5.IDENTIFIER) as c2 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t1 on t1.CPR_ID = t0.CPR_ID left join OS_CPR_CONSENT_STMT_RESPS_VIEW t2 on t2.RESPONSE_ID = t1.RESPONSE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t5 on t5.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where ((t0.PARTICIPANT_ID is not null AND 1 = 1 AND (t1.DOC_TITLE in ('UM BSSR Consent ENG - Form-B'))) AND t3.IDENTIFIER = 5695) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499647","Mar 16, 2022 12:39","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t5.IDENTIFIER) as c2 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t1 on t1.CPR_ID = t0.CPR_ID left join OS_CPR_CONSENT_STMT_RESPS_VIEW t2 on t2.RESPONSE_ID = t1.RESPONSE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t5 on t5.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where ((t0.PARTICIPANT_ID is not null AND 1 = 1 AND (t1.DOC_TITLE in ('UM BSSR Consent ENG - Form-B', 'UM BSSR Consent ENG - Form- A'))) AND t3.IDENTIFIER = 5695) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499648","Mar 16, 2022 12:39","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t4.VALUE as c2, t1.DOC_TITLE as c3, t1.DOC_VERSION as c4, t1.CREATION_TIME as c5, t5.NAME as c6, t2.STATEMENT as c7, t2.STATEMENT_CODE as c8, t6.VALUE as c9, t0.FIRST_NAME as c10, t0.LAST_NAME as c11, 't0', t0.CPR_ID as mc0, 't1', t1.IDENTIFIER as mc1, 't2', t2.IDENTIFIER as mc2 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.GENDER_ID left join OS_CPR_CONSENT_RESPS_VIEW t1 on t1.CPR_ID = t0.CPR_ID left join OS_CPR_CONSENT_STMT_RESPS_VIEW t2 on t2.RESPONSE_ID = t1.RESPONSE_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t2.VALUE_ID left join USER_VIEW t5 on t5.IDENTIFIER = t1.CREATOR_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where ((t0.PARTICIPANT_ID is not null AND 1 = 1 AND (t1.DOC_TITLE in ('UM BSSR Consent ENG - Form-B', 'UM BSSR Consent ENG - Form- A'))) AND t3.IDENTIFIER = 5695) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "499649","Mar 16, 2022 12:40","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t5.IDENTIFIER) as c2 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t1 on t1.CPR_ID = t0.CPR_ID left join OS_CPR_CONSENT_STMT_RESPS_VIEW t2 on t2.RESPONSE_ID = t1.RESPONSE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t5 on t5.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where ((t0.PARTICIPANT_ID is not null AND (t2.STATEMENT in ('Consented to mental health treatment records governed under state law')) AND (t1.DOC_TITLE in ('UM BSSR Consent ENG - Form-B', 'UM BSSR Consent ENG - Form- A'))) AND t3.IDENTIFIER = 5695) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499650","Mar 16, 2022 12:40","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t4.VALUE as c2, t1.DOC_TITLE as c3, t1.DOC_VERSION as c4, t1.CREATION_TIME as c5, t5.NAME as c6, t2.STATEMENT as c7, t2.STATEMENT_CODE as c8, t6.VALUE as c9, t0.FIRST_NAME as c10, t0.LAST_NAME as c11, 't0', t0.CPR_ID as mc0, 't1', t1.IDENTIFIER as mc1, 't2', t2.IDENTIFIER as mc2 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.GENDER_ID left join OS_CPR_CONSENT_RESPS_VIEW t1 on t1.CPR_ID = t0.CPR_ID left join OS_CPR_CONSENT_STMT_RESPS_VIEW t2 on t2.RESPONSE_ID = t1.RESPONSE_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t2.VALUE_ID left join USER_VIEW t5 on t5.IDENTIFIER = t1.CREATOR_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where ((t0.PARTICIPANT_ID is not null AND (t2.STATEMENT in ('Consented to mental health treatment records governed under state law')) AND (t1.DOC_TITLE in ('UM BSSR Consent ENG - Form-B', 'UM BSSR Consent ENG - Form- A'))) AND t3.IDENTIFIER = 5695) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "499651","Mar 16, 2022 12:40","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t2.TITLE as c0, t1.STATUS as c1, count(distinct t1.IDENTIFIER) as c2 from CPR_VIEW t0 left join OS_SURVEY_INSTANCES t1 on t1.CPR_ID = t0.CPR_ID left join OS_SURVEYS t2 on t2.IDENTIFIER = t1.SURVEY_ID where (t1.IDENTIFIER is not null ) AND (t0.ACTIVITY_STATUS != 'Disabled') group by t2.TITLE, t1.STATUS) tab where rownum <= 10000) where rnum >= 1" "499652","Mar 16, 2022 12:40","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t2.IDENTIFIER) as c1, count(distinct t3.IDENTIFIER) as c2 from CPR_VIEW t0 left join OS_SURVEY_INSTANCES t1 on t1.CPR_ID = t0.CPR_ID left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t3 on t3.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t3.ACTIVITY_STATUS != 'Disabled' where (t1.IDENTIFIER is not null ) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499653","Mar 16, 2022 12:40","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select count(distinct t0.PPID) as c0, t0.FIRST_NAME as c1, t0.LAST_NAME as c2, t0.DOB as c3, t1.DOC_TITLE as c4, t1.DOC_VERSION as c5, t3.STATEMENT as c6, t4.VALUE as c7, t5.NAME as c8, t1.UPDATE_TIME as c9, t6.NAME as c10, t1.CREATION_TIME as c11 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t1 on t1.CPR_ID = t0.CPR_ID left join OS_CPR_CONSENT_STMT_RESPS_VIEW t3 on t3.RESPONSE_ID = t1.RESPONSE_ID left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t3.VALUE_ID left join USER_VIEW t6 on t6.IDENTIFIER = t1.CREATOR_ID left join USER_VIEW t5 on t5.IDENTIFIER = t1.UPDATER_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.DOC_TITLE is not null ) AND t2.IDENTIFIER = 4532) AND (t0.ACTIVITY_STATUS != 'Disabled') group by t0.FIRST_NAME, t0.LAST_NAME, t0.DOB, t1.DOC_TITLE, t1.DOC_VERSION, t3.STATEMENT, t4.VALUE, t5.NAME, t1.UPDATE_TIME, t6.NAME, t1.CREATION_TIME) tab where rownum <= 10000) where rnum >= 1" "499654","Mar 16, 2022 12:40","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t3.IDENTIFIER) as c1, count(distinct t4.IDENTIFIER) as c2 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t1 on t1.CPR_ID = t0.CPR_ID left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t4 on t4.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.DOC_TITLE is not null ) AND t2.IDENTIFIER = 4532) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499655","Mar 16, 2022 12:41","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select count(distinct t0.PPID) as c0, t0.FIRST_NAME as c1, t0.LAST_NAME as c2, t0.DOB as c3, t1.DOC_TITLE as c4, t1.DOC_VERSION as c5, t3.STATEMENT as c6, t4.VALUE as c7, t5.NAME as c8, t1.UPDATE_TIME as c9, t6.NAME as c10, t1.CREATION_TIME as c11 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t1 on t1.CPR_ID = t0.CPR_ID left join OS_CPR_CONSENT_STMT_RESPS_VIEW t3 on t3.RESPONSE_ID = t1.RESPONSE_ID left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t3.VALUE_ID left join USER_VIEW t6 on t6.IDENTIFIER = t1.CREATOR_ID left join USER_VIEW t5 on t5.IDENTIFIER = t1.UPDATER_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.DOC_TITLE is not null ) AND t2.IDENTIFIER = 4532) AND (t0.ACTIVITY_STATUS != 'Disabled') group by t0.FIRST_NAME, t0.LAST_NAME, t0.DOB, t1.DOC_TITLE, t1.DOC_VERSION, t3.STATEMENT, t4.VALUE, t5.NAME, t1.UPDATE_TIME, t6.NAME, t1.CREATION_TIME) tab where rownum <= 10000) where rnum >= 1" "499656","Mar 16, 2022 12:41","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t3.IDENTIFIER) as c1, count(distinct t4.IDENTIFIER) as c2 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t1 on t1.CPR_ID = t0.CPR_ID left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t4 on t4.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.DOC_TITLE is not null ) AND t2.IDENTIFIER = 4532) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499657","Mar 16, 2022 12:42","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t4.VALUE as c2, t1.DOC_TITLE as c3, t1.DOC_VERSION as c4, t1.CREATION_TIME as c5, t5.NAME as c6, t2.STATEMENT as c7, t2.STATEMENT_CODE as c8, t6.VALUE as c9, 't0', t0.CPR_ID as mc0, 't1', t1.IDENTIFIER as mc1, 't2', t2.IDENTIFIER as mc2 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.GENDER_ID left join OS_CPR_CONSENT_RESPS_VIEW t1 on t1.CPR_ID = t0.CPR_ID left join OS_CPR_CONSENT_STMT_RESPS_VIEW t2 on t2.RESPONSE_ID = t1.RESPONSE_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t2.VALUE_ID left join USER_VIEW t5 on t5.IDENTIFIER = t1.CREATOR_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where ((t0.PARTICIPANT_ID is not null AND 1 = 1 AND 1 = 1 ) AND t3.IDENTIFIER = 5695) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "499658","Mar 16, 2022 12:42","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t5.IDENTIFIER) as c2 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t1 on t1.CPR_ID = t0.CPR_ID left join OS_CPR_CONSENT_STMT_RESPS_VIEW t2 on t2.RESPONSE_ID = t1.RESPONSE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t5 on t5.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where ((t0.PARTICIPANT_ID is not null AND 1 = 1 AND 1 = 1 ) AND t3.IDENTIFIER = 5695) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499659","Mar 16, 2022 12:42","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t4.VALUE as c2, t1.DOC_TITLE as c3, t1.DOC_VERSION as c4, t1.CREATION_TIME as c5, t5.NAME as c6, t2.STATEMENT as c7, t2.STATEMENT_CODE as c8, t6.VALUE as c9, 't0', t0.CPR_ID as mc0, 't1', t1.IDENTIFIER as mc1, 't2', t2.IDENTIFIER as mc2 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.GENDER_ID left join OS_CPR_CONSENT_RESPS_VIEW t1 on t1.CPR_ID = t0.CPR_ID left join OS_CPR_CONSENT_STMT_RESPS_VIEW t2 on t2.RESPONSE_ID = t1.RESPONSE_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t2.VALUE_ID left join USER_VIEW t5 on t5.IDENTIFIER = t1.CREATOR_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where ((t0.PARTICIPANT_ID is not null AND (t2.STATEMENT in ('Accompanying study specific Informed Consent Form')) AND 1 = 1 ) AND t3.IDENTIFIER = 5695) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "499660","Mar 16, 2022 12:42","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t5.IDENTIFIER) as c2 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t1 on t1.CPR_ID = t0.CPR_ID left join OS_CPR_CONSENT_STMT_RESPS_VIEW t2 on t2.RESPONSE_ID = t1.RESPONSE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t5 on t5.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where ((t0.PARTICIPANT_ID is not null AND (t2.STATEMENT in ('Accompanying study specific Informed Consent Form')) AND 1 = 1 ) AND t3.IDENTIFIER = 5695) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499661","Mar 16, 2022 12:42","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t4.VALUE as c2, t1.DOC_TITLE as c3, t1.DOC_VERSION as c4, t1.CREATION_TIME as c5, t5.NAME as c6, t2.STATEMENT as c7, t2.STATEMENT_CODE as c8, t6.VALUE as c9, 't0', t0.CPR_ID as mc0, 't1', t1.IDENTIFIER as mc1, 't2', t2.IDENTIFIER as mc2 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.GENDER_ID left join OS_CPR_CONSENT_RESPS_VIEW t1 on t1.CPR_ID = t0.CPR_ID left join OS_CPR_CONSENT_STMT_RESPS_VIEW t2 on t2.RESPONSE_ID = t1.RESPONSE_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t2.VALUE_ID left join USER_VIEW t5 on t5.IDENTIFIER = t1.CREATOR_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where ((t0.PARTICIPANT_ID is not null AND (t2.STATEMENT in ('Accompanying study specific Informed Consent Form')) AND (t1.DOC_TITLE in ('Spanish_UM V4.2 Form-A', 'Spanish_UM V4.2 Form-B'))) AND t3.IDENTIFIER = 5695) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "499662","Mar 16, 2022 12:42","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t5.IDENTIFIER) as c2 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t1 on t1.CPR_ID = t0.CPR_ID left join OS_CPR_CONSENT_STMT_RESPS_VIEW t2 on t2.RESPONSE_ID = t1.RESPONSE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t5 on t5.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where ((t0.PARTICIPANT_ID is not null AND (t2.STATEMENT in ('Accompanying study specific Informed Consent Form')) AND (t1.DOC_TITLE in ('Spanish_UM V4.2 Form-A', 'Spanish_UM V4.2 Form-B'))) AND t3.IDENTIFIER = 5695) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499663","Mar 16, 2022 12:44","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select count(distinct t0.PPID) as c0, t0.FIRST_NAME as c1, t0.LAST_NAME as c2, t0.DOB as c3, t1.DOC_TITLE as c4, t1.DOC_VERSION as c5, t3.STATEMENT as c6, t4.VALUE as c7, t5.NAME as c8, t1.UPDATE_TIME as c9, t6.NAME as c10, t1.CREATION_TIME as c11 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t1 on t1.CPR_ID = t0.CPR_ID left join OS_CPR_CONSENT_STMT_RESPS_VIEW t3 on t3.RESPONSE_ID = t1.RESPONSE_ID left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t3.VALUE_ID left join USER_VIEW t6 on t6.IDENTIFIER = t1.CREATOR_ID left join USER_VIEW t5 on t5.IDENTIFIER = t1.UPDATER_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.DOC_TITLE is not null ) AND t2.IDENTIFIER = 4532) AND (t0.ACTIVITY_STATUS != 'Disabled') group by t0.FIRST_NAME, t0.LAST_NAME, t0.DOB, t1.DOC_TITLE, t1.DOC_VERSION, t3.STATEMENT, t4.VALUE, t5.NAME, t1.UPDATE_TIME, t6.NAME, t1.CREATION_TIME) tab where rownum <= 10000) where rnum >= 1" "499664","Mar 16, 2022 12:44","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t3.IDENTIFIER) as c1, count(distinct t4.IDENTIFIER) as c2 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t1 on t1.CPR_ID = t0.CPR_ID left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t4 on t4.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.DOC_TITLE is not null ) AND t2.IDENTIFIER = 4532) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499665","Mar 16, 2022 12:45","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499666","Mar 16, 2022 12:45","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select count(distinct t0.PPID) as c0, t0.FIRST_NAME as c1, t0.LAST_NAME as c2, t0.DOB as c3, t1.DOC_TITLE as c4, t1.DOC_VERSION as c5, t3.STATEMENT as c6, t4.VALUE as c7, t5.NAME as c8, t1.UPDATE_TIME as c9, t6.NAME as c10, t1.CREATION_TIME as c11 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t1 on t1.CPR_ID = t0.CPR_ID left join OS_CPR_CONSENT_STMT_RESPS_VIEW t3 on t3.RESPONSE_ID = t1.RESPONSE_ID left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t3.VALUE_ID left join USER_VIEW t6 on t6.IDENTIFIER = t1.CREATOR_ID left join USER_VIEW t5 on t5.IDENTIFIER = t1.UPDATER_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.DOC_TITLE is not null ) AND t2.IDENTIFIER = 4532) AND (t0.ACTIVITY_STATUS != 'Disabled') group by t0.FIRST_NAME, t0.LAST_NAME, t0.DOB, t1.DOC_TITLE, t1.DOC_VERSION, t3.STATEMENT, t4.VALUE, t5.NAME, t1.UPDATE_TIME, t6.NAME, t1.CREATION_TIME) tab where rownum <= 10000) where rnum >= 1" "499667","Mar 16, 2022 12:45","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t3.IDENTIFIER) as c1, count(distinct t4.IDENTIFIER) as c2 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t1 on t1.CPR_ID = t0.CPR_ID left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t4 on t4.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.DOC_TITLE is not null ) AND t2.IDENTIFIER = 4532) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499668","Mar 16, 2022 12:45","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%AH%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499669","Mar 16, 2022 12:45","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%AHC%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499670","Mar 16, 2022 12:45","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499671","Mar 16, 2022 12:45","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t4.VALUE as c2, t1.DOC_TITLE as c3, t1.DOC_VERSION as c4, t1.CREATION_TIME as c5, t5.NAME as c6, t2.STATEMENT as c7, t2.STATEMENT_CODE as c8, t6.VALUE as c9, 't0', t0.CPR_ID as mc0, 't1', t1.IDENTIFIER as mc1, 't2', t2.IDENTIFIER as mc2 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.GENDER_ID left join OS_CPR_CONSENT_RESPS_VIEW t1 on t1.CPR_ID = t0.CPR_ID left join OS_CPR_CONSENT_STMT_RESPS_VIEW t2 on t2.RESPONSE_ID = t1.RESPONSE_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t2.VALUE_ID left join USER_VIEW t5 on t5.IDENTIFIER = t1.CREATOR_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where ((t0.PARTICIPANT_ID is not null AND 1 = 1 AND 1 = 1 ) AND t3.IDENTIFIER = 5695) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "499672","Mar 16, 2022 12:45","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t5.IDENTIFIER) as c2 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t1 on t1.CPR_ID = t0.CPR_ID left join OS_CPR_CONSENT_STMT_RESPS_VIEW t2 on t2.RESPONSE_ID = t1.RESPONSE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t5 on t5.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where ((t0.PARTICIPANT_ID is not null AND 1 = 1 AND 1 = 1 ) AND t3.IDENTIFIER = 5695) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499673","Mar 16, 2022 12:45","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t5.IDENTIFIER) as c2 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t1 on t1.CPR_ID = t0.CPR_ID left join OS_CPR_CONSENT_STMT_RESPS_VIEW t2 on t2.RESPONSE_ID = t1.RESPONSE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t5 on t5.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where ((t0.PARTICIPANT_ID is not null AND (t2.STATEMENT in ('Accompanying study specific Informed Consent Form')) AND 1 = 1 ) AND t3.IDENTIFIER = 5695) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499674","Mar 16, 2022 12:45","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t4.VALUE as c2, t1.DOC_TITLE as c3, t1.DOC_VERSION as c4, t1.CREATION_TIME as c5, t5.NAME as c6, t2.STATEMENT as c7, t2.STATEMENT_CODE as c8, t6.VALUE as c9, 't0', t0.CPR_ID as mc0, 't1', t1.IDENTIFIER as mc1, 't2', t2.IDENTIFIER as mc2 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.GENDER_ID left join OS_CPR_CONSENT_RESPS_VIEW t1 on t1.CPR_ID = t0.CPR_ID left join OS_CPR_CONSENT_STMT_RESPS_VIEW t2 on t2.RESPONSE_ID = t1.RESPONSE_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t2.VALUE_ID left join USER_VIEW t5 on t5.IDENTIFIER = t1.CREATOR_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where ((t0.PARTICIPANT_ID is not null AND (t2.STATEMENT in ('Accompanying study specific Informed Consent Form')) AND 1 = 1 ) AND t3.IDENTIFIER = 5695) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "499675","Mar 16, 2022 12:46","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499676","Mar 16, 2022 13:02","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499677","Mar 16, 2022 13:04","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499678","Mar 16, 2022 13:11","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499679","Mar 16, 2022 13:12","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499680","Mar 16, 2022 13:15","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499681","Mar 16, 2022 13:19","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499682","Mar 16, 2022 13:21","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499683","Mar 16, 2022 13:58","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499684","Mar 16, 2022 22:09","Vinayak Pawar","vinayak.pawar@krishagni.com","vpawar","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 448) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 448))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499685","Mar 16, 2022 23:28","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 408) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 408))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499686","Mar 16, 2022 23:28","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499687","Mar 16, 2022 23:55","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499688","Mar 16, 2022 23:55","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499689","Mar 17, 2022 00:03","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499690","Mar 17, 2022 00:03","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%AH%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499691","Mar 17, 2022 00:03","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%AHCP%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499692","Mar 17, 2022 00:04","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499693","Mar 17, 2022 00:05","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499694","Mar 17, 2022 00:09","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499695","Mar 17, 2022 00:11","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499696","Mar 17, 2022 00:13","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499697","Mar 17, 2022 00:16","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499698","Mar 17, 2022 00:17","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499699","Mar 17, 2022 00:17","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499700","Mar 17, 2022 00:24","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499701","Mar 17, 2022 00:29","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499702","Mar 17, 2022 00:31","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499703","Mar 17, 2022 00:31","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499704","Mar 17, 2022 00:32","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%AHC%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499705","Mar 17, 2022 00:32","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6117) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499706","Mar 17, 2022 00:34","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6117) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499707","Mar 17, 2022 00:36","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6117) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499708","Mar 17, 2022 00:41","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6117) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499709","Mar 17, 2022 00:42","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499710","Mar 17, 2022 00:42","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t5.VALUE as c1, t6.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t5.VALUE as c7, t7.VALUE as c8, t3.DE_A_3 as c9, t3.DE_A_4 as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t4.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t4.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t9 on t9.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t9.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join (OS_SPMN_CUST_FIELDS t2 inner join DE_E_26777 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 13227) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6078) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "499711","Mar 17, 2022 00:42","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499712","Mar 17, 2022 00:43","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%AS%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499713","Mar 17, 2022 00:43","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6116) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "499714","Mar 17, 2022 00:46","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6116) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "499715","Mar 17, 2022 00:46","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6116) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "499716","Mar 17, 2022 00:50","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6117) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499717","Mar 17, 2022 00:56","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6116) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "499718","Mar 17, 2022 00:58","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6117) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499719","Mar 17, 2022 01:01","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6117) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499720","Mar 17, 2022 01:10","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6117) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499721","Mar 17, 2022 01:11","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6117) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499722","Mar 17, 2022 01:13","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6117) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499723","Mar 17, 2022 01:13","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6117) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499724","Mar 17, 2022 01:13","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499725","Mar 17, 2022 01:14","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%AH%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499726","Mar 17, 2022 01:14","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%AH3P%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499727","Mar 17, 2022 01:14","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%AHCP3%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499728","Mar 17, 2022 01:14","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6117) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499729","Mar 17, 2022 01:15","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6117) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499730","Mar 17, 2022 01:16","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6117) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499731","Mar 17, 2022 01:18","Vinayak Pawar","vinayak.pawar@krishagni.com","vpawar","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 811) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "499732","Mar 17, 2022 01:19","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499733","Mar 17, 2022 01:19","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%AHCP%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499734","Mar 17, 2022 01:19","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%AHCP2%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499735","Mar 17, 2022 01:19","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499736","Mar 17, 2022 01:21","Vinayak Pawar","vinayak.pawar@krishagni.com","vpawar","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 811) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "499737","Mar 17, 2022 01:21","Vinayak Pawar","vinayak.pawar@krishagni.com","vpawar","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 811) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "499738","Mar 17, 2022 01:21","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499739","Mar 17, 2022 01:21","Vinayak Pawar","vinayak.pawar@krishagni.com","vpawar","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 811) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "499740","Mar 17, 2022 01:22","Vinayak Pawar","vinayak.pawar@krishagni.com","vpawar","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 811) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "499741","Mar 17, 2022 01:22","Vinayak Pawar","vinayak.pawar@krishagni.com","vpawar","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 811) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.LABEL asc ) tab where rownum <= 101) where rnum >= 1" "499742","Mar 17, 2022 01:28","Ishita Aggarwal","ishitaaggarwal1501@gmail.com","Ishita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6331) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6331))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499743","Mar 17, 2022 01:36","Ishita Aggarwal","ishitaaggarwal1501@gmail.com","Ishita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6118) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499744","Mar 17, 2022 01:39","Prayuja Teli","prayuja@krishagni.com","Prayuja","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t8.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t14 on t14.IDENTIFIER = t0.CP_ID and t14.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t5 on t5.IDENTIFIER = t4.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t4.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t8.PATHOLOGICAL_STATUS_ID left join OS_SPECIMEN_STATS t13 on t13.SPECIMEN_ID = t8.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t8.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t8.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t8.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t4.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.VITAL_STATUS_ID where ( 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND t14.SHORT_TITLE = 'NUH') AND (t0.ACTIVITY_STATUS != 'Disabled')" "499745","Mar 17, 2022 01:43","Prayuja Teli","prayuja@krishagni.com","Prayuja","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t8.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t14 on t14.IDENTIFIER = t0.CP_ID and t14.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t5 on t5.IDENTIFIER = t4.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t4.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t8.PATHOLOGICAL_STATUS_ID left join OS_SPECIMEN_STATS t13 on t13.SPECIMEN_ID = t8.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t8.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t8.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t8.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t4.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.VITAL_STATUS_ID where ((t1.VALUE in ('Alive')) AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND t14.SHORT_TITLE = 'NUH') AND (t0.ACTIVITY_STATUS != 'Disabled')" "499746","Mar 17, 2022 01:43","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t16.VALUE as c0, t1.VALUE as c1, t3.VALUE as c2, t6.VALUE as c3, t8.LABEL as c4, t9.VALUE as c5, t10.VALUE as c6, t11.VALUE as c7, t12.VALUE as c8, t15.COLL_CONTAINER as c9, t8.IDENTIFIER as c10, 't0', t0.CPR_ID as mc0, 't6', t6.IDENTIFIER as mc1, 't8', t8.IDENTIFIER as mc2, 't15', t15.SPECIMEN_ID as mc3 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t16 on t16.IDENTIFIER = t0.GENDER_ID left join CATISSUE_COLLECTION_PROTOCOL t14 on t14.IDENTIFIER = t0.CP_ID and t14.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t5 on t5.IDENTIFIER = t4.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t4.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t8.PATHOLOGICAL_STATUS_ID left join OS_SPECIMEN_STATS t13 on t13.SPECIMEN_ID = t8.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t15 on t15.SPECIMEN_ID = t8.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t8.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t8.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t8.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t4.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.VITAL_STATUS_ID where ((t1.VALUE in ('Alive')) AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND t14.SHORT_TITLE = 'NUH') AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "499747","Mar 17, 2022 01:43","Prayuja Teli","prayuja@krishagni.com","Prayuja","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t8.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t14 on t14.IDENTIFIER = t0.CP_ID and t14.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t5 on t5.IDENTIFIER = t4.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t4.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t8.PATHOLOGICAL_STATUS_ID left join OS_SPECIMEN_STATS t13 on t13.SPECIMEN_ID = t8.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t8.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t8.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t8.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t4.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.VITAL_STATUS_ID where ((t1.VALUE in ('Alive')) AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND t14.SHORT_TITLE = 'NUH') AND (t0.ACTIVITY_STATUS != 'Disabled')" "499748","Mar 17, 2022 01:43","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t16.VALUE as c0, t1.VALUE as c1, t3.VALUE as c2, t6.VALUE as c3, t8.LABEL as c4, t9.VALUE as c5, t10.VALUE as c6, t11.VALUE as c7, t12.VALUE as c8, t15.COLL_CONTAINER as c9, t8.IDENTIFIER as c10, 't0', t0.CPR_ID as mc0, 't6', t6.IDENTIFIER as mc1, 't8', t8.IDENTIFIER as mc2, 't15', t15.SPECIMEN_ID as mc3 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t16 on t16.IDENTIFIER = t0.GENDER_ID left join CATISSUE_COLLECTION_PROTOCOL t14 on t14.IDENTIFIER = t0.CP_ID and t14.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t5 on t5.IDENTIFIER = t4.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t4.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t8.PATHOLOGICAL_STATUS_ID left join OS_SPECIMEN_STATS t13 on t13.SPECIMEN_ID = t8.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t15 on t15.SPECIMEN_ID = t8.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t8.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t8.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t8.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t4.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.VITAL_STATUS_ID where ((t1.VALUE in ('Alive')) AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND t14.SHORT_TITLE = 'NUH') AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "499749","Mar 17, 2022 01:43","Prayuja Teli","prayuja@krishagni.com","Prayuja","Export","0","N/A",,"select t4.VALUE as c0, t6.VALUE as c1, t8.VALUE as c2, t9.VALUE as c3, t3.DE_A_113 as c4, t3.DE_A_219 as c5, t3.DE_A_220 as c6, t3.DE_A_19 as c7, t3.DE_A_20 as c8, t3.DE_A_22 as c9, t10.NAME as c10, t11.NAME as c11, t10.COLLECTION_STATUS as c12, t12.VALUE as c13, t14.DE_A_1 as c14, t14.DE_A_3 as c15, t14.DE_A_4 as c16, t14.DE_A_5 as c17, t1.LABEL as c18, t1.BARCODE as c19, t15.VALUE as c20, 't0', t0.CPR_ID as mc0, 't3', t3.IDENTIFIER as mc1, 't10', t10.IDENTIFIER as mc2, 't14', t14.IDENTIFIER as mc3, 't1', t1.IDENTIFIER as mc4 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.GENDER_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_24002 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 10852 left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t3.DE_A_3) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_RACE t5 on t5.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t5.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t10 on t10.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t10.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t11 on t11.IDENTIFIER = t10.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t10.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t10.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t15 on t15.IDENTIFIER = t1.SPECIMEN_CLASS_ID left join (OS_VISIT_EXTN_RECS t13 inner join DE_E_25927 t14 on t14.IDENTIFIER = t13.RECORD_ID and t13.FORM_ID = 12427) on t13.VISIT_ID = t10.IDENTIFIER left join OS_PARTICIPANT_ETHNICITIES t7 on t7.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t7.ETHNICITY_ID where ((t0.PARTICIPANT_ID is not null ) AND ((t1.IDENTIFIER in (1307551, 1307549)))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID" "499750","Mar 17, 2022 01:44","Ishita Aggarwal","ishitaaggarwal1501@gmail.com","Ishita","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t1.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where (((t0.IDENTIFIER is not null AND t0.LINEAGE = 'New' AND t0.COLLECTION_STATUS = 'Collected') AND (t1.CPR_ID = 160903)) AND t2.IDENTIFIER = 6118) AND (t1.ACTIVITY_STATUS != 'Disabled')" "499751","Mar 17, 2022 01:44","Ishita Aggarwal","ishitaaggarwal1501@gmail.com","Ishita","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t2.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (((t0.IDENTIFIER is not null AND t1.CONTAINER_NAME is not null AND t0.COLLECTION_STATUS = 'Collected') AND (t2.CPR_ID = 160903)) AND t3.IDENTIFIER = 6118) AND (t2.ACTIVITY_STATUS != 'Disabled')" "499752","Mar 17, 2022 01:44","Ishita Aggarwal","ishitaaggarwal1501@gmail.com","Ishita","Data","0","N/A",,"select count(distinct t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t2.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (((t1.ORDER_STATUS = 'EXECUTED') AND (t2.CPR_ID = 160903)) AND t3.IDENTIFIER = 6118) AND (t2.ACTIVITY_STATUS != 'Disabled')" "499753","Mar 17, 2022 01:45","Ishita Aggarwal","ishitaaggarwal1501@gmail.com","Ishita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6118) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499754","Mar 17, 2022 01:45","Ishita Aggarwal","ishitaaggarwal1501@gmail.com","Ishita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6118) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499755","Mar 17, 2022 01:54","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499756","Mar 17, 2022 01:55","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499757","Mar 17, 2022 01:55","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499758","Mar 17, 2022 02:06","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499759","Mar 17, 2022 02:09","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5113) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499760","Mar 17, 2022 02:20","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499761","Mar 17, 2022 02:20","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499762","Mar 17, 2022 02:20","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499763","Mar 17, 2022 02:22","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499764","Mar 17, 2022 02:23","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499765","Mar 17, 2022 02:40","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.REGISTRATION_DATE as c3, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c4 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6101) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499766","Mar 17, 2022 03:07","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select count(t0.CPR_ID) as c0 from CPR_VIEW t0 where (t0.CPR_ID is not null ) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499767","Mar 17, 2022 03:07","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' where (t0.IDENTIFIER is not null AND t0.LINEAGE = 'New' AND t0.COLLECTION_STATUS = 'Collected') AND (t1.ACTIVITY_STATUS != 'Disabled')" "499768","Mar 17, 2022 03:07","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t1.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (t0.COLLECTION_STATUS = 'Collected') AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "499769","Mar 17, 2022 03:07","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' where (t0.IDENTIFIER is not null AND t0.AVAILABLE_QUANTITY > 0 AND t0.COLLECTION_STATUS = 'Collected') AND (t1.ACTIVITY_STATUS != 'Disabled')" "499770","Mar 17, 2022 03:07","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t1.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID where (t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0 AND t1.VALUE is not null ) AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "499771","Mar 17, 2022 03:07","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t1.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.ANATOMIC_SITE_ID where (t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0) AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "499772","Mar 17, 2022 03:07","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select count(distinct t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER where (t1.ORDER_STATUS = 'EXECUTED') AND (t2.ACTIVITY_STATUS != 'Disabled')" "499773","Mar 17, 2022 03:07","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t3.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t4 left join CATISSUE_SPECIMEN_COLL_GROUP t1 on t1.COLLECTION_PROTOCOL_REG_ID = t4.CPR_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t1.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_VISIT_CLIN_DIAGNOSES t2 on t2.VISIT_ID = t1.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.CLINICAL_DIAGNOSIS_ID where (t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0 AND t3.VALUE is not null ) AND (t4.ACTIVITY_STATUS != 'Disabled') group by t3.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "499774","Mar 17, 2022 03:07","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select t0.CREATED_ON as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' where (t0.CREATED_ON is not null AND t0.COLLECTION_STATUS = 'Collected' AND (t0.CREATED_ON >= to_date('10-01-2021 00:00', 'MM-DD-YYYY HH24:MI') and t0.CREATED_ON <= to_date('12-31-2021 23:59', 'MM-DD-YYYY HH24:MI'))) AND (t1.ACTIVITY_STATUS != 'Disabled') group by t0.CREATED_ON order by t0.CREATED_ON asc" "499775","Mar 17, 2022 03:07","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select t1.COLLECTION_TIMESTAMP as c0, t0.SHORT_TITLE as c1, count(distinct t1.IDENTIFIER) as c2 from CPR_VIEW t2 left join CATISSUE_COLLECTION_PROTOCOL t0 on t0.IDENTIFIER = t2.CP_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t1 on t1.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.SHORT_TITLE in ('LCPH(C)', 'LCPH')) AND t1.COLLECTION_STATUS = 'Complete') AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.COLLECTION_TIMESTAMP, t0.SHORT_TITLE order by t1.COLLECTION_TIMESTAMP asc" "499776","Mar 17, 2022 03:07","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select t1.EXECUTION_DATE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER where (t1.EXECUTION_DATE is not null AND t1.ORDER_STATUS = 'EXECUTED' AND (t1.EXECUTION_DATE >= to_date('10-01-2021 00:00', 'MM-DD-YYYY HH24:MI') and t1.EXECUTION_DATE <= to_date('12-31-2021 23:59', 'MM-DD-YYYY HH24:MI'))) AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.EXECUTION_DATE order by t1.EXECUTION_DATE asc" "499777","Mar 17, 2022 03:07","Sharvari Gokhale","sharvari@krishagni.com","Sharvari","Count","1","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t8.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t14 on t14.IDENTIFIER = t0.CP_ID and t14.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t5 on t5.IDENTIFIER = t4.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t4.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t8.PATHOLOGICAL_STATUS_ID left join OS_SPECIMEN_STATS t13 on t13.SPECIMEN_ID = t8.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t8.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t8.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t8.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t4.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.VITAL_STATUS_ID where ( 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 ) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499778","Mar 17, 2022 03:07","Sharvari Gokhale","sharvari@krishagni.com","Sharvari","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t8.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t14 on t14.IDENTIFIER = t0.CP_ID and t14.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t5 on t5.IDENTIFIER = t4.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t4.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t8.PATHOLOGICAL_STATUS_ID left join OS_SPECIMEN_STATS t13 on t13.SPECIMEN_ID = t8.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t8.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t8.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t8.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t4.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.VITAL_STATUS_ID where ((t1.VALUE in ('Alive')) AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 ) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499779","Mar 17, 2022 03:07","Sharvari Gokhale","sharvari@krishagni.com","Sharvari","Data","1","N/A",,"select * from (select tab.*, rownum rnum from (select t16.VALUE as c0, t1.VALUE as c1, t3.VALUE as c2, t6.VALUE as c3, t9.VALUE as c4, t10.VALUE as c5, t11.VALUE as c6, t12.VALUE as c7, t15.COLL_CONTAINER as c8, 't0', t0.CPR_ID as mc0, 't6', t6.IDENTIFIER as mc1, 't15', t15.SPECIMEN_ID as mc2 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t16 on t16.IDENTIFIER = t0.GENDER_ID left join CATISSUE_COLLECTION_PROTOCOL t14 on t14.IDENTIFIER = t0.CP_ID and t14.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t5 on t5.IDENTIFIER = t4.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t4.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t8.PATHOLOGICAL_STATUS_ID left join OS_SPECIMEN_STATS t13 on t13.SPECIMEN_ID = t8.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t15 on t15.SPECIMEN_ID = t8.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t8.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t8.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t8.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t4.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.VITAL_STATUS_ID where ((t1.VALUE in ('Alive')) AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 ) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "499780","Mar 17, 2022 03:08","Sharvari Gokhale","sharvari@krishagni.com","Sharvari","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t15.VALUE as c0, t3.VALUE as c1, t6.VALUE as c2, t9.VALUE as c3, t11.VALUE as c4, t12.VALUE as c5, 't0', t0.CPR_ID as mc0, 't6', t6.IDENTIFIER as mc1 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t15 on t15.IDENTIFIER = t0.GENDER_ID left join CATISSUE_COLLECTION_PROTOCOL t14 on t14.IDENTIFIER = t0.CP_ID and t14.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t5 on t5.IDENTIFIER = t4.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t4.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t8.PATHOLOGICAL_STATUS_ID left join OS_SPECIMEN_STATS t13 on t13.SPECIMEN_ID = t8.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t8.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t8.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t8.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t4.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.VITAL_STATUS_ID where ((t1.VALUE in ('Alive')) AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 ) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "499781","Mar 17, 2022 03:08","Sharvari Gokhale","sharvari@krishagni.com","Sharvari","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t15.VALUE as c0, t6.VALUE as c1, t9.VALUE as c2, t11.VALUE as c3, t12.VALUE as c4, 't0', t0.CPR_ID as mc0, 't6', t6.IDENTIFIER as mc1 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t15 on t15.IDENTIFIER = t0.GENDER_ID left join CATISSUE_COLLECTION_PROTOCOL t14 on t14.IDENTIFIER = t0.CP_ID and t14.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t5 on t5.IDENTIFIER = t4.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t4.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t8.PATHOLOGICAL_STATUS_ID left join OS_SPECIMEN_STATS t13 on t13.SPECIMEN_ID = t8.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t8.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t8.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t8.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t4.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.VITAL_STATUS_ID where ((t1.VALUE in ('Alive')) AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 ) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "499782","Mar 17, 2022 03:12","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select count(t0.CPR_ID) as c0 from CPR_VIEW t0 where (t0.CPR_ID is not null ) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499783","Mar 17, 2022 03:12","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' where (t0.IDENTIFIER is not null AND t0.LINEAGE = 'New' AND t0.COLLECTION_STATUS = 'Collected') AND (t1.ACTIVITY_STATUS != 'Disabled')" "499784","Mar 17, 2022 03:12","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' where (t0.IDENTIFIER is not null AND t0.AVAILABLE_QUANTITY > 0 AND t0.COLLECTION_STATUS = 'Collected') AND (t1.ACTIVITY_STATUS != 'Disabled')" "499785","Mar 17, 2022 03:12","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t1.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.ANATOMIC_SITE_ID where (t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0) AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "499786","Mar 17, 2022 03:12","Dashboard User","public_dashboard_user","public_dashboard_user","Data","1","N/A",,"select * from (select tab.*, rownum rnum from (select t1.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (t0.COLLECTION_STATUS = 'Collected') AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "499787","Mar 17, 2022 03:12","Dashboard User","public_dashboard_user","public_dashboard_user","Data","1","N/A",,"select * from (select tab.*, rownum rnum from (select t1.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID where (t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0 AND t1.VALUE is not null ) AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "499788","Mar 17, 2022 03:12","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select count(distinct t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER where (t1.ORDER_STATUS = 'EXECUTED') AND (t2.ACTIVITY_STATUS != 'Disabled')" "499789","Mar 17, 2022 03:12","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select t1.COLLECTION_TIMESTAMP as c0, t0.SHORT_TITLE as c1, count(distinct t1.IDENTIFIER) as c2 from CPR_VIEW t2 left join CATISSUE_COLLECTION_PROTOCOL t0 on t0.IDENTIFIER = t2.CP_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t1 on t1.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.SHORT_TITLE in ('LCPH(C)', 'LCPH')) AND t1.COLLECTION_STATUS = 'Complete') AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.COLLECTION_TIMESTAMP, t0.SHORT_TITLE order by t1.COLLECTION_TIMESTAMP asc" "499790","Mar 17, 2022 03:12","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select t0.CREATED_ON as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' where (t0.CREATED_ON is not null AND t0.COLLECTION_STATUS = 'Collected' AND (t0.CREATED_ON >= to_date('10-01-2021 00:00', 'MM-DD-YYYY HH24:MI') and t0.CREATED_ON <= to_date('12-31-2021 23:59', 'MM-DD-YYYY HH24:MI'))) AND (t1.ACTIVITY_STATUS != 'Disabled') group by t0.CREATED_ON order by t0.CREATED_ON asc" "499791","Mar 17, 2022 03:12","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select t1.EXECUTION_DATE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER where (t1.EXECUTION_DATE is not null AND t1.ORDER_STATUS = 'EXECUTED' AND (t1.EXECUTION_DATE >= to_date('10-01-2021 00:00', 'MM-DD-YYYY HH24:MI') and t1.EXECUTION_DATE <= to_date('12-31-2021 23:59', 'MM-DD-YYYY HH24:MI'))) AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.EXECUTION_DATE order by t1.EXECUTION_DATE asc" "499792","Mar 17, 2022 03:12","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t3.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t4 left join CATISSUE_SPECIMEN_COLL_GROUP t1 on t1.COLLECTION_PROTOCOL_REG_ID = t4.CPR_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t1.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_VISIT_CLIN_DIAGNOSES t2 on t2.VISIT_ID = t1.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.CLINICAL_DIAGNOSIS_ID where (t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0 AND t3.VALUE is not null ) AND (t4.ACTIVITY_STATUS != 'Disabled') group by t3.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "499793","Mar 17, 2022 03:12","Sharvari Gokhale","sharvari@krishagni.com","Sharvari","Count","1","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t8.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t14 on t14.IDENTIFIER = t0.CP_ID and t14.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t5 on t5.IDENTIFIER = t4.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t4.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t8.PATHOLOGICAL_STATUS_ID left join OS_SPECIMEN_STATS t13 on t13.SPECIMEN_ID = t8.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t8.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t8.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t8.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t4.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.VITAL_STATUS_ID where ( 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 ) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499794","Mar 17, 2022 03:12","Sharvari Gokhale","sharvari@krishagni.com","Sharvari","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t8.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t14 on t14.IDENTIFIER = t0.CP_ID and t14.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t5 on t5.IDENTIFIER = t4.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t4.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t8.PATHOLOGICAL_STATUS_ID left join OS_SPECIMEN_STATS t13 on t13.SPECIMEN_ID = t8.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t8.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t8.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t8.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t4.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.VITAL_STATUS_ID where ( 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND (t9.VALUE in ('Plasma')) AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 ) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499795","Mar 17, 2022 03:12","Sharvari Gokhale","sharvari@krishagni.com","Sharvari","Data","2","N/A",,"select * from (select tab.*, rownum rnum from (select t16.VALUE as c0, t1.VALUE as c1, t3.VALUE as c2, t6.VALUE as c3, t9.VALUE as c4, t10.VALUE as c5, t11.VALUE as c6, t12.VALUE as c7, t15.COLL_CONTAINER as c8, 't0', t0.CPR_ID as mc0, 't6', t6.IDENTIFIER as mc1, 't15', t15.SPECIMEN_ID as mc2 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t16 on t16.IDENTIFIER = t0.GENDER_ID left join CATISSUE_COLLECTION_PROTOCOL t14 on t14.IDENTIFIER = t0.CP_ID and t14.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t5 on t5.IDENTIFIER = t4.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t4.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t8.PATHOLOGICAL_STATUS_ID left join OS_SPECIMEN_STATS t13 on t13.SPECIMEN_ID = t8.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t15 on t15.SPECIMEN_ID = t8.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t8.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t8.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t8.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t4.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.VITAL_STATUS_ID where ( 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND (t9.VALUE in ('Plasma')) AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 ) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "499796","Mar 17, 2022 03:13","Sharvari Gokhale","sharvari@krishagni.com","Sharvari","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t8.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t14 on t14.IDENTIFIER = t0.CP_ID and t14.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t5 on t5.IDENTIFIER = t4.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t4.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t8.PATHOLOGICAL_STATUS_ID left join OS_SPECIMEN_STATS t13 on t13.SPECIMEN_ID = t8.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t8.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t8.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t8.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t4.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.VITAL_STATUS_ID where ( 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND (t9.VALUE in ('Plasma')) AND 1 = 1 AND 1 = 1 AND (t12.VALUE in ('Clinically normal')) AND 1 = 1 AND 1 = 1 ) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499797","Mar 17, 2022 03:13","Sharvari Gokhale","sharvari@krishagni.com","Sharvari","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t16.VALUE as c0, t1.VALUE as c1, t3.VALUE as c2, t6.VALUE as c3, t9.VALUE as c4, t10.VALUE as c5, t11.VALUE as c6, t12.VALUE as c7, t15.COLL_CONTAINER as c8, 't0', t0.CPR_ID as mc0, 't6', t6.IDENTIFIER as mc1, 't15', t15.SPECIMEN_ID as mc2 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t16 on t16.IDENTIFIER = t0.GENDER_ID left join CATISSUE_COLLECTION_PROTOCOL t14 on t14.IDENTIFIER = t0.CP_ID and t14.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t5 on t5.IDENTIFIER = t4.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t4.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t8.PATHOLOGICAL_STATUS_ID left join OS_SPECIMEN_STATS t13 on t13.SPECIMEN_ID = t8.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t15 on t15.SPECIMEN_ID = t8.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t8.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t8.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t8.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t4.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.VITAL_STATUS_ID where ( 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND (t9.VALUE in ('Plasma')) AND 1 = 1 AND 1 = 1 AND (t12.VALUE in ('Clinically normal')) AND 1 = 1 AND 1 = 1 ) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "499798","Mar 17, 2022 03:18","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select count(t0.CPR_ID) as c0 from CPR_VIEW t0 where (t0.CPR_ID is not null ) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499799","Mar 17, 2022 03:18","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' where (t0.IDENTIFIER is not null AND t0.LINEAGE = 'New' AND t0.COLLECTION_STATUS = 'Collected') AND (t1.ACTIVITY_STATUS != 'Disabled')" "499800","Mar 17, 2022 03:18","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' where (t0.IDENTIFIER is not null AND t0.AVAILABLE_QUANTITY > 0 AND t0.COLLECTION_STATUS = 'Collected') AND (t1.ACTIVITY_STATUS != 'Disabled')" "499801","Mar 17, 2022 03:18","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t1.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID where (t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0 AND t1.VALUE is not null ) AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "499802","Mar 17, 2022 03:18","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t1.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (t0.COLLECTION_STATUS = 'Collected') AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "499803","Mar 17, 2022 03:18","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t1.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.ANATOMIC_SITE_ID where (t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0) AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "499804","Mar 17, 2022 03:18","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select count(distinct t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER where (t1.ORDER_STATUS = 'EXECUTED') AND (t2.ACTIVITY_STATUS != 'Disabled')" "499805","Mar 17, 2022 03:18","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select t1.COLLECTION_TIMESTAMP as c0, t0.SHORT_TITLE as c1, count(distinct t1.IDENTIFIER) as c2 from CPR_VIEW t2 left join CATISSUE_COLLECTION_PROTOCOL t0 on t0.IDENTIFIER = t2.CP_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t1 on t1.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.SHORT_TITLE in ('LCPH(C)', 'LCPH')) AND t1.COLLECTION_STATUS = 'Complete') AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.COLLECTION_TIMESTAMP, t0.SHORT_TITLE order by t1.COLLECTION_TIMESTAMP asc" "499806","Mar 17, 2022 03:18","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t3.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t4 left join CATISSUE_SPECIMEN_COLL_GROUP t1 on t1.COLLECTION_PROTOCOL_REG_ID = t4.CPR_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t1.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_VISIT_CLIN_DIAGNOSES t2 on t2.VISIT_ID = t1.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.CLINICAL_DIAGNOSIS_ID where (t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0 AND t3.VALUE is not null ) AND (t4.ACTIVITY_STATUS != 'Disabled') group by t3.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "499807","Mar 17, 2022 03:18","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select t0.CREATED_ON as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' where (t0.CREATED_ON is not null AND t0.COLLECTION_STATUS = 'Collected' AND (t0.CREATED_ON >= to_date('10-01-2021 00:00', 'MM-DD-YYYY HH24:MI') and t0.CREATED_ON <= to_date('12-31-2021 23:59', 'MM-DD-YYYY HH24:MI'))) AND (t1.ACTIVITY_STATUS != 'Disabled') group by t0.CREATED_ON order by t0.CREATED_ON asc" "499808","Mar 17, 2022 03:18","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select t1.EXECUTION_DATE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER where (t1.EXECUTION_DATE is not null AND t1.ORDER_STATUS = 'EXECUTED' AND (t1.EXECUTION_DATE >= to_date('10-01-2021 00:00', 'MM-DD-YYYY HH24:MI') and t1.EXECUTION_DATE <= to_date('12-31-2021 23:59', 'MM-DD-YYYY HH24:MI'))) AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.EXECUTION_DATE order by t1.EXECUTION_DATE asc" "499809","Mar 17, 2022 03:18","Sharvari Gokhale","sharvari@krishagni.com","Sharvari","Count","0","N/A",,"select count(distinct t3.CPR_ID) as c0, count(distinct t5.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t3 left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t3.GENDER_ID left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (t0.COLLECTION_STATUS = 'Collected' AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 ) AND (t3.ACTIVITY_STATUS != 'Disabled')" "499810","Mar 17, 2022 03:19","Sharvari Gokhale","sharvari@krishagni.com","Sharvari","Count","0","N/A",,"select count(distinct t3.CPR_ID) as c0, count(distinct t5.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t3 left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t3.GENDER_ID left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (t0.COLLECTION_STATUS = 'Collected' AND (t1.VALUE in ('Plasma')) AND 1 = 1 AND 1 = 1 AND 1 = 1 ) AND (t3.ACTIVITY_STATUS != 'Disabled')" "499811","Mar 17, 2022 03:19","Sharvari Gokhale","sharvari@krishagni.com","Sharvari","Data","2","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t1.VALUE as c1, t9.VALUE as c2, t10.VALUE as c3, t0.AVAILABLE_QUANTITY as c4, t5.COLL_CONTAINER as c5, t5.COLL_PROCEDURE as c6, t5.COLL_TIME as c7, t5.RECV_QUALITY as c8, t11.SHORT_TITLE as c9, t12.VALUE as c10, t4.VALUE as c11, t14.VALUE as c12, t16.VALUE as c13, t7.IDENTIFIER as c14, t7.DE_A_1 as c15, t7.DE_A_2 as c16, t7.DE_A_3 as c17, t7.DE_A_4 as c18, t17.VALUE as c19, t7.DE_A_6 as c20, t7.DE_A_7 as c21, t7.DE_A_8 as c22, t7.DE_A_9 as c23, t7.DE_A_10 as c24, t7.DE_A_11 as c25, t7.DE_A_12 as c26, t8.DE_A_1 as c27, t8.DE_A_2 as c28, t8.DE_A_3 as c29, t8.DE_A_4 as c30, t7.DE_A_13 as c31, t18.NAME as c32, t19.VALUE as c33, t20.VALUE as c34, t20.CODE as c35, t21.COLLECTION_POINT_LABEL as c36, t21.STUDY_CALENDAR_EVENT_POINT as c37, t21.EVENT_POINT_UNIT as c38, 't3', t3.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't5', t5.SPECIMEN_ID as mc2, 't11', t11.IDENTIFIER as mc3, 't7', t7.IDENTIFIER as mc4, 't8', t8.IDENTIFIER as mc5, 't18', t18.IDENTIFIER as mc6, 't20', t20.IDENTIFIER as mc7, 't21', t21.IDENTIFIER as mc8 from CPR_VIEW t3 left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t3.GENDER_ID left join CATISSUE_COLLECTION_PROTOCOL t11 on t11.IDENTIFIER = t3.CP_ID and t11.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t13 on t13.PARTICIPANT_ID = t3.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t14 on t14.IDENTIFIER = t13.RACE_ID left join (OS_CPR_EXTN_RECS_VIEW t6 inner join DE_E_24083 t7 on t7.IDENTIFIER = t6.RECORD_ID and t6.FORM_ID = 10931 left join DE_E_24085 t8 on t8.PARENT_RECORD_ID = t7.IDENTIFIER left join DE_E_24084 t17 on t17.RECORD_ID = t7.IDENTIFIER) on t6.CPR_ID = t3.CPR_ID left join CATISSUE_SPECIMEN_COLL_GROUP t18 on t18.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t18.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t19 on t19.IDENTIFIER = t18.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t18.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join OS_SPMN_COLL_RECV_DETAILS_VIEW t5 on t5.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t0.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t20 on t20.VISIT_ID = t18.IDENTIFIER left join CATISSUE_COLL_PROT_EVENT t21 on t21.IDENTIFIER = t18.COLLECTION_PROTOCOL_EVENT_ID left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t3.VITAL_STATUS_ID left join OS_PARTICIPANT_ETHNICITIES t15 on t15.PARTICIPANT_ID = t3.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t16 on t16.IDENTIFIER = t15.ETHNICITY_ID where (t0.COLLECTION_STATUS = 'Collected' AND (t1.VALUE in ('Plasma')) AND 1 = 1 AND 1 = 1 AND 1 = 1 ) AND (t3.ACTIVITY_STATUS != 'Disabled') order by t3.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "499812","Mar 17, 2022 03:19","Sharvari Gokhale","sharvari@krishagni.com","Sharvari","Count","0","N/A",,"select count(distinct t3.CPR_ID) as c0, count(distinct t5.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t3 left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t3.GENDER_ID left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (t0.COLLECTION_STATUS = 'Collected' AND (t1.VALUE in ('Plasma')) AND 1 = 1 AND (t2.VALUE in ('Clinically normal')) AND 1 = 1 ) AND (t3.ACTIVITY_STATUS != 'Disabled')" "499813","Mar 17, 2022 03:19","Sharvari Gokhale","sharvari@krishagni.com","Sharvari","Data","1","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t1.VALUE as c1, t9.VALUE as c2, t10.VALUE as c3, t0.AVAILABLE_QUANTITY as c4, t5.COLL_CONTAINER as c5, t5.COLL_PROCEDURE as c6, t5.COLL_TIME as c7, t5.RECV_QUALITY as c8, t11.SHORT_TITLE as c9, t12.VALUE as c10, t4.VALUE as c11, t14.VALUE as c12, t16.VALUE as c13, t7.IDENTIFIER as c14, t7.DE_A_1 as c15, t7.DE_A_2 as c16, t7.DE_A_3 as c17, t7.DE_A_4 as c18, t17.VALUE as c19, t7.DE_A_6 as c20, t7.DE_A_7 as c21, t7.DE_A_8 as c22, t7.DE_A_9 as c23, t7.DE_A_10 as c24, t7.DE_A_11 as c25, t7.DE_A_12 as c26, t8.DE_A_1 as c27, t8.DE_A_2 as c28, t8.DE_A_3 as c29, t8.DE_A_4 as c30, t7.DE_A_13 as c31, t18.NAME as c32, t19.VALUE as c33, t20.VALUE as c34, t20.CODE as c35, t21.COLLECTION_POINT_LABEL as c36, t21.STUDY_CALENDAR_EVENT_POINT as c37, t21.EVENT_POINT_UNIT as c38, 't3', t3.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't5', t5.SPECIMEN_ID as mc2, 't11', t11.IDENTIFIER as mc3, 't7', t7.IDENTIFIER as mc4, 't8', t8.IDENTIFIER as mc5, 't18', t18.IDENTIFIER as mc6, 't20', t20.IDENTIFIER as mc7, 't21', t21.IDENTIFIER as mc8 from CPR_VIEW t3 left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t3.GENDER_ID left join CATISSUE_COLLECTION_PROTOCOL t11 on t11.IDENTIFIER = t3.CP_ID and t11.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t13 on t13.PARTICIPANT_ID = t3.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t14 on t14.IDENTIFIER = t13.RACE_ID left join (OS_CPR_EXTN_RECS_VIEW t6 inner join DE_E_24083 t7 on t7.IDENTIFIER = t6.RECORD_ID and t6.FORM_ID = 10931 left join DE_E_24085 t8 on t8.PARENT_RECORD_ID = t7.IDENTIFIER left join DE_E_24084 t17 on t17.RECORD_ID = t7.IDENTIFIER) on t6.CPR_ID = t3.CPR_ID left join CATISSUE_SPECIMEN_COLL_GROUP t18 on t18.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t18.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t19 on t19.IDENTIFIER = t18.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t18.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join OS_SPMN_COLL_RECV_DETAILS_VIEW t5 on t5.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t0.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t20 on t20.VISIT_ID = t18.IDENTIFIER left join CATISSUE_COLL_PROT_EVENT t21 on t21.IDENTIFIER = t18.COLLECTION_PROTOCOL_EVENT_ID left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t3.VITAL_STATUS_ID left join OS_PARTICIPANT_ETHNICITIES t15 on t15.PARTICIPANT_ID = t3.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t16 on t16.IDENTIFIER = t15.ETHNICITY_ID where (t0.COLLECTION_STATUS = 'Collected' AND (t1.VALUE in ('Plasma')) AND 1 = 1 AND (t2.VALUE in ('Clinically normal')) AND 1 = 1 ) AND (t3.ACTIVITY_STATUS != 'Disabled') order by t3.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "499814","Mar 17, 2022 03:19","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select count(t0.CPR_ID) as c0 from CPR_VIEW t0 where (t0.CPR_ID is not null ) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499815","Mar 17, 2022 03:19","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' where (t0.IDENTIFIER is not null AND t0.LINEAGE = 'New' AND t0.COLLECTION_STATUS = 'Collected') AND (t1.ACTIVITY_STATUS != 'Disabled')" "499816","Mar 17, 2022 03:19","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' where (t0.IDENTIFIER is not null AND t0.AVAILABLE_QUANTITY > 0 AND t0.COLLECTION_STATUS = 'Collected') AND (t1.ACTIVITY_STATUS != 'Disabled')" "499817","Mar 17, 2022 03:19","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t1.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.ANATOMIC_SITE_ID where (t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0) AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "499818","Mar 17, 2022 03:19","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t1.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID where (t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0 AND t1.VALUE is not null ) AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "499819","Mar 17, 2022 03:19","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t1.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (t0.COLLECTION_STATUS = 'Collected') AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "499820","Mar 17, 2022 03:19","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select t1.COLLECTION_TIMESTAMP as c0, t0.SHORT_TITLE as c1, count(distinct t1.IDENTIFIER) as c2 from CPR_VIEW t2 left join CATISSUE_COLLECTION_PROTOCOL t0 on t0.IDENTIFIER = t2.CP_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t1 on t1.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.SHORT_TITLE in ('LCPH(C)', 'LCPH')) AND t1.COLLECTION_STATUS = 'Complete') AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.COLLECTION_TIMESTAMP, t0.SHORT_TITLE order by t1.COLLECTION_TIMESTAMP asc" "499821","Mar 17, 2022 03:19","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t3.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t4 left join CATISSUE_SPECIMEN_COLL_GROUP t1 on t1.COLLECTION_PROTOCOL_REG_ID = t4.CPR_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t1.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_VISIT_CLIN_DIAGNOSES t2 on t2.VISIT_ID = t1.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.CLINICAL_DIAGNOSIS_ID where (t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0 AND t3.VALUE is not null ) AND (t4.ACTIVITY_STATUS != 'Disabled') group by t3.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "499822","Mar 17, 2022 03:19","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select count(distinct t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER where (t1.ORDER_STATUS = 'EXECUTED') AND (t2.ACTIVITY_STATUS != 'Disabled')" "499823","Mar 17, 2022 03:19","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select t0.CREATED_ON as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' where (t0.CREATED_ON is not null AND t0.COLLECTION_STATUS = 'Collected' AND (t0.CREATED_ON >= to_date('10-01-2021 00:00', 'MM-DD-YYYY HH24:MI') and t0.CREATED_ON <= to_date('12-31-2021 23:59', 'MM-DD-YYYY HH24:MI'))) AND (t1.ACTIVITY_STATUS != 'Disabled') group by t0.CREATED_ON order by t0.CREATED_ON asc" "499824","Mar 17, 2022 03:19","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select t1.EXECUTION_DATE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER where (t1.EXECUTION_DATE is not null AND t1.ORDER_STATUS = 'EXECUTED' AND (t1.EXECUTION_DATE >= to_date('10-01-2021 00:00', 'MM-DD-YYYY HH24:MI') and t1.EXECUTION_DATE <= to_date('12-31-2021 23:59', 'MM-DD-YYYY HH24:MI'))) AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.EXECUTION_DATE order by t1.EXECUTION_DATE asc" "499825","Mar 17, 2022 03:19","Divya Prabhu","divya@krishagni.com","divya.prabhu","Count","1","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t8.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t14 on t14.IDENTIFIER = t0.CP_ID and t14.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t5 on t5.IDENTIFIER = t4.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t4.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t8.PATHOLOGICAL_STATUS_ID left join OS_SPECIMEN_STATS t13 on t13.SPECIMEN_ID = t8.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t8.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t8.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t8.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t4.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.VITAL_STATUS_ID where ( 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 ) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499826","Mar 17, 2022 03:19","Divya Prabhu","divya@krishagni.com","divya.prabhu","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t8.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t14 on t14.IDENTIFIER = t0.CP_ID and t14.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t5 on t5.IDENTIFIER = t4.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t4.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t8.PATHOLOGICAL_STATUS_ID left join OS_SPECIMEN_STATS t13 on t13.SPECIMEN_ID = t8.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t8.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t8.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t8.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t4.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.VITAL_STATUS_ID where ( 1 = 1 AND (t3.VALUE in ('American Indian or Alaska Native')) AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 ) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499827","Mar 17, 2022 03:19","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","1","N/A",,"select * from (select tab.*, rownum rnum from (select t16.VALUE as c0, t1.VALUE as c1, t3.VALUE as c2, t6.VALUE as c3, t9.VALUE as c4, t10.VALUE as c5, t11.VALUE as c6, t12.VALUE as c7, t15.COLL_CONTAINER as c8, 't0', t0.CPR_ID as mc0, 't6', t6.IDENTIFIER as mc1, 't15', t15.SPECIMEN_ID as mc2 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t16 on t16.IDENTIFIER = t0.GENDER_ID left join CATISSUE_COLLECTION_PROTOCOL t14 on t14.IDENTIFIER = t0.CP_ID and t14.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t5 on t5.IDENTIFIER = t4.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t4.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t8.PATHOLOGICAL_STATUS_ID left join OS_SPECIMEN_STATS t13 on t13.SPECIMEN_ID = t8.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t15 on t15.SPECIMEN_ID = t8.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t8.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t8.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t8.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t4.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.VITAL_STATUS_ID where ( 1 = 1 AND (t3.VALUE in ('American Indian or Alaska Native')) AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 ) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "499828","Mar 17, 2022 03:19","Divya Prabhu","divya@krishagni.com","divya.prabhu","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t8.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t14 on t14.IDENTIFIER = t0.CP_ID and t14.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t5 on t5.IDENTIFIER = t4.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t4.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t8.PATHOLOGICAL_STATUS_ID left join OS_SPECIMEN_STATS t13 on t13.SPECIMEN_ID = t8.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t8.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t8.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t8.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t4.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.VITAL_STATUS_ID where ((t1.VALUE in ('Alive')) AND (t3.VALUE in ('American Indian or Alaska Native')) AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 ) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499829","Mar 17, 2022 03:19","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t16.VALUE as c0, t1.VALUE as c1, t3.VALUE as c2, t6.VALUE as c3, t9.VALUE as c4, t10.VALUE as c5, t11.VALUE as c6, t12.VALUE as c7, t15.COLL_CONTAINER as c8, 't0', t0.CPR_ID as mc0, 't6', t6.IDENTIFIER as mc1, 't15', t15.SPECIMEN_ID as mc2 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t16 on t16.IDENTIFIER = t0.GENDER_ID left join CATISSUE_COLLECTION_PROTOCOL t14 on t14.IDENTIFIER = t0.CP_ID and t14.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t5 on t5.IDENTIFIER = t4.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t4.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t8.PATHOLOGICAL_STATUS_ID left join OS_SPECIMEN_STATS t13 on t13.SPECIMEN_ID = t8.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t15 on t15.SPECIMEN_ID = t8.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t8.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t8.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t8.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t4.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.VITAL_STATUS_ID where ((t1.VALUE in ('Alive')) AND (t3.VALUE in ('American Indian or Alaska Native')) AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 ) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "499830","Mar 17, 2022 03:19","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select count(t0.CPR_ID) as c0 from CPR_VIEW t0 where (t0.CPR_ID is not null ) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499831","Mar 17, 2022 03:19","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' where (t0.IDENTIFIER is not null AND t0.LINEAGE = 'New' AND t0.COLLECTION_STATUS = 'Collected') AND (t1.ACTIVITY_STATUS != 'Disabled')" "499832","Mar 17, 2022 03:19","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t1.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID where (t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0 AND t1.VALUE is not null ) AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "499833","Mar 17, 2022 03:19","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' where (t0.IDENTIFIER is not null AND t0.AVAILABLE_QUANTITY > 0 AND t0.COLLECTION_STATUS = 'Collected') AND (t1.ACTIVITY_STATUS != 'Disabled')" "499834","Mar 17, 2022 03:19","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t1.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.ANATOMIC_SITE_ID where (t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0) AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "499835","Mar 17, 2022 03:19","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t1.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (t0.COLLECTION_STATUS = 'Collected') AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "499836","Mar 17, 2022 03:19","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t3.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t4 left join CATISSUE_SPECIMEN_COLL_GROUP t1 on t1.COLLECTION_PROTOCOL_REG_ID = t4.CPR_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t1.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_VISIT_CLIN_DIAGNOSES t2 on t2.VISIT_ID = t1.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.CLINICAL_DIAGNOSIS_ID where (t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0 AND t3.VALUE is not null ) AND (t4.ACTIVITY_STATUS != 'Disabled') group by t3.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "499837","Mar 17, 2022 03:19","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select count(distinct t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER where (t1.ORDER_STATUS = 'EXECUTED') AND (t2.ACTIVITY_STATUS != 'Disabled')" "499838","Mar 17, 2022 03:19","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select t1.COLLECTION_TIMESTAMP as c0, t0.SHORT_TITLE as c1, count(distinct t1.IDENTIFIER) as c2 from CPR_VIEW t2 left join CATISSUE_COLLECTION_PROTOCOL t0 on t0.IDENTIFIER = t2.CP_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t1 on t1.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.SHORT_TITLE in ('LCPH(C)', 'LCPH')) AND t1.COLLECTION_STATUS = 'Complete') AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.COLLECTION_TIMESTAMP, t0.SHORT_TITLE order by t1.COLLECTION_TIMESTAMP asc" "499839","Mar 17, 2022 03:19","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select t0.CREATED_ON as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' where (t0.CREATED_ON is not null AND t0.COLLECTION_STATUS = 'Collected' AND (t0.CREATED_ON >= to_date('10-01-2021 00:00', 'MM-DD-YYYY HH24:MI') and t0.CREATED_ON <= to_date('12-31-2021 23:59', 'MM-DD-YYYY HH24:MI'))) AND (t1.ACTIVITY_STATUS != 'Disabled') group by t0.CREATED_ON order by t0.CREATED_ON asc" "499840","Mar 17, 2022 03:19","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select t1.EXECUTION_DATE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER where (t1.EXECUTION_DATE is not null AND t1.ORDER_STATUS = 'EXECUTED' AND (t1.EXECUTION_DATE >= to_date('10-01-2021 00:00', 'MM-DD-YYYY HH24:MI') and t1.EXECUTION_DATE <= to_date('12-31-2021 23:59', 'MM-DD-YYYY HH24:MI'))) AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.EXECUTION_DATE order by t1.EXECUTION_DATE asc" "499841","Mar 17, 2022 03:20","Sharvari Gokhale","sharvari@krishagni.com","Sharvari","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t1.VALUE as c1, t10.VALUE as c2, t11.VALUE as c3, t0.AVAILABLE_QUANTITY as c4, t6.COLL_CONTAINER as c5, t6.COLL_PROCEDURE as c6, t6.COLL_TIME as c7, t6.RECV_QUALITY as c8, t5.SHORT_TITLE as c9, t12.VALUE as c10, t4.VALUE as c11, t14.VALUE as c12, t16.VALUE as c13, t8.IDENTIFIER as c14, t8.DE_A_1 as c15, t8.DE_A_2 as c16, t8.DE_A_3 as c17, t8.DE_A_4 as c18, t17.VALUE as c19, t8.DE_A_6 as c20, t8.DE_A_7 as c21, t8.DE_A_8 as c22, t8.DE_A_9 as c23, t8.DE_A_10 as c24, t8.DE_A_11 as c25, t8.DE_A_12 as c26, t9.DE_A_1 as c27, t9.DE_A_2 as c28, t9.DE_A_3 as c29, t9.DE_A_4 as c30, t8.DE_A_13 as c31, t18.NAME as c32, t19.VALUE as c33, t20.VALUE as c34, t20.CODE as c35, t21.COLLECTION_POINT_LABEL as c36, t21.STUDY_CALENDAR_EVENT_POINT as c37, t21.EVENT_POINT_UNIT as c38, 't3', t3.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't6', t6.SPECIMEN_ID as mc2, 't5', t5.IDENTIFIER as mc3, 't8', t8.IDENTIFIER as mc4, 't9', t9.IDENTIFIER as mc5, 't18', t18.IDENTIFIER as mc6, 't20', t20.IDENTIFIER as mc7, 't21', t21.IDENTIFIER as mc8 from CPR_VIEW t3 left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t3.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t3.GENDER_ID left join CATISSUE_RACE t13 on t13.PARTICIPANT_ID = t3.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t14 on t14.IDENTIFIER = t13.RACE_ID left join (OS_CPR_EXTN_RECS_VIEW t7 inner join DE_E_24083 t8 on t8.IDENTIFIER = t7.RECORD_ID and t7.FORM_ID = 10931 left join DE_E_24085 t9 on t9.PARENT_RECORD_ID = t8.IDENTIFIER left join DE_E_24084 t17 on t17.RECORD_ID = t8.IDENTIFIER) on t7.CPR_ID = t3.CPR_ID left join CATISSUE_SPECIMEN_COLL_GROUP t18 on t18.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t18.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t19 on t19.IDENTIFIER = t18.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t18.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join OS_SPMN_COLL_RECV_DETAILS_VIEW t6 on t6.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t0.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t20 on t20.VISIT_ID = t18.IDENTIFIER left join CATISSUE_COLL_PROT_EVENT t21 on t21.IDENTIFIER = t18.COLLECTION_PROTOCOL_EVENT_ID left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t3.VITAL_STATUS_ID left join OS_PARTICIPANT_ETHNICITIES t15 on t15.PARTICIPANT_ID = t3.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t16 on t16.IDENTIFIER = t15.ETHNICITY_ID where (((t0.COLLECTION_STATUS = 'Collected' AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 ) AND ((t0.IDENTIFIER in (147)))) AND t5.IDENTIFIER = 8) AND (t3.ACTIVITY_STATUS != 'Disabled') order by t3.CPR_ID) tab where rownum <= 100) where rnum >= 1" "499842","Mar 17, 2022 03:20","Divya Prabhu","divya@krishagni.com","divya.prabhu","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t8.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t14 on t14.IDENTIFIER = t0.CP_ID and t14.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t5 on t5.IDENTIFIER = t4.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t4.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t8.PATHOLOGICAL_STATUS_ID left join OS_SPECIMEN_STATS t13 on t13.SPECIMEN_ID = t8.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t8.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t8.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t8.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t4.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.VITAL_STATUS_ID where (( 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 ) AND t14.IDENTIFIER = 3333) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499843","Mar 17, 2022 03:20","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t16.VALUE as c0, t1.VALUE as c1, t3.VALUE as c2, t6.VALUE as c3, t9.VALUE as c4, t10.VALUE as c5, t11.VALUE as c6, t12.VALUE as c7, t15.COLL_CONTAINER as c8, 't0', t0.CPR_ID as mc0, 't6', t6.IDENTIFIER as mc1, 't15', t15.SPECIMEN_ID as mc2 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t16 on t16.IDENTIFIER = t0.GENDER_ID left join CATISSUE_COLLECTION_PROTOCOL t14 on t14.IDENTIFIER = t0.CP_ID and t14.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t5 on t5.IDENTIFIER = t4.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t4.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t8.PATHOLOGICAL_STATUS_ID left join OS_SPECIMEN_STATS t13 on t13.SPECIMEN_ID = t8.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t15 on t15.SPECIMEN_ID = t8.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t8.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t8.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t8.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t4.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.VITAL_STATUS_ID where (( 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 ) AND t14.IDENTIFIER = 3333) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "499844","Mar 17, 2022 03:20","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t16.VALUE as c0, t1.VALUE as c1, t3.VALUE as c2, t6.VALUE as c3, t9.VALUE as c4, t10.VALUE as c5, t11.VALUE as c6, t12.VALUE as c7, t15.COLL_CONTAINER as c8, t8.IDENTIFIER as c9, 't0', t0.CPR_ID as mc0, 't6', t6.IDENTIFIER as mc1, 't15', t15.SPECIMEN_ID as mc2, 't8', t8.IDENTIFIER as mc3 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t16 on t16.IDENTIFIER = t0.GENDER_ID left join CATISSUE_COLLECTION_PROTOCOL t14 on t14.IDENTIFIER = t0.CP_ID and t14.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t5 on t5.IDENTIFIER = t4.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t4.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t8.PATHOLOGICAL_STATUS_ID left join OS_SPECIMEN_STATS t13 on t13.SPECIMEN_ID = t8.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t15 on t15.SPECIMEN_ID = t8.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t8.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t8.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t8.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t4.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.VITAL_STATUS_ID where (( 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 ) AND t14.IDENTIFIER = 3333) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "499845","Mar 17, 2022 03:20","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t16.VALUE as c0, t1.VALUE as c1, t3.VALUE as c2, t6.VALUE as c3, t9.VALUE as c4, t10.VALUE as c5, t11.VALUE as c6, t12.VALUE as c7, t15.COLL_CONTAINER as c8, t8.IDENTIFIER as c9, 't0', t0.CPR_ID as mc0, 't6', t6.IDENTIFIER as mc1, 't15', t15.SPECIMEN_ID as mc2, 't8', t8.IDENTIFIER as mc3 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t16 on t16.IDENTIFIER = t0.GENDER_ID left join CATISSUE_COLLECTION_PROTOCOL t14 on t14.IDENTIFIER = t0.CP_ID and t14.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t5 on t5.IDENTIFIER = t4.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t4.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t8.PATHOLOGICAL_STATUS_ID left join OS_SPECIMEN_STATS t13 on t13.SPECIMEN_ID = t8.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t15 on t15.SPECIMEN_ID = t8.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t8.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t8.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t8.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t4.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.VITAL_STATUS_ID where (( 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 ) AND t14.IDENTIFIER = 3333) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "499846","Mar 17, 2022 03:20","Divya Prabhu","divya@krishagni.com","divya.prabhu","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t8.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t14 on t14.IDENTIFIER = t0.CP_ID and t14.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t5 on t5.IDENTIFIER = t4.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t4.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t8.PATHOLOGICAL_STATUS_ID left join OS_SPECIMEN_STATS t13 on t13.SPECIMEN_ID = t8.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t8.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t8.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t8.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t4.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.VITAL_STATUS_ID where (( 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 ) AND t14.IDENTIFIER = 3333) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499847","Mar 17, 2022 03:20","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select count(t0.CPR_ID) as c0 from CPR_VIEW t0 where (t0.CPR_ID is not null ) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499848","Mar 17, 2022 03:20","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' where (t0.IDENTIFIER is not null AND t0.LINEAGE = 'New' AND t0.COLLECTION_STATUS = 'Collected') AND (t1.ACTIVITY_STATUS != 'Disabled')" "499849","Mar 17, 2022 03:20","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t1.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (t0.COLLECTION_STATUS = 'Collected') AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "499850","Mar 17, 2022 03:20","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' where (t0.IDENTIFIER is not null AND t0.AVAILABLE_QUANTITY > 0 AND t0.COLLECTION_STATUS = 'Collected') AND (t1.ACTIVITY_STATUS != 'Disabled')" "499851","Mar 17, 2022 03:20","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t1.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID where (t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0 AND t1.VALUE is not null ) AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "499852","Mar 17, 2022 03:20","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t1.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.ANATOMIC_SITE_ID where (t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0) AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "499853","Mar 17, 2022 03:20","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t3.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t4 left join CATISSUE_SPECIMEN_COLL_GROUP t1 on t1.COLLECTION_PROTOCOL_REG_ID = t4.CPR_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t1.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_VISIT_CLIN_DIAGNOSES t2 on t2.VISIT_ID = t1.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.CLINICAL_DIAGNOSIS_ID where (t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0 AND t3.VALUE is not null ) AND (t4.ACTIVITY_STATUS != 'Disabled') group by t3.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "499854","Mar 17, 2022 03:20","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select count(distinct t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER where (t1.ORDER_STATUS = 'EXECUTED') AND (t2.ACTIVITY_STATUS != 'Disabled')" "499855","Mar 17, 2022 03:20","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select t1.COLLECTION_TIMESTAMP as c0, t0.SHORT_TITLE as c1, count(distinct t1.IDENTIFIER) as c2 from CPR_VIEW t2 left join CATISSUE_COLLECTION_PROTOCOL t0 on t0.IDENTIFIER = t2.CP_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t1 on t1.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.SHORT_TITLE in ('LCPH(C)', 'LCPH')) AND t1.COLLECTION_STATUS = 'Complete') AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.COLLECTION_TIMESTAMP, t0.SHORT_TITLE order by t1.COLLECTION_TIMESTAMP asc" "499856","Mar 17, 2022 03:20","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select t0.CREATED_ON as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' where (t0.CREATED_ON is not null AND t0.COLLECTION_STATUS = 'Collected' AND (t0.CREATED_ON >= to_date('10-01-2021 00:00', 'MM-DD-YYYY HH24:MI') and t0.CREATED_ON <= to_date('12-31-2021 23:59', 'MM-DD-YYYY HH24:MI'))) AND (t1.ACTIVITY_STATUS != 'Disabled') group by t0.CREATED_ON order by t0.CREATED_ON asc" "499857","Mar 17, 2022 03:20","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","N/A",,"select t1.EXECUTION_DATE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER where (t1.EXECUTION_DATE is not null AND t1.ORDER_STATUS = 'EXECUTED' AND (t1.EXECUTION_DATE >= to_date('10-01-2021 00:00', 'MM-DD-YYYY HH24:MI') and t1.EXECUTION_DATE <= to_date('12-31-2021 23:59', 'MM-DD-YYYY HH24:MI'))) AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.EXECUTION_DATE order by t1.EXECUTION_DATE asc" "499858","Mar 17, 2022 03:20","Divya Prabhu","divya@krishagni.com","divya.prabhu","Count","1","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t8.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t14 on t14.IDENTIFIER = t0.CP_ID and t14.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t5 on t5.IDENTIFIER = t4.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t4.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t8.PATHOLOGICAL_STATUS_ID left join OS_SPECIMEN_STATS t13 on t13.SPECIMEN_ID = t8.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t8.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t8.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t8.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t4.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.VITAL_STATUS_ID where ( 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 ) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499859","Mar 17, 2022 03:20","Sharvari Gokhale","sharvari@krishagni.com","Sharvari","Data","1","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t1.VALUE as c1, t9.VALUE as c2, t10.VALUE as c3, t0.AVAILABLE_QUANTITY as c4, t5.COLL_CONTAINER as c5, t5.COLL_PROCEDURE as c6, t5.COLL_TIME as c7, t5.RECV_QUALITY as c8, t11.SHORT_TITLE as c9, t12.VALUE as c10, t4.VALUE as c11, t14.VALUE as c12, t16.VALUE as c13, t7.IDENTIFIER as c14, t7.DE_A_1 as c15, t7.DE_A_2 as c16, t7.DE_A_3 as c17, t7.DE_A_4 as c18, t17.VALUE as c19, t7.DE_A_6 as c20, t7.DE_A_7 as c21, t8.DE_A_3 as c22, t8.DE_A_4 as c23, t7.DE_A_13 as c24, t18.NAME as c25, t19.VALUE as c26, t20.VALUE as c27, t20.CODE as c28, t21.COLLECTION_POINT_LABEL as c29, t21.STUDY_CALENDAR_EVENT_POINT as c30, t21.EVENT_POINT_UNIT as c31, 't3', t3.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't5', t5.SPECIMEN_ID as mc2, 't11', t11.IDENTIFIER as mc3, 't7', t7.IDENTIFIER as mc4, 't8', t8.IDENTIFIER as mc5, 't18', t18.IDENTIFIER as mc6, 't20', t20.IDENTIFIER as mc7, 't21', t21.IDENTIFIER as mc8 from CPR_VIEW t3 left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t3.GENDER_ID left join CATISSUE_COLLECTION_PROTOCOL t11 on t11.IDENTIFIER = t3.CP_ID and t11.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t13 on t13.PARTICIPANT_ID = t3.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t14 on t14.IDENTIFIER = t13.RACE_ID left join (OS_CPR_EXTN_RECS_VIEW t6 inner join DE_E_24083 t7 on t7.IDENTIFIER = t6.RECORD_ID and t6.FORM_ID = 10931 left join DE_E_24085 t8 on t8.PARENT_RECORD_ID = t7.IDENTIFIER left join DE_E_24084 t17 on t17.RECORD_ID = t7.IDENTIFIER) on t6.CPR_ID = t3.CPR_ID left join CATISSUE_SPECIMEN_COLL_GROUP t18 on t18.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t18.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t19 on t19.IDENTIFIER = t18.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t18.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join OS_SPMN_COLL_RECV_DETAILS_VIEW t5 on t5.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t0.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t20 on t20.VISIT_ID = t18.IDENTIFIER left join CATISSUE_COLL_PROT_EVENT t21 on t21.IDENTIFIER = t18.COLLECTION_PROTOCOL_EVENT_ID left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t3.VITAL_STATUS_ID left join OS_PARTICIPANT_ETHNICITIES t15 on t15.PARTICIPANT_ID = t3.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t16 on t16.IDENTIFIER = t15.ETHNICITY_ID where (t0.COLLECTION_STATUS = 'Collected' AND (t1.VALUE in ('Plasma')) AND 1 = 1 AND (t2.VALUE in ('Clinically normal')) AND 1 = 1 ) AND (t3.ACTIVITY_STATUS != 'Disabled') order by t3.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "499860","Mar 17, 2022 03:20","Divya Prabhu","divya@krishagni.com","divya.prabhu","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t8.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t14 on t14.IDENTIFIER = t0.CP_ID and t14.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t5 on t5.IDENTIFIER = t4.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t4.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t8.PATHOLOGICAL_STATUS_ID left join OS_SPECIMEN_STATS t13 on t13.SPECIMEN_ID = t8.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t8.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t8.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t8.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t4.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.VITAL_STATUS_ID where ((t1.VALUE in ('Alive')) AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 ) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499861","Mar 17, 2022 03:20","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","1","N/A",,"select * from (select tab.*, rownum rnum from (select t16.VALUE as c0, t1.VALUE as c1, t3.VALUE as c2, t6.VALUE as c3, t9.VALUE as c4, t10.VALUE as c5, t11.VALUE as c6, t12.VALUE as c7, t15.COLL_CONTAINER as c8, t8.IDENTIFIER as c9, 't0', t0.CPR_ID as mc0, 't6', t6.IDENTIFIER as mc1, 't15', t15.SPECIMEN_ID as mc2, 't8', t8.IDENTIFIER as mc3 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t16 on t16.IDENTIFIER = t0.GENDER_ID left join CATISSUE_COLLECTION_PROTOCOL t14 on t14.IDENTIFIER = t0.CP_ID and t14.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t5 on t5.IDENTIFIER = t4.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t4.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t8.PATHOLOGICAL_STATUS_ID left join OS_SPECIMEN_STATS t13 on t13.SPECIMEN_ID = t8.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t15 on t15.SPECIMEN_ID = t8.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t8.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t8.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t8.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t4.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.VITAL_STATUS_ID where ((t1.VALUE in ('Alive')) AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 ) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "499862","Mar 17, 2022 03:21","Divya Prabhu","divya@krishagni.com","divya.prabhu","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t8.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t14 on t14.IDENTIFIER = t0.CP_ID and t14.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t5 on t5.IDENTIFIER = t4.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t4.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t8.PATHOLOGICAL_STATUS_ID left join OS_SPECIMEN_STATS t13 on t13.SPECIMEN_ID = t8.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t8.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t8.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t8.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t4.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.VITAL_STATUS_ID where ((t1.VALUE in ('Alive')) AND (t3.VALUE in ('American Indian or Alaska Native')) AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 ) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499863","Mar 17, 2022 03:21","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t16.VALUE as c0, t1.VALUE as c1, t3.VALUE as c2, t6.VALUE as c3, t9.VALUE as c4, t10.VALUE as c5, t11.VALUE as c6, t12.VALUE as c7, t15.COLL_CONTAINER as c8, t8.IDENTIFIER as c9, 't0', t0.CPR_ID as mc0, 't6', t6.IDENTIFIER as mc1, 't15', t15.SPECIMEN_ID as mc2, 't8', t8.IDENTIFIER as mc3 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t16 on t16.IDENTIFIER = t0.GENDER_ID left join CATISSUE_COLLECTION_PROTOCOL t14 on t14.IDENTIFIER = t0.CP_ID and t14.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t5 on t5.IDENTIFIER = t4.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t4.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t8.PATHOLOGICAL_STATUS_ID left join OS_SPECIMEN_STATS t13 on t13.SPECIMEN_ID = t8.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t15 on t15.SPECIMEN_ID = t8.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t8.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t8.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t8.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t4.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.VITAL_STATUS_ID where ((t1.VALUE in ('Alive')) AND (t3.VALUE in ('American Indian or Alaska Native')) AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 ) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "499864","Mar 17, 2022 03:21","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t5.VALUE as c0, t7.VALUE as c1, t9.VALUE as c2, t11.VALUE as c3, t12.VALUE as c4, t13.VALUE as c5, t14.VALUE as c6, t3.COLL_TIME as c7, t4.ISCHEMIA_TIME as c8, t15.VALUE as c9, t16.VALUE as c10, t1.AVAILABLE_QUANTITY as c11, t1.IDENTIFIER as c12, 't0', t0.CPR_ID as mc0, 't11', t11.IDENTIFIER as mc1, 't3', t3.SPECIMEN_ID as mc2, 't4', t4.SPECIMEN_ID as mc3, 't1', t1.IDENTIFIER as mc4 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.GENDER_ID left join CATISSUE_RACE t6 on t6.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t6.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t10 on t10.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t10.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t10.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t10.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t16 on t16.IDENTIFIER = t1.PATHOLOGICAL_STATUS_ID left join OS_SPECIMEN_STATS t4 on t4.SPECIMEN_ID = t1.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t3 on t3.SPECIMEN_ID = t1.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t14 on t14.IDENTIFIER = t1.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t15 on t15.IDENTIFIER = t1.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t13 on t13.IDENTIFIER = t1.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t11 on t11.VISIT_ID = t10.IDENTIFIER left join OS_PARTICIPANT_ETHNICITIES t8 on t8.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t8.ETHNICITY_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where (((t0.PARTICIPANT_ID is not null ) AND ((t1.IDENTIFIER in (430)))) AND t2.IDENTIFIER = 1) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 100) where rnum >= 1" "499865","Mar 17, 2022 03:21","Sharvari Gokhale","sharvari@krishagni.com","Sharvari","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t1.VALUE as c1, t10.VALUE as c2, t11.VALUE as c3, t0.AVAILABLE_QUANTITY as c4, t6.COLL_CONTAINER as c5, t6.COLL_PROCEDURE as c6, t6.COLL_TIME as c7, t6.RECV_QUALITY as c8, t5.SHORT_TITLE as c9, t12.VALUE as c10, t4.VALUE as c11, t14.VALUE as c12, t16.VALUE as c13, t8.IDENTIFIER as c14, t8.DE_A_1 as c15, t8.DE_A_2 as c16, t8.DE_A_3 as c17, t8.DE_A_4 as c18, t17.VALUE as c19, t8.DE_A_6 as c20, t8.DE_A_7 as c21, t8.DE_A_8 as c22, t8.DE_A_9 as c23, t8.DE_A_10 as c24, t8.DE_A_11 as c25, t8.DE_A_12 as c26, t9.DE_A_1 as c27, t9.DE_A_2 as c28, t9.DE_A_3 as c29, t9.DE_A_4 as c30, t8.DE_A_13 as c31, t18.NAME as c32, t19.VALUE as c33, t20.VALUE as c34, t20.CODE as c35, t21.COLLECTION_POINT_LABEL as c36, t21.STUDY_CALENDAR_EVENT_POINT as c37, t21.EVENT_POINT_UNIT as c38, 't3', t3.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't6', t6.SPECIMEN_ID as mc2, 't5', t5.IDENTIFIER as mc3, 't8', t8.IDENTIFIER as mc4, 't9', t9.IDENTIFIER as mc5, 't18', t18.IDENTIFIER as mc6, 't20', t20.IDENTIFIER as mc7, 't21', t21.IDENTIFIER as mc8 from CPR_VIEW t3 left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t3.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t3.GENDER_ID left join CATISSUE_RACE t13 on t13.PARTICIPANT_ID = t3.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t14 on t14.IDENTIFIER = t13.RACE_ID left join (OS_CPR_EXTN_RECS_VIEW t7 inner join DE_E_24083 t8 on t8.IDENTIFIER = t7.RECORD_ID and t7.FORM_ID = 10931 left join DE_E_24085 t9 on t9.PARENT_RECORD_ID = t8.IDENTIFIER left join DE_E_24084 t17 on t17.RECORD_ID = t8.IDENTIFIER) on t7.CPR_ID = t3.CPR_ID left join CATISSUE_SPECIMEN_COLL_GROUP t18 on t18.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t18.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t19 on t19.IDENTIFIER = t18.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t18.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join OS_SPMN_COLL_RECV_DETAILS_VIEW t6 on t6.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t0.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t20 on t20.VISIT_ID = t18.IDENTIFIER left join CATISSUE_COLL_PROT_EVENT t21 on t21.IDENTIFIER = t18.COLLECTION_PROTOCOL_EVENT_ID left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t3.VITAL_STATUS_ID left join OS_PARTICIPANT_ETHNICITIES t15 on t15.PARTICIPANT_ID = t3.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t16 on t16.IDENTIFIER = t15.ETHNICITY_ID where (((t0.COLLECTION_STATUS = 'Collected' AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 ) AND ((t0.IDENTIFIER in (209682)))) AND t5.IDENTIFIER = 441) AND (t3.ACTIVITY_STATUS != 'Disabled') order by t3.CPR_ID) tab where rownum <= 100) where rnum >= 1" "499866","Mar 17, 2022 03:21","Sharvari Gokhale","sharvari@krishagni.com","Sharvari","Count","1","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t8.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t14 on t14.IDENTIFIER = t0.CP_ID and t14.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t5 on t5.IDENTIFIER = t4.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t4.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t8.PATHOLOGICAL_STATUS_ID left join OS_SPECIMEN_STATS t13 on t13.SPECIMEN_ID = t8.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t8.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t8.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t8.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t4.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.VITAL_STATUS_ID where ( 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 ) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499867","Mar 17, 2022 03:21","Sharvari Gokhale","sharvari@krishagni.com","Sharvari","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t8.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t14 on t14.IDENTIFIER = t0.CP_ID and t14.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t5 on t5.IDENTIFIER = t4.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t4.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t8.PATHOLOGICAL_STATUS_ID left join OS_SPECIMEN_STATS t13 on t13.SPECIMEN_ID = t8.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t8.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t8.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t8.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t4.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.VITAL_STATUS_ID where ((t1.VALUE in ('Alive')) AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 ) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499868","Mar 17, 2022 03:21","Sharvari Gokhale","sharvari@krishagni.com","Sharvari","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t16.VALUE as c0, t1.VALUE as c1, t3.VALUE as c2, t6.VALUE as c3, t9.VALUE as c4, t10.VALUE as c5, t11.VALUE as c6, t12.VALUE as c7, t15.COLL_CONTAINER as c8, t8.IDENTIFIER as c9, 't0', t0.CPR_ID as mc0, 't6', t6.IDENTIFIER as mc1, 't15', t15.SPECIMEN_ID as mc2, 't8', t8.IDENTIFIER as mc3 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t16 on t16.IDENTIFIER = t0.GENDER_ID left join CATISSUE_COLLECTION_PROTOCOL t14 on t14.IDENTIFIER = t0.CP_ID and t14.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t5 on t5.IDENTIFIER = t4.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t4.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t8.PATHOLOGICAL_STATUS_ID left join OS_SPECIMEN_STATS t13 on t13.SPECIMEN_ID = t8.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t15 on t15.SPECIMEN_ID = t8.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t8.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t8.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t8.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t4.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.VITAL_STATUS_ID where ((t1.VALUE in ('Alive')) AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 ) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "499869","Mar 17, 2022 03:21","Sharvari Gokhale","sharvari@krishagni.com","Sharvari","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t8.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t14 on t14.IDENTIFIER = t0.CP_ID and t14.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t5 on t5.IDENTIFIER = t4.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t4.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t8.PATHOLOGICAL_STATUS_ID left join OS_SPECIMEN_STATS t13 on t13.SPECIMEN_ID = t8.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t8.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t8.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t8.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t4.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.VITAL_STATUS_ID where ((t1.VALUE in ('Alive')) AND 1 = 1 AND 1 = 1 AND (t6.VALUE in ('(Induced) termination of pregnancy with other and unspecified complications(tt_O048)')) AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 ) AND (t0.ACTIVITY_STATUS != 'Disabled')" "499870","Mar 17, 2022 03:21","Sharvari Gokhale","sharvari@krishagni.com","Sharvari","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t16.VALUE as c0, t1.VALUE as c1, t3.VALUE as c2, t6.VALUE as c3, t9.VALUE as c4, t10.VALUE as c5, t11.VALUE as c6, t12.VALUE as c7, t15.COLL_CONTAINER as c8, t8.IDENTIFIER as c9, 't0', t0.CPR_ID as mc0, 't6', t6.IDENTIFIER as mc1, 't15', t15.SPECIMEN_ID as mc2, 't8', t8.IDENTIFIER as mc3 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t16 on t16.IDENTIFIER = t0.GENDER_ID left join CATISSUE_COLLECTION_PROTOCOL t14 on t14.IDENTIFIER = t0.CP_ID and t14.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t5 on t5.IDENTIFIER = t4.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t4.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t8.PATHOLOGICAL_STATUS_ID left join OS_SPECIMEN_STATS t13 on t13.SPECIMEN_ID = t8.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t15 on t15.SPECIMEN_ID = t8.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t8.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t8.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t8.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t4.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.VITAL_STATUS_ID where ((t1.VALUE in ('Alive')) AND 1 = 1 AND 1 = 1 AND (t6.VALUE in ('(Induced) termination of pregnancy with other and unspecified complications(tt_O048)')) AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 ) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "499871","Mar 17, 2022 03:22","Sharvari Gokhale","sharvari@krishagni.com","Sharvari","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t5.VALUE as c0, t7.VALUE as c1, t9.VALUE as c2, t11.VALUE as c3, t12.VALUE as c4, t13.VALUE as c5, t14.VALUE as c6, t3.COLL_TIME as c7, t4.ISCHEMIA_TIME as c8, t15.VALUE as c9, t16.VALUE as c10, t1.AVAILABLE_QUANTITY as c11, t1.IDENTIFIER as c12, 't0', t0.CPR_ID as mc0, 't11', t11.IDENTIFIER as mc1, 't3', t3.SPECIMEN_ID as mc2, 't4', t4.SPECIMEN_ID as mc3, 't1', t1.IDENTIFIER as mc4 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.GENDER_ID left join CATISSUE_RACE t6 on t6.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t6.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t10 on t10.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t10.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t10.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t10.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t16 on t16.IDENTIFIER = t1.PATHOLOGICAL_STATUS_ID left join OS_SPECIMEN_STATS t4 on t4.SPECIMEN_ID = t1.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t3 on t3.SPECIMEN_ID = t1.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t14 on t14.IDENTIFIER = t1.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t15 on t15.IDENTIFIER = t1.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t13 on t13.IDENTIFIER = t1.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t11 on t11.VISIT_ID = t10.IDENTIFIER left join OS_PARTICIPANT_ETHNICITIES t8 on t8.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t8.ETHNICITY_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where (((t0.PARTICIPANT_ID is not null ) AND ((t1.IDENTIFIER in (354176)))) AND t2.IDENTIFIER = 991) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 100) where rnum >= 1" "499872","Mar 17, 2022 03:46","Prayuja Teli","prayuja@krishagni.com","Prayuja","Count","0","N/A",,"select count(distinct t10.CPR_ID) as c0, count(distinct t0.IDENTIFIER) as c1, count(distinct t7.IDENTIFIER) as c2 from CPR_VIEW t10 left join CATISSUE_COLLECTION_PROTOCOL t9 on t9.IDENTIFIER = t10.CP_ID and t9.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t10.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t7 on t7.SPECIMEN_COLLECTION_GROUP_ID = t0.IDENTIFIER and t7.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_CP_REQ_SPECIMEN t8 on t8.IDENTIFIER = t7.REQ_SPECIMEN_ID where ((t0.IDENTIFIER in (select t3.IDENTIFIER as c0 from CPR_VIEW t4 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t4.CPR_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_CP_REQ_SPECIMEN t2 on t2.IDENTIFIER = t1.REQ_SPECIMEN_ID where (t2.CODE is null AND upper(t1.LINEAGE) = 'NEW' AND upper(t1.COLLECTION_STATUS) = 'COLLECTED') AND (t4.ACTIVITY_STATUS != 'Disabled')) AND upper(t7.LINEAGE) = 'NEW' AND t8.CODE is not null AND upper(t7.COLLECTION_STATUS) = 'PENDING') AND t9.IDENTIFIER = 6101) AND (t10.ACTIVITY_STATUS != 'Disabled')" "499873","Mar 17, 2022 03:46","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t10.CPR_ID as c0, t10.PPID as c1, t0.NAME as c2, t7.IDENTIFIER as c3, t9.IDENTIFIER as c4, t7.LABEL as c5, t11.VALUE as c6, t7.LINEAGE as c7, t7.COLLECTION_STATUS as c8, t7.ACTIVITY_STATUS as c9, 't10', t10.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't7', t7.IDENTIFIER as mc2, 't9', t9.IDENTIFIER as mc3 from CPR_VIEW t10 left join CATISSUE_COLLECTION_PROTOCOL t9 on t9.IDENTIFIER = t10.CP_ID and t9.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t10.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t7 on t7.SPECIMEN_COLLECTION_GROUP_ID = t0.IDENTIFIER and t7.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_CP_REQ_SPECIMEN t8 on t8.IDENTIFIER = t7.REQ_SPECIMEN_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t7.SPECIMEN_TYPE_ID where ((t0.IDENTIFIER in (select t3.IDENTIFIER as c0 from CPR_VIEW t4 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t4.CPR_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_CP_REQ_SPECIMEN t2 on t2.IDENTIFIER = t1.REQ_SPECIMEN_ID where (t2.CODE is null AND upper(t1.LINEAGE) = 'NEW' AND upper(t1.COLLECTION_STATUS) = 'COLLECTED') AND (t4.ACTIVITY_STATUS != 'Disabled')) AND upper(t7.LINEAGE) = 'NEW' AND t8.CODE is not null AND upper(t7.COLLECTION_STATUS) = 'PENDING') AND t9.IDENTIFIER = 6101) AND (t10.ACTIVITY_STATUS != 'Disabled') order by t10.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "499874","Mar 17, 2022 03:47","Prayuja Teli","prayuja@krishagni.com","Prayuja","Count","1","N/A",,"select count(distinct t14.CPR_ID) as c0, count(distinct t15.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t14 left join CATISSUE_COLLECTION_PROTOCOL t13 on t13.IDENTIFIER = t14.CP_ID and t13.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t15 on t15.COLLECTION_PROTOCOL_REG_ID = t14.CPR_ID and t15.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t15.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' where ((t0.LABEL not in (select t8.LABEL as c0 from CPR_VIEW t10 left join CATISSUE_SPECIMEN_COLL_GROUP t1 on t1.COLLECTION_PROTOCOL_REG_ID = t10.CPR_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t1.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_CP_REQ_SPECIMEN t9 on t9.IDENTIFIER = t8.REQ_SPECIMEN_ID where (t1.IDENTIFIER in (select t4.IDENTIFIER as c0 from CPR_VIEW t5 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t5.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_CP_REQ_SPECIMEN t3 on t3.IDENTIFIER = t2.REQ_SPECIMEN_ID where (t3.CODE is null AND t2.LINEAGE = 'New' AND t2.COLLECTION_STATUS = 'Collected') AND (t5.ACTIVITY_STATUS != 'Disabled')) AND t8.LINEAGE = 'New' AND t9.CODE is not null AND t8.COLLECTION_STATUS = 'Pending') AND (t10.ACTIVITY_STATUS != 'Disabled')) AND t0.LINEAGE = 'New' AND t0.COLLECTION_STATUS = 'Pending') AND t13.IDENTIFIER = 6101) AND (t14.ACTIVITY_STATUS != 'Disabled')" "499875","Mar 17, 2022 03:47","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.REGISTRATION_DATE as c3, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c4 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6101) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499876","Mar 17, 2022 03:48","Prayuja Teli","prayuja@krishagni.com","Prayuja","Count","0","N/A",,"select count(distinct t14.CPR_ID) as c0, count(distinct t15.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t14 left join CATISSUE_COLLECTION_PROTOCOL t13 on t13.IDENTIFIER = t14.CP_ID and t13.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t15 on t15.COLLECTION_PROTOCOL_REG_ID = t14.CPR_ID and t15.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t15.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' where ((t0.LABEL not in (select t8.LABEL as c0 from CPR_VIEW t10 left join CATISSUE_SPECIMEN_COLL_GROUP t1 on t1.COLLECTION_PROTOCOL_REG_ID = t10.CPR_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t1.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_CP_REQ_SPECIMEN t9 on t9.IDENTIFIER = t8.REQ_SPECIMEN_ID where (t1.IDENTIFIER in (select t4.IDENTIFIER as c0 from CPR_VIEW t5 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t5.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_CP_REQ_SPECIMEN t3 on t3.IDENTIFIER = t2.REQ_SPECIMEN_ID where (t3.CODE is null AND t2.LINEAGE = 'New' AND t2.COLLECTION_STATUS = 'Collected') AND (t5.ACTIVITY_STATUS != 'Disabled')) AND t8.LINEAGE = 'New' AND t9.CODE is not null AND t8.COLLECTION_STATUS = 'Pending') AND (t10.ACTIVITY_STATUS != 'Disabled')) AND t0.LINEAGE = 'New' AND t0.COLLECTION_STATUS = 'Pending') AND t13.IDENTIFIER = 6101) AND (t14.ACTIVITY_STATUS != 'Disabled')" "499877","Mar 17, 2022 03:48","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","5","N/A",,"select * from (select tab.*, rownum rnum from (select t16.CPR_ID as c0, t16.PPID as c1, t16.REGISTRATION_DATE as c2, t17.VALUE as c3, t19.VALUE as c4, t21.VALUE as c5, t0.IDENTIFIER as c6, t13.IDENTIFIER as c7, t0.LABEL as c8, t22.VALUE as c9, t23.VALUE as c10, t14.COLL_TIME as c11, t15.ISCHEMIA_TIME as c12, 't16', t16.CPR_ID as mc0, 't21', t21.IDENTIFIER as mc1, 't0', t0.IDENTIFIER as mc2, 't13', t13.IDENTIFIER as mc3, 't14', t14.SPECIMEN_ID as mc4, 't15', t15.SPECIMEN_ID as mc5 from CPR_VIEW t16 left join CATISSUE_PERMISSIBLE_VALUE t17 on t17.IDENTIFIER = t16.GENDER_ID left join CATISSUE_COLLECTION_PROTOCOL t13 on t13.IDENTIFIER = t16.CP_ID and t13.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t18 on t18.PARTICIPANT_ID = t16.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t19 on t19.IDENTIFIER = t18.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t20 on t20.COLLECTION_PROTOCOL_REG_ID = t16.CPR_ID and t20.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t20.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_STATS t15 on t15.SPECIMEN_ID = t0.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t14 on t14.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t23 on t23.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t22 on t22.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t21 on t21.VISIT_ID = t20.IDENTIFIER where ((t0.LABEL not in (select t8.LABEL as c0 from CPR_VIEW t10 left join CATISSUE_SPECIMEN_COLL_GROUP t1 on t1.COLLECTION_PROTOCOL_REG_ID = t10.CPR_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t1.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_CP_REQ_SPECIMEN t9 on t9.IDENTIFIER = t8.REQ_SPECIMEN_ID where (t1.IDENTIFIER in (select t4.IDENTIFIER as c0 from CPR_VIEW t5 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t5.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_CP_REQ_SPECIMEN t3 on t3.IDENTIFIER = t2.REQ_SPECIMEN_ID where (t3.CODE is null AND t2.LINEAGE = 'New' AND t2.COLLECTION_STATUS = 'Collected') AND (t5.ACTIVITY_STATUS != 'Disabled')) AND t8.LINEAGE = 'New' AND t9.CODE is not null AND t8.COLLECTION_STATUS = 'Pending') AND (t10.ACTIVITY_STATUS != 'Disabled')) AND t0.LINEAGE = 'New' AND t0.COLLECTION_STATUS = 'Pending') AND t13.IDENTIFIER = 6101) AND (t16.ACTIVITY_STATUS != 'Disabled') order by t16.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "499878","Mar 17, 2022 03:48","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t10.CPR_ID as c0, t10.PPID as c1, t0.NAME as c2, t7.IDENTIFIER as c3, t9.IDENTIFIER as c4, t7.LABEL as c5, t11.VALUE as c6, t7.LINEAGE as c7, t7.COLLECTION_STATUS as c8, t7.ACTIVITY_STATUS as c9, 't10', t10.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't7', t7.IDENTIFIER as mc2, 't9', t9.IDENTIFIER as mc3 from CPR_VIEW t10 left join CATISSUE_COLLECTION_PROTOCOL t9 on t9.IDENTIFIER = t10.CP_ID and t9.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t10.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t7 on t7.SPECIMEN_COLLECTION_GROUP_ID = t0.IDENTIFIER and t7.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_CP_REQ_SPECIMEN t8 on t8.IDENTIFIER = t7.REQ_SPECIMEN_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t7.SPECIMEN_TYPE_ID where ((t0.IDENTIFIER in (select t3.IDENTIFIER as c0 from CPR_VIEW t4 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t4.CPR_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_CP_REQ_SPECIMEN t2 on t2.IDENTIFIER = t1.REQ_SPECIMEN_ID where (t2.CODE is null AND upper(t1.LINEAGE) = 'NEW' AND upper(t1.COLLECTION_STATUS) = 'COLLECTED') AND (t4.ACTIVITY_STATUS != 'Disabled')) AND upper(t7.LINEAGE) = 'NEW' AND t8.CODE is not null AND upper(t7.COLLECTION_STATUS) = 'PENDING') AND t9.IDENTIFIER = 6101) AND (t10.ACTIVITY_STATUS != 'Disabled') order by t10.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "499879","Mar 17, 2022 03:48","Prayuja Teli","prayuja@krishagni.com","Prayuja","Count","0","N/A",,"select count(distinct t10.CPR_ID) as c0, count(distinct t0.IDENTIFIER) as c1, count(distinct t7.IDENTIFIER) as c2 from CPR_VIEW t10 left join CATISSUE_COLLECTION_PROTOCOL t9 on t9.IDENTIFIER = t10.CP_ID and t9.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t10.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t7 on t7.SPECIMEN_COLLECTION_GROUP_ID = t0.IDENTIFIER and t7.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_CP_REQ_SPECIMEN t8 on t8.IDENTIFIER = t7.REQ_SPECIMEN_ID where ((t0.IDENTIFIER in (select t3.IDENTIFIER as c0 from CPR_VIEW t4 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t4.CPR_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_CP_REQ_SPECIMEN t2 on t2.IDENTIFIER = t1.REQ_SPECIMEN_ID where (t2.CODE is null AND upper(t1.LINEAGE) = 'NEW' AND upper(t1.COLLECTION_STATUS) = 'COLLECTED') AND (t4.ACTIVITY_STATUS != 'Disabled')) AND upper(t7.LINEAGE) = 'NEW' AND t8.CODE is not null AND upper(t7.COLLECTION_STATUS) = 'PENDING') AND t9.IDENTIFIER = 6101) AND (t10.ACTIVITY_STATUS != 'Disabled')" "499880","Mar 17, 2022 03:49","Prayuja Teli","prayuja@krishagni.com","Prayuja","Count","2","N/A",,"select count(distinct t15.CPR_ID) as c0, count(distinct t16.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t15 left join CATISSUE_COLLECTION_PROTOCOL t14 on t14.IDENTIFIER = t15.CP_ID and t14.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t16 on t16.COLLECTION_PROTOCOL_REG_ID = t15.CPR_ID and t16.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t16.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_CP_REQ_SPECIMEN t13 on t13.IDENTIFIER = t0.REQ_SPECIMEN_ID where ((t0.LABEL not in (select t8.LABEL as c0 from CPR_VIEW t10 left join CATISSUE_SPECIMEN_COLL_GROUP t1 on t1.COLLECTION_PROTOCOL_REG_ID = t10.CPR_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t1.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_CP_REQ_SPECIMEN t9 on t9.IDENTIFIER = t8.REQ_SPECIMEN_ID where (t1.IDENTIFIER in (select t4.IDENTIFIER as c0 from CPR_VIEW t5 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t5.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_CP_REQ_SPECIMEN t3 on t3.IDENTIFIER = t2.REQ_SPECIMEN_ID where (t3.CODE is null AND t2.LINEAGE = 'New' AND t2.COLLECTION_STATUS = 'Collected') AND (t5.ACTIVITY_STATUS != 'Disabled')) AND t8.LINEAGE = 'New' AND t9.CODE is not null AND t8.COLLECTION_STATUS = 'Pending') AND (t10.ACTIVITY_STATUS != 'Disabled')) AND t0.LINEAGE = 'New' AND t0.COLLECTION_STATUS = 'Pending' AND t13.CODE is not null ) AND t14.IDENTIFIER = 6101) AND (t15.ACTIVITY_STATUS != 'Disabled')" "499881","Mar 17, 2022 03:49","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","6","N/A",,"select * from (select tab.*, rownum rnum from (select t17.CPR_ID as c0, t17.PPID as c1, t17.REGISTRATION_DATE as c2, t18.VALUE as c3, t20.VALUE as c4, t22.VALUE as c5, t0.IDENTIFIER as c6, t14.IDENTIFIER as c7, t0.LABEL as c8, t23.VALUE as c9, t24.VALUE as c10, t15.COLL_TIME as c11, t16.ISCHEMIA_TIME as c12, 't17', t17.CPR_ID as mc0, 't22', t22.IDENTIFIER as mc1, 't0', t0.IDENTIFIER as mc2, 't14', t14.IDENTIFIER as mc3, 't15', t15.SPECIMEN_ID as mc4, 't16', t16.SPECIMEN_ID as mc5 from CPR_VIEW t17 left join CATISSUE_PERMISSIBLE_VALUE t18 on t18.IDENTIFIER = t17.GENDER_ID left join CATISSUE_COLLECTION_PROTOCOL t14 on t14.IDENTIFIER = t17.CP_ID and t14.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t19 on t19.PARTICIPANT_ID = t17.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t20 on t20.IDENTIFIER = t19.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t21 on t21.COLLECTION_PROTOCOL_REG_ID = t17.CPR_ID and t21.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t21.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_CP_REQ_SPECIMEN t13 on t13.IDENTIFIER = t0.REQ_SPECIMEN_ID left join OS_SPECIMEN_STATS t16 on t16.SPECIMEN_ID = t0.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t15 on t15.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t24 on t24.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t23 on t23.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t22 on t22.VISIT_ID = t21.IDENTIFIER where ((t0.LABEL not in (select t8.LABEL as c0 from CPR_VIEW t10 left join CATISSUE_SPECIMEN_COLL_GROUP t1 on t1.COLLECTION_PROTOCOL_REG_ID = t10.CPR_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t1.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_CP_REQ_SPECIMEN t9 on t9.IDENTIFIER = t8.REQ_SPECIMEN_ID where (t1.IDENTIFIER in (select t4.IDENTIFIER as c0 from CPR_VIEW t5 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t5.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_CP_REQ_SPECIMEN t3 on t3.IDENTIFIER = t2.REQ_SPECIMEN_ID where (t3.CODE is null AND t2.LINEAGE = 'New' AND t2.COLLECTION_STATUS = 'Collected') AND (t5.ACTIVITY_STATUS != 'Disabled')) AND t8.LINEAGE = 'New' AND t9.CODE is not null AND t8.COLLECTION_STATUS = 'Pending') AND (t10.ACTIVITY_STATUS != 'Disabled')) AND t0.LINEAGE = 'New' AND t0.COLLECTION_STATUS = 'Pending' AND t13.CODE is not null ) AND t14.IDENTIFIER = 6101) AND (t17.ACTIVITY_STATUS != 'Disabled') order by t17.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "499882","Mar 17, 2022 03:50","Prayuja Teli","prayuja@krishagni.com","Prayuja","Count","0","N/A",,"select count(distinct t14.CPR_ID) as c0, count(distinct t15.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t14 left join CATISSUE_COLLECTION_PROTOCOL t13 on t13.IDENTIFIER = t14.CP_ID and t13.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t15 on t15.COLLECTION_PROTOCOL_REG_ID = t14.CPR_ID and t15.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t15.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' where ((t0.LABEL not in (select t8.LABEL as c0 from CPR_VIEW t10 left join CATISSUE_SPECIMEN_COLL_GROUP t1 on t1.COLLECTION_PROTOCOL_REG_ID = t10.CPR_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t1.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_CP_REQ_SPECIMEN t9 on t9.IDENTIFIER = t8.REQ_SPECIMEN_ID where (t1.IDENTIFIER in (select t4.IDENTIFIER as c0 from CPR_VIEW t5 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t5.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_CP_REQ_SPECIMEN t3 on t3.IDENTIFIER = t2.REQ_SPECIMEN_ID where (t3.CODE is null AND t2.LINEAGE = 'New' AND t2.COLLECTION_STATUS = 'Collected') AND (t5.ACTIVITY_STATUS != 'Disabled')) AND t8.LINEAGE = 'New' AND t9.CODE is not null AND t8.COLLECTION_STATUS = 'Pending') AND (t10.ACTIVITY_STATUS != 'Disabled')) AND t0.LINEAGE = 'New' AND t0.COLLECTION_STATUS = 'Pending') AND t13.IDENTIFIER = 6101) AND (t14.ACTIVITY_STATUS != 'Disabled')" "499883","Mar 17, 2022 03:50","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","4","N/A",,"select * from (select tab.*, rownum rnum from (select t16.CPR_ID as c0, t16.PPID as c1, t16.REGISTRATION_DATE as c2, t17.VALUE as c3, t19.VALUE as c4, t21.VALUE as c5, t0.IDENTIFIER as c6, t13.IDENTIFIER as c7, t0.LABEL as c8, t22.VALUE as c9, t23.VALUE as c10, t14.COLL_TIME as c11, t15.ISCHEMIA_TIME as c12, 't16', t16.CPR_ID as mc0, 't21', t21.IDENTIFIER as mc1, 't0', t0.IDENTIFIER as mc2, 't13', t13.IDENTIFIER as mc3, 't14', t14.SPECIMEN_ID as mc4, 't15', t15.SPECIMEN_ID as mc5 from CPR_VIEW t16 left join CATISSUE_PERMISSIBLE_VALUE t17 on t17.IDENTIFIER = t16.GENDER_ID left join CATISSUE_COLLECTION_PROTOCOL t13 on t13.IDENTIFIER = t16.CP_ID and t13.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t18 on t18.PARTICIPANT_ID = t16.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t19 on t19.IDENTIFIER = t18.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t20 on t20.COLLECTION_PROTOCOL_REG_ID = t16.CPR_ID and t20.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t20.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_STATS t15 on t15.SPECIMEN_ID = t0.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t14 on t14.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t23 on t23.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t22 on t22.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t21 on t21.VISIT_ID = t20.IDENTIFIER where ((t0.LABEL not in (select t8.LABEL as c0 from CPR_VIEW t10 left join CATISSUE_SPECIMEN_COLL_GROUP t1 on t1.COLLECTION_PROTOCOL_REG_ID = t10.CPR_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t1.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_CP_REQ_SPECIMEN t9 on t9.IDENTIFIER = t8.REQ_SPECIMEN_ID where (t1.IDENTIFIER in (select t4.IDENTIFIER as c0 from CPR_VIEW t5 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t5.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_CP_REQ_SPECIMEN t3 on t3.IDENTIFIER = t2.REQ_SPECIMEN_ID where (t3.CODE is null AND t2.LINEAGE = 'New' AND t2.COLLECTION_STATUS = 'Collected') AND (t5.ACTIVITY_STATUS != 'Disabled')) AND t8.LINEAGE = 'New' AND t9.CODE is not null AND t8.COLLECTION_STATUS = 'Pending') AND (t10.ACTIVITY_STATUS != 'Disabled')) AND t0.LINEAGE = 'New' AND t0.COLLECTION_STATUS = 'Pending') AND t13.IDENTIFIER = 6101) AND (t16.ACTIVITY_STATUS != 'Disabled') order by t16.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "499884","Mar 17, 2022 03:52","Prayuja Teli","prayuja@krishagni.com","Prayuja","Count","0","N/A",,"select count(distinct t2.CPR_ID) as c0, count(distinct t3.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t2.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.LINEAGE = 'New' AND t0.COLLECTION_STATUS = 'Pending') AND t1.IDENTIFIER = 6101) AND (t2.ACTIVITY_STATUS != 'Disabled')" "499885","Mar 17, 2022 03:52","Prayuja Teli","prayuja@krishagni.com","Prayuja","Count","0","N/A",,"select count(distinct t2.CPR_ID) as c0, count(distinct t3.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t2.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.LINEAGE = 'New' AND t0.COLLECTION_STATUS = 'Pending') AND t1.IDENTIFIER = 6101) AND (t2.ACTIVITY_STATUS != 'Disabled')" "499886","Mar 17, 2022 03:52","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t4.CPR_ID as c0, t4.PPID as c1, t4.REGISTRATION_DATE as c2, t5.VALUE as c3, t7.VALUE as c4, t9.VALUE as c5, t0.IDENTIFIER as c6, t1.IDENTIFIER as c7, t0.LABEL as c8, t10.VALUE as c9, t11.VALUE as c10, t2.COLL_TIME as c11, t3.ISCHEMIA_TIME as c12, 't4', t4.CPR_ID as mc0, 't9', t9.IDENTIFIER as mc1, 't0', t0.IDENTIFIER as mc2, 't1', t1.IDENTIFIER as mc3, 't2', t2.SPECIMEN_ID as mc4, 't3', t3.SPECIMEN_ID as mc5 from CPR_VIEW t4 left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t4.GENDER_ID left join CATISSUE_RACE t6 on t6.PARTICIPANT_ID = t4.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t6.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.COLLECTION_PROTOCOL_REG_ID = t4.CPR_ID and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t8.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_STATS t3 on t3.SPECIMEN_ID = t0.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t9 on t9.VISIT_ID = t8.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t4.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.LINEAGE = 'New' AND t0.COLLECTION_STATUS = 'Pending') AND t1.IDENTIFIER = 6101) AND (t4.ACTIVITY_STATUS != 'Disabled') order by t4.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "499887","Mar 17, 2022 03:52","Prayuja Teli","prayuja@krishagni.com","Prayuja","Count","0","N/A",,"select count(distinct t10.CPR_ID) as c0, count(distinct t0.IDENTIFIER) as c1, count(distinct t7.IDENTIFIER) as c2 from CPR_VIEW t10 left join CATISSUE_COLLECTION_PROTOCOL t9 on t9.IDENTIFIER = t10.CP_ID and t9.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t10.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t7 on t7.SPECIMEN_COLLECTION_GROUP_ID = t0.IDENTIFIER and t7.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_CP_REQ_SPECIMEN t8 on t8.IDENTIFIER = t7.REQ_SPECIMEN_ID where ((t0.IDENTIFIER in (select t3.IDENTIFIER as c0 from CPR_VIEW t4 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t4.CPR_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_CP_REQ_SPECIMEN t2 on t2.IDENTIFIER = t1.REQ_SPECIMEN_ID where (t2.CODE is null AND upper(t1.LINEAGE) = 'NEW' AND upper(t1.COLLECTION_STATUS) = 'COLLECTED') AND (t4.ACTIVITY_STATUS != 'Disabled')) AND upper(t7.LINEAGE) = 'NEW' AND t8.CODE is not null AND upper(t7.COLLECTION_STATUS) = 'PENDING') AND t9.IDENTIFIER = 6101) AND (t10.ACTIVITY_STATUS != 'Disabled')" "499888","Mar 17, 2022 03:52","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t10.CPR_ID as c0, t10.PPID as c1, t0.NAME as c2, t7.IDENTIFIER as c3, t9.IDENTIFIER as c4, t7.LABEL as c5, t11.VALUE as c6, t7.LINEAGE as c7, t7.COLLECTION_STATUS as c8, t7.ACTIVITY_STATUS as c9, 't10', t10.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't7', t7.IDENTIFIER as mc2, 't9', t9.IDENTIFIER as mc3 from CPR_VIEW t10 left join CATISSUE_COLLECTION_PROTOCOL t9 on t9.IDENTIFIER = t10.CP_ID and t9.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t10.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t7 on t7.SPECIMEN_COLLECTION_GROUP_ID = t0.IDENTIFIER and t7.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_CP_REQ_SPECIMEN t8 on t8.IDENTIFIER = t7.REQ_SPECIMEN_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t7.SPECIMEN_TYPE_ID where ((t0.IDENTIFIER in (select t3.IDENTIFIER as c0 from CPR_VIEW t4 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t4.CPR_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_CP_REQ_SPECIMEN t2 on t2.IDENTIFIER = t1.REQ_SPECIMEN_ID where (t2.CODE is null AND upper(t1.LINEAGE) = 'NEW' AND upper(t1.COLLECTION_STATUS) = 'COLLECTED') AND (t4.ACTIVITY_STATUS != 'Disabled')) AND upper(t7.LINEAGE) = 'NEW' AND t8.CODE is not null AND upper(t7.COLLECTION_STATUS) = 'PENDING') AND t9.IDENTIFIER = 6101) AND (t10.ACTIVITY_STATUS != 'Disabled') order by t10.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "499889","Mar 17, 2022 03:53","Prayuja Teli","prayuja@krishagni.com","Prayuja","Count","0","N/A",,"select count(distinct t2.CPR_ID) as c0, count(distinct t3.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t2.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((upper(t0.LINEAGE) = 'NEW' AND upper(t0.COLLECTION_STATUS) = 'PENDING') AND t1.IDENTIFIER = 6101) AND (t2.ACTIVITY_STATUS != 'Disabled')" "499890","Mar 17, 2022 03:53","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t4.CPR_ID as c0, t4.PPID as c1, t4.REGISTRATION_DATE as c2, t5.VALUE as c3, t7.VALUE as c4, t9.VALUE as c5, t0.IDENTIFIER as c6, t1.IDENTIFIER as c7, t0.LABEL as c8, t10.VALUE as c9, t11.VALUE as c10, t2.COLL_TIME as c11, t3.ISCHEMIA_TIME as c12, 't4', t4.CPR_ID as mc0, 't9', t9.IDENTIFIER as mc1, 't0', t0.IDENTIFIER as mc2, 't1', t1.IDENTIFIER as mc3, 't2', t2.SPECIMEN_ID as mc4, 't3', t3.SPECIMEN_ID as mc5 from CPR_VIEW t4 left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t4.GENDER_ID left join CATISSUE_RACE t6 on t6.PARTICIPANT_ID = t4.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t6.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.COLLECTION_PROTOCOL_REG_ID = t4.CPR_ID and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t8.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_STATS t3 on t3.SPECIMEN_ID = t0.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t9 on t9.VISIT_ID = t8.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t4.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((upper(t0.LINEAGE) = 'NEW' AND upper(t0.COLLECTION_STATUS) = 'PENDING') AND t1.IDENTIFIER = 6101) AND (t4.ACTIVITY_STATUS != 'Disabled') order by t4.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "499891","Mar 17, 2022 03:55","Prayuja Teli","prayuja@krishagni.com","Prayuja","Count","0","N/A",,"select count(distinct t7.CPR_ID) as c0, count(distinct t8.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t7 left join CATISSUE_COLLECTION_PROTOCOL t6 on t6.IDENTIFIER = t7.CP_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.COLLECTION_PROTOCOL_REG_ID = t7.CPR_ID and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t8.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' where ((t0.LABEL not in (select t1.LABEL as c0 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_CP_REQ_SPECIMEN t2 on t2.IDENTIFIER = t1.REQ_SPECIMEN_ID where (t2.CODE is null AND t1.LINEAGE = 'New' AND t1.COLLECTION_STATUS = 'Collected') AND (t3.ACTIVITY_STATUS != 'Disabled')) AND t0.LINEAGE = 'New' AND t0.COLLECTION_STATUS = 'Pending') AND t6.IDENTIFIER = 6101) AND (t7.ACTIVITY_STATUS != 'Disabled')" "499892","Mar 17, 2022 03:56","Prayuja Teli","prayuja@krishagni.com","Prayuja","Count","0","N/A",,"select count(distinct t8.CPR_ID) as c0, count(distinct t9.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t8 left join CATISSUE_COLLECTION_PROTOCOL t7 on t7.IDENTIFIER = t8.CP_ID and t7.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t9 on t9.COLLECTION_PROTOCOL_REG_ID = t8.CPR_ID and t9.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t9.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_CP_REQ_SPECIMEN t6 on t6.IDENTIFIER = t0.REQ_SPECIMEN_ID where ((t0.LABEL not in (select t1.LABEL as c0 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_CP_REQ_SPECIMEN t2 on t2.IDENTIFIER = t1.REQ_SPECIMEN_ID where (t2.CODE is null AND t1.LINEAGE = 'New' AND t1.COLLECTION_STATUS = 'Collected') AND (t3.ACTIVITY_STATUS != 'Disabled')) AND t0.LINEAGE = 'New' AND t0.COLLECTION_STATUS = 'Pending' AND t6.CODE is not null ) AND t7.IDENTIFIER = 6101) AND (t8.ACTIVITY_STATUS != 'Disabled')" "499893","Mar 17, 2022 03:56","Prayuja Teli","prayuja@krishagni.com","Prayuja","Count","0","N/A",,"select count(distinct t15.CPR_ID) as c0, count(distinct t16.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t15 left join CATISSUE_COLLECTION_PROTOCOL t14 on t14.IDENTIFIER = t15.CP_ID and t14.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t16 on t16.COLLECTION_PROTOCOL_REG_ID = t15.CPR_ID and t16.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t16.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_CP_REQ_SPECIMEN t13 on t13.IDENTIFIER = t0.REQ_SPECIMEN_ID where ((t0.LABEL not in (select t8.LABEL as c0 from CPR_VIEW t10 left join CATISSUE_SPECIMEN_COLL_GROUP t1 on t1.COLLECTION_PROTOCOL_REG_ID = t10.CPR_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t1.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_CP_REQ_SPECIMEN t9 on t9.IDENTIFIER = t8.REQ_SPECIMEN_ID where (t1.IDENTIFIER in (select t4.IDENTIFIER as c0 from CPR_VIEW t5 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t5.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_CP_REQ_SPECIMEN t3 on t3.IDENTIFIER = t2.REQ_SPECIMEN_ID where (t3.CODE is null AND upper(t2.LINEAGE) = 'NEW' AND upper(t2.COLLECTION_STATUS) = 'COLLECTED') AND (t5.ACTIVITY_STATUS != 'Disabled')) AND upper(t8.LINEAGE) = 'NEW' AND t9.CODE is not null AND upper(t8.COLLECTION_STATUS) = 'PENDING') AND (t10.ACTIVITY_STATUS != 'Disabled')) AND upper(t0.LINEAGE) = 'NEW' AND upper(t0.COLLECTION_STATUS) = 'PENDING' AND t13.CODE is not null ) AND t14.IDENTIFIER = 6101) AND (t15.ACTIVITY_STATUS != 'Disabled')" "499894","Mar 17, 2022 03:56","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","6","N/A",,"select * from (select tab.*, rownum rnum from (select t17.CPR_ID as c0, t17.PPID as c1, t17.REGISTRATION_DATE as c2, t18.VALUE as c3, t20.VALUE as c4, t22.VALUE as c5, t0.IDENTIFIER as c6, t14.IDENTIFIER as c7, t0.LABEL as c8, t23.VALUE as c9, t24.VALUE as c10, t15.COLL_TIME as c11, t16.ISCHEMIA_TIME as c12, 't17', t17.CPR_ID as mc0, 't22', t22.IDENTIFIER as mc1, 't0', t0.IDENTIFIER as mc2, 't14', t14.IDENTIFIER as mc3, 't15', t15.SPECIMEN_ID as mc4, 't16', t16.SPECIMEN_ID as mc5 from CPR_VIEW t17 left join CATISSUE_PERMISSIBLE_VALUE t18 on t18.IDENTIFIER = t17.GENDER_ID left join CATISSUE_COLLECTION_PROTOCOL t14 on t14.IDENTIFIER = t17.CP_ID and t14.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t19 on t19.PARTICIPANT_ID = t17.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t20 on t20.IDENTIFIER = t19.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t21 on t21.COLLECTION_PROTOCOL_REG_ID = t17.CPR_ID and t21.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t21.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_CP_REQ_SPECIMEN t13 on t13.IDENTIFIER = t0.REQ_SPECIMEN_ID left join OS_SPECIMEN_STATS t16 on t16.SPECIMEN_ID = t0.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t15 on t15.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t24 on t24.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t23 on t23.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t22 on t22.VISIT_ID = t21.IDENTIFIER where ((t0.LABEL not in (select t8.LABEL as c0 from CPR_VIEW t10 left join CATISSUE_SPECIMEN_COLL_GROUP t1 on t1.COLLECTION_PROTOCOL_REG_ID = t10.CPR_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t1.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_CP_REQ_SPECIMEN t9 on t9.IDENTIFIER = t8.REQ_SPECIMEN_ID where (t1.IDENTIFIER in (select t4.IDENTIFIER as c0 from CPR_VIEW t5 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t5.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_CP_REQ_SPECIMEN t3 on t3.IDENTIFIER = t2.REQ_SPECIMEN_ID where (t3.CODE is null AND upper(t2.LINEAGE) = 'NEW' AND upper(t2.COLLECTION_STATUS) = 'COLLECTED') AND (t5.ACTIVITY_STATUS != 'Disabled')) AND upper(t8.LINEAGE) = 'NEW' AND t9.CODE is not null AND upper(t8.COLLECTION_STATUS) = 'PENDING') AND (t10.ACTIVITY_STATUS != 'Disabled')) AND upper(t0.LINEAGE) = 'NEW' AND upper(t0.COLLECTION_STATUS) = 'PENDING' AND t13.CODE is not null ) AND t14.IDENTIFIER = 6101) AND (t17.ACTIVITY_STATUS != 'Disabled') order by t17.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "499895","Mar 17, 2022 04:12","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499896","Mar 17, 2022 04:13","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499897","Mar 17, 2022 04:15","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 5755) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "499898","Mar 17, 2022 04:15","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 5755) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "499899","Mar 17, 2022 04:22","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 5755) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "499900","Mar 17, 2022 04:22","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 5755) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "499901","Mar 17, 2022 04:23","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 5755) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "499902","Mar 17, 2022 04:32","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.IDENTIFIER as c0, t0.IDENTIFIER as c1, t3.VALUE as c2, t4.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t5.IDENTIFIER as c5, t6.PPID as c6, t0.LABEL as c7, t0.LINEAGE as c8, t3.VALUE as c9, t7.VALUE as c10, t5.SHORT_TITLE as c11, t0.AVAILABLE_QUANTITY as c12, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c13 from CATISSUE_SPECIMEN t0 left join OS_SPECIMEN_RESV_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t6 on t6.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((upper(t1.DP_SHORT_TITLE) = 'HP')) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.IDENTIFIER asc ) tab where rownum <= 101) where rnum >= 1" "499903","Mar 17, 2022 04:32","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.IDENTIFIER as c0, t0.IDENTIFIER as c1, t3.VALUE as c2, t4.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t5.IDENTIFIER as c5, t6.PPID as c6, t0.LABEL as c7, t0.LINEAGE as c8, t3.VALUE as c9, t7.VALUE as c10, t5.SHORT_TITLE as c11, t0.AVAILABLE_QUANTITY as c12, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c13 from CATISSUE_SPECIMEN t0 left join OS_SPECIMEN_RESV_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t6 on t6.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((upper(t1.DP_SHORT_TITLE) = 'HP')) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.IDENTIFIER asc ) tab where rownum <= 101) where rnum >= 1" "499904","Mar 17, 2022 04:36","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.IDENTIFIER as c0, t0.IDENTIFIER as c1, t3.VALUE as c2, t4.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t5.IDENTIFIER as c5, t6.PPID as c6, t0.LABEL as c7, t0.LINEAGE as c8, t3.VALUE as c9, t7.VALUE as c10, t5.SHORT_TITLE as c11, t0.AVAILABLE_QUANTITY as c12, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c13 from CATISSUE_SPECIMEN t0 left join OS_SPECIMEN_RESV_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t6 on t6.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((upper(t1.DP_SHORT_TITLE) = 'HP')) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.IDENTIFIER asc ) tab where rownum <= 101) where rnum >= 1" "499905","Mar 17, 2022 04:46","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499906","Mar 17, 2022 04:46","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5748) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499907","Mar 17, 2022 04:57","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 408) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 408))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499908","Mar 17, 2022 04:57","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t5.VALUE as c1, t6.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t5.VALUE as c7, t7.VALUE as c8, t3.DE_A_3 as c9, t3.DE_A_4 as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t4.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t4.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t9 on t9.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t9.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join (OS_SPMN_CUST_FIELDS t2 inner join DE_E_26777 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 13227) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6078) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "499909","Mar 17, 2022 04:57","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499910","Mar 17, 2022 04:57","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t5.VALUE as c1, t6.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t5.VALUE as c7, t7.VALUE as c8, t3.DE_A_3 as c9, t3.DE_A_4 as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t4.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t4.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t9 on t9.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t9.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join (OS_SPMN_CUST_FIELDS t2 inner join DE_E_26777 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 13227) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6078) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "499911","Mar 17, 2022 04:58","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%C%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499912","Mar 17, 2022 04:58","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%CP%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499913","Mar 17, 2022 04:58","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%CP2%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499914","Mar 17, 2022 04:58","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%CPI%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499915","Mar 17, 2022 04:58","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6105) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499916","Mar 17, 2022 05:02","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499917","Mar 17, 2022 05:17","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 408) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 408))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499918","Mar 17, 2022 05:20","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499919","Mar 17, 2022 05:20","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%B%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499920","Mar 17, 2022 05:20","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%BT%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499921","Mar 17, 2022 05:20","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%BTK%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499922","Mar 17, 2022 05:20","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6119) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499923","Mar 17, 2022 05:20","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6119) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499924","Mar 17, 2022 05:25","Ishita Aggarwal","ishitaaggarwal1501@gmail.com","Ishita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6331) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6331))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499925","Mar 17, 2022 05:26","Ishita Aggarwal","ishitaaggarwal1501@gmail.com","Ishita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6331) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6331)) AND (upper(t0.SHORT_TITLE) like '%CP%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499926","Mar 17, 2022 05:26","Ishita Aggarwal","ishitaaggarwal1501@gmail.com","Ishita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6331) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6331)) AND (upper(t0.SHORT_TITLE) like '%CP%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499927","Mar 17, 2022 05:26","Ishita Aggarwal","ishitaaggarwal1501@gmail.com","Ishita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6331) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6331)) AND (upper(t0.SHORT_TITLE) like '%CPIS%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499928","Mar 17, 2022 05:31","Ishita Aggarwal","ishitaaggarwal1501@gmail.com","Ishita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6120) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499929","Mar 17, 2022 05:31","Ishita Aggarwal","ishitaaggarwal1501@gmail.com","Ishita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6118) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499930","Mar 17, 2022 05:32","Ishita Aggarwal","ishitaaggarwal1501@gmail.com","Ishita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6331) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6331))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499931","Mar 17, 2022 05:32","Ishita Aggarwal","ishitaaggarwal1501@gmail.com","Ishita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6331) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6331)) AND (upper(t0.SHORT_TITLE) like '%C%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499932","Mar 17, 2022 05:33","Ishita Aggarwal","ishitaaggarwal1501@gmail.com","Ishita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6331) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6331)) AND (upper(t0.SHORT_TITLE) like '%CPISHU1S%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499933","Mar 17, 2022 05:33","Ishita Aggarwal","ishitaaggarwal1501@gmail.com","Ishita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6331) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6331)) AND (upper(t0.SHORT_TITLE) like '%CPISHU1%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499934","Mar 17, 2022 05:33","Ishita Aggarwal","ishitaaggarwal1501@gmail.com","Ishita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6120) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499935","Mar 17, 2022 05:33","Ishita Aggarwal","ishitaaggarwal1501@gmail.com","Ishita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6120) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499936","Mar 17, 2022 05:33","Ishita Aggarwal","ishitaaggarwal1501@gmail.com","Ishita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6331) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6331)) AND (upper(t0.SHORT_TITLE) like '%CPISHU1S%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499937","Mar 17, 2022 05:33","Ishita Aggarwal","ishitaaggarwal1501@gmail.com","Ishita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6331) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6331)) AND (upper(t0.SHORT_TITLE) like '%CPISHU1%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499938","Mar 17, 2022 05:43","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5748) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499939","Mar 17, 2022 05:43","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499940","Mar 17, 2022 05:44","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499941","Mar 17, 2022 05:51","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6121) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "499942","Mar 17, 2022 05:52","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6121) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "499943","Mar 17, 2022 05:53","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6121) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "499944","Mar 17, 2022 05:54","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6121) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "499945","Mar 17, 2022 05:55","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6121) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "499946","Mar 17, 2022 05:56","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6121) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "499947","Mar 17, 2022 05:56","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6121) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "499948","Mar 17, 2022 05:57","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6121) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "499949","Mar 17, 2022 05:59","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6121) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "499950","Mar 17, 2022 06:04","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6121) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "499951","Mar 17, 2022 06:05","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499952","Mar 17, 2022 06:05","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%BTK2%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499953","Mar 17, 2022 06:06","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6119) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499954","Mar 17, 2022 06:06","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6121) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "499955","Mar 17, 2022 06:06","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499956","Mar 17, 2022 06:07","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 5755) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "499957","Mar 17, 2022 06:07","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 5755) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "499958","Mar 17, 2022 06:08","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 5755) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "499959","Mar 17, 2022 06:08","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 5755) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "499960","Mar 17, 2022 06:09","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6119) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499961","Mar 17, 2022 06:10","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6119) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499962","Mar 17, 2022 06:16","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6119) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499963","Mar 17, 2022 06:16","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6119) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499964","Mar 17, 2022 06:17","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6119) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499965","Mar 17, 2022 06:18","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6119) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499966","Mar 17, 2022 06:22","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6119) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499967","Mar 17, 2022 06:24","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6119) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499968","Mar 17, 2022 06:25","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6119) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499969","Mar 17, 2022 06:27","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6119) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499970","Mar 17, 2022 06:29","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6119) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499971","Mar 17, 2022 06:31","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6119) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499972","Mar 17, 2022 06:33","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4934) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499973","Mar 17, 2022 06:33","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4934) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.EMPI_ID asc ) tab where rownum <= 101) where rnum >= 1" "499974","Mar 17, 2022 06:35","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.IDENTIFIER as c0, t0.IDENTIFIER as c1, t3.VALUE as c2, t4.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t5.IDENTIFIER as c5, t6.PPID as c6, t0.LABEL as c7, t0.LINEAGE as c8, t3.VALUE as c9, t7.VALUE as c10, t5.SHORT_TITLE as c11, t0.AVAILABLE_QUANTITY as c12, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c13 from CATISSUE_SPECIMEN t0 left join OS_SPECIMEN_RESV_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t6 on t6.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((upper(t1.DP_SHORT_TITLE) = 'HP')) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.IDENTIFIER asc ) tab where rownum <= 101) where rnum >= 1" "499975","Mar 17, 2022 06:36","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.IDENTIFIER as c0, t0.IDENTIFIER as c1, t3.VALUE as c2, t4.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t5.IDENTIFIER as c5, t6.PPID as c6, t0.LABEL as c7, t0.LINEAGE as c8, t3.VALUE as c9, t7.VALUE as c10, t5.SHORT_TITLE as c11, t0.AVAILABLE_QUANTITY as c12, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c13 from CATISSUE_SPECIMEN t0 left join OS_SPECIMEN_RESV_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t6 on t6.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((upper(t1.DP_SHORT_TITLE) = 'HP')) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.IDENTIFIER asc ) tab where rownum <= 101) where rnum >= 1" "499976","Mar 17, 2022 06:38","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499977","Mar 17, 2022 06:38","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973)) AND (upper(t0.SHORT_TITLE) like '%ORIGINS%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499978","Mar 17, 2022 06:42","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.IDENTIFIER as c0, t0.IDENTIFIER as c1, t3.VALUE as c2, t4.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t5.IDENTIFIER as c5, t6.PPID as c6, t0.LABEL as c7, t0.LINEAGE as c8, t3.VALUE as c9, t7.VALUE as c10, t5.SHORT_TITLE as c11, t0.AVAILABLE_QUANTITY as c12, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c13 from CATISSUE_SPECIMEN t0 left join OS_SPECIMEN_RESV_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t6 on t6.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((upper(t1.DP_SHORT_TITLE) = 'HP')) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.IDENTIFIER asc ) tab where rownum <= 101) where rnum >= 1" "499979","Mar 17, 2022 06:43","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.IDENTIFIER as c0, t0.IDENTIFIER as c1, t3.VALUE as c2, t4.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t5.IDENTIFIER as c5, t6.PPID as c6, t0.LABEL as c7, t0.LINEAGE as c8, t3.VALUE as c9, t7.VALUE as c10, t5.SHORT_TITLE as c11, t0.AVAILABLE_QUANTITY as c12, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c13 from CATISSUE_SPECIMEN t0 left join OS_SPECIMEN_RESV_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t6 on t6.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((upper(t1.DP_SHORT_TITLE) = 'HP')) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.IDENTIFIER asc ) tab where rownum <= 101) where rnum >= 1" "499980","Mar 17, 2022 06:47","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.IDENTIFIER as c0, t0.IDENTIFIER as c1, t3.VALUE as c2, t4.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t5.IDENTIFIER as c5, t1.IDENTIFIER as c6, t1.LABEL as c7, t0.LABEL as c8, t3.VALUE as c9, t6.VALUE as c10, t5.SHORT_TITLE as c11, t1.QUANTITY as c12, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c13, t1.STATUS as c14 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t8.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t1.ORDER_ID = 4353)) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.IDENTIFIER asc ) tab where rownum <= 101) where rnum >= 1" "499981","Mar 17, 2022 06:48","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499982","Mar 17, 2022 06:49","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.IDENTIFIER as c0, t0.IDENTIFIER as c1, t3.VALUE as c2, t4.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t5.IDENTIFIER as c5, t6.PPID as c6, t0.LABEL as c7, t0.LINEAGE as c8, t3.VALUE as c9, t7.VALUE as c10, t5.SHORT_TITLE as c11, t0.AVAILABLE_QUANTITY as c12, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c13 from CATISSUE_SPECIMEN t0 left join OS_SPECIMEN_RESV_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t6 on t6.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((upper(t1.DP_SHORT_TITLE) = 'ABPCDP')) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.IDENTIFIER asc ) tab where rownum <= 101) where rnum >= 1" "499983","Mar 17, 2022 06:51","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.IDENTIFIER as c0, t0.IDENTIFIER as c1, t3.VALUE as c2, t4.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t5.IDENTIFIER as c5, t6.PPID as c6, t0.LABEL as c7, t0.LINEAGE as c8, t3.VALUE as c9, t7.VALUE as c10, t5.SHORT_TITLE as c11, t0.AVAILABLE_QUANTITY as c12, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c13 from CATISSUE_SPECIMEN t0 left join OS_SPECIMEN_RESV_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t6 on t6.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((upper(t1.DP_SHORT_TITLE) = 'HP')) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.IDENTIFIER asc ) tab where rownum <= 101) where rnum >= 1" "499984","Mar 17, 2022 06:52","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.IDENTIFIER as c0, t0.IDENTIFIER as c1, t3.VALUE as c2, t4.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t5.IDENTIFIER as c5, t6.PPID as c6, t0.LABEL as c7, t0.LINEAGE as c8, t3.VALUE as c9, t7.VALUE as c10, t5.SHORT_TITLE as c11, t0.AVAILABLE_QUANTITY as c12, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c13 from CATISSUE_SPECIMEN t0 left join OS_SPECIMEN_RESV_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t6 on t6.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((upper(t1.DP_SHORT_TITLE) = 'HP')) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.IDENTIFIER asc ) tab where rownum <= 101) where rnum >= 1" "499985","Mar 17, 2022 06:58","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499986","Mar 17, 2022 06:58","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%BT%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499987","Mar 17, 2022 06:59","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.IDENTIFIER as c0, t0.IDENTIFIER as c1, t3.VALUE as c2, t4.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t5.IDENTIFIER as c5, t6.PPID as c6, t0.LABEL as c7, t0.LINEAGE as c8, t3.VALUE as c9, t7.VALUE as c10, t5.SHORT_TITLE as c11, t0.AVAILABLE_QUANTITY as c12, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c13 from CATISSUE_SPECIMEN t0 left join OS_SPECIMEN_RESV_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t6 on t6.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((upper(t1.DP_SHORT_TITLE) = 'HP')) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.IDENTIFIER asc ) tab where rownum <= 101) where rnum >= 1" "499988","Mar 17, 2022 07:00","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6119) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499989","Mar 17, 2022 07:00","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6119) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "499990","Mar 17, 2022 07:14","Ishita Aggarwal","ishitaaggarwal1501@gmail.com","Ishita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6331) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6331))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499991","Mar 17, 2022 07:16","Ishita Aggarwal","ishitaaggarwal1501@gmail.com","Ishita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6331) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6331))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "499992","Mar 17, 2022 07:28","Ishita Aggarwal","ishitaaggarwal1501@gmail.com","Ishita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6122) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499993","Mar 17, 2022 07:45","AU3 KAVI2 technician","au3s3K2.technician2@gmail.com","AU3K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4579 OR t3.SITE_ID = 4579) AND t2.IDENTIFIER = 6119))))) AND t2.IDENTIFIER = 6119) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499994","Mar 17, 2022 07:46","AU4 KAVI2 COORDINATOR3","au4k2.coodinator3@gmail.com","AU4K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4579 OR t3.SITE_ID = 4579) AND t2.IDENTIFIER = 6119))))) AND t2.IDENTIFIER = 6119) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499995","Mar 17, 2022 08:06","AU3 KAVI2 technician","au3s3K2.technician2@gmail.com","AU3K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4579 OR t3.SITE_ID = 4579) AND t2.IDENTIFIER = 6119))))) AND t2.IDENTIFIER = 6119) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499996","Mar 17, 2022 08:06","AU3 KAVI2 technician","au3s3K2.technician2@gmail.com","AU3K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t0.CREATED_ON as c0, t0.IDENTIFIER as c1, t6.VALUE as c2, t7.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t3.IDENTIFIER as c5, t0.LABEL as c6, t0.CREATED_ON as c7, t6.VALUE as c8, t8.VALUE as c9, t9.VALUE as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t5.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t5.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t10 on t10.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t1 on t1.CPR_ID = t10.COLLECTION_PROTOCOL_REG_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t1.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t1.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t4 on t4.COLLECTION_PROTOCOL_ID = t3.IDENTIFIER left join OS_SPECIMEN_POSITIONS_VIEW t5 on t5.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE') AND (((((t2.SITE_ID = 4579 OR t4.SITE_ID = 4579))) OR (upper(t0.LINEAGE) = 'NEW' AND (((t2.SITE_ID = 4579 OR t4.SITE_ID = 4579))))))) AND t3.IDENTIFIER = 6119) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "499997","Mar 17, 2022 08:06","AU3 KAVI2 technician","au3s3K2.technician2@gmail.com","AU3K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4579 OR t3.SITE_ID = 4579) AND t2.IDENTIFIER = 6119))))) AND t2.IDENTIFIER = 6119) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "499998","Mar 17, 2022 08:06","AU3 KAVI2 technician","au3s3K2.technician2@gmail.com","AU3K2","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t1.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where (((t0.IDENTIFIER is not null AND t0.LINEAGE = 'New' AND t0.COLLECTION_STATUS = 'Collected') AND (t1.CPR_ID = 160906)) AND t2.IDENTIFIER = 6119) AND (t1.ACTIVITY_STATUS != 'Disabled')" "499999","Mar 17, 2022 08:06","AU3 KAVI2 technician","au3s3K2.technician2@gmail.com","AU3K2","Data","0","N/A",,"select count(distinct t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t2.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (((t1.ORDER_STATUS = 'EXECUTED') AND (t2.CPR_ID = 160906)) AND t3.IDENTIFIER = 6119) AND (t2.ACTIVITY_STATUS != 'Disabled')" "500000","Mar 17, 2022 08:06","AU3 KAVI2 technician","au3s3K2.technician2@gmail.com","AU3K2","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t2.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (((t0.IDENTIFIER is not null AND t1.CONTAINER_NAME is not null AND t0.COLLECTION_STATUS = 'Collected') AND (t2.CPR_ID = 160906)) AND t3.IDENTIFIER = 6119) AND (t2.ACTIVITY_STATUS != 'Disabled')" "500001","Mar 17, 2022 08:16","AU5 Kavi2 tisuuebanker","au5kavi2.tissuebanker@gmail.com","AU5K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4563 OR t3.SITE_ID = 4563) AND t2.IDENTIFIER = 6110) OR ((t1.SITE_ID = 4579 OR t3.SITE_ID = 4579) AND t2.IDENTIFIER = 6119))))) AND t2.IDENTIFIER = 6110) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500002","Mar 17, 2022 08:19","AU5 Kavi2 tisuuebanker","au5kavi2.tissuebanker@gmail.com","AU5K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4563 OR t3.SITE_ID = 4563) AND t2.IDENTIFIER = 6110) OR ((t1.SITE_ID = 4579 OR t3.SITE_ID = 4579) AND t2.IDENTIFIER = 6119))))) AND t2.IDENTIFIER = 6110) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500003","Mar 17, 2022 08:19","AU5 Kavi2 tisuuebanker","au5kavi2.tissuebanker@gmail.com","AU5K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6337) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6337)) AND ((t2.SITE_ID = 4563 OR t2.SITE_ID = 4579)))) AND ((t2.SITE_ID = 4563 AND t0.IDENTIFIER = 6110) OR (t2.SITE_ID = 4579 AND t0.IDENTIFIER = 6119))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500004","Mar 17, 2022 08:19","AU5 Kavi2 tisuuebanker","au5kavi2.tissuebanker@gmail.com","AU5K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4563 OR t3.SITE_ID = 4563) AND t2.IDENTIFIER = 6110) OR ((t1.SITE_ID = 4579 OR t3.SITE_ID = 4579) AND t2.IDENTIFIER = 6119))))) AND t2.IDENTIFIER = 6119) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500005","Mar 17, 2022 08:19","AU5 Kavi2 tisuuebanker","au5kavi2.tissuebanker@gmail.com","AU5K2","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t2.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (((t0.IDENTIFIER is not null AND t1.CONTAINER_NAME is not null AND t0.COLLECTION_STATUS = 'Collected') AND (t2.CPR_ID = 160906)) AND t3.IDENTIFIER = 6119) AND (t2.ACTIVITY_STATUS != 'Disabled')" "500006","Mar 17, 2022 08:19","AU5 Kavi2 tisuuebanker","au5kavi2.tissuebanker@gmail.com","AU5K2","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t1.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where (((t0.IDENTIFIER is not null AND t0.LINEAGE = 'New' AND t0.COLLECTION_STATUS = 'Collected') AND (t1.CPR_ID = 160906)) AND t2.IDENTIFIER = 6119) AND (t1.ACTIVITY_STATUS != 'Disabled')" "500007","Mar 17, 2022 08:19","AU5 Kavi2 tisuuebanker","au5kavi2.tissuebanker@gmail.com","AU5K2","Data","0","N/A",,"select count(distinct t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t2.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (((t1.ORDER_STATUS = 'EXECUTED') AND (t2.CPR_ID = 160906)) AND t3.IDENTIFIER = 6119) AND (t2.ACTIVITY_STATUS != 'Disabled')" "500008","Mar 17, 2022 08:23","AU5 Kavi2 tisuuebanker","au5kavi2.tissuebanker@gmail.com","AU5K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4563 OR t3.SITE_ID = 4563) AND t2.IDENTIFIER = 6110) OR ((t1.SITE_ID = 4579 OR t3.SITE_ID = 4579) AND t2.IDENTIFIER = 6119))))) AND t2.IDENTIFIER = 6119) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500009","Mar 17, 2022 08:24","AAHK CORD2 KAVI2","AU3K2.KAVI2@gmail.com","AHKC2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled'))) OR ((t1.SITE_ID = 4557 OR t3.SITE_ID = 4557)))))) AND t2.IDENTIFIER = 6110) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500010","Mar 17, 2022 08:24","AAHK CORD2 KAVI2","AU3K2.KAVI2@gmail.com","AHKC2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled'))) OR ((t1.SITE_ID = 4557 OR t3.SITE_ID = 4557)))))) AND t2.IDENTIFIER = 6110) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500011","Mar 17, 2022 08:32","AU5 Kavi2 tisuuebanker","au5kavi2.tissuebanker@gmail.com","AU5K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4563 OR t3.SITE_ID = 4563) AND t2.IDENTIFIER = 6110) OR ((t1.SITE_ID = 4579 OR t3.SITE_ID = 4579) AND t2.IDENTIFIER = 6119))))) AND t2.IDENTIFIER = 6119) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500012","Mar 17, 2022 08:33","AU5 Kavi2 tisuuebanker","au5kavi2.tissuebanker@gmail.com","AU5K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4563 OR t3.SITE_ID = 4563) AND t2.IDENTIFIER = 6110) OR ((t1.SITE_ID = 4579 OR t3.SITE_ID = 4579) AND t2.IDENTIFIER = 6119))))) AND t2.IDENTIFIER = 6119) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500013","Mar 17, 2022 08:35","AU5 Kavi2 tisuuebanker","au5kavi2.tissuebanker@gmail.com","AU5K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.IDENTIFIER as c0, t0.IDENTIFIER as c1, t7.VALUE as c2, t8.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t4.IDENTIFIER as c5, t2.PPID as c6, t0.LABEL as c7, t0.LINEAGE as c8, t7.VALUE as c9, t9.VALUE as c10, t4.SHORT_TITLE as c11, t0.AVAILABLE_QUANTITY as c12, de_concat_if_not_null(t6.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t6.FORMATTED_POSITION, ')')),'')) as c13 from CATISSUE_SPECIMEN t0 left join OS_SPECIMEN_RESV_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_SPECIMEN_COLL_GROUP t10 on t10.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t2 on t2.CPR_ID = t10.COLLECTION_PROTOCOL_REG_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t4 on t4.IDENTIFIER = t2.CP_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t5 on t5.COLLECTION_PROTOCOL_ID = t4.IDENTIFIER left join CATISSUE_PART_MEDICAL_ID t3 on t3.PARTICIPANT_ID = t2.PARTICIPANT_ID left join OS_SPECIMEN_POSITIONS_VIEW t6 on t6.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t1.DP_SHORT_TITLE) = 'HP' AND ((((t3.SITE_ID = 4563 OR t5.SITE_ID = 4563)) OR ((t3.SITE_ID = 4579 OR t5.SITE_ID = 4579))) OR (upper(t0.LINEAGE) = 'NEW' AND (((t3.SITE_ID = 4563 OR t5.SITE_ID = 4563)) OR ((t3.SITE_ID = 4579 OR t5.SITE_ID = 4579))))))) AND ((t5.SITE_ID = 4563 AND t4.IDENTIFIER = 6110) OR (t5.SITE_ID = 4579 AND t4.IDENTIFIER = 6119))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.IDENTIFIER asc ) tab where rownum <= 101) where rnum >= 1" "500014","Mar 17, 2022 08:36","AU5 Kavi2 tisuuebanker","au5kavi2.tissuebanker@gmail.com","AU5K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.IDENTIFIER as c0, t0.IDENTIFIER as c1, t7.VALUE as c2, t8.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t4.IDENTIFIER as c5, t2.PPID as c6, t0.LABEL as c7, t0.LINEAGE as c8, t7.VALUE as c9, t9.VALUE as c10, t4.SHORT_TITLE as c11, t0.AVAILABLE_QUANTITY as c12, de_concat_if_not_null(t6.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t6.FORMATTED_POSITION, ')')),'')) as c13 from CATISSUE_SPECIMEN t0 left join OS_SPECIMEN_RESV_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_SPECIMEN_COLL_GROUP t10 on t10.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t2 on t2.CPR_ID = t10.COLLECTION_PROTOCOL_REG_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t4 on t4.IDENTIFIER = t2.CP_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t5 on t5.COLLECTION_PROTOCOL_ID = t4.IDENTIFIER left join CATISSUE_PART_MEDICAL_ID t3 on t3.PARTICIPANT_ID = t2.PARTICIPANT_ID left join OS_SPECIMEN_POSITIONS_VIEW t6 on t6.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t1.DP_SHORT_TITLE) = 'HP' AND ((((t3.SITE_ID = 4563 OR t5.SITE_ID = 4563)) OR ((t3.SITE_ID = 4579 OR t5.SITE_ID = 4579))) OR (upper(t0.LINEAGE) = 'NEW' AND (((t3.SITE_ID = 4563 OR t5.SITE_ID = 4563)) OR ((t3.SITE_ID = 4579 OR t5.SITE_ID = 4579))))))) AND ((t5.SITE_ID = 4563 AND t4.IDENTIFIER = 6110) OR (t5.SITE_ID = 4579 AND t4.IDENTIFIER = 6119))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.IDENTIFIER asc ) tab where rownum <= 101) where rnum >= 1" "500015","Mar 17, 2022 08:37","AU5 Kavi2 tisuuebanker","au5kavi2.tissuebanker@gmail.com","AU5K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.IDENTIFIER as c0, t0.IDENTIFIER as c1, t7.VALUE as c2, t8.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t4.IDENTIFIER as c5, t2.PPID as c6, t0.LABEL as c7, t0.LINEAGE as c8, t7.VALUE as c9, t9.VALUE as c10, t4.SHORT_TITLE as c11, t0.AVAILABLE_QUANTITY as c12, de_concat_if_not_null(t6.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t6.FORMATTED_POSITION, ')')),'')) as c13 from CATISSUE_SPECIMEN t0 left join OS_SPECIMEN_RESV_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_SPECIMEN_COLL_GROUP t10 on t10.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t2 on t2.CPR_ID = t10.COLLECTION_PROTOCOL_REG_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t4 on t4.IDENTIFIER = t2.CP_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t5 on t5.COLLECTION_PROTOCOL_ID = t4.IDENTIFIER left join CATISSUE_PART_MEDICAL_ID t3 on t3.PARTICIPANT_ID = t2.PARTICIPANT_ID left join OS_SPECIMEN_POSITIONS_VIEW t6 on t6.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t1.DP_SHORT_TITLE) = 'HP' AND ((((t3.SITE_ID = 4563 OR t5.SITE_ID = 4563)) OR ((t3.SITE_ID = 4579 OR t5.SITE_ID = 4579))) OR (upper(t0.LINEAGE) = 'NEW' AND (((t3.SITE_ID = 4563 OR t5.SITE_ID = 4563)) OR ((t3.SITE_ID = 4579 OR t5.SITE_ID = 4579))))))) AND ((t5.SITE_ID = 4563 AND t4.IDENTIFIER = 6110) OR (t5.SITE_ID = 4579 AND t4.IDENTIFIER = 6119))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.IDENTIFIER asc ) tab where rownum <= 101) where rnum >= 1" "500016","Mar 17, 2022 08:38","AU5 Kavi2 tisuuebanker","au5kavi2.tissuebanker@gmail.com","AU5K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.IDENTIFIER as c0, t0.IDENTIFIER as c1, t7.VALUE as c2, t8.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t4.IDENTIFIER as c5, t2.PPID as c6, t0.LABEL as c7, t0.LINEAGE as c8, t7.VALUE as c9, t9.VALUE as c10, t4.SHORT_TITLE as c11, t0.AVAILABLE_QUANTITY as c12, de_concat_if_not_null(t6.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t6.FORMATTED_POSITION, ')')),'')) as c13 from CATISSUE_SPECIMEN t0 left join OS_SPECIMEN_RESV_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_SPECIMEN_COLL_GROUP t10 on t10.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t2 on t2.CPR_ID = t10.COLLECTION_PROTOCOL_REG_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t4 on t4.IDENTIFIER = t2.CP_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t5 on t5.COLLECTION_PROTOCOL_ID = t4.IDENTIFIER left join CATISSUE_PART_MEDICAL_ID t3 on t3.PARTICIPANT_ID = t2.PARTICIPANT_ID left join OS_SPECIMEN_POSITIONS_VIEW t6 on t6.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t1.DP_SHORT_TITLE) = 'HP' AND ((((t3.SITE_ID = 4563 OR t5.SITE_ID = 4563)) OR ((t3.SITE_ID = 4579 OR t5.SITE_ID = 4579))) OR (upper(t0.LINEAGE) = 'NEW' AND (((t3.SITE_ID = 4563 OR t5.SITE_ID = 4563)) OR ((t3.SITE_ID = 4579 OR t5.SITE_ID = 4579))))))) AND ((t5.SITE_ID = 4563 AND t4.IDENTIFIER = 6110) OR (t5.SITE_ID = 4579 AND t4.IDENTIFIER = 6119))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.IDENTIFIER asc ) tab where rownum <= 101) where rnum >= 1" "500017","Mar 17, 2022 08:43","AU3 KAVI2 technician","au3s3K2.technician2@gmail.com","AU3K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.IDENTIFIER as c0, t0.IDENTIFIER as c1, t7.VALUE as c2, t8.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t4.IDENTIFIER as c5, t2.PPID as c6, t0.LABEL as c7, t0.LINEAGE as c8, t7.VALUE as c9, t9.VALUE as c10, t4.SHORT_TITLE as c11, t0.AVAILABLE_QUANTITY as c12, de_concat_if_not_null(t6.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t6.FORMATTED_POSITION, ')')),'')) as c13 from CATISSUE_SPECIMEN t0 left join OS_SPECIMEN_RESV_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_SPECIMEN_COLL_GROUP t10 on t10.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t2 on t2.CPR_ID = t10.COLLECTION_PROTOCOL_REG_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t4 on t4.IDENTIFIER = t2.CP_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t5 on t5.COLLECTION_PROTOCOL_ID = t4.IDENTIFIER left join CATISSUE_PART_MEDICAL_ID t3 on t3.PARTICIPANT_ID = t2.PARTICIPANT_ID left join OS_SPECIMEN_POSITIONS_VIEW t6 on t6.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t1.DP_SHORT_TITLE) = 'HP' AND ((((t3.SITE_ID = 4579 OR t5.SITE_ID = 4579))) OR (upper(t0.LINEAGE) = 'NEW' AND (((t3.SITE_ID = 4579 OR t5.SITE_ID = 4579))))))) AND ((t5.SITE_ID = 4579 AND t4.IDENTIFIER = 6119))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.IDENTIFIER asc ) tab where rownum <= 101) where rnum >= 1" "500018","Mar 17, 2022 08:46","AU3 KAVI2 technician","au3s3K2.technician2@gmail.com","AU3K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.IDENTIFIER as c0, t0.IDENTIFIER as c1, t5.VALUE as c2, t6.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t2.IDENTIFIER as c5, t1.IDENTIFIER as c6, t1.LABEL as c7, t0.LABEL as c8, t5.VALUE as c9, t7.VALUE as c10, t2.SHORT_TITLE as c11, t1.QUANTITY as c12, de_concat_if_not_null(t4.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t4.FORMATTED_POSITION, ')')),'')) as c13, t1.STATUS as c14 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t9 on t9.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t9.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER left join OS_SPECIMEN_POSITIONS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((t1.ORDER_ID = 4355)) AND ((t3.SITE_ID = 4579 AND t2.IDENTIFIER = 6119))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.IDENTIFIER asc ) tab where rownum <= 101) where rnum >= 1" "500019","Mar 17, 2022 08:47","AU3 KAVI2 technician","au3s3K2.technician2@gmail.com","AU3K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.IDENTIFIER as c0, t0.IDENTIFIER as c1, t5.VALUE as c2, t6.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t2.IDENTIFIER as c5, t1.IDENTIFIER as c6, t1.LABEL as c7, t0.LABEL as c8, t5.VALUE as c9, t7.VALUE as c10, t2.SHORT_TITLE as c11, t1.QUANTITY as c12, de_concat_if_not_null(t4.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t4.FORMATTED_POSITION, ')')),'')) as c13, t1.STATUS as c14 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t9 on t9.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t9.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER left join OS_SPECIMEN_POSITIONS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((t1.ORDER_ID = 4355)) AND ((t3.SITE_ID = 4579 AND t2.IDENTIFIER = 6119))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.IDENTIFIER asc ) tab where rownum <= 101) where rnum >= 1" "500020","Mar 17, 2022 08:48","AU3 KAVI2 technician","au3s3K2.technician2@gmail.com","AU3K2","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t1.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where (((t0.IDENTIFIER is not null AND t0.LINEAGE = 'New' AND t0.COLLECTION_STATUS = 'Collected') AND (t1.CPR_ID = 160912)) AND t2.IDENTIFIER = 6119) AND (t1.ACTIVITY_STATUS != 'Disabled')" "500021","Mar 17, 2022 08:48","AU3 KAVI2 technician","au3s3K2.technician2@gmail.com","AU3K2","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t2.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (((t0.IDENTIFIER is not null AND t1.CONTAINER_NAME is not null AND t0.COLLECTION_STATUS = 'Collected') AND (t2.CPR_ID = 160912)) AND t3.IDENTIFIER = 6119) AND (t2.ACTIVITY_STATUS != 'Disabled')" "500022","Mar 17, 2022 08:48","AU3 KAVI2 technician","au3s3K2.technician2@gmail.com","AU3K2","Data","0","N/A",,"select count(distinct t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t2.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (((t1.ORDER_STATUS = 'EXECUTED') AND (t2.CPR_ID = 160912)) AND t3.IDENTIFIER = 6119) AND (t2.ACTIVITY_STATUS != 'Disabled')" "500023","Mar 17, 2022 08:50","AU3 KAVI2 technician","au3s3K2.technician2@gmail.com","AU3K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4579 OR t3.SITE_ID = 4579) AND t2.IDENTIFIER = 6119))))) AND t2.IDENTIFIER = 6119) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500024","Mar 17, 2022 08:51","AU3 KAVI2 technician","au3s3K2.technician2@gmail.com","AU3K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.IDENTIFIER as c0, t0.IDENTIFIER as c1, t5.VALUE as c2, t6.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t2.IDENTIFIER as c5, t1.IDENTIFIER as c6, t1.LABEL as c7, t0.LABEL as c8, t5.VALUE as c9, t7.VALUE as c10, t2.SHORT_TITLE as c11, t1.QUANTITY as c12, de_concat_if_not_null(t4.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t4.FORMATTED_POSITION, ')')),'')) as c13, t1.STATUS as c14 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t9 on t9.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t9.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER left join OS_SPECIMEN_POSITIONS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((t1.ORDER_ID = 4355)) AND ((t3.SITE_ID = 4579 AND t2.IDENTIFIER = 6119))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.IDENTIFIER asc ) tab where rownum <= 101) where rnum >= 1" "500025","Mar 17, 2022 08:51","AU3 KAVI2 technician","au3s3K2.technician2@gmail.com","AU3K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.IDENTIFIER as c0, t0.IDENTIFIER as c1, t5.VALUE as c2, t6.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t2.IDENTIFIER as c5, t1.IDENTIFIER as c6, t1.LABEL as c7, t0.LABEL as c8, t5.VALUE as c9, t7.VALUE as c10, t2.SHORT_TITLE as c11, t1.QUANTITY as c12, de_concat_if_not_null(t4.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t4.FORMATTED_POSITION, ')')),'')) as c13, t1.STATUS as c14 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t9 on t9.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t9.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER left join OS_SPECIMEN_POSITIONS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((t1.ORDER_ID = 4355)) AND ((t3.SITE_ID = 4579 AND t2.IDENTIFIER = 6119))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.IDENTIFIER asc ) tab where rownum <= 101) where rnum >= 1" "500026","Mar 17, 2022 08:53","AU4 KAVI2 COORDINATOR3","au4k2.coodinator3@gmail.com","AU4K2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.IDENTIFIER as c0, t0.IDENTIFIER as c1, t5.VALUE as c2, t6.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t2.IDENTIFIER as c5, t1.IDENTIFIER as c6, t1.LABEL as c7, t0.LABEL as c8, t5.VALUE as c9, t7.VALUE as c10, t2.SHORT_TITLE as c11, t1.QUANTITY as c12, de_concat_if_not_null(t4.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t4.FORMATTED_POSITION, ')')),'')) as c13, t1.STATUS as c14 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t9 on t9.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t9.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER left join OS_SPECIMEN_POSITIONS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((t1.ORDER_ID = 4355)) AND ((t3.SITE_ID = 4579 AND t2.IDENTIFIER = 6119))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.IDENTIFIER asc ) tab where rownum <= 101) where rnum >= 1" "500027","Mar 17, 2022 08:58","AAHK CORD2 KAVI2","AU3K2.KAVI2@gmail.com","AHKC2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.IDENTIFIER as c0, t0.IDENTIFIER as c1, t5.VALUE as c2, t6.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t2.IDENTIFIER as c5, t1.IDENTIFIER as c6, t1.LABEL as c7, t0.LABEL as c8, t5.VALUE as c9, t7.VALUE as c10, t2.SHORT_TITLE as c11, t1.QUANTITY as c12, de_concat_if_not_null(t4.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t4.FORMATTED_POSITION, ')')),'')) as c13, t1.STATUS as c14 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t9 on t9.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t9.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER left join OS_SPECIMEN_POSITIONS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((t1.ORDER_ID = 4355)) AND ((t3.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled')) OR (t3.SITE_ID = 4557))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.IDENTIFIER asc ) tab where rownum <= 101) where rnum >= 1" "500028","Mar 17, 2022 09:00","AAHK CORD2 KAVI2","AU3K2.KAVI2@gmail.com","AHKC2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.IDENTIFIER as c0, t0.IDENTIFIER as c1, t7.VALUE as c2, t8.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t4.IDENTIFIER as c5, t2.PPID as c6, t0.LABEL as c7, t0.LINEAGE as c8, t7.VALUE as c9, t9.VALUE as c10, t4.SHORT_TITLE as c11, t0.AVAILABLE_QUANTITY as c12, de_concat_if_not_null(t6.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t6.FORMATTED_POSITION, ')')),'')) as c13 from CATISSUE_SPECIMEN t0 left join OS_SPECIMEN_RESV_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_SPECIMEN_COLL_GROUP t10 on t10.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t2 on t2.CPR_ID = t10.COLLECTION_PROTOCOL_REG_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t4 on t4.IDENTIFIER = t2.CP_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t5 on t5.COLLECTION_PROTOCOL_ID = t4.IDENTIFIER left join CATISSUE_PART_MEDICAL_ID t3 on t3.PARTICIPANT_ID = t2.PARTICIPANT_ID left join OS_SPECIMEN_POSITIONS_VIEW t6 on t6.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t1.DP_SHORT_TITLE) = 'HP' AND ((((t3.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled') OR t5.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled'))) OR ((t3.SITE_ID = 4557 OR t5.SITE_ID = 4557))) OR (upper(t0.LINEAGE) = 'NEW' AND (((t3.SITE_ID = 4557 OR t5.SITE_ID = 4557)) OR ((t3.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled') OR t5.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled')))))))) AND ((t5.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled')) OR (t5.SITE_ID = 4557))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.IDENTIFIER asc ) tab where rownum <= 101) where rnum >= 1" "500029","Mar 17, 2022 09:02","AAHK CORD2 KAVI2","AU3K2.KAVI2@gmail.com","AHKC2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.IDENTIFIER as c0, t0.IDENTIFIER as c1, t5.VALUE as c2, t6.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t2.IDENTIFIER as c5, t1.IDENTIFIER as c6, t1.LABEL as c7, t0.LABEL as c8, t5.VALUE as c9, t7.VALUE as c10, t2.SHORT_TITLE as c11, t1.QUANTITY as c12, de_concat_if_not_null(t4.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t4.FORMATTED_POSITION, ')')),'')) as c13, t1.STATUS as c14 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t9 on t9.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t9.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER left join OS_SPECIMEN_POSITIONS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((t1.ORDER_ID = 4360)) AND ((t3.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled')) OR (t3.SITE_ID = 4557))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.IDENTIFIER asc ) tab where rownum <= 101) where rnum >= 1" "500030","Mar 17, 2022 09:03","AAHK CORD2 KAVI2","AU3K2.KAVI2@gmail.com","AHKC2","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t1.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where (((t0.IDENTIFIER is not null AND t0.LINEAGE = 'New' AND t0.COLLECTION_STATUS = 'Collected') AND (t1.CPR_ID = 160915)) AND t2.IDENTIFIER = 6119) AND (t1.ACTIVITY_STATUS != 'Disabled')" "500031","Mar 17, 2022 09:03","AAHK CORD2 KAVI2","AU3K2.KAVI2@gmail.com","AHKC2","Data","0","N/A",,"select count(t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t2.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (((t0.IDENTIFIER is not null AND t1.CONTAINER_NAME is not null AND t0.COLLECTION_STATUS = 'Collected') AND (t2.CPR_ID = 160915)) AND t3.IDENTIFIER = 6119) AND (t2.ACTIVITY_STATUS != 'Disabled')" "500032","Mar 17, 2022 09:03","AAHK CORD2 KAVI2","AU3K2.KAVI2@gmail.com","AHKC2","Data","0","N/A",,"select count(distinct t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t2.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (((t1.ORDER_STATUS = 'EXECUTED') AND (t2.CPR_ID = 160915)) AND t3.IDENTIFIER = 6119) AND (t2.ACTIVITY_STATUS != 'Disabled')" "500033","Mar 17, 2022 09:03","AAHK CORD2 KAVI2","AU3K2.KAVI2@gmail.com","AHKC2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.IDENTIFIER as c0, t0.IDENTIFIER as c1, t5.VALUE as c2, t6.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t2.IDENTIFIER as c5, t1.IDENTIFIER as c6, t1.LABEL as c7, t0.LABEL as c8, t5.VALUE as c9, t7.VALUE as c10, t2.SHORT_TITLE as c11, t1.QUANTITY as c12, de_concat_if_not_null(t4.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t4.FORMATTED_POSITION, ')')),'')) as c13, t1.STATUS as c14 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t9 on t9.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t9.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER left join OS_SPECIMEN_POSITIONS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((t1.ORDER_ID = 4360)) AND ((t3.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled')) OR (t3.SITE_ID = 4557))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.IDENTIFIER asc ) tab where rownum <= 101) where rnum >= 1" "500034","Mar 17, 2022 09:20","AAHK CORD2 KAVI2","AU3K2.KAVI2@gmail.com","AHKC2","Data","1","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.IDENTIFIER as c0, t0.IDENTIFIER as c1, t7.VALUE as c2, t8.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t4.IDENTIFIER as c5, t2.PPID as c6, t0.LABEL as c7, t0.LINEAGE as c8, t7.VALUE as c9, t9.VALUE as c10, t4.SHORT_TITLE as c11, t0.AVAILABLE_QUANTITY as c12, de_concat_if_not_null(t6.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t6.FORMATTED_POSITION, ')')),'')) as c13 from CATISSUE_SPECIMEN t0 left join OS_SPECIMEN_RESV_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_SPECIMEN_COLL_GROUP t10 on t10.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t2 on t2.CPR_ID = t10.COLLECTION_PROTOCOL_REG_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t4 on t4.IDENTIFIER = t2.CP_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t5 on t5.COLLECTION_PROTOCOL_ID = t4.IDENTIFIER left join CATISSUE_PART_MEDICAL_ID t3 on t3.PARTICIPANT_ID = t2.PARTICIPANT_ID left join OS_SPECIMEN_POSITIONS_VIEW t6 on t6.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t1.DP_SHORT_TITLE) = 'HP' AND ((((t3.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled') OR t5.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled'))) OR ((t3.SITE_ID = 4557 OR t5.SITE_ID = 4557))) OR (upper(t0.LINEAGE) = 'NEW' AND (((t3.SITE_ID = 4557 OR t5.SITE_ID = 4557)) OR ((t3.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled') OR t5.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled')))))))) AND ((t5.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled')) OR (t5.SITE_ID = 4557))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.IDENTIFIER asc ) tab where rownum <= 101) where rnum >= 1" "500035","Mar 17, 2022 09:20","AAHK CORD2 KAVI2","AU3K2.KAVI2@gmail.com","AHKC2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.IDENTIFIER as c0, t0.IDENTIFIER as c1, t5.VALUE as c2, t6.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t2.IDENTIFIER as c5, t1.IDENTIFIER as c6, t1.LABEL as c7, t0.LABEL as c8, t5.VALUE as c9, t7.VALUE as c10, t2.SHORT_TITLE as c11, t1.QUANTITY as c12, de_concat_if_not_null(t4.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t4.FORMATTED_POSITION, ')')),'')) as c13, t1.STATUS as c14 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t9 on t9.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t9.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER left join OS_SPECIMEN_POSITIONS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((t1.ORDER_ID = 4355)) AND ((t3.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled')) OR (t3.SITE_ID = 4557))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.IDENTIFIER asc ) tab where rownum <= 101) where rnum >= 1" "500036","Mar 17, 2022 09:20","AAHK CORD2 KAVI2","AU3K2.KAVI2@gmail.com","AHKC2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.IDENTIFIER as c0, t0.IDENTIFIER as c1, t5.VALUE as c2, t6.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t2.IDENTIFIER as c5, t1.IDENTIFIER as c6, t1.LABEL as c7, t0.LABEL as c8, t5.VALUE as c9, t7.VALUE as c10, t2.SHORT_TITLE as c11, t1.QUANTITY as c12, de_concat_if_not_null(t4.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t4.FORMATTED_POSITION, ')')),'')) as c13, t1.STATUS as c14 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t9 on t9.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t9.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER left join OS_SPECIMEN_POSITIONS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((t1.ORDER_ID = 4355)) AND ((t3.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled')) OR (t3.SITE_ID = 4557))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.IDENTIFIER asc ) tab where rownum <= 101) where rnum >= 1" "500037","Mar 17, 2022 09:22","AAHK CORD2 KAVI2","AU3K2.KAVI2@gmail.com","AHKC2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.IDENTIFIER as c0, t0.IDENTIFIER as c1, t7.VALUE as c2, t8.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t4.IDENTIFIER as c5, t2.PPID as c6, t0.LABEL as c7, t0.LINEAGE as c8, t7.VALUE as c9, t9.VALUE as c10, t4.SHORT_TITLE as c11, t0.AVAILABLE_QUANTITY as c12, de_concat_if_not_null(t6.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t6.FORMATTED_POSITION, ')')),'')) as c13 from CATISSUE_SPECIMEN t0 left join OS_SPECIMEN_RESV_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_SPECIMEN_COLL_GROUP t10 on t10.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t2 on t2.CPR_ID = t10.COLLECTION_PROTOCOL_REG_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t4 on t4.IDENTIFIER = t2.CP_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t5 on t5.COLLECTION_PROTOCOL_ID = t4.IDENTIFIER left join CATISSUE_PART_MEDICAL_ID t3 on t3.PARTICIPANT_ID = t2.PARTICIPANT_ID left join OS_SPECIMEN_POSITIONS_VIEW t6 on t6.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t1.DP_SHORT_TITLE) = 'HP' AND ((((t3.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled') OR t5.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled'))) OR ((t3.SITE_ID = 4557 OR t5.SITE_ID = 4557))) OR (upper(t0.LINEAGE) = 'NEW' AND (((t3.SITE_ID = 4557 OR t5.SITE_ID = 4557)) OR ((t3.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled') OR t5.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled')))))))) AND ((t5.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled')) OR (t5.SITE_ID = 4557))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.IDENTIFIER asc ) tab where rownum <= 101) where rnum >= 1" "500038","Mar 17, 2022 09:24","AAHK CORD2 KAVI2","AU3K2.KAVI2@gmail.com","AHKC2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.IDENTIFIER as c0, t0.IDENTIFIER as c1, t7.VALUE as c2, t8.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t4.IDENTIFIER as c5, t2.PPID as c6, t0.LABEL as c7, t0.LINEAGE as c8, t7.VALUE as c9, t9.VALUE as c10, t4.SHORT_TITLE as c11, t0.AVAILABLE_QUANTITY as c12, de_concat_if_not_null(t6.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t6.FORMATTED_POSITION, ')')),'')) as c13 from CATISSUE_SPECIMEN t0 left join OS_SPECIMEN_RESV_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_SPECIMEN_COLL_GROUP t10 on t10.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t2 on t2.CPR_ID = t10.COLLECTION_PROTOCOL_REG_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t4 on t4.IDENTIFIER = t2.CP_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t5 on t5.COLLECTION_PROTOCOL_ID = t4.IDENTIFIER left join CATISSUE_PART_MEDICAL_ID t3 on t3.PARTICIPANT_ID = t2.PARTICIPANT_ID left join OS_SPECIMEN_POSITIONS_VIEW t6 on t6.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t1.DP_SHORT_TITLE) = 'HP' AND ((((t3.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled') OR t5.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled'))) OR ((t3.SITE_ID = 4557 OR t5.SITE_ID = 4557))) OR (upper(t0.LINEAGE) = 'NEW' AND (((t3.SITE_ID = 4557 OR t5.SITE_ID = 4557)) OR ((t3.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled') OR t5.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled')))))))) AND ((t5.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled')) OR (t5.SITE_ID = 4557))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.IDENTIFIER asc ) tab where rownum <= 101) where rnum >= 1" "500039","Mar 17, 2022 09:26","AAHK CORD2 KAVI2","AU3K2.KAVI2@gmail.com","AHKC2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.IDENTIFIER as c0, t0.IDENTIFIER as c1, t5.VALUE as c2, t6.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t2.IDENTIFIER as c5, t1.IDENTIFIER as c6, t1.LABEL as c7, t0.LABEL as c8, t5.VALUE as c9, t7.VALUE as c10, t2.SHORT_TITLE as c11, t1.QUANTITY as c12, de_concat_if_not_null(t4.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t4.FORMATTED_POSITION, ')')),'')) as c13, t1.STATUS as c14 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t9 on t9.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t9.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER left join OS_SPECIMEN_POSITIONS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((t1.ORDER_ID = 4355)) AND ((t3.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled')) OR (t3.SITE_ID = 4557))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.IDENTIFIER asc ) tab where rownum <= 101) where rnum >= 1" "500040","Mar 17, 2022 09:26","AAHK CORD2 KAVI2","AU3K2.KAVI2@gmail.com","AHKC2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.IDENTIFIER as c0, t0.IDENTIFIER as c1, t5.VALUE as c2, t6.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t2.IDENTIFIER as c5, t1.IDENTIFIER as c6, t1.LABEL as c7, t0.LABEL as c8, t5.VALUE as c9, t7.VALUE as c10, t2.SHORT_TITLE as c11, t1.QUANTITY as c12, de_concat_if_not_null(t4.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t4.FORMATTED_POSITION, ')')),'')) as c13, t1.STATUS as c14 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t9 on t9.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t9.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER left join OS_SPECIMEN_POSITIONS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((t1.ORDER_ID = 4355)) AND ((t3.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled')) OR (t3.SITE_ID = 4557))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.IDENTIFIER asc ) tab where rownum <= 101) where rnum >= 1" "500041","Mar 17, 2022 09:27","AAHK CORD2 KAVI2","AU3K2.KAVI2@gmail.com","AHKC2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.IDENTIFIER as c0, t0.IDENTIFIER as c1, t7.VALUE as c2, t8.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t4.IDENTIFIER as c5, t2.PPID as c6, t0.LABEL as c7, t0.LINEAGE as c8, t7.VALUE as c9, t9.VALUE as c10, t4.SHORT_TITLE as c11, t0.AVAILABLE_QUANTITY as c12, de_concat_if_not_null(t6.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t6.FORMATTED_POSITION, ')')),'')) as c13 from CATISSUE_SPECIMEN t0 left join OS_SPECIMEN_RESV_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_SPECIMEN_COLL_GROUP t10 on t10.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t2 on t2.CPR_ID = t10.COLLECTION_PROTOCOL_REG_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t4 on t4.IDENTIFIER = t2.CP_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t5 on t5.COLLECTION_PROTOCOL_ID = t4.IDENTIFIER left join CATISSUE_PART_MEDICAL_ID t3 on t3.PARTICIPANT_ID = t2.PARTICIPANT_ID left join OS_SPECIMEN_POSITIONS_VIEW t6 on t6.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t1.DP_SHORT_TITLE) = 'HP' AND ((((t3.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled') OR t5.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled'))) OR ((t3.SITE_ID = 4557 OR t5.SITE_ID = 4557))) OR (upper(t0.LINEAGE) = 'NEW' AND (((t3.SITE_ID = 4557 OR t5.SITE_ID = 4557)) OR ((t3.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled') OR t5.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled')))))))) AND ((t5.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled')) OR (t5.SITE_ID = 4557))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.IDENTIFIER asc ) tab where rownum <= 101) where rnum >= 1" "500042","Mar 17, 2022 09:29","AAHK CORD2 KAVI2","AU3K2.KAVI2@gmail.com","AHKC2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.IDENTIFIER as c0, t0.IDENTIFIER as c1, t5.VALUE as c2, t6.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t2.IDENTIFIER as c5, t1.IDENTIFIER as c6, t1.LABEL as c7, t0.LABEL as c8, t5.VALUE as c9, t7.VALUE as c10, t2.SHORT_TITLE as c11, t1.QUANTITY as c12, de_concat_if_not_null(t4.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t4.FORMATTED_POSITION, ')')),'')) as c13, t1.STATUS as c14 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t9 on t9.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t9.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER left join OS_SPECIMEN_POSITIONS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((t1.ORDER_ID = 4355)) AND ((t3.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled')) OR (t3.SITE_ID = 4557))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.IDENTIFIER asc ) tab where rownum <= 101) where rnum >= 1" "500043","Mar 17, 2022 09:46","AAHK CORD2 KAVI2","AU3K2.KAVI2@gmail.com","AHKC2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6318) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6318)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled') OR t2.SITE_ID = 4557)))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled')) OR (t2.SITE_ID = 4557))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500044","Mar 17, 2022 09:46","AAHK CORD2 KAVI2","AU3K2.KAVI2@gmail.com","AHKC2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6318) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6318)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled') OR t2.SITE_ID = 4557)))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled')) OR (t2.SITE_ID = 4557))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500045","Mar 17, 2022 09:48","AAHK CORD2 KAVI2","AU3K2.KAVI2@gmail.com","AHKC2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6318) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6318)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled') OR t2.SITE_ID = 4557)))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled')) OR (t2.SITE_ID = 4557))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500046","Mar 17, 2022 09:48","AAHK CORD2 KAVI2","AU3K2.KAVI2@gmail.com","AHKC2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.REGISTRATION_DATE as c8, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c9 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled'))) OR ((t1.SITE_ID = 4557 OR t3.SITE_ID = 4557)))))) AND t2.IDENTIFIER = 6119) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500047","Mar 17, 2022 09:48","AAHK CORD2 KAVI2","AU3K2.KAVI2@gmail.com","AHKC2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t0.CREATED_ON as c0, t0.IDENTIFIER as c1, t6.VALUE as c2, t7.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t3.IDENTIFIER as c5, t0.LABEL as c6, t0.CREATED_ON as c7, t6.VALUE as c8, t8.VALUE as c9, t9.VALUE as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t5.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t5.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t10 on t10.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t1 on t1.CPR_ID = t10.COLLECTION_PROTOCOL_REG_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t1.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t1.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t4 on t4.COLLECTION_PROTOCOL_ID = t3.IDENTIFIER left join OS_SPECIMEN_POSITIONS_VIEW t5 on t5.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE') AND (((((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled') OR t4.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled'))) OR ((t2.SITE_ID = 4557 OR t4.SITE_ID = 4557))) OR (upper(t0.LINEAGE) = 'NEW' AND (((t2.SITE_ID = 4557 OR t4.SITE_ID = 4557)) OR ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled') OR t4.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled')))))))) AND t3.IDENTIFIER = 6119) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500048","Mar 17, 2022 09:50","AAHK CORD2 KAVI2","AU3K2.KAVI2@gmail.com","AHKC2","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.IDENTIFIER as c0, t0.IDENTIFIER as c1, t5.VALUE as c2, t6.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t2.IDENTIFIER as c5, t1.IDENTIFIER as c6, t1.LABEL as c7, t0.LABEL as c8, t5.VALUE as c9, t7.VALUE as c10, t2.SHORT_TITLE as c11, t1.QUANTITY as c12, de_concat_if_not_null(t4.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t4.FORMATTED_POSITION, ')')),'')) as c13, t1.STATUS as c14 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t9 on t9.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t9.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER left join OS_SPECIMEN_POSITIONS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((t1.ORDER_ID = 4355)) AND ((t3.SITE_ID in (select identifier from catissue_site where institute_id = 3366 and activity_status != 'Disabled')) OR (t3.SITE_ID = 4557))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.IDENTIFIER asc ) tab where rownum <= 101) where rnum >= 1" "500049","Mar 18, 2022 00:59","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500050","Mar 18, 2022 01:33","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813)) AND (upper(t0.SHORT_TITLE) like '%DTU\_%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500051","Mar 18, 2022 01:33","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813)) AND (upper(t0.SHORT_TITLE) like '%DTU\_CP%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500052","Mar 18, 2022 01:36","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.REGISTRATION_DATE as c3, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c4 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 3464) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500053","Mar 18, 2022 01:36","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.REGISTRATION_DATE as c3, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c4 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 3464) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500054","Mar 18, 2022 01:37","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500055","Mar 18, 2022 01:37","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5795) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500056","Mar 18, 2022 01:37","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500057","Mar 18, 2022 01:38","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813)) AND (upper(t0.SHORT_TITLE) like '%AJCP%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500058","Mar 18, 2022 01:38","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4572) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500059","Mar 18, 2022 01:38","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4572) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500060","Mar 18, 2022 01:38","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500061","Mar 18, 2022 01:38","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5763) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500062","Mar 18, 2022 01:39","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5763) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500063","Mar 18, 2022 01:43","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5763) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500064","Mar 18, 2022 01:45","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500065","Mar 18, 2022 01:50","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500066","Mar 18, 2022 02:20","Rohan Patwardhan","rohan@krishagni.com","rohan","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t5.IDENTIFIER) as c2 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t1 on t1.CPR_ID = t0.CPR_ID left join OS_CPR_CONSENT_STMT_RESPS_VIEW t2 on t2.RESPONSE_ID = t1.RESPONSE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t5 on t5.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where ((t0.PARTICIPANT_ID is not null AND 1 = 1 AND 1 = 1 ) AND t3.IDENTIFIER = 5695) AND (t0.ACTIVITY_STATUS != 'Disabled')" "500067","Mar 18, 2022 02:20","Rohan Patwardhan","rohan@krishagni.com","rohan","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t4.VALUE as c2, t1.DOC_TITLE as c3, t1.DOC_VERSION as c4, t1.CREATION_TIME as c5, t5.NAME as c6, t2.STATEMENT as c7, t2.STATEMENT_CODE as c8, t6.VALUE as c9, 't0', t0.CPR_ID as mc0, 't1', t1.IDENTIFIER as mc1, 't2', t2.IDENTIFIER as mc2 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.GENDER_ID left join OS_CPR_CONSENT_RESPS_VIEW t1 on t1.CPR_ID = t0.CPR_ID left join OS_CPR_CONSENT_STMT_RESPS_VIEW t2 on t2.RESPONSE_ID = t1.RESPONSE_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t2.VALUE_ID left join USER_VIEW t5 on t5.IDENTIFIER = t1.CREATOR_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where ((t0.PARTICIPANT_ID is not null AND 1 = 1 AND 1 = 1 ) AND t3.IDENTIFIER = 5695) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "500068","Mar 18, 2022 02:21","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500069","Mar 18, 2022 02:22","Rohan Patwardhan","rohan@krishagni.com","rohan","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t5.IDENTIFIER) as c1, count(distinct t6.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t4 on t4.IDENTIFIER = t0.CP_ID and t4.ACTIVITY_STATUS != 'Disabled' left join OS_CPR_CONSENT_RESPS_VIEW t1 on t1.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t2 inner join DE_E_24076 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 10926) on t2.RESPONSE_ID = t1.RESPONSE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t6 on t6.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t6.ACTIVITY_STATUS != 'Disabled' where (((t3.DE_A_2 >= to_date('01-01-2022 00:00', 'MM-DD-YYYY HH24:MI') and t3.DE_A_2 <= to_date('03-01-2022 23:59', 'MM-DD-YYYY HH24:MI'))) AND t4.IDENTIFIER = 4452) AND (t0.ACTIVITY_STATUS != 'Disabled')" "500070","Mar 18, 2022 02:22","Rohan Patwardhan","rohan@krishagni.com","rohan","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t5.IDENTIFIER) as c1, count(distinct t6.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t4 on t4.IDENTIFIER = t0.CP_ID and t4.ACTIVITY_STATUS != 'Disabled' left join OS_CPR_CONSENT_RESPS_VIEW t1 on t1.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t2 inner join DE_E_24076 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 10926) on t2.RESPONSE_ID = t1.RESPONSE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t6 on t6.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t6.ACTIVITY_STATUS != 'Disabled' where (((t3.DE_A_2 >= to_date('01-01-2022 00:00', 'MM-DD-YYYY HH24:MI') and t3.DE_A_2 <= to_date('03-01-2022 23:59', 'MM-DD-YYYY HH24:MI'))) AND t4.IDENTIFIER = 4452) AND (t0.ACTIVITY_STATUS != 'Disabled')" "500071","Mar 18, 2022 02:22","Rohan Patwardhan","rohan@krishagni.com","rohan","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.REGISTRATION_DATE as c2, t5.VALUE as c3, t7.VALUE as c4, t9.VALUE as c5, t10.IDENTIFIER as c6, t4.IDENTIFIER as c7, t10.LABEL as c8, t11.VALUE as c9, t12.VALUE as c10, t13.COLL_TIME as c11, t14.ISCHEMIA_TIME as c12, 't0', t0.CPR_ID as mc0, 't9', t9.IDENTIFIER as mc1, 't10', t10.IDENTIFIER as mc2, 't4', t4.IDENTIFIER as mc3, 't13', t13.SPECIMEN_ID as mc4, 't14', t14.SPECIMEN_ID as mc5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t4 on t4.IDENTIFIER = t0.CP_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.GENDER_ID left join OS_CPR_CONSENT_RESPS_VIEW t1 on t1.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t2 inner join DE_E_24076 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 10926) on t2.RESPONSE_ID = t1.RESPONSE_ID left join CATISSUE_RACE t6 on t6.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t6.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t10 on t10.SPECIMEN_COLLECTION_GROUP_ID = t8.IDENTIFIER and t10.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_STATS t14 on t14.SPECIMEN_ID = t10.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t13 on t13.SPECIMEN_ID = t10.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t10.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t10.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t9 on t9.VISIT_ID = t8.IDENTIFIER where (((t3.DE_A_2 >= to_date('01-01-2022 00:00', 'MM-DD-YYYY HH24:MI') and t3.DE_A_2 <= to_date('03-01-2022 23:59', 'MM-DD-YYYY HH24:MI'))) AND t4.IDENTIFIER = 4452) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "500072","Mar 18, 2022 02:22","Rohan Patwardhan","rohan@krishagni.com","rohan","Count","0","N/A",,"select count(distinct t0.CPR_ID) as c0, count(distinct t5.IDENTIFIER) as c1, count(distinct t6.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t4 on t4.IDENTIFIER = t0.CP_ID and t4.ACTIVITY_STATUS != 'Disabled' left join OS_CPR_CONSENT_RESPS_VIEW t1 on t1.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t2 inner join DE_E_24076 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 10926) on t2.RESPONSE_ID = t1.RESPONSE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t6 on t6.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t6.ACTIVITY_STATUS != 'Disabled' where (((t3.DE_A_2 >= to_date('01-01-2022 00:00', 'MM-DD-YYYY HH24:MI') and t3.DE_A_2 <= to_date('03-01-2022 23:59', 'MM-DD-YYYY HH24:MI'))) AND t4.IDENTIFIER = 4452) AND (t0.ACTIVITY_STATUS != 'Disabled')" "500073","Mar 18, 2022 02:22","Rohan Patwardhan","rohan@krishagni.com","rohan","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.REGISTRATION_DATE as c2, t5.VALUE as c3, t7.VALUE as c4, t9.VALUE as c5, t10.IDENTIFIER as c6, t4.IDENTIFIER as c7, t10.LABEL as c8, t11.VALUE as c9, t12.VALUE as c10, t13.COLL_TIME as c11, t14.ISCHEMIA_TIME as c12, 't0', t0.CPR_ID as mc0, 't9', t9.IDENTIFIER as mc1, 't10', t10.IDENTIFIER as mc2, 't4', t4.IDENTIFIER as mc3, 't13', t13.SPECIMEN_ID as mc4, 't14', t14.SPECIMEN_ID as mc5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t4 on t4.IDENTIFIER = t0.CP_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.GENDER_ID left join OS_CPR_CONSENT_RESPS_VIEW t1 on t1.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t2 inner join DE_E_24076 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 10926) on t2.RESPONSE_ID = t1.RESPONSE_ID left join CATISSUE_RACE t6 on t6.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t6.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t10 on t10.SPECIMEN_COLLECTION_GROUP_ID = t8.IDENTIFIER and t10.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_STATS t14 on t14.SPECIMEN_ID = t10.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t13 on t13.SPECIMEN_ID = t10.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t10.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t10.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t9 on t9.VISIT_ID = t8.IDENTIFIER where (((t3.DE_A_2 >= to_date('01-01-2022 00:00', 'MM-DD-YYYY HH24:MI') and t3.DE_A_2 <= to_date('03-01-2022 23:59', 'MM-DD-YYYY HH24:MI'))) AND t4.IDENTIFIER = 4452) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "500074","Mar 18, 2022 02:22","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500075","Mar 18, 2022 02:23","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500076","Mar 18, 2022 02:23","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500077","Mar 18, 2022 02:24","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500078","Mar 18, 2022 02:24","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500079","Mar 18, 2022 02:37","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t5.VALUE as c1, t6.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t5.VALUE as c7, t7.VALUE as c8, t3.DE_A_3 as c9, t3.DE_A_4 as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t4.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t4.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t9 on t9.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t9.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join (OS_SPMN_CUST_FIELDS t2 inner join DE_E_26777 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 13227) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6078) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500080","Mar 18, 2022 02:50","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500081","Mar 18, 2022 02:50","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500082","Mar 18, 2022 02:51","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500083","Mar 18, 2022 02:52","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500084","Mar 18, 2022 02:52","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500085","Mar 18, 2022 02:52","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500086","Mar 18, 2022 02:52","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500087","Mar 18, 2022 03:00","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500088","Mar 18, 2022 03:23","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500089","Mar 18, 2022 03:23","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973)) AND (upper(t0.SHORT_TITLE) like '%CUMC%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500090","Mar 18, 2022 03:23","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500091","Mar 18, 2022 03:24","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973)) AND (upper(t0.SHORT_TITLE) like '%#1%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500092","Mar 18, 2022 03:25","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t5.VALUE as c1, t6.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t5.VALUE as c7, t7.VALUE as c8, t3.DE_A_3 as c9, t3.DE_A_4 as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t4.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t4.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t9 on t9.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t9.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join (OS_SPMN_CUST_FIELDS t2 inner join DE_E_26777 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 13227) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6078) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500093","Mar 18, 2022 03:25","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t5.VALUE as c1, t6.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t5.VALUE as c7, t7.VALUE as c8, t3.DE_A_3 as c9, t3.DE_A_4 as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t4.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t4.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t9 on t9.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t9.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join (OS_SPMN_CUST_FIELDS t2 inner join DE_E_26777 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 13227) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6078) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500094","Mar 18, 2022 03:30","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t5.VALUE as c1, t6.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t5.VALUE as c7, t7.VALUE as c8, t3.DE_A_3 as c9, t3.DE_A_4 as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t4.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t4.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t9 on t9.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t9.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join (OS_SPMN_CUST_FIELDS t2 inner join DE_E_26777 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 13227) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6078) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500095","Mar 18, 2022 03:30","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t5.VALUE as c1, t6.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t5.VALUE as c7, t7.VALUE as c8, t3.DE_A_3 as c9, t3.DE_A_4 as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t4.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t4.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t9 on t9.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t9.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join (OS_SPMN_CUST_FIELDS t2 inner join DE_E_26777 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 13227) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6078) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500096","Mar 18, 2022 03:31","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t5.VALUE as c1, t6.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t5.VALUE as c7, t7.VALUE as c8, t3.DE_A_3 as c9, t3.DE_A_4 as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t4.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t4.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t9 on t9.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t9.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join (OS_SPMN_CUST_FIELDS t2 inner join DE_E_26777 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 13227) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6078) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500097","Mar 18, 2022 03:35","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t5.VALUE as c1, t6.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t5.VALUE as c7, t7.VALUE as c8, t3.DE_A_3 as c9, t3.DE_A_4 as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t4.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t4.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t9 on t9.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t9.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join (OS_SPMN_CUST_FIELDS t2 inner join DE_E_26777 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 13227) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6078) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500098","Mar 18, 2022 03:35","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t5.VALUE as c1, t6.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t5.VALUE as c7, t7.VALUE as c8, t3.DE_A_3 as c9, t3.DE_A_4 as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t4.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t4.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t9 on t9.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t9.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join (OS_SPMN_CUST_FIELDS t2 inner join DE_E_26777 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 13227) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6078) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500099","Mar 18, 2022 03:47","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500100","Mar 18, 2022 03:47","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973)) AND (upper(t0.SHORT_TITLE) like '%001TESTCP%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500101","Mar 18, 2022 03:47","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500102","Mar 18, 2022 03:52","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500103","Mar 18, 2022 03:52","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500104","Mar 18, 2022 03:53","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500105","Mar 18, 2022 03:58","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500106","Mar 18, 2022 03:59","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 4574) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500107","Mar 18, 2022 03:59","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 4574) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500108","Mar 18, 2022 03:59","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 4574) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500109","Mar 18, 2022 03:59","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 4574) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500110","Mar 18, 2022 04:01","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500111","Mar 18, 2022 04:01","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 4574) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500112","Mar 18, 2022 04:01","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 4574) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500113","Mar 18, 2022 04:02","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500114","Mar 18, 2022 04:03","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500115","Mar 18, 2022 04:04","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500116","Mar 18, 2022 04:08","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 4574) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500117","Mar 18, 2022 04:09","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500118","Mar 18, 2022 04:09","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 5653) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500119","Mar 18, 2022 04:09","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 5653) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500120","Mar 18, 2022 04:15","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500121","Mar 18, 2022 04:15","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500122","Mar 18, 2022 04:15","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 4574) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500123","Mar 18, 2022 04:17","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 4574) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500124","Mar 18, 2022 04:18","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 4574) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500125","Mar 18, 2022 04:20","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 4574) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500126","Mar 18, 2022 04:37","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500127","Mar 18, 2022 04:37","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244)) AND (upper(t0.SHORT_TITLE) like '%ADRC%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500128","Mar 18, 2022 04:41","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500129","Mar 18, 2022 04:41","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244)) AND (upper(t0.SHORT_TITLE) like '%001TESTCP%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500130","Mar 18, 2022 04:41","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500131","Mar 18, 2022 04:41","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE') AND ((upper(t0.LINEAGE) in ('ALIQUOT')))) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500132","Mar 18, 2022 04:44","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500133","Mar 18, 2022 04:44","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500134","Mar 18, 2022 04:45","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244)) AND (upper(t0.SHORT_TITLE) like '%ADRC%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500135","Mar 18, 2022 04:45","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 2473) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500136","Mar 18, 2022 04:45","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null ) AND (upper(t0.PPID) like '%ALIQ%' ESCAPE '\' )) AND t1.IDENTIFIER = 2473) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500137","Mar 18, 2022 04:45","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 2473) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500138","Mar 18, 2022 04:49","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t5.VALUE as c1, t6.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t5.VALUE as c7, t7.VALUE as c8, t3.DE_A_3 as c9, t3.DE_A_4 as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t4.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t4.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t9 on t9.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t9.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join (OS_SPMN_CUST_FIELDS t2 inner join DE_E_26777 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 13227) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6078) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500139","Mar 18, 2022 05:11","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500140","Mar 18, 2022 05:11","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500141","Mar 18, 2022 05:14","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500142","Mar 18, 2022 05:15","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500143","Mar 18, 2022 05:18","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4934) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500144","Mar 18, 2022 05:18","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4934) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500145","Mar 18, 2022 05:18","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4934) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500146","Mar 18, 2022 05:28","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500147","Mar 18, 2022 05:28","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500148","Mar 18, 2022 05:30","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500149","Mar 18, 2022 05:30","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500150","Mar 18, 2022 05:32","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500151","Mar 18, 2022 05:33","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500152","Mar 18, 2022 06:00","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.IDENTIFIER as c0, t0.IDENTIFIER as c1, t3.VALUE as c2, t4.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t5.IDENTIFIER as c5, t1.IDENTIFIER as c6, t1.LABEL as c7, t0.LABEL as c8, t3.VALUE as c9, t6.VALUE as c10, t5.SHORT_TITLE as c11, t1.QUANTITY as c12, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c13, t1.STATUS as c14 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t8.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t1.ORDER_ID = 4355)) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.IDENTIFIER asc ) tab where rownum <= 101) where rnum >= 1" "500153","Mar 18, 2022 06:11","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.IDENTIFIER as c0, t0.IDENTIFIER as c1, t3.VALUE as c2, t4.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t5.IDENTIFIER as c5, t6.PPID as c6, t0.LABEL as c7, t0.LINEAGE as c8, t3.VALUE as c9, t7.VALUE as c10, t5.SHORT_TITLE as c11, t0.AVAILABLE_QUANTITY as c12, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c13 from CATISSUE_SPECIMEN t0 left join OS_SPECIMEN_RESV_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t6 on t6.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((upper(t1.DP_SHORT_TITLE) = 'HP')) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.IDENTIFIER asc ) tab where rownum <= 101) where rnum >= 1" "500154","Mar 18, 2022 06:14","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.IDENTIFIER as c0, t0.IDENTIFIER as c1, t3.VALUE as c2, t4.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t5.IDENTIFIER as c5, t1.IDENTIFIER as c6, t1.LABEL as c7, t0.LABEL as c8, t3.VALUE as c9, t6.VALUE as c10, t5.SHORT_TITLE as c11, t1.QUANTITY as c12, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c13, t1.STATUS as c14 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t8.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t1.ORDER_ID = 4362)) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.IDENTIFIER asc ) tab where rownum <= 101) where rnum >= 1" "500155","Mar 18, 2022 06:18","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6119) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500156","Mar 18, 2022 06:19","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500157","Mar 18, 2022 06:35","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500158","Mar 18, 2022 06:35","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500159","Mar 18, 2022 06:37","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500160","Mar 18, 2022 06:38","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500161","Mar 18, 2022 06:42","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500162","Mar 18, 2022 06:43","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.IDENTIFIER as c0, t0.IDENTIFIER as c1, t3.VALUE as c2, t4.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t5.IDENTIFIER as c5, t6.PPID as c6, t0.LABEL as c7, t0.LINEAGE as c8, t3.VALUE as c9, t7.VALUE as c10, t5.SHORT_TITLE as c11, t0.AVAILABLE_QUANTITY as c12, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c13 from CATISSUE_SPECIMEN t0 left join OS_SPECIMEN_RESV_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t6 on t6.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((upper(t1.DP_SHORT_TITLE) = 'HP')) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.IDENTIFIER asc ) tab where rownum <= 101) where rnum >= 1" "500163","Mar 18, 2022 06:44","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select distinct t1.IDENTIFIER as c0, t0.IDENTIFIER as c1, t3.VALUE as c2, t4.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t5.IDENTIFIER as c5, t1.IDENTIFIER as c6, t1.LABEL as c7, t0.LABEL as c8, t3.VALUE as c9, t6.VALUE as c10, t5.SHORT_TITLE as c11, t1.QUANTITY as c12, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c13, t1.STATUS as c14 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t8.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t1.ORDER_ID = 4355)) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.IDENTIFIER asc ) tab where rownum <= 101) where rnum >= 1" "500164","Mar 18, 2022 07:04","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500165","Mar 18, 2022 07:18","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500166","Mar 18, 2022 07:18","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244)) AND (upper(t0.SHORT_TITLE) like '%ADRC%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500167","Mar 18, 2022 07:20","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 2473) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500168","Mar 18, 2022 07:21","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","N/A",,"select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 2473) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500169","Mar 19, 2022 01:44","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","1","select distinct Specimen.specimenCarts.itemId, Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Participant.ppid as ""PPID"", Specimen.label as ""Label"", Specimen.lineage as ""Lineage"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", CollectionProtocol.shortTitle as ""Collection Protocol"", Specimen.availableQty as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.specimenCarts.name = ""AAHK CORD KAVI2"") order by Specimen.specimenCarts.itemId limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t1.ITEM_ID as c0, t0.IDENTIFIER as c1, t3.VALUE as c2, t4.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t5.IDENTIFIER as c5, t6.PPID as c6, t0.LABEL as c7, t0.LINEAGE as c8, t3.VALUE as c9, t7.VALUE as c10, t5.SHORT_TITLE as c11, t0.AVAILABLE_QUANTITY as c12, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c13 from CATISSUE_SPECIMEN t0 left join OS_SPECIMEN_CARTS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t6 on t6.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((upper(t1.NAME) = 'AAHK CORD KAVI2')) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.ITEM_ID asc ) tab where rownum <= 101) where rnum >= 1" "500170","Mar 19, 2022 01:50","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","12","select distinct Specimen.specimenOrders.itemId, Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Specimen.specimenOrders.itemId as ""orderItemId_"", Specimen.specimenOrders.label as ""Distribution Label"", Specimen.label as ""Label"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", CollectionProtocol.shortTitle as ""Collection Protocol"", Specimen.specimenOrders.quantity as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"", Specimen.specimenOrders.status as ""Status"" where (Specimen.specimenOrders.id = 4355) order by Specimen.specimenOrders.itemId limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t1.IDENTIFIER as c0, t0.IDENTIFIER as c1, t3.VALUE as c2, t4.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t5.IDENTIFIER as c5, t1.IDENTIFIER as c6, t1.LABEL as c7, t0.LABEL as c8, t3.VALUE as c9, t6.VALUE as c10, t5.SHORT_TITLE as c11, t1.QUANTITY as c12, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c13, t1.STATUS as c14 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t8.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t1.ORDER_ID = 4355)) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.IDENTIFIER asc ) tab where rownum <= 101) where rnum >= 1" "500171","Mar 19, 2022 01:53","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","12","select distinct Specimen.specimenOrders.itemId, Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Specimen.specimenOrders.itemId as ""orderItemId_"", Specimen.specimenOrders.label as ""Distribution Label"", Specimen.label as ""Label"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", CollectionProtocol.shortTitle as ""Collection Protocol"", Specimen.specimenOrders.quantity as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"", Specimen.specimenOrders.status as ""Status"" where (Specimen.specimenOrders.id = 4355) order by Specimen.specimenOrders.itemId limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t1.IDENTIFIER as c0, t0.IDENTIFIER as c1, t3.VALUE as c2, t4.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t5.IDENTIFIER as c5, t1.IDENTIFIER as c6, t1.LABEL as c7, t0.LABEL as c8, t3.VALUE as c9, t6.VALUE as c10, t5.SHORT_TITLE as c11, t1.QUANTITY as c12, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c13, t1.STATUS as c14 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t8.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t1.ORDER_ID = 4355)) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.IDENTIFIER asc ) tab where rownum <= 101) where rnum >= 1" "500172","Mar 19, 2022 01:54","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","12","select distinct Specimen.specimenOrders.itemId, Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Specimen.specimenOrders.itemId as ""orderItemId_"", Specimen.specimenOrders.label as ""Distribution Label"", Specimen.label as ""Label"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", CollectionProtocol.shortTitle as ""Collection Protocol"", Specimen.specimenOrders.quantity as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"", Specimen.specimenOrders.status as ""Status"" where (Specimen.specimenOrders.id = 4355) order by Specimen.specimenOrders.itemId limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t1.IDENTIFIER as c0, t0.IDENTIFIER as c1, t3.VALUE as c2, t4.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t5.IDENTIFIER as c5, t1.IDENTIFIER as c6, t1.LABEL as c7, t0.LABEL as c8, t3.VALUE as c9, t6.VALUE as c10, t5.SHORT_TITLE as c11, t1.QUANTITY as c12, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c13, t1.STATUS as c14 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t8.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t1.ORDER_ID = 4355)) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.IDENTIFIER asc ) tab where rownum <= 101) where rnum >= 1" "500173","Mar 19, 2022 01:57","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","12","select distinct Specimen.specimenOrders.itemId, Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Specimen.specimenOrders.itemId as ""orderItemId_"", Specimen.specimenOrders.label as ""Distribution Label"", Specimen.label as ""Label"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", CollectionProtocol.shortTitle as ""Collection Protocol"", Specimen.specimenOrders.quantity as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"", Specimen.specimenOrders.status as ""Status"" where (Specimen.specimenOrders.id = 4355) order by Specimen.specimenOrders.itemId limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t1.IDENTIFIER as c0, t0.IDENTIFIER as c1, t3.VALUE as c2, t4.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t5.IDENTIFIER as c5, t1.IDENTIFIER as c6, t1.LABEL as c7, t0.LABEL as c8, t3.VALUE as c9, t6.VALUE as c10, t5.SHORT_TITLE as c11, t1.QUANTITY as c12, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c13, t1.STATUS as c14 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t8.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t1.ORDER_ID = 4355)) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.IDENTIFIER asc ) tab where rownum <= 101) where rnum >= 1" "500174","Mar 19, 2022 02:02","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","12","select distinct Specimen.specimenOrders.itemId, Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Specimen.specimenOrders.itemId as ""orderItemId_"", Specimen.specimenOrders.label as ""Distribution Label"", Specimen.label as ""Label"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", CollectionProtocol.shortTitle as ""Collection Protocol"", Specimen.specimenOrders.quantity as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"", Specimen.specimenOrders.status as ""Status"" where (Specimen.specimenOrders.id = 4355) order by Specimen.specimenOrders.itemId limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t1.IDENTIFIER as c0, t0.IDENTIFIER as c1, t3.VALUE as c2, t4.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t5.IDENTIFIER as c5, t1.IDENTIFIER as c6, t1.LABEL as c7, t0.LABEL as c8, t3.VALUE as c9, t6.VALUE as c10, t5.SHORT_TITLE as c11, t1.QUANTITY as c12, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c13, t1.STATUS as c14 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t8.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t1.ORDER_ID = 4355)) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.IDENTIFIER asc ) tab where rownum <= 101) where rnum >= 1" "500175","Mar 19, 2022 02:05","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","1","7","select distinct Specimen.specimenResv.id, Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Participant.ppid as ""PPID"", Specimen.label as ""Label"", Specimen.lineage as ""Lineage"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", CollectionProtocol.shortTitle as ""Collection Protocol"", Specimen.availableQty as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.specimenResv.dpShortTitle = ""HP"") order by Specimen.specimenResv.id limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t1.IDENTIFIER as c0, t0.IDENTIFIER as c1, t3.VALUE as c2, t4.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t5.IDENTIFIER as c5, t6.PPID as c6, t0.LABEL as c7, t0.LINEAGE as c8, t3.VALUE as c9, t7.VALUE as c10, t5.SHORT_TITLE as c11, t0.AVAILABLE_QUANTITY as c12, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c13 from CATISSUE_SPECIMEN t0 left join OS_SPECIMEN_RESV_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t6 on t6.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((upper(t1.DP_SHORT_TITLE) = 'HP')) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.IDENTIFIER asc ) tab where rownum <= 101) where rnum >= 1" "500176","Mar 19, 2022 02:06","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","1","7","select distinct Specimen.specimenResv.id, Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Participant.ppid as ""PPID"", Specimen.label as ""Label"", Specimen.lineage as ""Lineage"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", CollectionProtocol.shortTitle as ""Collection Protocol"", Specimen.availableQty as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.specimenResv.dpShortTitle = ""HP"") order by Specimen.specimenResv.id limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t1.IDENTIFIER as c0, t0.IDENTIFIER as c1, t3.VALUE as c2, t4.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t5.IDENTIFIER as c5, t6.PPID as c6, t0.LABEL as c7, t0.LINEAGE as c8, t3.VALUE as c9, t7.VALUE as c10, t5.SHORT_TITLE as c11, t0.AVAILABLE_QUANTITY as c12, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c13 from CATISSUE_SPECIMEN t0 left join OS_SPECIMEN_RESV_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t6 on t6.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((upper(t1.DP_SHORT_TITLE) = 'HP')) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.IDENTIFIER asc ) tab where rownum <= 101) where rnum >= 1" "500177","Mar 19, 2022 02:15","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","1","select distinct Specimen.specimenOrders.itemId, Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Specimen.specimenOrders.itemId as ""orderItemId_"", Specimen.specimenOrders.label as ""Distribution Label"", Specimen.label as ""Label"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", CollectionProtocol.shortTitle as ""Collection Protocol"", Specimen.specimenOrders.quantity as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"", Specimen.specimenOrders.status as ""Status"" where (Specimen.specimenOrders.id = 4362) order by Specimen.specimenOrders.itemId limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t1.IDENTIFIER as c0, t0.IDENTIFIER as c1, t3.VALUE as c2, t4.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t5.IDENTIFIER as c5, t1.IDENTIFIER as c6, t1.LABEL as c7, t0.LABEL as c8, t3.VALUE as c9, t6.VALUE as c10, t5.SHORT_TITLE as c11, t1.QUANTITY as c12, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c13, t1.STATUS as c14 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t8.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t1.ORDER_ID = 4362)) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.IDENTIFIER asc ) tab where rownum <= 101) where rnum >= 1" "500178","Mar 19, 2022 02:15","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","1","select distinct Specimen.specimenOrders.itemId, Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Specimen.specimenOrders.itemId as ""orderItemId_"", Specimen.specimenOrders.label as ""Distribution Label"", Specimen.label as ""Label"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", CollectionProtocol.shortTitle as ""Collection Protocol"", Specimen.specimenOrders.quantity as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"", Specimen.specimenOrders.status as ""Status"" where (Specimen.specimenOrders.id = 4360) order by Specimen.specimenOrders.itemId limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t1.IDENTIFIER as c0, t0.IDENTIFIER as c1, t3.VALUE as c2, t4.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t5.IDENTIFIER as c5, t1.IDENTIFIER as c6, t1.LABEL as c7, t0.LABEL as c8, t3.VALUE as c9, t6.VALUE as c10, t5.SHORT_TITLE as c11, t1.QUANTITY as c12, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c13, t1.STATUS as c14 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t8.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t1.ORDER_ID = 4360)) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.IDENTIFIER asc ) tab where rownum <= 101) where rnum >= 1" "500179","Mar 19, 2022 02:19","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","12","select distinct Specimen.specimenOrders.itemId, Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Specimen.specimenOrders.itemId as ""orderItemId_"", Specimen.specimenOrders.label as ""Distribution Label"", Specimen.label as ""Label"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", CollectionProtocol.shortTitle as ""Collection Protocol"", Specimen.specimenOrders.quantity as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"", Specimen.specimenOrders.status as ""Status"" where (Specimen.specimenOrders.id = 4356) order by Specimen.specimenOrders.itemId limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t1.IDENTIFIER as c0, t0.IDENTIFIER as c1, t3.VALUE as c2, t4.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t5.IDENTIFIER as c5, t1.IDENTIFIER as c6, t1.LABEL as c7, t0.LABEL as c8, t3.VALUE as c9, t6.VALUE as c10, t5.SHORT_TITLE as c11, t1.QUANTITY as c12, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c13, t1.STATUS as c14 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t8.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t1.ORDER_ID = 4356)) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.IDENTIFIER asc ) tab where rownum <= 101) where rnum >= 1" "500180","Mar 19, 2022 02:25","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","7","select distinct Specimen.specimenResv.id, Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Participant.ppid as ""PPID"", Specimen.label as ""Label"", Specimen.lineage as ""Lineage"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", CollectionProtocol.shortTitle as ""Collection Protocol"", Specimen.availableQty as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.specimenResv.dpShortTitle = ""HP"") order by Specimen.specimenResv.id limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t1.IDENTIFIER as c0, t0.IDENTIFIER as c1, t3.VALUE as c2, t4.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t5.IDENTIFIER as c5, t6.PPID as c6, t0.LABEL as c7, t0.LINEAGE as c8, t3.VALUE as c9, t7.VALUE as c10, t5.SHORT_TITLE as c11, t0.AVAILABLE_QUANTITY as c12, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c13 from CATISSUE_SPECIMEN t0 left join OS_SPECIMEN_RESV_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t6 on t6.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((upper(t1.DP_SHORT_TITLE) = 'HP')) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.IDENTIFIER asc ) tab where rownum <= 101) where rnum >= 1" "500181","Mar 19, 2022 02:28","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","6","select distinct Specimen.specimenResv.id, Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Participant.ppid as ""PPID"", Specimen.label as ""Label"", Specimen.lineage as ""Lineage"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", CollectionProtocol.shortTitle as ""Collection Protocol"", Specimen.availableQty as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.specimenResv.dpShortTitle = ""HP"") order by Specimen.specimenResv.id limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t1.IDENTIFIER as c0, t0.IDENTIFIER as c1, t3.VALUE as c2, t4.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t5.IDENTIFIER as c5, t6.PPID as c6, t0.LABEL as c7, t0.LINEAGE as c8, t3.VALUE as c9, t7.VALUE as c10, t5.SHORT_TITLE as c11, t0.AVAILABLE_QUANTITY as c12, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c13 from CATISSUE_SPECIMEN t0 left join OS_SPECIMEN_RESV_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t6 on t6.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((upper(t1.DP_SHORT_TITLE) = 'HP')) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.IDENTIFIER asc ) tab where rownum <= 101) where rnum >= 1" "500182","Mar 19, 2022 02:57","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where ( Participant.participantId exists and Participant.dateOfBirth not exists )","select count(distinct t0.CPR_ID) as c0, count(distinct t2.IDENTIFIER) as c1, count(distinct t3.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t3 on t3.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.PARTICIPANT_ID is not null AND t0.DOB is null )) AND t1.IDENTIFIER = 6119) AND (t0.ACTIVITY_STATUS != 'Disabled')" "500183","Mar 19, 2022 02:57","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","36","select Participant.id as ""$cprId"", Participant.ppid, Participant.regDate, Participant.gender, Participant.race, SpecimenCollectionGroup.clinicalDiagnoses.value, Specimen.id as ""$specimenId"", CollectionProtocol.id as ""$cpId"", Specimen.label, Specimen.type, Specimen.tissueSite, Specimen.spmnCollRecvDetails.collTime, Specimen.specimenStatistics.ischemiaTime where ( Participant.participantId exists and Participant.dateOfBirth not exists ) limit 0, 10000","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.REGISTRATION_DATE as c2, t2.VALUE as c3, t4.VALUE as c4, t6.VALUE as c5, t7.IDENTIFIER as c6, t1.IDENTIFIER as c7, t7.LABEL as c8, t8.VALUE as c9, t9.VALUE as c10, t10.COLL_TIME as c11, t11.ISCHEMIA_TIME as c12, 't0', t0.CPR_ID as mc0, 't6', t6.IDENTIFIER as mc1, 't7', t7.IDENTIFIER as mc2, 't1', t1.IDENTIFIER as mc3, 't10', t10.SPECIMEN_ID as mc4, 't11', t11.SPECIMEN_ID as mc5 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t0.GENDER_ID left join CATISSUE_RACE t3 on t3.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t3.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t7 on t7.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t7.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_STATS t11 on t11.SPECIMEN_ID = t7.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t10 on t10.SPECIMEN_ID = t7.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t7.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t7.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t5.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.PARTICIPANT_ID is not null AND t0.DOB is null )) AND t1.IDENTIFIER = 6119) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "500184","Mar 19, 2022 02:57","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where ( Participant.participantId exists and Participant.dateOfBirth not exists )","select count(distinct t0.CPR_ID) as c0, count(distinct t2.IDENTIFIER) as c1, count(distinct t3.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t3 on t3.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.PARTICIPANT_ID is not null AND t0.DOB is null )) AND t1.IDENTIFIER = 6119) AND (t0.ACTIVITY_STATUS != 'Disabled')" "500185","Mar 19, 2022 03:00","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where ( Participant.participantId exists and Participant.dateOfBirth not exists )","select count(distinct t0.CPR_ID) as c0, count(distinct t2.IDENTIFIER) as c1, count(distinct t3.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t3 on t3.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.PARTICIPANT_ID is not null AND t0.DOB is null )) AND t1.IDENTIFIER = 6119) AND (t0.ACTIVITY_STATUS != 'Disabled')" "500186","Mar 19, 2022 03:00","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","36","select Participant.id as ""$cprId"", Participant.ppid, Participant.regDate, SpecimenCollectionGroup.clinicalDiagnoses.value, Specimen.id as ""$specimenId"", CollectionProtocol.id as ""$cpId"", Specimen.label, Specimen.type as ""Collection Type"", Specimen.tissueSite, Specimen.spmnCollRecvDetails.collTime, Specimen.specimenStatistics.ischemiaTime where ( Participant.participantId exists and Participant.dateOfBirth not exists ) limit 0, 10000","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.REGISTRATION_DATE as c2, t3.VALUE as c3, t4.IDENTIFIER as c4, t1.IDENTIFIER as c5, t4.LABEL as c6, t5.VALUE as c7, t6.VALUE as c8, t7.COLL_TIME as c9, t8.ISCHEMIA_TIME as c10, 't0', t0.CPR_ID as mc0, 't3', t3.IDENTIFIER as mc1, 't4', t4.IDENTIFIER as mc2, 't1', t1.IDENTIFIER as mc3, 't7', t7.SPECIMEN_ID as mc4, 't8', t8.SPECIMEN_ID as mc5 from CPR_VIEW t0 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t4 on t4.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t4.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_STATS t8 on t8.SPECIMEN_ID = t4.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t7 on t7.SPECIMEN_ID = t4.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t4.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t4.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t3 on t3.VISIT_ID = t2.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.PARTICIPANT_ID is not null AND t0.DOB is null )) AND t1.IDENTIFIER = 6119) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "500187","Mar 19, 2022 03:00","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where ( Participant.participantId exists and Participant.dateOfBirth not exists )","select count(distinct t0.CPR_ID) as c0, count(distinct t2.IDENTIFIER) as c1, count(distinct t3.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t3 on t3.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.PARTICIPANT_ID is not null AND t0.DOB is null )) AND t1.IDENTIFIER = 6119) AND (t0.ACTIVITY_STATUS != 'Disabled')" "500188","Mar 19, 2022 03:00","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","36","select Participant.id as ""$cprId"", Participant.ppid, Participant.regDate, SpecimenCollectionGroup.clinicalDiagnoses.value, Specimen.id as ""$specimenId"", CollectionProtocol.id as ""$cpId"", Specimen.label, Specimen.type as ""Collection Type"", Specimen.tissueSite, Specimen.spmnCollRecvDetails.collTime, Specimen.specimenStatistics.ischemiaTime where ( Participant.participantId exists and Participant.dateOfBirth not exists ) limit 0, 10000","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.REGISTRATION_DATE as c2, t3.VALUE as c3, t4.IDENTIFIER as c4, t1.IDENTIFIER as c5, t4.LABEL as c6, t5.VALUE as c7, t6.VALUE as c8, t7.COLL_TIME as c9, t8.ISCHEMIA_TIME as c10, 't0', t0.CPR_ID as mc0, 't3', t3.IDENTIFIER as mc1, 't4', t4.IDENTIFIER as mc2, 't1', t1.IDENTIFIER as mc3, 't7', t7.SPECIMEN_ID as mc4, 't8', t8.SPECIMEN_ID as mc5 from CPR_VIEW t0 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t4 on t4.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t4.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_STATS t8 on t8.SPECIMEN_ID = t4.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t7 on t7.SPECIMEN_ID = t4.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t4.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t4.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t3 on t3.VISIT_ID = t2.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.PARTICIPANT_ID is not null AND t0.DOB is null )) AND t1.IDENTIFIER = 6119) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "500189","Mar 19, 2022 03:04","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where ( Participant.participantId exists and Participant.dateOfBirth not exists )and Specimen.type exists","select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t1.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t1.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (((t0.PARTICIPANT_ID is not null AND t0.DOB is null ) AND t2.VALUE is not null ) AND t3.IDENTIFIER = 6119) AND (t0.ACTIVITY_STATUS != 'Disabled')" "500190","Mar 19, 2022 03:04","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","36","select Participant.id as ""$cprId"", Participant.ppid, Participant.regDate, SpecimenCollectionGroup.clinicalDiagnoses.value, Specimen.id as ""$specimenId"", CollectionProtocol.id as ""$cpId"", Specimen.label, Specimen.type as ""Collection Type"", Specimen.tissueSite, Specimen.spmnCollRecvDetails.collTime, Specimen.specimenStatistics.ischemiaTime where ( Participant.participantId exists and Participant.dateOfBirth not exists )and Specimen.type exists limit 0, 10000","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.REGISTRATION_DATE as c2, t7.VALUE as c3, t1.IDENTIFIER as c4, t3.IDENTIFIER as c5, t1.LABEL as c6, t2.VALUE as c7, t8.VALUE as c8, t4.COLL_TIME as c9, t5.ISCHEMIA_TIME as c10, 't0', t0.CPR_ID as mc0, 't7', t7.IDENTIFIER as mc1, 't1', t1.IDENTIFIER as mc2, 't3', t3.IDENTIFIER as mc3, 't4', t4.SPECIMEN_ID as mc4, 't5', t5.SPECIMEN_ID as mc5 from CPR_VIEW t0 left join CATISSUE_SPECIMEN_COLL_GROUP t6 on t6.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t6.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_STATS t5 on t5.SPECIMEN_ID = t1.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t4 on t4.SPECIMEN_ID = t1.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t1.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t1.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t7 on t7.VISIT_ID = t6.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (((t0.PARTICIPANT_ID is not null AND t0.DOB is null ) AND t2.VALUE is not null ) AND t3.IDENTIFIER = 6119) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "500191","Mar 19, 2022 03:04","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","15","select Participant.id as ""$cprId"", Participant.ppid, Participant.regDate, SpecimenCollectionGroup.clinicalDiagnoses.value, Specimen.id as ""$specimenId"", CollectionProtocol.id as ""$cpId"", Specimen.label, Specimen.type as ""Collection Type"", Specimen.tissueSite, Specimen.spmnCollRecvDetails.collTime, Specimen.specimenStatistics.ischemiaTime where ( Participant.participantId exists and Participant.dateOfBirth not exists )and Specimen.type in (""Plasma"") limit 0, 10000","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.REGISTRATION_DATE as c2, t7.VALUE as c3, t1.IDENTIFIER as c4, t3.IDENTIFIER as c5, t1.LABEL as c6, t2.VALUE as c7, t8.VALUE as c8, t4.COLL_TIME as c9, t5.ISCHEMIA_TIME as c10, 't0', t0.CPR_ID as mc0, 't7', t7.IDENTIFIER as mc1, 't1', t1.IDENTIFIER as mc2, 't3', t3.IDENTIFIER as mc3, 't4', t4.SPECIMEN_ID as mc4, 't5', t5.SPECIMEN_ID as mc5 from CPR_VIEW t0 left join CATISSUE_SPECIMEN_COLL_GROUP t6 on t6.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t6.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_STATS t5 on t5.SPECIMEN_ID = t1.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t4 on t4.SPECIMEN_ID = t1.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t1.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t1.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t7 on t7.VISIT_ID = t6.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (((t0.PARTICIPANT_ID is not null AND t0.DOB is null ) AND (t2.VALUE in ('Plasma'))) AND t3.IDENTIFIER = 6119) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "500192","Mar 19, 2022 03:04","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where ( Participant.participantId exists and Participant.dateOfBirth not exists )and Specimen.type in (""Plasma"")","select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t1.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t1.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (((t0.PARTICIPANT_ID is not null AND t0.DOB is null ) AND (t2.VALUE in ('Plasma'))) AND t3.IDENTIFIER = 6119) AND (t0.ACTIVITY_STATUS != 'Disabled')" "500193","Mar 19, 2022 03:04","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","36","select Participant.id as ""$cprId"", Participant.ppid, Participant.regDate, SpecimenCollectionGroup.clinicalDiagnoses.value, Specimen.id as ""$specimenId"", CollectionProtocol.id as ""$cpId"", Specimen.label, Specimen.type as ""Collection Type"", Specimen.tissueSite, Specimen.spmnCollRecvDetails.collTime, Specimen.specimenStatistics.ischemiaTime where ( Participant.participantId exists and Participant.dateOfBirth not exists )and Specimen.type any limit 0, 10000","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.REGISTRATION_DATE as c2, t7.VALUE as c3, t1.IDENTIFIER as c4, t3.IDENTIFIER as c5, t1.LABEL as c6, t2.VALUE as c7, t8.VALUE as c8, t4.COLL_TIME as c9, t5.ISCHEMIA_TIME as c10, 't0', t0.CPR_ID as mc0, 't7', t7.IDENTIFIER as mc1, 't1', t1.IDENTIFIER as mc2, 't3', t3.IDENTIFIER as mc3, 't4', t4.SPECIMEN_ID as mc4, 't5', t5.SPECIMEN_ID as mc5 from CPR_VIEW t0 left join CATISSUE_SPECIMEN_COLL_GROUP t6 on t6.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t6.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_STATS t5 on t5.SPECIMEN_ID = t1.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t4 on t4.SPECIMEN_ID = t1.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t1.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t1.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t7 on t7.VISIT_ID = t6.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (((t0.PARTICIPANT_ID is not null AND t0.DOB is null ) AND 1 = 1 ) AND t3.IDENTIFIER = 6119) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "500194","Mar 19, 2022 03:04","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where ( Participant.participantId exists and Participant.dateOfBirth not exists )and Specimen.type any","select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t1.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t1.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (((t0.PARTICIPANT_ID is not null AND t0.DOB is null ) AND 1 = 1 ) AND t3.IDENTIFIER = 6119) AND (t0.ACTIVITY_STATUS != 'Disabled')" "500195","Mar 19, 2022 03:04","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where ( Participant.participantId exists and Participant.dateOfBirth not exists )and Specimen.type in (""Fresh Tissue"")","select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t1.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t1.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (((t0.PARTICIPANT_ID is not null AND t0.DOB is null ) AND (t2.VALUE in ('Fresh Tissue'))) AND t3.IDENTIFIER = 6119) AND (t0.ACTIVITY_STATUS != 'Disabled')" "500196","Mar 19, 2022 03:04","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","3","select Participant.id as ""$cprId"", Participant.ppid, Participant.regDate, SpecimenCollectionGroup.clinicalDiagnoses.value, Specimen.id as ""$specimenId"", CollectionProtocol.id as ""$cpId"", Specimen.label, Specimen.type as ""Collection Type"", Specimen.tissueSite, Specimen.spmnCollRecvDetails.collTime, Specimen.specimenStatistics.ischemiaTime where ( Participant.participantId exists and Participant.dateOfBirth not exists )and Specimen.type in (""Fresh Tissue"") limit 0, 10000","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.REGISTRATION_DATE as c2, t7.VALUE as c3, t1.IDENTIFIER as c4, t3.IDENTIFIER as c5, t1.LABEL as c6, t2.VALUE as c7, t8.VALUE as c8, t4.COLL_TIME as c9, t5.ISCHEMIA_TIME as c10, 't0', t0.CPR_ID as mc0, 't7', t7.IDENTIFIER as mc1, 't1', t1.IDENTIFIER as mc2, 't3', t3.IDENTIFIER as mc3, 't4', t4.SPECIMEN_ID as mc4, 't5', t5.SPECIMEN_ID as mc5 from CPR_VIEW t0 left join CATISSUE_SPECIMEN_COLL_GROUP t6 on t6.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t6.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_STATS t5 on t5.SPECIMEN_ID = t1.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t4 on t4.SPECIMEN_ID = t1.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t1.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t1.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t7 on t7.VISIT_ID = t6.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (((t0.PARTICIPANT_ID is not null AND t0.DOB is null ) AND (t2.VALUE in ('Fresh Tissue'))) AND t3.IDENTIFIER = 6119) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "500197","Mar 19, 2022 03:04","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where ( Participant.participantId exists and Participant.dateOfBirth not exists )and Specimen.type in (""Fresh Tissue"",""Frozen Tissue"")","select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t1.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t1.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (((t0.PARTICIPANT_ID is not null AND t0.DOB is null ) AND (t2.VALUE in ('Fresh Tissue', 'Frozen Tissue'))) AND t3.IDENTIFIER = 6119) AND (t0.ACTIVITY_STATUS != 'Disabled')" "500198","Mar 19, 2022 03:04","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","18","select Participant.id as ""$cprId"", Participant.ppid, Participant.regDate, SpecimenCollectionGroup.clinicalDiagnoses.value, Specimen.id as ""$specimenId"", CollectionProtocol.id as ""$cpId"", Specimen.label, Specimen.type as ""Collection Type"", Specimen.tissueSite, Specimen.spmnCollRecvDetails.collTime, Specimen.specimenStatistics.ischemiaTime where ( Participant.participantId exists and Participant.dateOfBirth not exists )and Specimen.type in (""Fresh Tissue"",""Frozen Tissue"") limit 0, 10000","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.REGISTRATION_DATE as c2, t7.VALUE as c3, t1.IDENTIFIER as c4, t3.IDENTIFIER as c5, t1.LABEL as c6, t2.VALUE as c7, t8.VALUE as c8, t4.COLL_TIME as c9, t5.ISCHEMIA_TIME as c10, 't0', t0.CPR_ID as mc0, 't7', t7.IDENTIFIER as mc1, 't1', t1.IDENTIFIER as mc2, 't3', t3.IDENTIFIER as mc3, 't4', t4.SPECIMEN_ID as mc4, 't5', t5.SPECIMEN_ID as mc5 from CPR_VIEW t0 left join CATISSUE_SPECIMEN_COLL_GROUP t6 on t6.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t6.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_STATS t5 on t5.SPECIMEN_ID = t1.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t4 on t4.SPECIMEN_ID = t1.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t1.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t1.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t7 on t7.VISIT_ID = t6.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (((t0.PARTICIPANT_ID is not null AND t0.DOB is null ) AND (t2.VALUE in ('Fresh Tissue', 'Frozen Tissue'))) AND t3.IDENTIFIER = 6119) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "500199","Mar 19, 2022 03:06","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where ( Participant.participantId exists and Participant.dateOfBirth not exists )and Specimen.type in (""Frozen Tissue"")","select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t1.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t1.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (((t0.PARTICIPANT_ID is not null AND t0.DOB is null ) AND (t2.VALUE in ('Frozen Tissue'))) AND t3.IDENTIFIER = 6119) AND (t0.ACTIVITY_STATUS != 'Disabled')" "500200","Mar 19, 2022 03:06","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","15","select Participant.id as ""$cprId"", Participant.ppid, Participant.regDate, SpecimenCollectionGroup.clinicalDiagnoses.value, Specimen.id as ""$specimenId"", CollectionProtocol.id as ""$cpId"", Specimen.label, Specimen.type as ""Collection Type"", Specimen.tissueSite, Specimen.spmnCollRecvDetails.collTime, Specimen.specimenStatistics.ischemiaTime where ( Participant.participantId exists and Participant.dateOfBirth not exists )and Specimen.type in (""Frozen Tissue"") limit 0, 10000","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.REGISTRATION_DATE as c2, t7.VALUE as c3, t1.IDENTIFIER as c4, t3.IDENTIFIER as c5, t1.LABEL as c6, t2.VALUE as c7, t8.VALUE as c8, t4.COLL_TIME as c9, t5.ISCHEMIA_TIME as c10, 't0', t0.CPR_ID as mc0, 't7', t7.IDENTIFIER as mc1, 't1', t1.IDENTIFIER as mc2, 't3', t3.IDENTIFIER as mc3, 't4', t4.SPECIMEN_ID as mc4, 't5', t5.SPECIMEN_ID as mc5 from CPR_VIEW t0 left join CATISSUE_SPECIMEN_COLL_GROUP t6 on t6.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t6.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_STATS t5 on t5.SPECIMEN_ID = t1.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t4 on t4.SPECIMEN_ID = t1.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t1.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t1.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t7 on t7.VISIT_ID = t6.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (((t0.PARTICIPANT_ID is not null AND t0.DOB is null ) AND (t2.VALUE in ('Frozen Tissue'))) AND t3.IDENTIFIER = 6119) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "500201","Mar 19, 2022 03:07","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","15","select Participant.id as ""$cprId"", Participant.ppid, Participant.regDate, SpecimenCollectionGroup.clinicalDiagnoses.value, Specimen.id as ""$specimenId"", CollectionProtocol.id as ""$cpId"", Specimen.label, Specimen.type as ""Collection Type"", Specimen.tissueSite, Specimen.spmnCollRecvDetails.collTime, Specimen.specimenStatistics.ischemiaTime where ( Participant.participantId exists and Participant.dateOfBirth not exists )and Specimen.type in (""Frozen Tissue"") limit 0, 10000","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.REGISTRATION_DATE as c2, t7.VALUE as c3, t1.IDENTIFIER as c4, t3.IDENTIFIER as c5, t1.LABEL as c6, t2.VALUE as c7, t8.VALUE as c8, t4.COLL_TIME as c9, t5.ISCHEMIA_TIME as c10, 't0', t0.CPR_ID as mc0, 't7', t7.IDENTIFIER as mc1, 't1', t1.IDENTIFIER as mc2, 't3', t3.IDENTIFIER as mc3, 't4', t4.SPECIMEN_ID as mc4, 't5', t5.SPECIMEN_ID as mc5 from CPR_VIEW t0 left join CATISSUE_SPECIMEN_COLL_GROUP t6 on t6.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t6.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_STATS t5 on t5.SPECIMEN_ID = t1.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t4 on t4.SPECIMEN_ID = t1.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t1.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t1.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t7 on t7.VISIT_ID = t6.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (((t0.PARTICIPANT_ID is not null AND t0.DOB is null ) AND (t2.VALUE in ('Frozen Tissue'))) AND t3.IDENTIFIER = 6119) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "500202","Mar 19, 2022 03:07","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where ( Participant.participantId exists and Participant.dateOfBirth not exists )and Specimen.type in (""Frozen Tissue"")","select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t1.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t1.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (((t0.PARTICIPANT_ID is not null AND t0.DOB is null ) AND (t2.VALUE in ('Frozen Tissue'))) AND t3.IDENTIFIER = 6119) AND (t0.ACTIVITY_STATUS != 'Disabled')" "500203","Mar 19, 2022 03:07","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","36","select Participant.id as ""$cprId"", Participant.ppid, Participant.regDate, SpecimenCollectionGroup.clinicalDiagnoses.value, Specimen.id as ""$specimenId"", CollectionProtocol.id as ""$cpId"", Specimen.label, Specimen.type as ""Collection Type"", Specimen.tissueSite, Specimen.spmnCollRecvDetails.collTime, Specimen.specimenStatistics.ischemiaTime where ( Participant.participantId exists and Participant.dateOfBirth not exists ) limit 0, 10000","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.REGISTRATION_DATE as c2, t3.VALUE as c3, t4.IDENTIFIER as c4, t1.IDENTIFIER as c5, t4.LABEL as c6, t5.VALUE as c7, t6.VALUE as c8, t7.COLL_TIME as c9, t8.ISCHEMIA_TIME as c10, 't0', t0.CPR_ID as mc0, 't3', t3.IDENTIFIER as mc1, 't4', t4.IDENTIFIER as mc2, 't1', t1.IDENTIFIER as mc3, 't7', t7.SPECIMEN_ID as mc4, 't8', t8.SPECIMEN_ID as mc5 from CPR_VIEW t0 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t4 on t4.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t4.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_STATS t8 on t8.SPECIMEN_ID = t4.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t7 on t7.SPECIMEN_ID = t4.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t4.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t4.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t3 on t3.VISIT_ID = t2.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.PARTICIPANT_ID is not null AND t0.DOB is null )) AND t1.IDENTIFIER = 6119) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "500204","Mar 19, 2022 03:07","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where ( Participant.participantId exists and Participant.dateOfBirth not exists )","select count(distinct t0.CPR_ID) as c0, count(distinct t2.IDENTIFIER) as c1, count(distinct t3.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t3 on t3.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.PARTICIPANT_ID is not null AND t0.DOB is null )) AND t1.IDENTIFIER = 6119) AND (t0.ACTIVITY_STATUS != 'Disabled')" "500205","Mar 19, 2022 03:07","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","15","select Participant.id as ""$cprId"", Participant.ppid, Participant.regDate, SpecimenCollectionGroup.clinicalDiagnoses.value, Specimen.id as ""$specimenId"", CollectionProtocol.id as ""$cpId"", Specimen.label, Specimen.type as ""Collection Type"", Specimen.tissueSite, Specimen.spmnCollRecvDetails.collTime, Specimen.specimenStatistics.ischemiaTime where ( Participant.participantId exists and Participant.dateOfBirth not exists )and Specimen.type in (""Frozen Tissue"") limit 0, 10000","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.REGISTRATION_DATE as c2, t7.VALUE as c3, t1.IDENTIFIER as c4, t3.IDENTIFIER as c5, t1.LABEL as c6, t2.VALUE as c7, t8.VALUE as c8, t4.COLL_TIME as c9, t5.ISCHEMIA_TIME as c10, 't0', t0.CPR_ID as mc0, 't7', t7.IDENTIFIER as mc1, 't1', t1.IDENTIFIER as mc2, 't3', t3.IDENTIFIER as mc3, 't4', t4.SPECIMEN_ID as mc4, 't5', t5.SPECIMEN_ID as mc5 from CPR_VIEW t0 left join CATISSUE_SPECIMEN_COLL_GROUP t6 on t6.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t6.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_STATS t5 on t5.SPECIMEN_ID = t1.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t4 on t4.SPECIMEN_ID = t1.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t1.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t1.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t7 on t7.VISIT_ID = t6.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (((t0.PARTICIPANT_ID is not null AND t0.DOB is null ) AND (t2.VALUE in ('Frozen Tissue'))) AND t3.IDENTIFIER = 6119) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "500206","Mar 19, 2022 03:07","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where ( Participant.participantId exists and Participant.dateOfBirth not exists )and Specimen.type in (""Frozen Tissue"")","select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t1.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t1.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (((t0.PARTICIPANT_ID is not null AND t0.DOB is null ) AND (t2.VALUE in ('Frozen Tissue'))) AND t3.IDENTIFIER = 6119) AND (t0.ACTIVITY_STATUS != 'Disabled')" "500207","Mar 19, 2022 03:09","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where ( Participant.participantId exists and Participant.dateOfBirth not exists )and Specimen.type exists","select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t1.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t1.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (((t0.PARTICIPANT_ID is not null AND t0.DOB is null ) AND t2.VALUE is not null ) AND t3.IDENTIFIER = 6119) AND (t0.ACTIVITY_STATUS != 'Disabled')" "500208","Mar 19, 2022 03:09","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","36","select Participant.id as ""$cprId"", Participant.ppid, Participant.regDate, SpecimenCollectionGroup.clinicalDiagnoses.value, Specimen.id as ""$specimenId"", CollectionProtocol.id as ""$cpId"", Specimen.label, Specimen.type as ""Collection Type"", Specimen.tissueSite, Specimen.spmnCollRecvDetails.collTime, Specimen.specimenStatistics.ischemiaTime where ( Participant.participantId exists and Participant.dateOfBirth not exists )and Specimen.type exists limit 0, 10000","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.REGISTRATION_DATE as c2, t7.VALUE as c3, t1.IDENTIFIER as c4, t3.IDENTIFIER as c5, t1.LABEL as c6, t2.VALUE as c7, t8.VALUE as c8, t4.COLL_TIME as c9, t5.ISCHEMIA_TIME as c10, 't0', t0.CPR_ID as mc0, 't7', t7.IDENTIFIER as mc1, 't1', t1.IDENTIFIER as mc2, 't3', t3.IDENTIFIER as mc3, 't4', t4.SPECIMEN_ID as mc4, 't5', t5.SPECIMEN_ID as mc5 from CPR_VIEW t0 left join CATISSUE_SPECIMEN_COLL_GROUP t6 on t6.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t6.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_STATS t5 on t5.SPECIMEN_ID = t1.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t4 on t4.SPECIMEN_ID = t1.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t1.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t1.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t7 on t7.VISIT_ID = t6.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (((t0.PARTICIPANT_ID is not null AND t0.DOB is null ) AND t2.VALUE is not null ) AND t3.IDENTIFIER = 6119) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "500209","Mar 19, 2022 03:09","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","0","select Participant.id as ""$cprId"", Participant.ppid, Participant.regDate, SpecimenCollectionGroup.clinicalDiagnoses.value, Specimen.id as ""$specimenId"", CollectionProtocol.id as ""$cpId"", Specimen.label, Specimen.type as ""Collection Type"", Specimen.tissueSite, Specimen.spmnCollRecvDetails.collTime, Specimen.specimenStatistics.ischemiaTime where ( Participant.participantId exists and Participant.dateOfBirth not exists )and Specimen.type in (""plasma"") limit 0, 10000","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.REGISTRATION_DATE as c2, t7.VALUE as c3, t1.IDENTIFIER as c4, t3.IDENTIFIER as c5, t1.LABEL as c6, t2.VALUE as c7, t8.VALUE as c8, t4.COLL_TIME as c9, t5.ISCHEMIA_TIME as c10, 't0', t0.CPR_ID as mc0, 't7', t7.IDENTIFIER as mc1, 't1', t1.IDENTIFIER as mc2, 't3', t3.IDENTIFIER as mc3, 't4', t4.SPECIMEN_ID as mc4, 't5', t5.SPECIMEN_ID as mc5 from CPR_VIEW t0 left join CATISSUE_SPECIMEN_COLL_GROUP t6 on t6.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t6.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_STATS t5 on t5.SPECIMEN_ID = t1.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t4 on t4.SPECIMEN_ID = t1.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t1.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t1.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t7 on t7.VISIT_ID = t6.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (((t0.PARTICIPANT_ID is not null AND t0.DOB is null ) AND (t2.VALUE in ('plasma'))) AND t3.IDENTIFIER = 6119) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "500210","Mar 19, 2022 03:09","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where ( Participant.participantId exists and Participant.dateOfBirth not exists )and Specimen.type in (""plasma"")","select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t1.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t1.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (((t0.PARTICIPANT_ID is not null AND t0.DOB is null ) AND (t2.VALUE in ('plasma'))) AND t3.IDENTIFIER = 6119) AND (t0.ACTIVITY_STATUS != 'Disabled')" "500211","Mar 19, 2022 03:10","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","36","select Participant.id as ""$cprId"", Participant.ppid, Participant.regDate, SpecimenCollectionGroup.clinicalDiagnoses.value, Specimen.id as ""$specimenId"", CollectionProtocol.id as ""$cpId"", Specimen.label, Specimen.type as ""Collection Type"", Specimen.tissueSite, Specimen.spmnCollRecvDetails.collTime, Specimen.specimenStatistics.ischemiaTime where ( Participant.participantId exists and Participant.dateOfBirth not exists )and Specimen.type any limit 0, 10000","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.REGISTRATION_DATE as c2, t7.VALUE as c3, t1.IDENTIFIER as c4, t3.IDENTIFIER as c5, t1.LABEL as c6, t2.VALUE as c7, t8.VALUE as c8, t4.COLL_TIME as c9, t5.ISCHEMIA_TIME as c10, 't0', t0.CPR_ID as mc0, 't7', t7.IDENTIFIER as mc1, 't1', t1.IDENTIFIER as mc2, 't3', t3.IDENTIFIER as mc3, 't4', t4.SPECIMEN_ID as mc4, 't5', t5.SPECIMEN_ID as mc5 from CPR_VIEW t0 left join CATISSUE_SPECIMEN_COLL_GROUP t6 on t6.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t6.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_STATS t5 on t5.SPECIMEN_ID = t1.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t4 on t4.SPECIMEN_ID = t1.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t1.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t1.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t7 on t7.VISIT_ID = t6.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (((t0.PARTICIPANT_ID is not null AND t0.DOB is null ) AND 1 = 1 ) AND t3.IDENTIFIER = 6119) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "500212","Mar 19, 2022 03:10","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where ( Participant.participantId exists and Participant.dateOfBirth not exists )and Specimen.type any","select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t1.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t1.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (((t0.PARTICIPANT_ID is not null AND t0.DOB is null ) AND 1 = 1 ) AND t3.IDENTIFIER = 6119) AND (t0.ACTIVITY_STATUS != 'Disabled')" "500213","Mar 19, 2022 03:10","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","15","select Participant.id as ""$cprId"", Participant.ppid, Participant.regDate, SpecimenCollectionGroup.clinicalDiagnoses.value, Specimen.id as ""$specimenId"", CollectionProtocol.id as ""$cpId"", Specimen.label, Specimen.type as ""Collection Type"", Specimen.tissueSite, Specimen.spmnCollRecvDetails.collTime, Specimen.specimenStatistics.ischemiaTime where ( Participant.participantId exists and Participant.dateOfBirth not exists )and Specimen.type in (""Plasma"") limit 0, 10000","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.REGISTRATION_DATE as c2, t7.VALUE as c3, t1.IDENTIFIER as c4, t3.IDENTIFIER as c5, t1.LABEL as c6, t2.VALUE as c7, t8.VALUE as c8, t4.COLL_TIME as c9, t5.ISCHEMIA_TIME as c10, 't0', t0.CPR_ID as mc0, 't7', t7.IDENTIFIER as mc1, 't1', t1.IDENTIFIER as mc2, 't3', t3.IDENTIFIER as mc3, 't4', t4.SPECIMEN_ID as mc4, 't5', t5.SPECIMEN_ID as mc5 from CPR_VIEW t0 left join CATISSUE_SPECIMEN_COLL_GROUP t6 on t6.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t6.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_STATS t5 on t5.SPECIMEN_ID = t1.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t4 on t4.SPECIMEN_ID = t1.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t1.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t1.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t7 on t7.VISIT_ID = t6.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (((t0.PARTICIPANT_ID is not null AND t0.DOB is null ) AND (t2.VALUE in ('Plasma'))) AND t3.IDENTIFIER = 6119) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "500214","Mar 19, 2022 03:10","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where ( Participant.participantId exists and Participant.dateOfBirth not exists )and Specimen.type in (""Plasma"")","select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t1.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t1.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (((t0.PARTICIPANT_ID is not null AND t0.DOB is null ) AND (t2.VALUE in ('Plasma'))) AND t3.IDENTIFIER = 6119) AND (t0.ACTIVITY_STATUS != 'Disabled')" "500215","Mar 19, 2022 03:11","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","36","select Participant.id as ""$cprId"", Participant.ppid, Participant.regDate, SpecimenCollectionGroup.clinicalDiagnoses.value, Specimen.id as ""$specimenId"", CollectionProtocol.id as ""$cpId"", Specimen.label, Specimen.type as ""Collection Type"", Specimen.tissueSite, Specimen.spmnCollRecvDetails.collTime, Specimen.specimenStatistics.ischemiaTime where ( Participant.participantId exists and Participant.dateOfBirth not exists )and Specimen.type exists limit 0, 10000","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.REGISTRATION_DATE as c2, t7.VALUE as c3, t1.IDENTIFIER as c4, t3.IDENTIFIER as c5, t1.LABEL as c6, t2.VALUE as c7, t8.VALUE as c8, t4.COLL_TIME as c9, t5.ISCHEMIA_TIME as c10, 't0', t0.CPR_ID as mc0, 't7', t7.IDENTIFIER as mc1, 't1', t1.IDENTIFIER as mc2, 't3', t3.IDENTIFIER as mc3, 't4', t4.SPECIMEN_ID as mc4, 't5', t5.SPECIMEN_ID as mc5 from CPR_VIEW t0 left join CATISSUE_SPECIMEN_COLL_GROUP t6 on t6.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t6.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_STATS t5 on t5.SPECIMEN_ID = t1.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t4 on t4.SPECIMEN_ID = t1.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t1.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t1.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t7 on t7.VISIT_ID = t6.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (((t0.PARTICIPANT_ID is not null AND t0.DOB is null ) AND t2.VALUE is not null ) AND t3.IDENTIFIER = 6119) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "500216","Mar 19, 2022 03:11","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where ( Participant.participantId exists and Participant.dateOfBirth not exists )and Specimen.type exists","select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t1.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t1.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (((t0.PARTICIPANT_ID is not null AND t0.DOB is null ) AND t2.VALUE is not null ) AND t3.IDENTIFIER = 6119) AND (t0.ACTIVITY_STATUS != 'Disabled')" "500217","Mar 19, 2022 03:13","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","36","select Participant.id as ""$cprId"", Participant.ppid, Participant.regDate, SpecimenCollectionGroup.clinicalDiagnoses.value, Specimen.id as ""$specimenId"", CollectionProtocol.id as ""$cpId"", Specimen.label, Specimen.type as ""Collection Type"", Specimen.tissueSite, Specimen.spmnCollRecvDetails.collTime, Specimen.specimenStatistics.ischemiaTime where ( Participant.participantId exists and Participant.dateOfBirth not exists )and Specimen.type exists limit 0, 10000","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.REGISTRATION_DATE as c2, t7.VALUE as c3, t1.IDENTIFIER as c4, t3.IDENTIFIER as c5, t1.LABEL as c6, t2.VALUE as c7, t8.VALUE as c8, t4.COLL_TIME as c9, t5.ISCHEMIA_TIME as c10, 't0', t0.CPR_ID as mc0, 't7', t7.IDENTIFIER as mc1, 't1', t1.IDENTIFIER as mc2, 't3', t3.IDENTIFIER as mc3, 't4', t4.SPECIMEN_ID as mc4, 't5', t5.SPECIMEN_ID as mc5 from CPR_VIEW t0 left join CATISSUE_SPECIMEN_COLL_GROUP t6 on t6.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t6.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_STATS t5 on t5.SPECIMEN_ID = t1.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t4 on t4.SPECIMEN_ID = t1.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t1.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t1.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t7 on t7.VISIT_ID = t6.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (((t0.PARTICIPANT_ID is not null AND t0.DOB is null ) AND t2.VALUE is not null ) AND t3.IDENTIFIER = 6119) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "500218","Mar 19, 2022 03:13","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where ( Participant.participantId exists and Participant.dateOfBirth not exists )and Specimen.type exists","select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t1.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t1.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (((t0.PARTICIPANT_ID is not null AND t0.DOB is null ) AND t2.VALUE is not null ) AND t3.IDENTIFIER = 6119) AND (t0.ACTIVITY_STATUS != 'Disabled')" "500219","Mar 19, 2022 04:49","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where ( Participant.participantId exists and Participant.dateOfBirth not exists )and Specimen.type exists","select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t1.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t1.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (((t0.PARTICIPANT_ID is not null AND t0.DOB is null ) AND t2.VALUE is not null ) AND t3.IDENTIFIER = 6119) AND (t0.ACTIVITY_STATUS != 'Disabled')" "500220","Mar 19, 2022 04:49","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","36","select Participant.id as ""$cprId"", Participant.ppid, Participant.regDate, SpecimenCollectionGroup.clinicalDiagnoses.value, Specimen.id as ""$specimenId"", CollectionProtocol.id as ""$cpId"", Specimen.label, Specimen.type as ""Collection Type"", Specimen.tissueSite, Specimen.spmnCollRecvDetails.collTime, Specimen.specimenStatistics.ischemiaTime where ( Participant.participantId exists and Participant.dateOfBirth not exists )and Specimen.type exists limit 0, 10000","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.REGISTRATION_DATE as c2, t7.VALUE as c3, t1.IDENTIFIER as c4, t3.IDENTIFIER as c5, t1.LABEL as c6, t2.VALUE as c7, t8.VALUE as c8, t4.COLL_TIME as c9, t5.ISCHEMIA_TIME as c10, 't0', t0.CPR_ID as mc0, 't7', t7.IDENTIFIER as mc1, 't1', t1.IDENTIFIER as mc2, 't3', t3.IDENTIFIER as mc3, 't4', t4.SPECIMEN_ID as mc4, 't5', t5.SPECIMEN_ID as mc5 from CPR_VIEW t0 left join CATISSUE_SPECIMEN_COLL_GROUP t6 on t6.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t6.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_STATS t5 on t5.SPECIMEN_ID = t1.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t4 on t4.SPECIMEN_ID = t1.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t1.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t1.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t7 on t7.VISIT_ID = t6.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (((t0.PARTICIPANT_ID is not null AND t0.DOB is null ) AND t2.VALUE is not null ) AND t3.IDENTIFIER = 6119) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "500221","Mar 19, 2022 05:00","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 6299)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500222","Mar 19, 2022 05:00","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 6299)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500223","Mar 19, 2022 05:03","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 6299)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500224","Mar 19, 2022 05:03","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","1","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 6299)) and (CollectionProtocol.shortTitle contains ""BTK2"") order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%BTK2%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500225","Mar 19, 2022 05:03","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","9","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6119) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500226","Mar 19, 2022 07:32","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where ( Participant.participantId exists and Participant.dateOfBirth not exists )and Specimen.type exists","select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t1.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t1.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (((t0.PARTICIPANT_ID is not null AND t0.DOB is null ) AND t2.VALUE is not null ) AND t3.IDENTIFIER = 6119) AND (t0.ACTIVITY_STATUS != 'Disabled')" "500227","Mar 19, 2022 07:32","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","36","select Participant.id as ""$cprId"", Participant.ppid, Participant.regDate, SpecimenCollectionGroup.clinicalDiagnoses.value, Specimen.id as ""$specimenId"", CollectionProtocol.id as ""$cpId"", Specimen.label, Specimen.type as ""Collection Type"", Specimen.tissueSite, Specimen.spmnCollRecvDetails.collTime, Specimen.specimenStatistics.ischemiaTime where ( Participant.participantId exists and Participant.dateOfBirth not exists )and Specimen.type exists limit 0, 10000","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.REGISTRATION_DATE as c2, t7.VALUE as c3, t1.IDENTIFIER as c4, t3.IDENTIFIER as c5, t1.LABEL as c6, t2.VALUE as c7, t8.VALUE as c8, t4.COLL_TIME as c9, t5.ISCHEMIA_TIME as c10, 't0', t0.CPR_ID as mc0, 't7', t7.IDENTIFIER as mc1, 't1', t1.IDENTIFIER as mc2, 't3', t3.IDENTIFIER as mc3, 't4', t4.SPECIMEN_ID as mc4, 't5', t5.SPECIMEN_ID as mc5 from CPR_VIEW t0 left join CATISSUE_SPECIMEN_COLL_GROUP t6 on t6.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t6.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_STATS t5 on t5.SPECIMEN_ID = t1.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t4 on t4.SPECIMEN_ID = t1.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t1.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t1.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t7 on t7.VISIT_ID = t6.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (((t0.PARTICIPANT_ID is not null AND t0.DOB is null ) AND t2.VALUE is not null ) AND t3.IDENTIFIER = 6119) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "500228","Mar 19, 2022 07:53","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where Participant.participantId exists and Participant.dateOfBirth <= ""01-01-2019"" and SpecimenCollectionGroup.collectionDate >= ""03-01-2022"" and Specimen.type starts with ""P""","select count(distinct t0.CPR_ID) as c0, count(distinct t1.IDENTIFIER) as c1, count(distinct t2.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t4 on t4.IDENTIFIER = t0.CP_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t1 on t1.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t1.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.SPECIMEN_TYPE_ID where ((t0.PARTICIPANT_ID is not null AND t0.DOB <= to_date('01-01-2019 23:59', 'MM-DD-YYYY HH24:MI') AND t1.COLLECTION_TIMESTAMP >= to_date('03-01-2022 00:00', 'MM-DD-YYYY HH24:MI') AND t3.VALUE like 'P%' escape '\' ) AND t4.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled')" "500229","Mar 19, 2022 07:53","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","6","select Participant.id as ""$cprId"", Participant.ppid, Participant.regDate, SpecimenCollectionGroup.clinicalDiagnoses.value, Specimen.id as ""$specimenId"", CollectionProtocol.id as ""$cpId"", Specimen.label, Specimen.type as ""Collection Type"", Specimen.tissueSite, Specimen.spmnCollRecvDetails.collTime, Specimen.specimenStatistics.ischemiaTime where Participant.participantId exists and Participant.dateOfBirth <= ""01-01-2019"" and SpecimenCollectionGroup.collectionDate >= ""03-01-2022"" and Specimen.type starts with ""P"" limit 0, 10000","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.REGISTRATION_DATE as c2, t5.VALUE as c3, t2.IDENTIFIER as c4, t4.IDENTIFIER as c5, t2.LABEL as c6, t3.VALUE as c7, t8.VALUE as c8, t6.COLL_TIME as c9, t7.ISCHEMIA_TIME as c10, 't0', t0.CPR_ID as mc0, 't5', t5.IDENTIFIER as mc1, 't2', t2.IDENTIFIER as mc2, 't4', t4.IDENTIFIER as mc3, 't6', t6.SPECIMEN_ID as mc4, 't7', t7.SPECIMEN_ID as mc5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t4 on t4.IDENTIFIER = t0.CP_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t1 on t1.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t1.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_STATS t7 on t7.SPECIMEN_ID = t2.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t6 on t6.SPECIMEN_ID = t2.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t2.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t5 on t5.VISIT_ID = t1.IDENTIFIER where ((t0.PARTICIPANT_ID is not null AND t0.DOB <= to_date('01-01-2019 23:59', 'MM-DD-YYYY HH24:MI') AND t1.COLLECTION_TIMESTAMP >= to_date('03-01-2022 00:00', 'MM-DD-YYYY HH24:MI') AND t3.VALUE like 'P%' escape '\' ) AND t4.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "500230","Mar 19, 2022 07:53","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","6","select Participant.id as ""$cprId"", Participant.ppid, Participant.regDate, SpecimenCollectionGroup.clinicalDiagnoses.value, Specimen.id as ""$specimenId"", CollectionProtocol.id as ""$cpId"", Specimen.label, Specimen.type as ""Collection Type"", Specimen.tissueSite, Specimen.spmnCollRecvDetails.collTime, Specimen.specimenStatistics.ischemiaTime where Participant.participantId exists and Participant.dateOfBirth <= ""01-01-2019"" and SpecimenCollectionGroup.collectionDate >= ""03-01-2022"" and Specimen.type starts with ""P"" limit 0, 10000","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.REGISTRATION_DATE as c2, t5.VALUE as c3, t2.IDENTIFIER as c4, t4.IDENTIFIER as c5, t2.LABEL as c6, t3.VALUE as c7, t8.VALUE as c8, t6.COLL_TIME as c9, t7.ISCHEMIA_TIME as c10, 't0', t0.CPR_ID as mc0, 't5', t5.IDENTIFIER as mc1, 't2', t2.IDENTIFIER as mc2, 't4', t4.IDENTIFIER as mc3, 't6', t6.SPECIMEN_ID as mc4, 't7', t7.SPECIMEN_ID as mc5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t4 on t4.IDENTIFIER = t0.CP_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t1 on t1.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t1.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_STATS t7 on t7.SPECIMEN_ID = t2.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t6 on t6.SPECIMEN_ID = t2.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t2.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t5 on t5.VISIT_ID = t1.IDENTIFIER where ((t0.PARTICIPANT_ID is not null AND t0.DOB <= to_date('01-01-2019 23:59', 'MM-DD-YYYY HH24:MI') AND t1.COLLECTION_TIMESTAMP >= to_date('03-01-2022 00:00', 'MM-DD-YYYY HH24:MI') AND t3.VALUE like 'P%' escape '\' ) AND t4.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "500231","Mar 19, 2022 07:53","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where Participant.participantId exists and Participant.dateOfBirth <= ""01-01-2019"" and SpecimenCollectionGroup.collectionDate >= ""03-01-2022"" and Specimen.type starts with ""P""","select count(distinct t0.CPR_ID) as c0, count(distinct t1.IDENTIFIER) as c1, count(distinct t2.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t4 on t4.IDENTIFIER = t0.CP_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t1 on t1.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t1.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.SPECIMEN_TYPE_ID where ((t0.PARTICIPANT_ID is not null AND t0.DOB <= to_date('01-01-2019 23:59', 'MM-DD-YYYY HH24:MI') AND t1.COLLECTION_TIMESTAMP >= to_date('03-01-2022 00:00', 'MM-DD-YYYY HH24:MI') AND t3.VALUE like 'P%' escape '\' ) AND t4.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled')" "500232","Mar 19, 2022 07:57","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","6","select Participant.id as ""$cprId"", Participant.ppid, Participant.regDate, SpecimenCollectionGroup.clinicalDiagnoses.value, SpecimenCollectionGroup.collectionDate as ""PARTICIPANT ARRIVAL DATE"", Specimen.id as ""$specimenId"", CollectionProtocol.id as ""$cpId"", Specimen.label, Specimen.type as ""Collection Type"", Specimen.spmnCollRecvDetails.collTime where Participant.participantId exists and Participant.dateOfBirth <= ""01-01-2019"" and SpecimenCollectionGroup.collectionDate >= ""03-01-2022"" and Specimen.type starts with ""P"" limit 0, 10000","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.REGISTRATION_DATE as c2, t5.VALUE as c3, t1.COLLECTION_TIMESTAMP as c4, t2.IDENTIFIER as c5, t4.IDENTIFIER as c6, t2.LABEL as c7, t3.VALUE as c8, t6.COLL_TIME as c9, 't0', t0.CPR_ID as mc0, 't5', t5.IDENTIFIER as mc1, 't1', t1.IDENTIFIER as mc2, 't2', t2.IDENTIFIER as mc3, 't4', t4.IDENTIFIER as mc4, 't6', t6.SPECIMEN_ID as mc5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t4 on t4.IDENTIFIER = t0.CP_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t1 on t1.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t1.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t6 on t6.SPECIMEN_ID = t2.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t5 on t5.VISIT_ID = t1.IDENTIFIER where ((t0.PARTICIPANT_ID is not null AND t0.DOB <= to_date('01-01-2019 23:59', 'MM-DD-YYYY HH24:MI') AND t1.COLLECTION_TIMESTAMP >= to_date('03-01-2022 00:00', 'MM-DD-YYYY HH24:MI') AND t3.VALUE like 'P%' escape '\' ) AND t4.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "500233","Mar 19, 2022 07:59","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where Participant.participantId exists and Participant.dateOfBirth <= ""01-01-2019"" and SpecimenCollectionGroup.collectionDate >= ""03-01-2022"" and Specimen.type starts with ""P""","select count(distinct t0.CPR_ID) as c0, count(distinct t1.IDENTIFIER) as c1, count(distinct t2.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t4 on t4.IDENTIFIER = t0.CP_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t1 on t1.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t1.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.SPECIMEN_TYPE_ID where ((t0.PARTICIPANT_ID is not null AND t0.DOB <= to_date('01-01-2019 23:59', 'MM-DD-YYYY HH24:MI') AND t1.COLLECTION_TIMESTAMP >= to_date('03-01-2022 00:00', 'MM-DD-YYYY HH24:MI') AND t3.VALUE like 'P%' escape '\' ) AND t4.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled')" "500234","Mar 19, 2022 07:59","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","0","select Participant.id as ""$cprId"", Participant.ppid, Participant.regDate, SpecimenCollectionGroup.clinicalDiagnoses.value, SpecimenCollectionGroup.collectionDate as ""PARTICIPANT ARRIVAL DATE"", Specimen.id as ""$specimenId"", CollectionProtocol.id as ""$cpId"", Specimen.label, Specimen.type as ""Collection Type"", Specimen.spmnCollRecvDetails.collTime where Participant.participantId exists and Participant.dateOfBirth <= ""01-01-2019"" and SpecimenCollectionGroup.collectionDate >= ""03-01-2022"" and Specimen.type starts with ""P"" limit 0, 10000","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.REGISTRATION_DATE as c2, t5.VALUE as c3, t1.COLLECTION_TIMESTAMP as c4, t2.IDENTIFIER as c5, t4.IDENTIFIER as c6, t2.LABEL as c7, t3.VALUE as c8, t6.COLL_TIME as c9, 't0', t0.CPR_ID as mc0, 't5', t5.IDENTIFIER as mc1, 't1', t1.IDENTIFIER as mc2, 't2', t2.IDENTIFIER as mc3, 't4', t4.IDENTIFIER as mc4, 't6', t6.SPECIMEN_ID as mc5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t4 on t4.IDENTIFIER = t0.CP_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t1 on t1.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t1.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t6 on t6.SPECIMEN_ID = t2.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t5 on t5.VISIT_ID = t1.IDENTIFIER where ((t0.PARTICIPANT_ID is not null AND t0.DOB <= to_date('01-01-2019 23:59', 'MM-DD-YYYY HH24:MI') AND t1.COLLECTION_TIMESTAMP >= to_date('03-01-2022 00:00', 'MM-DD-YYYY HH24:MI') AND t3.VALUE like 'P%' escape '\' ) AND t4.IDENTIFIER = 6091) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "500235","Mar 19, 2022 07:59","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","6","select Participant.id as ""$cprId"", Participant.ppid, Participant.regDate, SpecimenCollectionGroup.clinicalDiagnoses.value, SpecimenCollectionGroup.collectionDate as ""PARTICIPANT ARRIVAL DATE"", Specimen.id as ""$specimenId"", CollectionProtocol.id as ""$cpId"", Specimen.label, Specimen.type as ""Collection Type"", Specimen.spmnCollRecvDetails.collTime where Participant.participantId exists and Participant.dateOfBirth <= ""01-01-2019"" and SpecimenCollectionGroup.collectionDate >= ""03-01-2022"" and Specimen.type starts with ""P"" limit 0, 10000","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.REGISTRATION_DATE as c2, t5.VALUE as c3, t1.COLLECTION_TIMESTAMP as c4, t2.IDENTIFIER as c5, t4.IDENTIFIER as c6, t2.LABEL as c7, t3.VALUE as c8, t6.COLL_TIME as c9, 't0', t0.CPR_ID as mc0, 't5', t5.IDENTIFIER as mc1, 't1', t1.IDENTIFIER as mc2, 't2', t2.IDENTIFIER as mc3, 't4', t4.IDENTIFIER as mc4, 't6', t6.SPECIMEN_ID as mc5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t4 on t4.IDENTIFIER = t0.CP_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t1 on t1.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t1.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t6 on t6.SPECIMEN_ID = t2.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t5 on t5.VISIT_ID = t1.IDENTIFIER where ((t0.PARTICIPANT_ID is not null AND t0.DOB <= to_date('01-01-2019 23:59', 'MM-DD-YYYY HH24:MI') AND t1.COLLECTION_TIMESTAMP >= to_date('03-01-2022 00:00', 'MM-DD-YYYY HH24:MI') AND t3.VALUE like 'P%' escape '\' ) AND t4.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "500236","Mar 19, 2022 07:59","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where Participant.participantId exists and Participant.dateOfBirth <= ""01-01-2019"" and SpecimenCollectionGroup.collectionDate >= ""03-01-2022"" and Specimen.type starts with ""P""","select count(distinct t0.CPR_ID) as c0, count(distinct t1.IDENTIFIER) as c1, count(distinct t2.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t4 on t4.IDENTIFIER = t0.CP_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t1 on t1.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t1.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.SPECIMEN_TYPE_ID where ((t0.PARTICIPANT_ID is not null AND t0.DOB <= to_date('01-01-2019 23:59', 'MM-DD-YYYY HH24:MI') AND t1.COLLECTION_TIMESTAMP >= to_date('03-01-2022 00:00', 'MM-DD-YYYY HH24:MI') AND t3.VALUE like 'P%' escape '\' ) AND t4.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled')" "500237","Mar 19, 2022 08:01","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","6","select Participant.id as ""$cprId"", Participant.ppid, min(Participant.dateOfBirth) as ""12 "", SpecimenCollectionGroup.clinicalDiagnoses.value, SpecimenCollectionGroup.collectionDate as ""PARTICIPANT ARRIVAL DATE"", Specimen.id as ""$specimenId"", CollectionProtocol.id as ""$cpId"", Specimen.label, Specimen.type as ""Collection Type"", Specimen.spmnCollRecvDetails.collTime where Participant.participantId exists and Participant.dateOfBirth <= ""01-01-2019"" and SpecimenCollectionGroup.collectionDate >= ""03-01-2022"" and Specimen.type starts with ""P"" limit 0, 10000","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, min(t0.DOB) as c2, t5.VALUE as c3, t1.COLLECTION_TIMESTAMP as c4, t2.IDENTIFIER as c5, t4.IDENTIFIER as c6, t2.LABEL as c7, t3.VALUE as c8, t6.COLL_TIME as c9 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t4 on t4.IDENTIFIER = t0.CP_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t1 on t1.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t1.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t6 on t6.SPECIMEN_ID = t2.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t5 on t5.VISIT_ID = t1.IDENTIFIER where ((t0.PARTICIPANT_ID is not null AND t0.DOB <= to_date('01-01-2019 23:59', 'MM-DD-YYYY HH24:MI') AND t1.COLLECTION_TIMESTAMP >= to_date('03-01-2022 00:00', 'MM-DD-YYYY HH24:MI') AND t3.VALUE like 'P%' escape '\' ) AND t4.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') group by t0.CPR_ID, t0.PPID, t5.VALUE, t1.COLLECTION_TIMESTAMP, t2.IDENTIFIER, t4.IDENTIFIER, t2.LABEL, t3.VALUE, t6.COLL_TIME) tab where rownum <= 10000) where rnum >= 1" "500238","Mar 19, 2022 08:02","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where Participant.participantId exists and Participant.dateOfBirth <= ""01-01-2019"" and SpecimenCollectionGroup.collectionDate >= ""03-01-2022"" and Specimen.type starts with ""P""","select count(distinct t0.CPR_ID) as c0, count(distinct t1.IDENTIFIER) as c1, count(distinct t2.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t4 on t4.IDENTIFIER = t0.CP_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t1 on t1.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t1.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.SPECIMEN_TYPE_ID where ((t0.PARTICIPANT_ID is not null AND t0.DOB <= to_date('01-01-2019 23:59', 'MM-DD-YYYY HH24:MI') AND t1.COLLECTION_TIMESTAMP >= to_date('03-01-2022 00:00', 'MM-DD-YYYY HH24:MI') AND t3.VALUE like 'P%' escape '\' ) AND t4.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled')" "500239","Mar 19, 2022 08:02","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","6","select Participant.id as ""$cprId"", Participant.ppid, min(Participant.dateOfBirth) as ""12 "", SpecimenCollectionGroup.clinicalDiagnoses.value, SpecimenCollectionGroup.collectionDate as ""PARTICIPANT ARRIVAL DATE"", Specimen.id as ""$specimenId"", CollectionProtocol.id as ""$cpId"", Specimen.label, Specimen.type as ""Collection Type"", Specimen.spmnCollRecvDetails.collTime where Participant.participantId exists and Participant.dateOfBirth <= ""01-01-2019"" and SpecimenCollectionGroup.collectionDate >= ""03-01-2022"" and Specimen.type starts with ""P"" limit 0, 10000","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, min(t0.DOB) as c2, t5.VALUE as c3, t1.COLLECTION_TIMESTAMP as c4, t2.IDENTIFIER as c5, t4.IDENTIFIER as c6, t2.LABEL as c7, t3.VALUE as c8, t6.COLL_TIME as c9 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t4 on t4.IDENTIFIER = t0.CP_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t1 on t1.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t1.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t6 on t6.SPECIMEN_ID = t2.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t5 on t5.VISIT_ID = t1.IDENTIFIER where ((t0.PARTICIPANT_ID is not null AND t0.DOB <= to_date('01-01-2019 23:59', 'MM-DD-YYYY HH24:MI') AND t1.COLLECTION_TIMESTAMP >= to_date('03-01-2022 00:00', 'MM-DD-YYYY HH24:MI') AND t3.VALUE like 'P%' escape '\' ) AND t4.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') group by t0.CPR_ID, t0.PPID, t5.VALUE, t1.COLLECTION_TIMESTAMP, t2.IDENTIFIER, t4.IDENTIFIER, t2.LABEL, t3.VALUE, t6.COLL_TIME) tab where rownum <= 10000) where rnum >= 1" "500240","Mar 19, 2022 08:02","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","6","select Participant.id as ""$cprId"", Participant.ppid, min(Participant.dateOfBirth) as ""12 "", SpecimenCollectionGroup.clinicalDiagnoses.value, SpecimenCollectionGroup.collectionDate as ""PARTICIPANT ARRIVAL DATE"", Specimen.id as ""$specimenId"", CollectionProtocol.id as ""$cpId"", Specimen.label, Specimen.type as ""Collection Type"", Specimen.spmnCollRecvDetails.collTime where Participant.participantId exists and Participant.dateOfBirth <= ""01-01-2019"" and SpecimenCollectionGroup.collectionDate >= ""03-01-2022"" and Specimen.type starts with ""P"" limit 0, 10000","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, min(t0.DOB) as c2, t5.VALUE as c3, t1.COLLECTION_TIMESTAMP as c4, t2.IDENTIFIER as c5, t4.IDENTIFIER as c6, t2.LABEL as c7, t3.VALUE as c8, t6.COLL_TIME as c9 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t4 on t4.IDENTIFIER = t0.CP_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t1 on t1.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t1.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t6 on t6.SPECIMEN_ID = t2.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t5 on t5.VISIT_ID = t1.IDENTIFIER where ((t0.PARTICIPANT_ID is not null AND t0.DOB <= to_date('01-01-2019 23:59', 'MM-DD-YYYY HH24:MI') AND t1.COLLECTION_TIMESTAMP >= to_date('03-01-2022 00:00', 'MM-DD-YYYY HH24:MI') AND t3.VALUE like 'P%' escape '\' ) AND t4.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') group by t0.CPR_ID, t0.PPID, t5.VALUE, t1.COLLECTION_TIMESTAMP, t2.IDENTIFIER, t4.IDENTIFIER, t2.LABEL, t3.VALUE, t6.COLL_TIME) tab where rownum <= 10000) where rnum >= 1" "500241","Mar 19, 2022 08:02","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where Participant.participantId exists and Participant.dateOfBirth <= ""01-01-2019"" and SpecimenCollectionGroup.collectionDate >= ""03-01-2022"" and Specimen.type starts with ""P""","select count(distinct t0.CPR_ID) as c0, count(distinct t1.IDENTIFIER) as c1, count(distinct t2.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t4 on t4.IDENTIFIER = t0.CP_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t1 on t1.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t1.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.SPECIMEN_TYPE_ID where ((t0.PARTICIPANT_ID is not null AND t0.DOB <= to_date('01-01-2019 23:59', 'MM-DD-YYYY HH24:MI') AND t1.COLLECTION_TIMESTAMP >= to_date('03-01-2022 00:00', 'MM-DD-YYYY HH24:MI') AND t3.VALUE like 'P%' escape '\' ) AND t4.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled')" "500242","Mar 19, 2022 08:02","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","6","select Participant.id as ""$cprId"", Participant.ppid, min(Participant.dateOfBirth) as ""12 "", SpecimenCollectionGroup.clinicalDiagnoses.value, SpecimenCollectionGroup.collectionDate as ""PARTICIPANT ARRIVAL DATE"", Specimen.id as ""$specimenId"", CollectionProtocol.id as ""$cpId"", Specimen.label, Specimen.type as ""Collection Type"", Specimen.spmnCollRecvDetails.collTime where Participant.participantId exists and Participant.dateOfBirth <= ""01-01-2019"" and SpecimenCollectionGroup.collectionDate >= ""03-01-2022"" and Specimen.type starts with ""P"" limit 0, 10000","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, min(t0.DOB) as c2, t5.VALUE as c3, t1.COLLECTION_TIMESTAMP as c4, t2.IDENTIFIER as c5, t4.IDENTIFIER as c6, t2.LABEL as c7, t3.VALUE as c8, t6.COLL_TIME as c9 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t4 on t4.IDENTIFIER = t0.CP_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t1 on t1.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t1.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t6 on t6.SPECIMEN_ID = t2.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t5 on t5.VISIT_ID = t1.IDENTIFIER where ((t0.PARTICIPANT_ID is not null AND t0.DOB <= to_date('01-01-2019 23:59', 'MM-DD-YYYY HH24:MI') AND t1.COLLECTION_TIMESTAMP >= to_date('03-01-2022 00:00', 'MM-DD-YYYY HH24:MI') AND t3.VALUE like 'P%' escape '\' ) AND t4.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') group by t0.CPR_ID, t0.PPID, t5.VALUE, t1.COLLECTION_TIMESTAMP, t2.IDENTIFIER, t4.IDENTIFIER, t2.LABEL, t3.VALUE, t6.COLL_TIME) tab where rownum <= 10000) where rnum >= 1" "500243","Mar 19, 2022 08:03","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","6","select Participant.id as ""$cprId"", Participant.ppid, Participant.dateOfBirth as ""DOB"", SpecimenCollectionGroup.clinicalDiagnoses.value, SpecimenCollectionGroup.collectionDate as ""PARTICIPANT ARRIVAL DATE"", Specimen.id as ""$specimenId"", CollectionProtocol.id as ""$cpId"", Specimen.label, Specimen.type as ""Collection Type"", Specimen.spmnCollRecvDetails.collTime where Participant.participantId exists and Participant.dateOfBirth <= ""01-01-2019"" and SpecimenCollectionGroup.collectionDate >= ""03-01-2022"" and Specimen.type starts with ""P"" limit 0, 10000","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.DOB as c2, t5.VALUE as c3, t1.COLLECTION_TIMESTAMP as c4, t2.IDENTIFIER as c5, t4.IDENTIFIER as c6, t2.LABEL as c7, t3.VALUE as c8, t6.COLL_TIME as c9, 't0', t0.CPR_ID as mc0, 't5', t5.IDENTIFIER as mc1, 't1', t1.IDENTIFIER as mc2, 't2', t2.IDENTIFIER as mc3, 't4', t4.IDENTIFIER as mc4, 't6', t6.SPECIMEN_ID as mc5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t4 on t4.IDENTIFIER = t0.CP_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t1 on t1.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t1.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t6 on t6.SPECIMEN_ID = t2.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t5 on t5.VISIT_ID = t1.IDENTIFIER where ((t0.PARTICIPANT_ID is not null AND t0.DOB <= to_date('01-01-2019 23:59', 'MM-DD-YYYY HH24:MI') AND t1.COLLECTION_TIMESTAMP >= to_date('03-01-2022 00:00', 'MM-DD-YYYY HH24:MI') AND t3.VALUE like 'P%' escape '\' ) AND t4.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "500244","Mar 19, 2022 08:12","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where CollectionProtocol.activityStatus != ""Closed"" and Participant.participantId not exists and Participant.gender ends with ""E"" or Participant.gender starts with ""F"" and Specimen.availabilityStatus = ""Available""","select count(distinct t1.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t3.IDENTIFIER) as c2 from CPR_VIEW t1 left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t1.GENDER_ID left join CATISSUE_COLLECTION_PROTOCOL t0 on t0.IDENTIFIER = t1.CP_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t3 on t3.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t3.ACTIVITY_STATUS != 'Disabled' where ((t0.ACTIVITY_STATUS != 'Closed' AND t1.PARTICIPANT_ID is null AND t2.VALUE like '%E' escape '\' OR t2.VALUE like 'F%' escape '\' AND t3.AVAILABILITY_STATUS = 'Available') AND t0.IDENTIFIER = 6089) AND (t1.ACTIVITY_STATUS != 'Disabled')" "500245","Mar 19, 2022 08:12","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","11","select Participant.id as ""$cprId"", Participant.ppid, Participant.regDate, Participant.gender, Participant.race, SpecimenCollectionGroup.clinicalDiagnoses.value, Specimen.id as ""$specimenId"", CollectionProtocol.id as ""$cpId"", Specimen.label, Specimen.type, Specimen.tissueSite, Specimen.spmnCollRecvDetails.collTime, Specimen.specimenStatistics.ischemiaTime where CollectionProtocol.activityStatus != ""Closed"" and Participant.participantId not exists and Participant.gender ends with ""E"" or Participant.gender starts with ""F"" and Specimen.availabilityStatus = ""Available"" limit 0, 10000","select * from (select tab.*, rownum rnum from (select t1.CPR_ID as c0, t1.PPID as c1, t1.REGISTRATION_DATE as c2, t2.VALUE as c3, t7.VALUE as c4, t9.VALUE as c5, t3.IDENTIFIER as c6, t0.IDENTIFIER as c7, t3.LABEL as c8, t10.VALUE as c9, t11.VALUE as c10, t4.COLL_TIME as c11, t5.ISCHEMIA_TIME as c12, 't1', t1.CPR_ID as mc0, 't9', t9.IDENTIFIER as mc1, 't3', t3.IDENTIFIER as mc2, 't0', t0.IDENTIFIER as mc3, 't4', t4.SPECIMEN_ID as mc4, 't5', t5.SPECIMEN_ID as mc5 from CPR_VIEW t1 left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t1.GENDER_ID left join CATISSUE_RACE t6 on t6.PARTICIPANT_ID = t1.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t6.RACE_ID left join CATISSUE_COLLECTION_PROTOCOL t0 on t0.IDENTIFIER = t1.CP_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t3 on t3.SPECIMEN_COLLECTION_GROUP_ID = t8.IDENTIFIER and t3.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_STATS t5 on t5.SPECIMEN_ID = t3.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t4 on t4.SPECIMEN_ID = t3.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t3.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t3.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t9 on t9.VISIT_ID = t8.IDENTIFIER where ((t0.ACTIVITY_STATUS != 'Closed' AND t1.PARTICIPANT_ID is null AND t2.VALUE like '%E' escape '\' OR t2.VALUE like 'F%' escape '\' AND t3.AVAILABILITY_STATUS = 'Available') AND t0.IDENTIFIER = 6089) AND (t1.ACTIVITY_STATUS != 'Disabled') order by t1.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "500246","Mar 19, 2022 08:14","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","11","select Participant.id as ""$cprId"", Participant.ppid, Participant.regDate, Participant.gender, Participant.race, SpecimenCollectionGroup.clinicalDiagnoses.value, Specimen.id as ""$specimenId"", CollectionProtocol.id as ""$cpId"", Specimen.label, Specimen.type, Specimen.tissueSite, Specimen.spmnCollRecvDetails.collTime, Specimen.specimenStatistics.ischemiaTime where CollectionProtocol.activityStatus != ""Closed"" and Participant.participantId not exists and Participant.gender ends with ""E"" or Participant.gender starts with ""F"" and Specimen.availabilityStatus = ""Available"" limit 0, 10000","select * from (select tab.*, rownum rnum from (select t1.CPR_ID as c0, t1.PPID as c1, t1.REGISTRATION_DATE as c2, t2.VALUE as c3, t7.VALUE as c4, t9.VALUE as c5, t3.IDENTIFIER as c6, t0.IDENTIFIER as c7, t3.LABEL as c8, t10.VALUE as c9, t11.VALUE as c10, t4.COLL_TIME as c11, t5.ISCHEMIA_TIME as c12, 't1', t1.CPR_ID as mc0, 't9', t9.IDENTIFIER as mc1, 't3', t3.IDENTIFIER as mc2, 't0', t0.IDENTIFIER as mc3, 't4', t4.SPECIMEN_ID as mc4, 't5', t5.SPECIMEN_ID as mc5 from CPR_VIEW t1 left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t1.GENDER_ID left join CATISSUE_RACE t6 on t6.PARTICIPANT_ID = t1.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t6.RACE_ID left join CATISSUE_COLLECTION_PROTOCOL t0 on t0.IDENTIFIER = t1.CP_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t3 on t3.SPECIMEN_COLLECTION_GROUP_ID = t8.IDENTIFIER and t3.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_STATS t5 on t5.SPECIMEN_ID = t3.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t4 on t4.SPECIMEN_ID = t3.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t3.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t3.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t9 on t9.VISIT_ID = t8.IDENTIFIER where ((t0.ACTIVITY_STATUS != 'Closed' AND t1.PARTICIPANT_ID is null AND t2.VALUE like '%E' escape '\' OR t2.VALUE like 'F%' escape '\' AND t3.AVAILABILITY_STATUS = 'Available') AND t0.IDENTIFIER = 6089) AND (t1.ACTIVITY_STATUS != 'Disabled') order by t1.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "500247","Mar 19, 2022 08:14","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where CollectionProtocol.activityStatus != ""Closed"" and Participant.participantId not exists and Participant.gender ends with ""E"" or Participant.gender starts with ""F"" and Specimen.availabilityStatus = ""Available""","select count(distinct t1.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t3.IDENTIFIER) as c2 from CPR_VIEW t1 left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t1.GENDER_ID left join CATISSUE_COLLECTION_PROTOCOL t0 on t0.IDENTIFIER = t1.CP_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t3 on t3.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t3.ACTIVITY_STATUS != 'Disabled' where ((t0.ACTIVITY_STATUS != 'Closed' AND t1.PARTICIPANT_ID is null AND t2.VALUE like '%E' escape '\' OR t2.VALUE like 'F%' escape '\' AND t3.AVAILABILITY_STATUS = 'Available') AND t0.IDENTIFIER = 6089) AND (t1.ACTIVITY_STATUS != 'Disabled')" "500248","Mar 19, 2022 08:15","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where CollectionProtocol.activityStatus != ""Closed"" and Participant.participantId not exists and Participant.gender ends with ""E"" or Participant.gender starts with ""F"" and Specimen.availabilityStatus = ""Available""","select count(distinct t1.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t3.IDENTIFIER) as c2 from CPR_VIEW t1 left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t1.GENDER_ID left join CATISSUE_COLLECTION_PROTOCOL t0 on t0.IDENTIFIER = t1.CP_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t3 on t3.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t3.ACTIVITY_STATUS != 'Disabled' where ((t0.ACTIVITY_STATUS != 'Closed' AND t1.PARTICIPANT_ID is null AND t2.VALUE like '%E' escape '\' OR t2.VALUE like 'F%' escape '\' AND t3.AVAILABILITY_STATUS = 'Available') AND t0.IDENTIFIER = 6089) AND (t1.ACTIVITY_STATUS != 'Disabled')" "500249","Mar 19, 2022 08:15","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","11","select Participant.id as ""$cprId"", Participant.ppid, Participant.regDate, Participant.race, SpecimenCollectionGroup.clinicalDiagnoses.value, Specimen.id as ""$specimenId"", CollectionProtocol.id as ""$cpId"", Specimen.label, Specimen.type, Specimen.tissueSite, Specimen.spmnCollRecvDetails.collTime, Specimen.specimenStatistics.ischemiaTime where CollectionProtocol.activityStatus != ""Closed"" and Participant.participantId not exists and Participant.gender ends with ""E"" or Participant.gender starts with ""F"" and Specimen.availabilityStatus = ""Available"" limit 0, 10000","select * from (select tab.*, rownum rnum from (select t1.CPR_ID as c0, t1.PPID as c1, t1.REGISTRATION_DATE as c2, t7.VALUE as c3, t9.VALUE as c4, t3.IDENTIFIER as c5, t0.IDENTIFIER as c6, t3.LABEL as c7, t10.VALUE as c8, t11.VALUE as c9, t4.COLL_TIME as c10, t5.ISCHEMIA_TIME as c11, 't1', t1.CPR_ID as mc0, 't9', t9.IDENTIFIER as mc1, 't3', t3.IDENTIFIER as mc2, 't0', t0.IDENTIFIER as mc3, 't4', t4.SPECIMEN_ID as mc4, 't5', t5.SPECIMEN_ID as mc5 from CPR_VIEW t1 left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t1.GENDER_ID left join CATISSUE_RACE t6 on t6.PARTICIPANT_ID = t1.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t6.RACE_ID left join CATISSUE_COLLECTION_PROTOCOL t0 on t0.IDENTIFIER = t1.CP_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t3 on t3.SPECIMEN_COLLECTION_GROUP_ID = t8.IDENTIFIER and t3.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_STATS t5 on t5.SPECIMEN_ID = t3.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t4 on t4.SPECIMEN_ID = t3.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t3.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t3.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t9 on t9.VISIT_ID = t8.IDENTIFIER where ((t0.ACTIVITY_STATUS != 'Closed' AND t1.PARTICIPANT_ID is null AND t2.VALUE like '%E' escape '\' OR t2.VALUE like 'F%' escape '\' AND t3.AVAILABILITY_STATUS = 'Available') AND t0.IDENTIFIER = 6089) AND (t1.ACTIVITY_STATUS != 'Disabled') order by t1.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "500250","Mar 19, 2022 08:15","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","11","select Participant.id as ""$cprId"", Participant.ppid, Participant.regDate, Participant.race, SpecimenCollectionGroup.clinicalDiagnoses.value, Specimen.id as ""$specimenId"", CollectionProtocol.id as ""$cpId"", Specimen.label, Specimen.type, Specimen.tissueSite, Specimen.spmnCollRecvDetails.collTime, Specimen.specimenStatistics.ischemiaTime where CollectionProtocol.activityStatus != ""Closed"" and Participant.participantId not exists and Participant.gender ends with ""E"" or Participant.gender starts with ""F"" and Specimen.availabilityStatus = ""Available"" limit 0, 10000","select * from (select tab.*, rownum rnum from (select t1.CPR_ID as c0, t1.PPID as c1, t1.REGISTRATION_DATE as c2, t7.VALUE as c3, t9.VALUE as c4, t3.IDENTIFIER as c5, t0.IDENTIFIER as c6, t3.LABEL as c7, t10.VALUE as c8, t11.VALUE as c9, t4.COLL_TIME as c10, t5.ISCHEMIA_TIME as c11, 't1', t1.CPR_ID as mc0, 't9', t9.IDENTIFIER as mc1, 't3', t3.IDENTIFIER as mc2, 't0', t0.IDENTIFIER as mc3, 't4', t4.SPECIMEN_ID as mc4, 't5', t5.SPECIMEN_ID as mc5 from CPR_VIEW t1 left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t1.GENDER_ID left join CATISSUE_RACE t6 on t6.PARTICIPANT_ID = t1.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t6.RACE_ID left join CATISSUE_COLLECTION_PROTOCOL t0 on t0.IDENTIFIER = t1.CP_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t3 on t3.SPECIMEN_COLLECTION_GROUP_ID = t8.IDENTIFIER and t3.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_STATS t5 on t5.SPECIMEN_ID = t3.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t4 on t4.SPECIMEN_ID = t3.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t3.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t3.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t9 on t9.VISIT_ID = t8.IDENTIFIER where ((t0.ACTIVITY_STATUS != 'Closed' AND t1.PARTICIPANT_ID is null AND t2.VALUE like '%E' escape '\' OR t2.VALUE like 'F%' escape '\' AND t3.AVAILABILITY_STATUS = 'Available') AND t0.IDENTIFIER = 6089) AND (t1.ACTIVITY_STATUS != 'Disabled') order by t1.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "500251","Mar 19, 2022 08:15","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where CollectionProtocol.activityStatus != ""Closed"" and Participant.participantId not exists and Participant.gender ends with ""E"" or Participant.gender starts with ""F"" and Specimen.availabilityStatus = ""Available""","select count(distinct t1.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t3.IDENTIFIER) as c2 from CPR_VIEW t1 left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t1.GENDER_ID left join CATISSUE_COLLECTION_PROTOCOL t0 on t0.IDENTIFIER = t1.CP_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t3 on t3.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t3.ACTIVITY_STATUS != 'Disabled' where ((t0.ACTIVITY_STATUS != 'Closed' AND t1.PARTICIPANT_ID is null AND t2.VALUE like '%E' escape '\' OR t2.VALUE like 'F%' escape '\' AND t3.AVAILABILITY_STATUS = 'Available') AND t0.IDENTIFIER = 6089) AND (t1.ACTIVITY_STATUS != 'Disabled')" "500252","Mar 19, 2022 08:15","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","11","select Participant.id as ""$cprId"", Participant.ppid, Participant.regDate, Participant.race, Participant.gender, SpecimenCollectionGroup.clinicalDiagnoses.value, Specimen.id as ""$specimenId"", CollectionProtocol.id as ""$cpId"", Specimen.label, Specimen.type, Specimen.tissueSite, Specimen.spmnCollRecvDetails.collTime, Specimen.specimenStatistics.ischemiaTime where CollectionProtocol.activityStatus != ""Closed"" and Participant.participantId not exists and Participant.gender ends with ""E"" or Participant.gender starts with ""F"" and Specimen.availabilityStatus = ""Available"" limit 0, 10000","select * from (select tab.*, rownum rnum from (select t1.CPR_ID as c0, t1.PPID as c1, t1.REGISTRATION_DATE as c2, t7.VALUE as c3, t2.VALUE as c4, t9.VALUE as c5, t3.IDENTIFIER as c6, t0.IDENTIFIER as c7, t3.LABEL as c8, t10.VALUE as c9, t11.VALUE as c10, t4.COLL_TIME as c11, t5.ISCHEMIA_TIME as c12, 't1', t1.CPR_ID as mc0, 't9', t9.IDENTIFIER as mc1, 't3', t3.IDENTIFIER as mc2, 't0', t0.IDENTIFIER as mc3, 't4', t4.SPECIMEN_ID as mc4, 't5', t5.SPECIMEN_ID as mc5 from CPR_VIEW t1 left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t1.GENDER_ID left join CATISSUE_RACE t6 on t6.PARTICIPANT_ID = t1.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t6.RACE_ID left join CATISSUE_COLLECTION_PROTOCOL t0 on t0.IDENTIFIER = t1.CP_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t3 on t3.SPECIMEN_COLLECTION_GROUP_ID = t8.IDENTIFIER and t3.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_STATS t5 on t5.SPECIMEN_ID = t3.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t4 on t4.SPECIMEN_ID = t3.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t3.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t3.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t9 on t9.VISIT_ID = t8.IDENTIFIER where ((t0.ACTIVITY_STATUS != 'Closed' AND t1.PARTICIPANT_ID is null AND t2.VALUE like '%E' escape '\' OR t2.VALUE like 'F%' escape '\' AND t3.AVAILABILITY_STATUS = 'Available') AND t0.IDENTIFIER = 6089) AND (t1.ACTIVITY_STATUS != 'Disabled') order by t1.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "500253","Mar 19, 2022 08:19","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where CollectionProtocol.activityStatus != ""Closed"" and Participant.participantId not exists and Participant.gender ends with ""E"" or Participant.gender starts with ""F"" and Specimen.availabilityStatus = ""Available"" and Participant.participantId exists and Participant.gender not exists","select count(distinct t1.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t3.IDENTIFIER) as c2 from CPR_VIEW t1 left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t1.GENDER_ID left join CATISSUE_COLLECTION_PROTOCOL t0 on t0.IDENTIFIER = t1.CP_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t3 on t3.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t3.ACTIVITY_STATUS != 'Disabled' where ((t0.ACTIVITY_STATUS != 'Closed' AND t1.PARTICIPANT_ID is null AND t2.VALUE like '%E' escape '\' OR t2.VALUE like 'F%' escape '\' AND t3.AVAILABILITY_STATUS = 'Available' AND t1.PARTICIPANT_ID is not null AND t2.VALUE is null ) AND t0.IDENTIFIER = 6089) AND (t1.ACTIVITY_STATUS != 'Disabled')" "500254","Mar 19, 2022 08:19","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","0","select Participant.id as ""$cprId"", Participant.ppid, Participant.regDate, Participant.race, Participant.gender, SpecimenCollectionGroup.clinicalDiagnoses.value, Specimen.id as ""$specimenId"", CollectionProtocol.id as ""$cpId"", Specimen.label, Specimen.type, Specimen.tissueSite, Specimen.spmnCollRecvDetails.collTime, Specimen.specimenStatistics.ischemiaTime where CollectionProtocol.activityStatus != ""Closed"" and Participant.participantId not exists and Participant.gender ends with ""E"" or Participant.gender starts with ""F"" and Specimen.availabilityStatus = ""Available"" and Participant.participantId exists and Participant.gender not exists limit 0, 10000","select * from (select tab.*, rownum rnum from (select t1.CPR_ID as c0, t1.PPID as c1, t1.REGISTRATION_DATE as c2, t7.VALUE as c3, t2.VALUE as c4, t9.VALUE as c5, t3.IDENTIFIER as c6, t0.IDENTIFIER as c7, t3.LABEL as c8, t10.VALUE as c9, t11.VALUE as c10, t4.COLL_TIME as c11, t5.ISCHEMIA_TIME as c12, 't1', t1.CPR_ID as mc0, 't9', t9.IDENTIFIER as mc1, 't3', t3.IDENTIFIER as mc2, 't0', t0.IDENTIFIER as mc3, 't4', t4.SPECIMEN_ID as mc4, 't5', t5.SPECIMEN_ID as mc5 from CPR_VIEW t1 left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t1.GENDER_ID left join CATISSUE_RACE t6 on t6.PARTICIPANT_ID = t1.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t6.RACE_ID left join CATISSUE_COLLECTION_PROTOCOL t0 on t0.IDENTIFIER = t1.CP_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t3 on t3.SPECIMEN_COLLECTION_GROUP_ID = t8.IDENTIFIER and t3.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_STATS t5 on t5.SPECIMEN_ID = t3.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t4 on t4.SPECIMEN_ID = t3.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t3.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t3.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t9 on t9.VISIT_ID = t8.IDENTIFIER where ((t0.ACTIVITY_STATUS != 'Closed' AND t1.PARTICIPANT_ID is null AND t2.VALUE like '%E' escape '\' OR t2.VALUE like 'F%' escape '\' AND t3.AVAILABILITY_STATUS = 'Available' AND t1.PARTICIPANT_ID is not null AND t2.VALUE is null ) AND t0.IDENTIFIER = 6089) AND (t1.ACTIVITY_STATUS != 'Disabled') order by t1.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "500255","Mar 19, 2022 08:19","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","0","select Participant.id as ""$cprId"", Participant.ppid, Participant.regDate, Participant.race, Participant.gender, SpecimenCollectionGroup.clinicalDiagnoses.value, Specimen.id as ""$specimenId"", CollectionProtocol.id as ""$cpId"", Specimen.label, Specimen.type, Specimen.tissueSite, Specimen.spmnCollRecvDetails.collTime, Specimen.specimenStatistics.ischemiaTime where CollectionProtocol.activityStatus != ""Closed"" and Participant.participantId not exists and Participant.gender ends with ""E"" or Participant.gender starts with ""F"" and Specimen.availabilityStatus in (""Available"") and Participant.participantId exists and Participant.gender not exists limit 0, 10000","select * from (select tab.*, rownum rnum from (select t1.CPR_ID as c0, t1.PPID as c1, t1.REGISTRATION_DATE as c2, t7.VALUE as c3, t2.VALUE as c4, t9.VALUE as c5, t3.IDENTIFIER as c6, t0.IDENTIFIER as c7, t3.LABEL as c8, t10.VALUE as c9, t11.VALUE as c10, t4.COLL_TIME as c11, t5.ISCHEMIA_TIME as c12, 't1', t1.CPR_ID as mc0, 't9', t9.IDENTIFIER as mc1, 't3', t3.IDENTIFIER as mc2, 't0', t0.IDENTIFIER as mc3, 't4', t4.SPECIMEN_ID as mc4, 't5', t5.SPECIMEN_ID as mc5 from CPR_VIEW t1 left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t1.GENDER_ID left join CATISSUE_RACE t6 on t6.PARTICIPANT_ID = t1.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t6.RACE_ID left join CATISSUE_COLLECTION_PROTOCOL t0 on t0.IDENTIFIER = t1.CP_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t3 on t3.SPECIMEN_COLLECTION_GROUP_ID = t8.IDENTIFIER and t3.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_STATS t5 on t5.SPECIMEN_ID = t3.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t4 on t4.SPECIMEN_ID = t3.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t3.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t3.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t9 on t9.VISIT_ID = t8.IDENTIFIER where ((t0.ACTIVITY_STATUS != 'Closed' AND t1.PARTICIPANT_ID is null AND t2.VALUE like '%E' escape '\' OR t2.VALUE like 'F%' escape '\' AND (t3.AVAILABILITY_STATUS in ('Available')) AND t1.PARTICIPANT_ID is not null AND t2.VALUE is null ) AND t0.IDENTIFIER = 6089) AND (t1.ACTIVITY_STATUS != 'Disabled') order by t1.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "500256","Mar 19, 2022 08:19","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where CollectionProtocol.activityStatus != ""Closed"" and Participant.participantId not exists and Participant.gender ends with ""E"" or Participant.gender starts with ""F"" and Specimen.availabilityStatus in (""Available"") and Participant.participantId exists and Participant.gender not exists","select count(distinct t1.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t3.IDENTIFIER) as c2 from CPR_VIEW t1 left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t1.GENDER_ID left join CATISSUE_COLLECTION_PROTOCOL t0 on t0.IDENTIFIER = t1.CP_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t3 on t3.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t3.ACTIVITY_STATUS != 'Disabled' where ((t0.ACTIVITY_STATUS != 'Closed' AND t1.PARTICIPANT_ID is null AND t2.VALUE like '%E' escape '\' OR t2.VALUE like 'F%' escape '\' AND (t3.AVAILABILITY_STATUS in ('Available')) AND t1.PARTICIPANT_ID is not null AND t2.VALUE is null ) AND t0.IDENTIFIER = 6089) AND (t1.ACTIVITY_STATUS != 'Disabled')" "500257","Mar 20, 2022 01:24","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","1","select distinct Specimen.specimenCarts.itemId, Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Participant.ppid as ""PPID"", Specimen.label as ""Label"", Specimen.lineage as ""Lineage"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", CollectionProtocol.shortTitle as ""Collection Protocol"", Specimen.availableQty as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.specimenCarts.name = ""AAHK CORD KAVI2"") order by Specimen.specimenCarts.itemId limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t1.ITEM_ID as c0, t0.IDENTIFIER as c1, t3.VALUE as c2, t4.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t5.IDENTIFIER as c5, t6.PPID as c6, t0.LABEL as c7, t0.LINEAGE as c8, t3.VALUE as c9, t7.VALUE as c10, t5.SHORT_TITLE as c11, t0.AVAILABLE_QUANTITY as c12, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c13 from CATISSUE_SPECIMEN t0 left join OS_SPECIMEN_CARTS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t6 on t6.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((upper(t1.NAME) = 'AAHK CORD KAVI2')) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.ITEM_ID asc ) tab where rownum <= 101) where rnum >= 1" "500258","Mar 20, 2022 01:24","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","1","select distinct Specimen.specimenCarts.itemId, Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Participant.ppid as ""PPID"", Specimen.label as ""Label"", Specimen.lineage as ""Lineage"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", CollectionProtocol.shortTitle as ""Collection Protocol"", Specimen.availableQty as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.specimenCarts.name = ""AAHK CORD KAVI2"") order by Specimen.specimenCarts.itemId limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t1.ITEM_ID as c0, t0.IDENTIFIER as c1, t3.VALUE as c2, t4.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t5.IDENTIFIER as c5, t6.PPID as c6, t0.LABEL as c7, t0.LINEAGE as c8, t3.VALUE as c9, t7.VALUE as c10, t5.SHORT_TITLE as c11, t0.AVAILABLE_QUANTITY as c12, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c13 from CATISSUE_SPECIMEN t0 left join OS_SPECIMEN_CARTS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t6 on t6.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((upper(t1.NAME) = 'AAHK CORD KAVI2')) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.ITEM_ID asc ) tab where rownum <= 101) where rnum >= 1" "500259","Mar 20, 2022 01:25","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","1","select distinct Specimen.specimenCarts.itemId, Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Participant.ppid as ""PPID"", Specimen.label as ""Label"", Specimen.lineage as ""Lineage"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", CollectionProtocol.shortTitle as ""Collection Protocol"", Specimen.availableQty as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.specimenCarts.name = ""Baseline"") order by Specimen.specimenCarts.itemId limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t1.ITEM_ID as c0, t0.IDENTIFIER as c1, t3.VALUE as c2, t4.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t5.IDENTIFIER as c5, t6.PPID as c6, t0.LABEL as c7, t0.LINEAGE as c8, t3.VALUE as c9, t7.VALUE as c10, t5.SHORT_TITLE as c11, t0.AVAILABLE_QUANTITY as c12, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c13 from CATISSUE_SPECIMEN t0 left join OS_SPECIMEN_CARTS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t6 on t6.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((upper(t1.NAME) = 'BASELINE')) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.ITEM_ID asc ) tab where rownum <= 101) where rnum >= 1" "500260","Mar 20, 2022 01:26","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","4","select distinct Specimen.specimenCarts.itemId, Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Participant.ppid as ""PPID"", Specimen.label as ""Label"", Specimen.lineage as ""Lineage"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", CollectionProtocol.shortTitle as ""Collection Protocol"", Specimen.availableQty as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.specimenCarts.name = ""v8.2 project"") order by Specimen.specimenCarts.itemId limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t1.ITEM_ID as c0, t0.IDENTIFIER as c1, t3.VALUE as c2, t4.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t5.IDENTIFIER as c5, t6.PPID as c6, t0.LABEL as c7, t0.LINEAGE as c8, t3.VALUE as c9, t7.VALUE as c10, t5.SHORT_TITLE as c11, t0.AVAILABLE_QUANTITY as c12, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c13 from CATISSUE_SPECIMEN t0 left join OS_SPECIMEN_CARTS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t6 on t6.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((upper(t1.NAME) = 'V8.2 PROJECT')) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.ITEM_ID asc ) tab where rownum <= 101) where rnum >= 1" "500261","Mar 20, 2022 23:15","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 5813)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500262","Mar 20, 2022 23:20","Site Ankita","saa@gmail.com","SA_Ankita","Data","0","25","select distinct CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle, CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and (((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 5901)) and ((CollectionProtocol.cpSites.siteId = 4183))) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5901) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 5901)) AND ((t2.SITE_ID = 4183)))) AND ((t2.SITE_ID = 4183))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500263","Mar 20, 2022 23:22","Site Ankita","saa@gmail.com","SA_Ankita","Data","0","25","select distinct CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle, CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and (((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 5901)) and ((CollectionProtocol.cpSites.siteId = 4183))) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5901) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 5901)) AND ((t2.SITE_ID = 4183)))) AND ((t2.SITE_ID = 4183))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500264","Mar 20, 2022 23:41","Site Ankita","saa@gmail.com","SA_Ankita","Data","0","26","select distinct CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle, CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and (((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 5901)) and ((CollectionProtocol.cpSites.siteId = 4183))) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5901) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 5901)) AND ((t2.SITE_ID = 4183)))) AND ((t2.SITE_ID = 4183))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500265","Mar 20, 2022 23:47","Site Ankita","saa@gmail.com","SA_Ankita","Data","0","0","select distinct Specimen.createdOn, Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Specimen.label as ""Label"", Specimen.createdOn as ""Created On"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", Specimen.pathologicalStatus as ""Pathology Status"", Specimen.availableQty as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.collectionStatus = ""Collected"" and Specimen.activityStatus = ""Active"") and (((((Participant.medicalRecord.mrnSiteId = 4183 or CollectionProtocol.cpSites.siteId = 4183))) or (Specimen.lineage = ""New"" and (((Participant.medicalRecord.mrnSiteId = 4183 or CollectionProtocol.cpSites.siteId = 4183)))))) order by Specimen.createdOn desc limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t0.CREATED_ON as c0, t0.IDENTIFIER as c1, t6.VALUE as c2, t7.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t3.IDENTIFIER as c5, t0.LABEL as c6, t0.CREATED_ON as c7, t6.VALUE as c8, t8.VALUE as c9, t9.VALUE as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t5.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t5.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t10 on t10.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t1 on t1.CPR_ID = t10.COLLECTION_PROTOCOL_REG_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t1.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t1.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t4 on t4.COLLECTION_PROTOCOL_ID = t3.IDENTIFIER left join OS_SPECIMEN_POSITIONS_VIEW t5 on t5.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE') AND (((((t2.SITE_ID = 4183 OR t4.SITE_ID = 4183))) OR (upper(t0.LINEAGE) = 'NEW' AND (((t2.SITE_ID = 4183 OR t4.SITE_ID = 4183))))))) AND t3.IDENTIFIER = 6123) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500266","Mar 20, 2022 23:52","Site Ankita","saa@gmail.com","SA_Ankita","Data","0","0","select distinct Specimen.createdOn, Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Specimen.label as ""Label"", Specimen.createdOn as ""Created On"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", Specimen.pathologicalStatus as ""Pathology Status"", Specimen.availableQty as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.collectionStatus = ""Collected"" and Specimen.activityStatus = ""Active"") and (((((Participant.medicalRecord.mrnSiteId = 4183 or CollectionProtocol.cpSites.siteId = 4183))) or (Specimen.lineage = ""New"" and (((Participant.medicalRecord.mrnSiteId = 4183 or CollectionProtocol.cpSites.siteId = 4183)))))) order by Specimen.createdOn desc limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t0.CREATED_ON as c0, t0.IDENTIFIER as c1, t6.VALUE as c2, t7.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t3.IDENTIFIER as c5, t0.LABEL as c6, t0.CREATED_ON as c7, t6.VALUE as c8, t8.VALUE as c9, t9.VALUE as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t5.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t5.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t10 on t10.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t1 on t1.CPR_ID = t10.COLLECTION_PROTOCOL_REG_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t1.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t1.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t4 on t4.COLLECTION_PROTOCOL_ID = t3.IDENTIFIER left join OS_SPECIMEN_POSITIONS_VIEW t5 on t5.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE') AND (((((t2.SITE_ID = 4183 OR t4.SITE_ID = 4183))) OR (upper(t0.LINEAGE) = 'NEW' AND (((t2.SITE_ID = 4183 OR t4.SITE_ID = 4183))))))) AND t3.IDENTIFIER = 6123) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500267","Mar 20, 2022 23:53","Site Ankita","saa@gmail.com","SA_Ankita","Data","0","3","select distinct Specimen.createdOn, Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Specimen.label as ""Label"", Specimen.createdOn as ""Created On"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", Specimen.pathologicalStatus as ""Pathology Status"", Specimen.availableQty as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.collectionStatus = ""Collected"" and Specimen.activityStatus = ""Active"") and (((((Participant.medicalRecord.mrnSiteId = 4183 or CollectionProtocol.cpSites.siteId = 4183))) or (Specimen.lineage = ""New"" and (((Participant.medicalRecord.mrnSiteId = 4183 or CollectionProtocol.cpSites.siteId = 4183)))))) order by Specimen.createdOn desc limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t0.CREATED_ON as c0, t0.IDENTIFIER as c1, t6.VALUE as c2, t7.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t3.IDENTIFIER as c5, t0.LABEL as c6, t0.CREATED_ON as c7, t6.VALUE as c8, t8.VALUE as c9, t9.VALUE as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t5.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t5.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t10 on t10.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t1 on t1.CPR_ID = t10.COLLECTION_PROTOCOL_REG_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t1.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t1.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t4 on t4.COLLECTION_PROTOCOL_ID = t3.IDENTIFIER left join OS_SPECIMEN_POSITIONS_VIEW t5 on t5.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE') AND (((((t2.SITE_ID = 4183 OR t4.SITE_ID = 4183))) OR (upper(t0.LINEAGE) = 'NEW' AND (((t2.SITE_ID = 4183 OR t4.SITE_ID = 4183))))))) AND t3.IDENTIFIER = 6123) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500268","Mar 21, 2022 00:40","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 4973)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500269","Mar 21, 2022 00:42","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 4973)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500270","Mar 21, 2022 00:42","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","34","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4577) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500271","Mar 21, 2022 00:43","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","34","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4577) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500272","Mar 21, 2022 00:43","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","34","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4577) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500273","Mar 21, 2022 00:46","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","34","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4577) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500274","Mar 21, 2022 00:53","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","34","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4577) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500275","Mar 21, 2022 00:53","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 4973)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500276","Mar 21, 2022 00:54","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 4973)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500277","Mar 21, 2022 00:54","Ishita Aggarwal","ishitaaggarwal1501@gmail.com","Ishita","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 6331)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6331) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6331))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500278","Mar 21, 2022 00:55","Ishita Aggarwal","ishitaaggarwal1501@gmail.com","Ishita","Data","0","21","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 6331)) and (CollectionProtocol.shortTitle contains ""LCP"") order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6331) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6331)) AND (upper(t0.SHORT_TITLE) like '%LCP%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500279","Mar 21, 2022 00:55","Ishita Aggarwal","ishitaaggarwal1501@gmail.com","Ishita","Data","0","0","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 6331)) and (CollectionProtocol.shortTitle contains ""LCPIA"") order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6331) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6331)) AND (upper(t0.SHORT_TITLE) like '%LCPIA%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500280","Mar 21, 2022 00:55","Ishita Aggarwal","ishitaaggarwal1501@gmail.com","Ishita","Data","0","21","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 6331)) and (CollectionProtocol.shortTitle contains ""LCP"") order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6331) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6331)) AND (upper(t0.SHORT_TITLE) like '%LCP%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500281","Mar 21, 2022 00:55","Ishita Aggarwal","ishitaaggarwal1501@gmail.com","Ishita","Data","0","1","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 6331)) and (CollectionProtocol.shortTitle contains ""LCP_"") order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6331) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6331)) AND (upper(t0.SHORT_TITLE) like '%LCP\_%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500282","Mar 21, 2022 00:55","Ishita Aggarwal","ishitaaggarwal1501@gmail.com","Ishita","Data","0","1","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 6331)) and (CollectionProtocol.shortTitle contains ""LCP_IA"") order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6331) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6331)) AND (upper(t0.SHORT_TITLE) like '%LCP\_IA%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500283","Mar 21, 2022 00:55","Ishita Aggarwal","ishitaaggarwal1501@gmail.com","Ishita","Data","0","1","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6122) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500284","Mar 21, 2022 00:55","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","25","select Participant.id as ""cprId"", Participant.ppid as ""Deelnemer Protocol-ID(PPID)"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Naam"", Participant.regDate as ""Registratie Datum"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Leeftijd"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.REGISTRATION_DATE as c3, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c4 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5962) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500285","Mar 21, 2022 00:55","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 4973)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500286","Mar 21, 2022 01:01","Vinayak Pawar","vinayak.pawar@krishagni.com","vpawar","Data","0","101","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 522) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500287","Mar 21, 2022 01:02","Ishita Aggarwal","ishitaaggarwal1501@gmail.com","Ishita","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 6331)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6331) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6331))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500288","Mar 21, 2022 01:02","Ishita Aggarwal","ishitaaggarwal1501@gmail.com","Ishita","Data","0","1","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 6331)) and (CollectionProtocol.shortTitle contains ""LCP_"") order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6331) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6331)) AND (upper(t0.SHORT_TITLE) like '%LCP\_%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500289","Mar 21, 2022 01:02","Ishita Aggarwal","ishitaaggarwal1501@gmail.com","Ishita","Data","0","1","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 6331)) and (CollectionProtocol.shortTitle contains ""LCP_IA"") order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6331) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6331)) AND (upper(t0.SHORT_TITLE) like '%LCP\_IA%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500290","Mar 21, 2022 01:02","Ishita Aggarwal","ishitaaggarwal1501@gmail.com","Ishita","Data","0","1","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6122) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500291","Mar 21, 2022 01:03","Vinayak Pawar","vinayak.pawar@krishagni.com","vpawar","Data","0","101","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 522) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500292","Mar 21, 2022 01:07","Ishita Aggarwal","ishitaaggarwal1501@gmail.com","Ishita","Data","0","1","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6122) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500293","Mar 21, 2022 01:14","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where CollectionProtocol.activityStatus = ""Active"" and Participant.participantId exists and Specimen.type in (""Fresh Tissue"",""Plasma"",""Urine"")","select count(distinct t1.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t2.IDENTIFIER) as c2 from CPR_VIEW t1 left join CATISSUE_COLLECTION_PROTOCOL t0 on t0.IDENTIFIER = t1.CP_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.SPECIMEN_TYPE_ID where (t0.ACTIVITY_STATUS = 'Active' AND t1.PARTICIPANT_ID is not null AND (t3.VALUE in ('Fresh Tissue', 'Plasma', 'Urine'))) AND (t1.ACTIVITY_STATUS != 'Disabled')" "500294","Mar 21, 2022 01:14","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","2","10000","select Participant.id as ""$cprId"", Participant.ppid, Participant.regDate, Participant.gender, Participant.race, SpecimenCollectionGroup.clinicalDiagnoses.value, Specimen.id as ""$specimenId"", CollectionProtocol.id as ""$cpId"", Specimen.label, Specimen.type, Specimen.tissueSite, Specimen.spmnCollRecvDetails.collTime, Specimen.specimenStatistics.ischemiaTime where CollectionProtocol.activityStatus = ""Active"" and Participant.participantId exists and Specimen.type in (""Fresh Tissue"",""Plasma"",""Urine"") limit 0, 10000","select * from (select tab.*, rownum rnum from (select t1.CPR_ID as c0, t1.PPID as c1, t1.REGISTRATION_DATE as c2, t6.VALUE as c3, t8.VALUE as c4, t10.VALUE as c5, t2.IDENTIFIER as c6, t0.IDENTIFIER as c7, t2.LABEL as c8, t3.VALUE as c9, t11.VALUE as c10, t4.COLL_TIME as c11, t5.ISCHEMIA_TIME as c12, 't1', t1.CPR_ID as mc0, 't10', t10.IDENTIFIER as mc1, 't2', t2.IDENTIFIER as mc2, 't0', t0.IDENTIFIER as mc3, 't4', t4.SPECIMEN_ID as mc4, 't5', t5.SPECIMEN_ID as mc5 from CPR_VIEW t1 left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t1.GENDER_ID left join CATISSUE_RACE t7 on t7.PARTICIPANT_ID = t1.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t7.RACE_ID left join CATISSUE_COLLECTION_PROTOCOL t0 on t0.IDENTIFIER = t1.CP_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t9 on t9.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID and t9.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t9.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_STATS t5 on t5.SPECIMEN_ID = t2.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t4 on t4.SPECIMEN_ID = t2.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t2.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t10 on t10.VISIT_ID = t9.IDENTIFIER where (t0.ACTIVITY_STATUS = 'Active' AND t1.PARTICIPANT_ID is not null AND (t3.VALUE in ('Fresh Tissue', 'Plasma', 'Urine'))) AND (t1.ACTIVITY_STATUS != 'Disabled') order by t1.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "500295","Mar 21, 2022 01:17","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 408)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 408) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 408))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500296","Mar 21, 2022 01:21","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","11","select Participant.id as ""cprId"", Participant.ppid as ""Participant Protocol ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", date_format(Participant.regDate, ""%month2%/%month_day%/%year4% %hour%:%minute%"") as ""Registration Date"", Participant.customFields.additionalRegistration.preferredLanguage as ""Preferred Language"", Participant.econsents.customFields.consentCustomFields.consentDate as ""Consent Date"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500297","Mar 21, 2022 01:26","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 4973)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500298","Mar 21, 2022 01:56","Site Ankita","saa@gmail.com","SA_Ankita","Data","0","26","select distinct CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle, CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and (((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 5901)) and ((CollectionProtocol.cpSites.siteId = 4183))) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5901) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 5901)) AND ((t2.SITE_ID = 4183)))) AND ((t2.SITE_ID = 4183))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500299","Mar 21, 2022 01:57","Site Ankita","saa@gmail.com","SA_Ankita","Data","0","0","select distinct CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle, CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and (((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 5901)) and ((CollectionProtocol.cpSites.siteId = 4183))) and (CollectionProtocol.shortTitle contains ""PCB"") order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5901) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 5901)) AND ((t2.SITE_ID = 4183))) AND (upper(t0.SHORT_TITLE) like '%PCB%' ESCAPE '\' )) AND ((t2.SITE_ID = 4183))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500300","Mar 21, 2022 01:57","Site Ankita","saa@gmail.com","SA_Ankita","Data","0","26","select distinct CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle, CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and (((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 5901)) and ((CollectionProtocol.cpSites.siteId = 4183))) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5901) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 5901)) AND ((t2.SITE_ID = 4183)))) AND ((t2.SITE_ID = 4183))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500301","Mar 21, 2022 01:57","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 5813)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500302","Mar 21, 2022 01:58","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","1","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 5813)) and (CollectionProtocol.shortTitle contains ""PCB"") order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813)) AND (upper(t0.SHORT_TITLE) like '%PCB%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500303","Mar 21, 2022 02:27","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where CollectionProtocol.activityStatus = ""Active"" and Participant.participantId exists and Specimen.type in (""Fresh Tissue"",""Plasma"",""Urine"")","select count(distinct t1.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t2.IDENTIFIER) as c2 from CPR_VIEW t1 left join CATISSUE_COLLECTION_PROTOCOL t0 on t0.IDENTIFIER = t1.CP_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.SPECIMEN_TYPE_ID where (t0.ACTIVITY_STATUS = 'Active' AND t1.PARTICIPANT_ID is not null AND (t3.VALUE in ('Fresh Tissue', 'Plasma', 'Urine'))) AND (t1.ACTIVITY_STATUS != 'Disabled')" "500304","Mar 21, 2022 02:27","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","2","10000","select Participant.id as ""$cprId"", Participant.ppid, Specimen.id as ""$specimenId"", CollectionProtocol.id as ""$cpId"", Specimen.label as ""Specimen ID"", Specimen.type, Specimen.tissueSite, Specimen.spmnCollRecvDetails.collTime where CollectionProtocol.activityStatus = ""Active"" and Participant.participantId exists and Specimen.type in (""Fresh Tissue"",""Plasma"",""Urine"") limit 0, 10000","select * from (select tab.*, rownum rnum from (select t1.CPR_ID as c0, t1.PPID as c1, t2.IDENTIFIER as c2, t0.IDENTIFIER as c3, t2.LABEL as c4, t3.VALUE as c5, t5.VALUE as c6, t4.COLL_TIME as c7, 't1', t1.CPR_ID as mc0, 't2', t2.IDENTIFIER as mc1, 't0', t0.IDENTIFIER as mc2, 't4', t4.SPECIMEN_ID as mc3 from CPR_VIEW t1 left join CATISSUE_COLLECTION_PROTOCOL t0 on t0.IDENTIFIER = t1.CP_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t6 on t6.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t6.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t4 on t4.SPECIMEN_ID = t2.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t2.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.SPECIMEN_TYPE_ID where (t0.ACTIVITY_STATUS = 'Active' AND t1.PARTICIPANT_ID is not null AND (t3.VALUE in ('Fresh Tissue', 'Plasma', 'Urine'))) AND (t1.ACTIVITY_STATUS != 'Disabled') order by t1.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "500305","Mar 21, 2022 02:27","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where CollectionProtocol.activityStatus = ""Active"" and Participant.participantId exists and Specimen.type in (""Fresh Tissue"",""Plasma"",""Urine"")","select count(distinct t1.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t2.IDENTIFIER) as c2 from CPR_VIEW t1 left join CATISSUE_COLLECTION_PROTOCOL t0 on t0.IDENTIFIER = t1.CP_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.SPECIMEN_TYPE_ID where (t0.ACTIVITY_STATUS = 'Active' AND t1.PARTICIPANT_ID is not null AND (t3.VALUE in ('Fresh Tissue', 'Plasma', 'Urine'))) AND (t1.ACTIVITY_STATUS != 'Disabled')" "500306","Mar 21, 2022 02:27","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","10000","select Participant.id as ""$cprId"", Participant.ppid, Specimen.id as ""$specimenId"", CollectionProtocol.id as ""$cpId"", Specimen.label as ""Specimen ID"", Specimen.type, Specimen.tissueSite, Specimen.spmnCollRecvDetails.collTime where CollectionProtocol.activityStatus = ""Active"" and Participant.participantId exists and Specimen.type in (""Fresh Tissue"",""Plasma"",""Urine"") limit 0, 10000","select * from (select tab.*, rownum rnum from (select t1.CPR_ID as c0, t1.PPID as c1, t2.IDENTIFIER as c2, t0.IDENTIFIER as c3, t2.LABEL as c4, t3.VALUE as c5, t5.VALUE as c6, t4.COLL_TIME as c7, 't1', t1.CPR_ID as mc0, 't2', t2.IDENTIFIER as mc1, 't0', t0.IDENTIFIER as mc2, 't4', t4.SPECIMEN_ID as mc3 from CPR_VIEW t1 left join CATISSUE_COLLECTION_PROTOCOL t0 on t0.IDENTIFIER = t1.CP_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t6 on t6.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t6.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t4 on t4.SPECIMEN_ID = t2.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t2.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.SPECIMEN_TYPE_ID where (t0.ACTIVITY_STATUS = 'Active' AND t1.PARTICIPANT_ID is not null AND (t3.VALUE in ('Fresh Tissue', 'Plasma', 'Urine'))) AND (t1.ACTIVITY_STATUS != 'Disabled') order by t1.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "500307","Mar 21, 2022 02:53","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where CollectionProtocol.activityStatus = ""Active"" and Participant.participantId exists and Specimen.type in (""Fresh Tissue"",""Plasma"",""Urine"")","select count(distinct t1.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t2.IDENTIFIER) as c2 from CPR_VIEW t1 left join CATISSUE_COLLECTION_PROTOCOL t0 on t0.IDENTIFIER = t1.CP_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.SPECIMEN_TYPE_ID where (t0.ACTIVITY_STATUS = 'Active' AND t1.PARTICIPANT_ID is not null AND (t3.VALUE in ('Fresh Tissue', 'Plasma', 'Urine'))) AND (t1.ACTIVITY_STATUS != 'Disabled')" "500308","Mar 21, 2022 02:53","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","10000","select Participant.id as ""$cprId"", Participant.ppid, Specimen.id as ""$specimenId"", CollectionProtocol.id as ""$cpId"", Specimen.label as ""Specimen ID"", Specimen.type, Specimen.tissueSite, Specimen.spmnCollRecvDetails.collTime where CollectionProtocol.activityStatus = ""Active"" and Participant.participantId exists and Specimen.type in (""Fresh Tissue"",""Plasma"",""Urine"") limit 0, 10000","select * from (select tab.*, rownum rnum from (select t1.CPR_ID as c0, t1.PPID as c1, t2.IDENTIFIER as c2, t0.IDENTIFIER as c3, t2.LABEL as c4, t3.VALUE as c5, t5.VALUE as c6, t4.COLL_TIME as c7, 't1', t1.CPR_ID as mc0, 't2', t2.IDENTIFIER as mc1, 't0', t0.IDENTIFIER as mc2, 't4', t4.SPECIMEN_ID as mc3 from CPR_VIEW t1 left join CATISSUE_COLLECTION_PROTOCOL t0 on t0.IDENTIFIER = t1.CP_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t6 on t6.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t6.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t4 on t4.SPECIMEN_ID = t2.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t2.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.SPECIMEN_TYPE_ID where (t0.ACTIVITY_STATUS = 'Active' AND t1.PARTICIPANT_ID is not null AND (t3.VALUE in ('Fresh Tissue', 'Plasma', 'Urine'))) AND (t1.ACTIVITY_STATUS != 'Disabled') order by t1.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "500309","Mar 21, 2022 03:27","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where CollectionProtocol.activityStatus = ""Active"" and Participant.participantId exists and Specimen.type in (""Fresh Tissue"",""Plasma"",""Urine"")","select count(distinct t1.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t2.IDENTIFIER) as c2 from CPR_VIEW t1 left join CATISSUE_COLLECTION_PROTOCOL t0 on t0.IDENTIFIER = t1.CP_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.SPECIMEN_TYPE_ID where (t0.ACTIVITY_STATUS = 'Active' AND t1.PARTICIPANT_ID is not null AND (t3.VALUE in ('Fresh Tissue', 'Plasma', 'Urine'))) AND (t1.ACTIVITY_STATUS != 'Disabled')" "500310","Mar 21, 2022 03:27","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","1","10000","select Participant.id as ""$cprId"", Participant.ppid, Specimen.id as ""$specimenId"", CollectionProtocol.id as ""$cpId"", Specimen.label as ""Specimen ID"", Specimen.type, Specimen.tissueSite, Specimen.spmnCollRecvDetails.collTime where CollectionProtocol.activityStatus = ""Active"" and Participant.participantId exists and Specimen.type in (""Fresh Tissue"",""Plasma"",""Urine"") limit 0, 10000","select * from (select tab.*, rownum rnum from (select t1.CPR_ID as c0, t1.PPID as c1, t2.IDENTIFIER as c2, t0.IDENTIFIER as c3, t2.LABEL as c4, t3.VALUE as c5, t5.VALUE as c6, t4.COLL_TIME as c7, 't1', t1.CPR_ID as mc0, 't2', t2.IDENTIFIER as mc1, 't0', t0.IDENTIFIER as mc2, 't4', t4.SPECIMEN_ID as mc3 from CPR_VIEW t1 left join CATISSUE_COLLECTION_PROTOCOL t0 on t0.IDENTIFIER = t1.CP_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t6 on t6.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t6.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t4 on t4.SPECIMEN_ID = t2.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t2.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.SPECIMEN_TYPE_ID where (t0.ACTIVITY_STATUS = 'Active' AND t1.PARTICIPANT_ID is not null AND (t3.VALUE in ('Fresh Tissue', 'Plasma', 'Urine'))) AND (t1.ACTIVITY_STATUS != 'Disabled') order by t1.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "500311","Mar 21, 2022 03:27","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where CollectionProtocol.activityStatus = ""Active"" and Participant.participantId exists and Specimen.type in (""Urine"")","select count(distinct t1.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t2.IDENTIFIER) as c2 from CPR_VIEW t1 left join CATISSUE_COLLECTION_PROTOCOL t0 on t0.IDENTIFIER = t1.CP_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.SPECIMEN_TYPE_ID where (t0.ACTIVITY_STATUS = 'Active' AND t1.PARTICIPANT_ID is not null AND (t3.VALUE in ('Urine'))) AND (t1.ACTIVITY_STATUS != 'Disabled')" "500312","Mar 21, 2022 03:27","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","1","6450","select Participant.id as ""$cprId"", Participant.ppid, Specimen.id as ""$specimenId"", CollectionProtocol.id as ""$cpId"", Specimen.label as ""Specimen ID"", Specimen.type, Specimen.tissueSite, Specimen.spmnCollRecvDetails.collTime where CollectionProtocol.activityStatus = ""Active"" and Participant.participantId exists and Specimen.type in (""Urine"") limit 0, 10000","select * from (select tab.*, rownum rnum from (select t1.CPR_ID as c0, t1.PPID as c1, t2.IDENTIFIER as c2, t0.IDENTIFIER as c3, t2.LABEL as c4, t3.VALUE as c5, t5.VALUE as c6, t4.COLL_TIME as c7, 't1', t1.CPR_ID as mc0, 't2', t2.IDENTIFIER as mc1, 't0', t0.IDENTIFIER as mc2, 't4', t4.SPECIMEN_ID as mc3 from CPR_VIEW t1 left join CATISSUE_COLLECTION_PROTOCOL t0 on t0.IDENTIFIER = t1.CP_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t6 on t6.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t6.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t4 on t4.SPECIMEN_ID = t2.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t2.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.SPECIMEN_TYPE_ID where (t0.ACTIVITY_STATUS = 'Active' AND t1.PARTICIPANT_ID is not null AND (t3.VALUE in ('Urine'))) AND (t1.ACTIVITY_STATUS != 'Disabled') order by t1.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "500313","Mar 21, 2022 03:35","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where CollectionProtocol.activityStatus = ""Active"" and Participant.participantId exists and Specimen.type in (""Urine"") and Specimen.tissueSite exists","select count(distinct t1.CPR_ID) as c0, count(distinct t5.IDENTIFIER) as c1, count(distinct t2.IDENTIFIER) as c2 from CPR_VIEW t1 left join CATISSUE_COLLECTION_PROTOCOL t0 on t0.IDENTIFIER = t1.CP_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t2.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.SPECIMEN_TYPE_ID where (t0.ACTIVITY_STATUS = 'Active' AND t1.PARTICIPANT_ID is not null AND (t3.VALUE in ('Urine')) AND t4.VALUE is not null ) AND (t1.ACTIVITY_STATUS != 'Disabled')" "500314","Mar 21, 2022 03:35","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","1","6450","select Participant.id as ""$cprId"", Participant.ppid, Specimen.id as ""$specimenId"", CollectionProtocol.id as ""$cpId"", Specimen.label as ""Specimen ID"", Specimen.type, Specimen.tissueSite, Specimen.spmnCollRecvDetails.collTime where CollectionProtocol.activityStatus = ""Active"" and Participant.participantId exists and Specimen.type in (""Urine"") and Specimen.tissueSite exists limit 0, 10000","select * from (select tab.*, rownum rnum from (select t1.CPR_ID as c0, t1.PPID as c1, t2.IDENTIFIER as c2, t0.IDENTIFIER as c3, t2.LABEL as c4, t3.VALUE as c5, t4.VALUE as c6, t5.COLL_TIME as c7, 't1', t1.CPR_ID as mc0, 't2', t2.IDENTIFIER as mc1, 't0', t0.IDENTIFIER as mc2, 't5', t5.SPECIMEN_ID as mc3 from CPR_VIEW t1 left join CATISSUE_COLLECTION_PROTOCOL t0 on t0.IDENTIFIER = t1.CP_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t6 on t6.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t6.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t5 on t5.SPECIMEN_ID = t2.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t2.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.SPECIMEN_TYPE_ID where (t0.ACTIVITY_STATUS = 'Active' AND t1.PARTICIPANT_ID is not null AND (t3.VALUE in ('Urine')) AND t4.VALUE is not null ) AND (t1.ACTIVITY_STATUS != 'Disabled') order by t1.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "500315","Mar 21, 2022 03:36","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where CollectionProtocol.activityStatus = ""Active"" and Participant.participantId exists and Specimen.type in (""Urine"") and Specimen.tissueSite != ""Not Specified""","select count(distinct t1.CPR_ID) as c0, count(distinct t5.IDENTIFIER) as c1, count(distinct t2.IDENTIFIER) as c2 from CPR_VIEW t1 left join CATISSUE_COLLECTION_PROTOCOL t0 on t0.IDENTIFIER = t1.CP_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t2.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.SPECIMEN_TYPE_ID where (t0.ACTIVITY_STATUS = 'Active' AND t1.PARTICIPANT_ID is not null AND (t3.VALUE in ('Urine')) AND t4.VALUE != 'Not Specified') AND (t1.ACTIVITY_STATUS != 'Disabled')" "500316","Mar 21, 2022 03:36","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","1","382","select Participant.id as ""$cprId"", Participant.ppid, Specimen.id as ""$specimenId"", CollectionProtocol.id as ""$cpId"", Specimen.label as ""Specimen ID"", Specimen.type, Specimen.tissueSite, Specimen.spmnCollRecvDetails.collTime where CollectionProtocol.activityStatus = ""Active"" and Participant.participantId exists and Specimen.type in (""Urine"") and Specimen.tissueSite != ""Not Specified"" limit 0, 10000","select * from (select tab.*, rownum rnum from (select t1.CPR_ID as c0, t1.PPID as c1, t2.IDENTIFIER as c2, t0.IDENTIFIER as c3, t2.LABEL as c4, t3.VALUE as c5, t4.VALUE as c6, t5.COLL_TIME as c7, 't1', t1.CPR_ID as mc0, 't2', t2.IDENTIFIER as mc1, 't0', t0.IDENTIFIER as mc2, 't5', t5.SPECIMEN_ID as mc3 from CPR_VIEW t1 left join CATISSUE_COLLECTION_PROTOCOL t0 on t0.IDENTIFIER = t1.CP_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t6 on t6.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t6.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t5 on t5.SPECIMEN_ID = t2.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t2.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.SPECIMEN_TYPE_ID where (t0.ACTIVITY_STATUS = 'Active' AND t1.PARTICIPANT_ID is not null AND (t3.VALUE in ('Urine')) AND t4.VALUE != 'Not Specified') AND (t1.ACTIVITY_STATUS != 'Disabled') order by t1.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "500317","Mar 21, 2022 03:47","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where CollectionProtocol.activityStatus = ""Active"" and Participant.participantId exists and Specimen.type in (""Urine"") and Specimen.tissueSite != ""Not Specified""","select count(distinct t1.CPR_ID) as c0, count(distinct t5.IDENTIFIER) as c1, count(distinct t2.IDENTIFIER) as c2 from CPR_VIEW t1 left join CATISSUE_COLLECTION_PROTOCOL t0 on t0.IDENTIFIER = t1.CP_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t2.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.SPECIMEN_TYPE_ID where (t0.ACTIVITY_STATUS = 'Active' AND t1.PARTICIPANT_ID is not null AND (t3.VALUE in ('Urine')) AND t4.VALUE != 'Not Specified') AND (t1.ACTIVITY_STATUS != 'Disabled')" "500318","Mar 21, 2022 03:47","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","1","382","select Participant.id as ""$cprId"", Participant.ppid, Specimen.id as ""$specimenId"", CollectionProtocol.id as ""$cpId"", Specimen.label as ""Specimen ID"", Specimen.type, Specimen.tissueSite, Specimen.spmnCollRecvDetails.collTime where CollectionProtocol.activityStatus = ""Active"" and Participant.participantId exists and Specimen.type in (""Urine"") and Specimen.tissueSite != ""Not Specified"" limit 0, 10000","select * from (select tab.*, rownum rnum from (select t1.CPR_ID as c0, t1.PPID as c1, t2.IDENTIFIER as c2, t0.IDENTIFIER as c3, t2.LABEL as c4, t3.VALUE as c5, t4.VALUE as c6, t5.COLL_TIME as c7, 't1', t1.CPR_ID as mc0, 't2', t2.IDENTIFIER as mc1, 't0', t0.IDENTIFIER as mc2, 't5', t5.SPECIMEN_ID as mc3 from CPR_VIEW t1 left join CATISSUE_COLLECTION_PROTOCOL t0 on t0.IDENTIFIER = t1.CP_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t6 on t6.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t6.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t5 on t5.SPECIMEN_ID = t2.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t2.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.SPECIMEN_TYPE_ID where (t0.ACTIVITY_STATUS = 'Active' AND t1.PARTICIPANT_ID is not null AND (t3.VALUE in ('Urine')) AND t4.VALUE != 'Not Specified') AND (t1.ACTIVITY_STATUS != 'Disabled') order by t1.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "500319","Mar 21, 2022 03:52","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where CollectionProtocol.activityStatus = ""Active"" and Participant.participantId exists and Specimen.type in (""Urine"") and Specimen.tissueSite != ""Not Specified""","select count(distinct t1.CPR_ID) as c0, count(distinct t5.IDENTIFIER) as c1, count(distinct t2.IDENTIFIER) as c2 from CPR_VIEW t1 left join CATISSUE_COLLECTION_PROTOCOL t0 on t0.IDENTIFIER = t1.CP_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t2.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.SPECIMEN_TYPE_ID where (t0.ACTIVITY_STATUS = 'Active' AND t1.PARTICIPANT_ID is not null AND (t3.VALUE in ('Urine')) AND t4.VALUE != 'Not Specified') AND (t1.ACTIVITY_STATUS != 'Disabled')" "500320","Mar 21, 2022 03:52","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","382","select Participant.id as ""$cprId"", Participant.ppid, Specimen.id as ""$specimenId"", CollectionProtocol.id as ""$cpId"", Specimen.label as ""Specimen ID"", Specimen.type, Specimen.tissueSite, Specimen.spmnCollRecvDetails.collTime where CollectionProtocol.activityStatus = ""Active"" and Participant.participantId exists and Specimen.type in (""Urine"") and Specimen.tissueSite != ""Not Specified"" limit 0, 10000","select * from (select tab.*, rownum rnum from (select t1.CPR_ID as c0, t1.PPID as c1, t2.IDENTIFIER as c2, t0.IDENTIFIER as c3, t2.LABEL as c4, t3.VALUE as c5, t4.VALUE as c6, t5.COLL_TIME as c7, 't1', t1.CPR_ID as mc0, 't2', t2.IDENTIFIER as mc1, 't0', t0.IDENTIFIER as mc2, 't5', t5.SPECIMEN_ID as mc3 from CPR_VIEW t1 left join CATISSUE_COLLECTION_PROTOCOL t0 on t0.IDENTIFIER = t1.CP_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t6 on t6.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t6.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t5 on t5.SPECIMEN_ID = t2.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t2.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.SPECIMEN_TYPE_ID where (t0.ACTIVITY_STATUS = 'Active' AND t1.PARTICIPANT_ID is not null AND (t3.VALUE in ('Urine')) AND t4.VALUE != 'Not Specified') AND (t1.ACTIVITY_STATUS != 'Disabled') order by t1.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "500321","Mar 21, 2022 03:53","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Export","1","382","select Participant.ppid, Specimen.label as ""Specimen ID"", Specimen.type, Specimen.tissueSite, Specimen.spmnCollRecvDetails.collTime where CollectionProtocol.activityStatus = ""Active"" and Participant.participantId exists and Specimen.type in (""Urine"") and Specimen.tissueSite != ""Not Specified""","select t1.PPID as c0, t2.LABEL as c1, t3.VALUE as c2, t4.VALUE as c3, t5.COLL_TIME as c4, 't1', t1.CPR_ID as mc0, 't2', t2.IDENTIFIER as mc1, 't5', t5.SPECIMEN_ID as mc2 from CPR_VIEW t1 left join CATISSUE_COLLECTION_PROTOCOL t0 on t0.IDENTIFIER = t1.CP_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t6 on t6.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t6.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' left join OS_SPMN_COLL_RECV_DETAILS_VIEW t5 on t5.SPECIMEN_ID = t2.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t2.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.SPECIMEN_TYPE_ID where (t0.ACTIVITY_STATUS = 'Active' AND t1.PARTICIPANT_ID is not null AND (t3.VALUE in ('Urine')) AND t4.VALUE != 'Not Specified') AND (t1.ACTIVITY_STATUS != 'Disabled') order by t1.CPR_ID" "500322","Mar 21, 2022 04:57","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 4973)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500323","Mar 21, 2022 05:47","Site Ankita","saa@gmail.com","SA_Ankita","Data","0","26","select distinct CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle, CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and (((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 5901)) and ((CollectionProtocol.cpSites.siteId = 4183))) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5901) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 5901)) AND ((t2.SITE_ID = 4183)))) AND ((t2.SITE_ID = 4183))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500324","Mar 21, 2022 05:51","Site Ankita","saa@gmail.com","SA_Ankita","Data","0","26","select distinct CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle, CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and (((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 5901)) and ((CollectionProtocol.cpSites.siteId = 4183))) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5901) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 5901)) AND ((t2.SITE_ID = 4183)))) AND ((t2.SITE_ID = 4183))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500325","Mar 21, 2022 05:51","Site Ankita","saa@gmail.com","SA_Ankita","Data","0","101","select distinct Specimen.createdOn, Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Specimen.label as ""Label"", Specimen.createdOn as ""Created On"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", Specimen.pathologicalStatus as ""Pathology Status"", Specimen.availableQty as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.collectionStatus = ""Collected"" and Specimen.activityStatus = ""Active"") and (((((Participant.medicalRecord.mrnSiteId = 4183 or CollectionProtocol.cpSites.siteId = 4183))) or (Specimen.lineage = ""New"" and (((Participant.medicalRecord.mrnSiteId = 4183 or CollectionProtocol.cpSites.siteId = 4183)))))) order by Specimen.createdOn desc limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t0.CREATED_ON as c0, t0.IDENTIFIER as c1, t6.VALUE as c2, t7.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t3.IDENTIFIER as c5, t0.LABEL as c6, t0.CREATED_ON as c7, t6.VALUE as c8, t8.VALUE as c9, t9.VALUE as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t5.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t5.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t10 on t10.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t1 on t1.CPR_ID = t10.COLLECTION_PROTOCOL_REG_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t1.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t1.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t4 on t4.COLLECTION_PROTOCOL_ID = t3.IDENTIFIER left join OS_SPECIMEN_POSITIONS_VIEW t5 on t5.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE') AND (((((t2.SITE_ID = 4183 OR t4.SITE_ID = 4183))) OR (upper(t0.LINEAGE) = 'NEW' AND (((t2.SITE_ID = 4183 OR t4.SITE_ID = 4183))))))) AND t3.IDENTIFIER = 5755) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500326","Mar 21, 2022 05:51","Site Ankita","saa@gmail.com","SA_Ankita","Data","0","101","select distinct Specimen.createdOn, Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Specimen.label as ""Label"", Specimen.createdOn as ""Created On"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", Specimen.pathologicalStatus as ""Pathology Status"", Specimen.availableQty as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.collectionStatus = ""Collected"" and Specimen.activityStatus = ""Active"") and (((((Participant.medicalRecord.mrnSiteId = 4183 or CollectionProtocol.cpSites.siteId = 4183))) or (Specimen.lineage = ""New"" and (((Participant.medicalRecord.mrnSiteId = 4183 or CollectionProtocol.cpSites.siteId = 4183)))))) order by Specimen.createdOn desc limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t0.CREATED_ON as c0, t0.IDENTIFIER as c1, t6.VALUE as c2, t7.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t3.IDENTIFIER as c5, t0.LABEL as c6, t0.CREATED_ON as c7, t6.VALUE as c8, t8.VALUE as c9, t9.VALUE as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t5.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t5.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t10 on t10.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t1 on t1.CPR_ID = t10.COLLECTION_PROTOCOL_REG_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t1.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t1.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t4 on t4.COLLECTION_PROTOCOL_ID = t3.IDENTIFIER left join OS_SPECIMEN_POSITIONS_VIEW t5 on t5.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE') AND (((((t2.SITE_ID = 4183 OR t4.SITE_ID = 4183))) OR (upper(t0.LINEAGE) = 'NEW' AND (((t2.SITE_ID = 4183 OR t4.SITE_ID = 4183))))))) AND t3.IDENTIFIER = 5755) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500327","Mar 21, 2022 05:55","Site Ankita","saa@gmail.com","SA_Ankita","Data","0","101","select distinct Specimen.createdOn, Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Specimen.label as ""Label"", Specimen.createdOn as ""Created On"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", Specimen.pathologicalStatus as ""Pathology Status"", Specimen.availableQty as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.collectionStatus = ""Collected"" and Specimen.activityStatus = ""Active"") and (((((Participant.medicalRecord.mrnSiteId = 4183 or CollectionProtocol.cpSites.siteId = 4183))) or (Specimen.lineage = ""New"" and (((Participant.medicalRecord.mrnSiteId = 4183 or CollectionProtocol.cpSites.siteId = 4183)))))) order by Specimen.createdOn desc limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t0.CREATED_ON as c0, t0.IDENTIFIER as c1, t6.VALUE as c2, t7.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t3.IDENTIFIER as c5, t0.LABEL as c6, t0.CREATED_ON as c7, t6.VALUE as c8, t8.VALUE as c9, t9.VALUE as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t5.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t5.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t10 on t10.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t1 on t1.CPR_ID = t10.COLLECTION_PROTOCOL_REG_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t1.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t1.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t4 on t4.COLLECTION_PROTOCOL_ID = t3.IDENTIFIER left join OS_SPECIMEN_POSITIONS_VIEW t5 on t5.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE') AND (((((t2.SITE_ID = 4183 OR t4.SITE_ID = 4183))) OR (upper(t0.LINEAGE) = 'NEW' AND (((t2.SITE_ID = 4183 OR t4.SITE_ID = 4183))))))) AND t3.IDENTIFIER = 5755) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500328","Mar 21, 2022 05:55","Site Ankita","saa@gmail.com","SA_Ankita","Data","0","101","select distinct Specimen.createdOn, Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Specimen.label as ""Label"", Specimen.createdOn as ""Created On"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", Specimen.pathologicalStatus as ""Pathology Status"", Specimen.availableQty as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.collectionStatus = ""Collected"" and Specimen.activityStatus = ""Active"") and (((((Participant.medicalRecord.mrnSiteId = 4183 or CollectionProtocol.cpSites.siteId = 4183))) or (Specimen.lineage = ""New"" and (((Participant.medicalRecord.mrnSiteId = 4183 or CollectionProtocol.cpSites.siteId = 4183)))))) order by Specimen.createdOn desc limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t0.CREATED_ON as c0, t0.IDENTIFIER as c1, t6.VALUE as c2, t7.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t3.IDENTIFIER as c5, t0.LABEL as c6, t0.CREATED_ON as c7, t6.VALUE as c8, t8.VALUE as c9, t9.VALUE as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t5.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t5.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t10 on t10.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t1 on t1.CPR_ID = t10.COLLECTION_PROTOCOL_REG_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t1.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t1.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t4 on t4.COLLECTION_PROTOCOL_ID = t3.IDENTIFIER left join OS_SPECIMEN_POSITIONS_VIEW t5 on t5.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE') AND (((((t2.SITE_ID = 4183 OR t4.SITE_ID = 4183))) OR (upper(t0.LINEAGE) = 'NEW' AND (((t2.SITE_ID = 4183 OR t4.SITE_ID = 4183))))))) AND t3.IDENTIFIER = 5755) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500329","Mar 21, 2022 05:56","Site Ankita","saa@gmail.com","SA_Ankita","Data","0","101","select distinct Specimen.createdOn, Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Specimen.label as ""Label"", Specimen.createdOn as ""Created On"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", Specimen.pathologicalStatus as ""Pathology Status"", Specimen.availableQty as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.collectionStatus = ""Collected"" and Specimen.activityStatus = ""Active"") and (((((Participant.medicalRecord.mrnSiteId = 4183 or CollectionProtocol.cpSites.siteId = 4183))) or (Specimen.lineage = ""New"" and (((Participant.medicalRecord.mrnSiteId = 4183 or CollectionProtocol.cpSites.siteId = 4183)))))) order by Specimen.createdOn desc limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t0.CREATED_ON as c0, t0.IDENTIFIER as c1, t6.VALUE as c2, t7.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t3.IDENTIFIER as c5, t0.LABEL as c6, t0.CREATED_ON as c7, t6.VALUE as c8, t8.VALUE as c9, t9.VALUE as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t5.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t5.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t10 on t10.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t1 on t1.CPR_ID = t10.COLLECTION_PROTOCOL_REG_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t1.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t1.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t4 on t4.COLLECTION_PROTOCOL_ID = t3.IDENTIFIER left join OS_SPECIMEN_POSITIONS_VIEW t5 on t5.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE') AND (((((t2.SITE_ID = 4183 OR t4.SITE_ID = 4183))) OR (upper(t0.LINEAGE) = 'NEW' AND (((t2.SITE_ID = 4183 OR t4.SITE_ID = 4183))))))) AND t3.IDENTIFIER = 5755) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500330","Mar 21, 2022 06:00","Site Ankita","saa@gmail.com","SA_Ankita","Data","0","26","select distinct CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle, CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and (((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 5901)) and ((CollectionProtocol.cpSites.siteId = 4183))) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5901) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 5901)) AND ((t2.SITE_ID = 4183)))) AND ((t2.SITE_ID = 4183))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500331","Mar 21, 2022 06:00","Site Ankita","saa@gmail.com","SA_Ankita","Data","0","8","select distinct Specimen.createdOn, Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Specimen.label as ""Label"", Specimen.createdOn as ""Created On"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", Specimen.pathologicalStatus as ""Pathology Status"", Specimen.availableQty as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.collectionStatus = ""Collected"" and Specimen.activityStatus = ""Active"") and (((((Participant.medicalRecord.mrnSiteId = 4183 or CollectionProtocol.cpSites.siteId = 4183))) or (Specimen.lineage = ""New"" and (((Participant.medicalRecord.mrnSiteId = 4183 or CollectionProtocol.cpSites.siteId = 4183)))))) order by Specimen.createdOn desc limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t0.CREATED_ON as c0, t0.IDENTIFIER as c1, t6.VALUE as c2, t7.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t3.IDENTIFIER as c5, t0.LABEL as c6, t0.CREATED_ON as c7, t6.VALUE as c8, t8.VALUE as c9, t9.VALUE as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t5.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t5.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t10 on t10.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t1 on t1.CPR_ID = t10.COLLECTION_PROTOCOL_REG_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t1.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t1.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t4 on t4.COLLECTION_PROTOCOL_ID = t3.IDENTIFIER left join OS_SPECIMEN_POSITIONS_VIEW t5 on t5.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE') AND (((((t2.SITE_ID = 4183 OR t4.SITE_ID = 4183))) OR (upper(t0.LINEAGE) = 'NEW' AND (((t2.SITE_ID = 4183 OR t4.SITE_ID = 4183))))))) AND t3.IDENTIFIER = 6121) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500332","Mar 21, 2022 06:08","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 4973)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500333","Mar 21, 2022 06:08","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","25","select Participant.id as ""cprId"", Participant.ppid as ""Deelnemer Protocol-ID(PPID)"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Naam"", Participant.regDate as ""Registratie Datum"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Leeftijd"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.REGISTRATION_DATE as c3, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c4 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5962) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500334","Mar 21, 2022 06:08","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","25","select Participant.id as ""cprId"", Participant.ppid as ""Deelnemer Protocol-ID(PPID)"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Naam"", Participant.regDate as ""Registratie Datum"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Leeftijd"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.REGISTRATION_DATE as c3, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c4 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5962) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500335","Mar 21, 2022 06:09","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","33","select Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Specimen.label as ""Label"", Specimen.createdOn as ""Created On"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", Specimen.customFields.epidemiology_specimen_custom_form.made_method as ""Made Medhod"", Specimen.customFields.epidemiology_specimen_custom_form.product_additive as ""Product Additive"", Specimen.availableQty as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.collectionStatus = ""Collected"" and Specimen.activityStatus = ""Active"") order by Specimen.createdOn desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t5.VALUE as c1, t6.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t5.VALUE as c7, t7.VALUE as c8, t3.DE_A_3 as c9, t3.DE_A_4 as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t4.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t4.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t9 on t9.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t9.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join (OS_SPMN_CUST_FIELDS t2 inner join DE_E_26777 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 13227) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6078) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500336","Mar 21, 2022 06:09","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 244)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500337","Mar 21, 2022 06:09","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","8","select Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Specimen.label as ""Label"", Specimen.createdOn as ""Created On"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", Specimen.pathologicalStatus as ""Pathology Status"", Specimen.availableQty as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.collectionStatus = ""Collected"" and Specimen.activityStatus = ""Active"") order by Specimen.createdOn desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6121) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500338","Mar 21, 2022 06:10","Site Ankita","saa@gmail.com","SA_Ankita","Data","0","8","select distinct Specimen.createdOn, Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Specimen.label as ""Label"", Specimen.createdOn as ""Created On"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", Specimen.pathologicalStatus as ""Pathology Status"", Specimen.availableQty as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.collectionStatus = ""Collected"" and Specimen.activityStatus = ""Active"") and (((((Participant.medicalRecord.mrnSiteId = 4183 or CollectionProtocol.cpSites.siteId = 4183))) or (Specimen.lineage = ""New"" and (((Participant.medicalRecord.mrnSiteId = 4183 or CollectionProtocol.cpSites.siteId = 4183)))))) order by Specimen.createdOn desc limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t0.CREATED_ON as c0, t0.IDENTIFIER as c1, t6.VALUE as c2, t7.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t3.IDENTIFIER as c5, t0.LABEL as c6, t0.CREATED_ON as c7, t6.VALUE as c8, t8.VALUE as c9, t9.VALUE as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t5.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t5.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t10 on t10.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t1 on t1.CPR_ID = t10.COLLECTION_PROTOCOL_REG_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t1.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t1.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t4 on t4.COLLECTION_PROTOCOL_ID = t3.IDENTIFIER left join OS_SPECIMEN_POSITIONS_VIEW t5 on t5.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE') AND (((((t2.SITE_ID = 4183 OR t4.SITE_ID = 4183))) OR (upper(t0.LINEAGE) = 'NEW' AND (((t2.SITE_ID = 4183 OR t4.SITE_ID = 4183))))))) AND t3.IDENTIFIER = 6121) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500339","Mar 21, 2022 06:11","Site Ankita","saa@gmail.com","SA_Ankita","Data","0","8","select distinct Specimen.createdOn, Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Specimen.label as ""Label"", Specimen.createdOn as ""Created On"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", Specimen.pathologicalStatus as ""Pathology Status"", Specimen.availableQty as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.collectionStatus = ""Collected"" and Specimen.activityStatus = ""Active"") and (((((Participant.medicalRecord.mrnSiteId = 4183 or CollectionProtocol.cpSites.siteId = 4183))) or (Specimen.lineage = ""New"" and (((Participant.medicalRecord.mrnSiteId = 4183 or CollectionProtocol.cpSites.siteId = 4183)))))) order by Specimen.createdOn desc limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t0.CREATED_ON as c0, t0.IDENTIFIER as c1, t6.VALUE as c2, t7.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t3.IDENTIFIER as c5, t0.LABEL as c6, t0.CREATED_ON as c7, t6.VALUE as c8, t8.VALUE as c9, t9.VALUE as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t5.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t5.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t10 on t10.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t1 on t1.CPR_ID = t10.COLLECTION_PROTOCOL_REG_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t1.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t1.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t4 on t4.COLLECTION_PROTOCOL_ID = t3.IDENTIFIER left join OS_SPECIMEN_POSITIONS_VIEW t5 on t5.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE') AND (((((t2.SITE_ID = 4183 OR t4.SITE_ID = 4183))) OR (upper(t0.LINEAGE) = 'NEW' AND (((t2.SITE_ID = 4183 OR t4.SITE_ID = 4183))))))) AND t3.IDENTIFIER = 6121) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500340","Mar 21, 2022 06:18","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","25","select Participant.id as ""cprId"", Participant.ppid as ""Deelnemer Protocol-ID(PPID)"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Naam"", Participant.regDate as ""Registratie Datum"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Leeftijd"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.REGISTRATION_DATE as c3, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c4 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5962) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500341","Mar 21, 2022 06:19","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","25","select Participant.id as ""cprId"", Participant.ppid as ""Deelnemer Protocol-ID(PPID)"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Naam"", Participant.regDate as ""Registratie Datum"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Leeftijd"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.REGISTRATION_DATE as c3, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c4 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5962) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500342","Mar 21, 2022 06:32","Site Ankita","saa@gmail.com","SA_Ankita","Data","0","26","select distinct CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle, CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and (((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 5901)) and ((CollectionProtocol.cpSites.siteId = 4183))) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5901) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 5901)) AND ((t2.SITE_ID = 4183)))) AND ((t2.SITE_ID = 4183))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500343","Mar 21, 2022 06:32","Site Ankita","saa@gmail.com","SA_Ankita","Data","0","26","select distinct CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle, CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and (((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 5901)) and ((CollectionProtocol.cpSites.siteId = 4183))) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5901) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 5901)) AND ((t2.SITE_ID = 4183)))) AND ((t2.SITE_ID = 4183))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500344","Mar 21, 2022 06:32","Site Ankita","saa@gmail.com","SA_Ankita","Data","0","3","select distinct Specimen.createdOn, Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Specimen.label as ""Label"", Specimen.createdOn as ""Created On"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", Specimen.pathologicalStatus as ""Pathology Status"", Specimen.availableQty as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.collectionStatus = ""Collected"" and Specimen.activityStatus = ""Active"") and (((((Participant.medicalRecord.mrnSiteId = 4183 or CollectionProtocol.cpSites.siteId = 4183))) or (Specimen.lineage = ""New"" and (((Participant.medicalRecord.mrnSiteId = 4183 or CollectionProtocol.cpSites.siteId = 4183)))))) order by Specimen.createdOn desc limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t0.CREATED_ON as c0, t0.IDENTIFIER as c1, t6.VALUE as c2, t7.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t3.IDENTIFIER as c5, t0.LABEL as c6, t0.CREATED_ON as c7, t6.VALUE as c8, t8.VALUE as c9, t9.VALUE as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t5.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t5.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t10 on t10.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t1 on t1.CPR_ID = t10.COLLECTION_PROTOCOL_REG_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t1.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t1.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t4 on t4.COLLECTION_PROTOCOL_ID = t3.IDENTIFIER left join OS_SPECIMEN_POSITIONS_VIEW t5 on t5.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE') AND (((((t2.SITE_ID = 4183 OR t4.SITE_ID = 4183))) OR (upper(t0.LINEAGE) = 'NEW' AND (((t2.SITE_ID = 4183 OR t4.SITE_ID = 4183))))))) AND t3.IDENTIFIER = 6123) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500345","Mar 21, 2022 06:55","Site Ankita","saa@gmail.com","SA_Ankita","Data","0","3","select distinct Specimen.createdOn, Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Specimen.label as ""Label"", Specimen.createdOn as ""Created On"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", Specimen.pathologicalStatus as ""Pathology Status"", Specimen.availableQty as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.collectionStatus = ""Collected"" and Specimen.activityStatus = ""Active"") and (((((Participant.medicalRecord.mrnSiteId = 4183 or CollectionProtocol.cpSites.siteId = 4183))) or (Specimen.lineage = ""New"" and (((Participant.medicalRecord.mrnSiteId = 4183 or CollectionProtocol.cpSites.siteId = 4183)))))) order by Specimen.createdOn desc limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t0.CREATED_ON as c0, t0.IDENTIFIER as c1, t6.VALUE as c2, t7.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t3.IDENTIFIER as c5, t0.LABEL as c6, t0.CREATED_ON as c7, t6.VALUE as c8, t8.VALUE as c9, t9.VALUE as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t5.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t5.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t10 on t10.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t1 on t1.CPR_ID = t10.COLLECTION_PROTOCOL_REG_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t1.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t1.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t4 on t4.COLLECTION_PROTOCOL_ID = t3.IDENTIFIER left join OS_SPECIMEN_POSITIONS_VIEW t5 on t5.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE') AND (((((t2.SITE_ID = 4183 OR t4.SITE_ID = 4183))) OR (upper(t0.LINEAGE) = 'NEW' AND (((t2.SITE_ID = 4183 OR t4.SITE_ID = 4183))))))) AND t3.IDENTIFIER = 6123) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500346","Mar 21, 2022 06:56","Site Ankita","saa@gmail.com","SA_Ankita","Data","0","4","select distinct Specimen.createdOn, Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Specimen.label as ""Label"", Specimen.createdOn as ""Created On"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", Specimen.pathologicalStatus as ""Pathology Status"", Specimen.availableQty as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.collectionStatus = ""Collected"" and Specimen.activityStatus = ""Active"") and (((((Participant.medicalRecord.mrnSiteId = 4183 or CollectionProtocol.cpSites.siteId = 4183))) or (Specimen.lineage = ""New"" and (((Participant.medicalRecord.mrnSiteId = 4183 or CollectionProtocol.cpSites.siteId = 4183)))))) order by Specimen.createdOn desc limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t0.CREATED_ON as c0, t0.IDENTIFIER as c1, t6.VALUE as c2, t7.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t3.IDENTIFIER as c5, t0.LABEL as c6, t0.CREATED_ON as c7, t6.VALUE as c8, t8.VALUE as c9, t9.VALUE as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t5.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t5.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t10 on t10.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t1 on t1.CPR_ID = t10.COLLECTION_PROTOCOL_REG_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t1.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t1.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t4 on t4.COLLECTION_PROTOCOL_ID = t3.IDENTIFIER left join OS_SPECIMEN_POSITIONS_VIEW t5 on t5.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE') AND (((((t2.SITE_ID = 4183 OR t4.SITE_ID = 4183))) OR (upper(t0.LINEAGE) = 'NEW' AND (((t2.SITE_ID = 4183 OR t4.SITE_ID = 4183))))))) AND t3.IDENTIFIER = 6123) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500347","Mar 21, 2022 07:24","Site Ankita","saa@gmail.com","SA_Ankita","Data","0","4","select distinct Specimen.createdOn, Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Specimen.label as ""Label"", Specimen.createdOn as ""Created On"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", Specimen.pathologicalStatus as ""Pathology Status"", Specimen.availableQty as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.collectionStatus = ""Collected"" and Specimen.activityStatus = ""Active"") and (((((Participant.medicalRecord.mrnSiteId = 4183 or CollectionProtocol.cpSites.siteId = 4183))) or (Specimen.lineage = ""New"" and (((Participant.medicalRecord.mrnSiteId = 4183 or CollectionProtocol.cpSites.siteId = 4183)))))) order by Specimen.createdOn limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t0.CREATED_ON as c0, t0.IDENTIFIER as c1, t6.VALUE as c2, t7.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t3.IDENTIFIER as c5, t0.LABEL as c6, t0.CREATED_ON as c7, t6.VALUE as c8, t8.VALUE as c9, t9.VALUE as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t5.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t5.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t10 on t10.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t1 on t1.CPR_ID = t10.COLLECTION_PROTOCOL_REG_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t1.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t1.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t4 on t4.COLLECTION_PROTOCOL_ID = t3.IDENTIFIER left join OS_SPECIMEN_POSITIONS_VIEW t5 on t5.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE') AND (((((t2.SITE_ID = 4183 OR t4.SITE_ID = 4183))) OR (upper(t0.LINEAGE) = 'NEW' AND (((t2.SITE_ID = 4183 OR t4.SITE_ID = 4183))))))) AND t3.IDENTIFIER = 6123) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON asc ) tab where rownum <= 101) where rnum >= 1" "500348","Mar 21, 2022 07:24","Site Ankita","saa@gmail.com","SA_Ankita","Data","0","7","select distinct Specimen.createdOn, Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Specimen.label as ""Label"", Specimen.createdOn as ""Created On"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", Specimen.pathologicalStatus as ""Pathology Status"", Specimen.availableQty as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.collectionStatus = ""Collected"" and Specimen.activityStatus = ""Active"") and (((((Participant.medicalRecord.mrnSiteId = 4183 or CollectionProtocol.cpSites.siteId = 4183))) or (Specimen.lineage = ""New"" and (((Participant.medicalRecord.mrnSiteId = 4183 or CollectionProtocol.cpSites.siteId = 4183)))))) order by Specimen.createdOn desc limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t0.CREATED_ON as c0, t0.IDENTIFIER as c1, t6.VALUE as c2, t7.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t3.IDENTIFIER as c5, t0.LABEL as c6, t0.CREATED_ON as c7, t6.VALUE as c8, t8.VALUE as c9, t9.VALUE as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t5.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t5.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t10 on t10.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t1 on t1.CPR_ID = t10.COLLECTION_PROTOCOL_REG_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t1.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t1.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t4 on t4.COLLECTION_PROTOCOL_ID = t3.IDENTIFIER left join OS_SPECIMEN_POSITIONS_VIEW t5 on t5.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE') AND (((((t2.SITE_ID = 4183 OR t4.SITE_ID = 4183))) OR (upper(t0.LINEAGE) = 'NEW' AND (((t2.SITE_ID = 4183 OR t4.SITE_ID = 4183))))))) AND t3.IDENTIFIER = 6123) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500349","Mar 21, 2022 08:13","Site Ankita","saa@gmail.com","SA_Ankita","Data","0","9","select distinct Specimen.createdOn, Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Specimen.label as ""Label"", Specimen.createdOn as ""Created On"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", Specimen.pathologicalStatus as ""Pathology Status"", Specimen.availableQty as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.collectionStatus = ""Collected"" and Specimen.activityStatus = ""Active"") and (((((Participant.medicalRecord.mrnSiteId = 4183 or CollectionProtocol.cpSites.siteId = 4183))) or (Specimen.lineage = ""New"" and (((Participant.medicalRecord.mrnSiteId = 4183 or CollectionProtocol.cpSites.siteId = 4183)))))) order by Specimen.createdOn desc limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t0.CREATED_ON as c0, t0.IDENTIFIER as c1, t6.VALUE as c2, t7.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t3.IDENTIFIER as c5, t0.LABEL as c6, t0.CREATED_ON as c7, t6.VALUE as c8, t8.VALUE as c9, t9.VALUE as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t5.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t5.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t10 on t10.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t1 on t1.CPR_ID = t10.COLLECTION_PROTOCOL_REG_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t1.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t1.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t4 on t4.COLLECTION_PROTOCOL_ID = t3.IDENTIFIER left join OS_SPECIMEN_POSITIONS_VIEW t5 on t5.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE') AND (((((t2.SITE_ID = 4183 OR t4.SITE_ID = 4183))) OR (upper(t0.LINEAGE) = 'NEW' AND (((t2.SITE_ID = 4183 OR t4.SITE_ID = 4183))))))) AND t3.IDENTIFIER = 6123) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500350","Mar 21, 2022 08:15","Site Ankita","saa@gmail.com","SA_Ankita","Data","0","9","select distinct Specimen.createdOn, Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Specimen.label as ""Label"", Specimen.createdOn as ""Created On"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", Specimen.pathologicalStatus as ""Pathology Status"", Specimen.availableQty as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.collectionStatus = ""Collected"" and Specimen.activityStatus = ""Active"") and (((((Participant.medicalRecord.mrnSiteId = 4183 or CollectionProtocol.cpSites.siteId = 4183))) or (Specimen.lineage = ""New"" and (((Participant.medicalRecord.mrnSiteId = 4183 or CollectionProtocol.cpSites.siteId = 4183)))))) order by Specimen.createdOn desc limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t0.CREATED_ON as c0, t0.IDENTIFIER as c1, t6.VALUE as c2, t7.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t3.IDENTIFIER as c5, t0.LABEL as c6, t0.CREATED_ON as c7, t6.VALUE as c8, t8.VALUE as c9, t9.VALUE as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t5.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t5.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t10 on t10.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t1 on t1.CPR_ID = t10.COLLECTION_PROTOCOL_REG_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t1.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t1.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t4 on t4.COLLECTION_PROTOCOL_ID = t3.IDENTIFIER left join OS_SPECIMEN_POSITIONS_VIEW t5 on t5.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE') AND (((((t2.SITE_ID = 4183 OR t4.SITE_ID = 4183))) OR (upper(t0.LINEAGE) = 'NEW' AND (((t2.SITE_ID = 4183 OR t4.SITE_ID = 4183))))))) AND t3.IDENTIFIER = 6123) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500351","Mar 21, 2022 10:57","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 408)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 408) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 408))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500352","Mar 21, 2022 10:57","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","11","select Participant.id as ""cprId"", Participant.ppid as ""Participant Protocol ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5695) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500353","Mar 21, 2022 10:58","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","14","select Participant.id as ""cprId"", Participant.ppid as ""Participant Protocol ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", date_format(Participant.regDate, ""%month2%/%month_day%/%year4% %hour%:%minute%"") as ""Registration Date"", Participant.customFields.additionalRegistration.preferredLanguage as ""Preferred Language"", Participant.econsents.customFields.consentCustomFields.consentDate as ""Consent Date"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500354","Mar 21, 2022 10:58","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","11","select Participant.id as ""cprId"", Participant.ppid as ""Participant Protocol ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5695) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500355","Mar 21, 2022 10:58","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","76","select Participant.id as ""cprId"", Participant.ppid as ""Participant Protocol ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", date_format(Participant.regDate, ""%month2%/%month_day%/%year4% %hour%:%minute%"") as ""Registration Date"", Participant.customFields.additionalRegistration.preferredLanguage as ""Preferred Language"", Participant.econsents.customFields.consentCustomFields.consentDate as ""Consent Date"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5112) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500356","Mar 21, 2022 11:03","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","15","select Participant.id as ""cprId"", Participant.ppid as ""Participant Protocol ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", date_format(Participant.regDate, ""%month2%/%month_day%/%year4% %hour%:%minute%"") as ""Registration Date"", Participant.customFields.additionalRegistration.preferredLanguage as ""Preferred Language"", Participant.econsents.customFields.consentCustomFields.consentDate as ""Consent Date"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500357","Mar 21, 2022 11:09","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","15","select Participant.id as ""cprId"", Participant.ppid as ""Participant Protocol ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", date_format(Participant.regDate, ""%month2%/%month_day%/%year4% %hour%:%minute%"") as ""Registration Date"", Participant.customFields.additionalRegistration.preferredLanguage as ""Preferred Language"", Participant.econsents.customFields.consentCustomFields.consentDate as ""Consent Date"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500358","Mar 21, 2022 12:07","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 408)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 408) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 408))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500359","Mar 21, 2022 12:08","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 408)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 408) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 408))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500360","Mar 21, 2022 12:08","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 408)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 408) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 408))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500361","Mar 21, 2022 12:19","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","15","select Participant.id as ""cprId"", Participant.ppid as ""Participant Protocol ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", date_format(Participant.regDate, ""%month2%/%month_day%/%year4% %hour%:%minute%"") as ""Registration Date"", Participant.customFields.additionalRegistration.preferredLanguage as ""Preferred Language"", Participant.econsents.customFields.consentCustomFields.consentDate as ""Consent Date"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500362","Mar 21, 2022 12:25","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","16","select Participant.id as ""cprId"", Participant.ppid as ""Participant Protocol ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", date_format(Participant.regDate, ""%month2%/%month_day%/%year4% %hour%:%minute%"") as ""Registration Date"", Participant.customFields.additionalRegistration.preferredLanguage as ""Preferred Language"", Participant.econsents.customFields.consentCustomFields.consentDate as ""Consent Date"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500363","Mar 21, 2022 12:25","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","16","select Participant.id as ""cprId"", Participant.ppid as ""Participant Protocol ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", date_format(Participant.regDate, ""%month2%/%month_day%/%year4% %hour%:%minute%"") as ""Registration Date"", Participant.customFields.additionalRegistration.preferredLanguage as ""Preferred Language"", Participant.econsents.customFields.consentCustomFields.consentDate as ""Consent Date"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500364","Mar 21, 2022 12:27","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","17","select Participant.id as ""cprId"", Participant.ppid as ""Participant Protocol ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", date_format(Participant.regDate, ""%month2%/%month_day%/%year4% %hour%:%minute%"") as ""Registration Date"", Participant.customFields.additionalRegistration.preferredLanguage as ""Preferred Language"", Participant.econsents.customFields.consentCustomFields.consentDate as ""Consent Date"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500365","Mar 21, 2022 12:32","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","22","select Participant.id as ""cprId"", Participant.ppid as ""Participant Protocol ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", date_format(Participant.regDate, ""%month2%/%month_day%/%year4% %hour%:%minute%"") as ""Registration Date"", Participant.customFields.additionalRegistration.preferredLanguage as ""Preferred Language"", Participant.econsents.customFields.consentCustomFields.consentDate as ""Consent Date"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500366","Mar 21, 2022 12:34","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","22","select Participant.id as ""cprId"", Participant.ppid as ""Participant Protocol ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", date_format(Participant.regDate, ""%month2%/%month_day%/%year4% %hour%:%minute%"") as ""Registration Date"", Participant.customFields.additionalRegistration.preferredLanguage as ""Preferred Language"", Participant.econsents.customFields.consentCustomFields.consentDate as ""Consent Date"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500367","Mar 21, 2022 12:34","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","22","select Participant.id as ""cprId"", Participant.ppid as ""Participant Protocol ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", date_format(Participant.regDate, ""%month2%/%month_day%/%year4% %hour%:%minute%"") as ""Registration Date"", Participant.customFields.additionalRegistration.preferredLanguage as ""Preferred Language"", Participant.econsents.customFields.consentCustomFields.consentDate as ""Consent Date"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500368","Mar 21, 2022 23:49","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","23","select Participant.id as ""cprId"", Participant.ppid as ""Participant Protocol ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", date_format(Participant.regDate, ""%month2%/%month_day%/%year4% %hour%:%minute%"") as ""Registration Date"", Participant.customFields.additionalRegistration.preferredLanguage as ""Preferred Language"", Participant.econsents.customFields.consentCustomFields.consentDate as ""Consent Date"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500369","Mar 21, 2022 23:50","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","24","select Participant.id as ""cprId"", Participant.ppid as ""Participant Protocol ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", date_format(Participant.regDate, ""%month2%/%month_day%/%year4% %hour%:%minute%"") as ""Registration Date"", Participant.customFields.additionalRegistration.preferredLanguage as ""Preferred Language"", Participant.econsents.customFields.consentCustomFields.consentDate as ""Consent Date"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500370","Mar 21, 2022 23:53","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","25","select Participant.id as ""cprId"", Participant.ppid as ""Participant Protocol ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", date_format(Participant.regDate, ""%month2%/%month_day%/%year4% %hour%:%minute%"") as ""Registration Date"", Participant.customFields.additionalRegistration.preferredLanguage as ""Preferred Language"", Participant.econsents.customFields.consentCustomFields.consentDate as ""Consent Date"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500371","Mar 21, 2022 23:57","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","9","select Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Specimen.label as ""Label"", Specimen.createdOn as ""Created On"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", Specimen.pathologicalStatus as ""Pathology Status"", Specimen.availableQty as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.collectionStatus = ""Collected"" and Specimen.activityStatus = ""Active"") order by Specimen.createdOn desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6123) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500372","Mar 21, 2022 23:58","Site Ankita","saa@gmail.com","SA_Ankita","Data","0","13","select distinct CollectionProtocol.id, Participant.regDate, Participant.id as ""cprId"", Participant.ppid as ""Participant Protocol ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) and (((((Participant.medicalRecord.mrnSiteId = 4183 or CollectionProtocol.cpSites.siteId = 4183))))) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c4, t0.EMPI_ID as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4183 OR t3.SITE_ID = 4183)))))) AND t2.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500373","Mar 21, 2022 23:58","Site Ankita","saa@gmail.com","SA_Ankita","Data","0","26","select distinct CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle, CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and (((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 5901)) and ((CollectionProtocol.cpSites.siteId = 4183))) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5901) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 5901)) AND ((t2.SITE_ID = 4183)))) AND ((t2.SITE_ID = 4183))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500374","Mar 21, 2022 23:58","Site Ankita","saa@gmail.com","SA_Ankita","Data","0","9","select distinct Specimen.createdOn, Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Specimen.label as ""Label"", Specimen.createdOn as ""Created On"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", Specimen.pathologicalStatus as ""Pathology Status"", Specimen.availableQty as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.collectionStatus = ""Collected"" and Specimen.activityStatus = ""Active"") and (((((Participant.medicalRecord.mrnSiteId = 4183 or CollectionProtocol.cpSites.siteId = 4183))) or (Specimen.lineage = ""New"" and (((Participant.medicalRecord.mrnSiteId = 4183 or CollectionProtocol.cpSites.siteId = 4183)))))) order by Specimen.createdOn desc limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t0.CREATED_ON as c0, t0.IDENTIFIER as c1, t6.VALUE as c2, t7.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t3.IDENTIFIER as c5, t0.LABEL as c6, t0.CREATED_ON as c7, t6.VALUE as c8, t8.VALUE as c9, t9.VALUE as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t5.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t5.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t10 on t10.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t1 on t1.CPR_ID = t10.COLLECTION_PROTOCOL_REG_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t1.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t1.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t4 on t4.COLLECTION_PROTOCOL_ID = t3.IDENTIFIER left join OS_SPECIMEN_POSITIONS_VIEW t5 on t5.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE') AND (((((t2.SITE_ID = 4183 OR t4.SITE_ID = 4183))) OR (upper(t0.LINEAGE) = 'NEW' AND (((t2.SITE_ID = 4183 OR t4.SITE_ID = 4183))))))) AND t3.IDENTIFIER = 6123) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500375","Mar 21, 2022 23:58","Site Ankita","saa@gmail.com","SA_Ankita","Data","0","26","select distinct CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle, CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and (((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 5901)) and ((CollectionProtocol.cpSites.siteId = 4183))) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5901) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 5901)) AND ((t2.SITE_ID = 4183)))) AND ((t2.SITE_ID = 4183))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500376","Mar 21, 2022 23:58","Site Ankita","saa@gmail.com","SA_Ankita","Data","0","6","select distinct CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle, CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and (((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 5901)) and ((CollectionProtocol.cpSites.siteId = 4183))) and (CollectionProtocol.shortTitle contains ""test"") order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5901) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 5901)) AND ((t2.SITE_ID = 4183))) AND (upper(t0.SHORT_TITLE) like '%TEST%' ESCAPE '\' )) AND ((t2.SITE_ID = 4183))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500377","Mar 21, 2022 23:59","Site Ankita","saa@gmail.com","SA_Ankita","Data","0","27","select distinct CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle, CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and (((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 5901)) and ((CollectionProtocol.cpSites.siteId = 4183))) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5901) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 5901)) AND ((t2.SITE_ID = 4183)))) AND ((t2.SITE_ID = 4183))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500378","Mar 22, 2022 00:22","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 244)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500379","Mar 22, 2022 00:22","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","1","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 244)) and (CollectionProtocol.shortTitle contains ""pcb"") order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244)) AND (upper(t0.SHORT_TITLE) like '%PCB%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500380","Mar 22, 2022 00:23","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 244)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500381","Mar 22, 2022 00:39","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 6299)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500382","Mar 22, 2022 00:50","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","33","select Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Specimen.label as ""Label"", Specimen.createdOn as ""Created On"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", Specimen.customFields.epidemiology_specimen_custom_form.made_method as ""Made Medhod"", Specimen.customFields.epidemiology_specimen_custom_form.product_additive as ""Product Additive"", Specimen.availableQty as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.collectionStatus = ""Collected"" and Specimen.activityStatus = ""Active"") order by Specimen.createdOn desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t5.VALUE as c1, t6.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t5.VALUE as c7, t7.VALUE as c8, t3.DE_A_3 as c9, t3.DE_A_4 as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t4.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t4.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t9 on t9.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t9.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join (OS_SPMN_CUST_FIELDS t2 inner join DE_E_26777 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 13227) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6078) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500383","Mar 22, 2022 00:50","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 6299)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500384","Mar 22, 2022 00:50","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 6299)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500385","Mar 22, 2022 00:52","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 244)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500386","Mar 22, 2022 00:52","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","13","select Participant.id as ""cprId"", Participant.ppid as ""Participant Protocol ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500387","Mar 22, 2022 01:37","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where Specimen.type = ""Plasma"" and Specimen.availableQty exists","select count(distinct t3.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.VALUE = 'Plasma' AND t0.AVAILABLE_QUANTITY is not null ) AND t2.IDENTIFIER = 5714) AND (t3.ACTIVITY_STATUS != 'Disabled')" "500388","Mar 22, 2022 01:38","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where Specimen.type = ""Plasma"" and Specimen.availableQty exists","select count(distinct t3.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.VALUE = 'Plasma' AND t0.AVAILABLE_QUANTITY is not null ) AND t2.IDENTIFIER = 5714) AND (t3.ACTIVITY_STATUS != 'Disabled')" "500389","Mar 22, 2022 01:38","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","1","78","select Participant.id as ""$cprId"", Participant.ppid, Participant.regDate, Participant.gender, Participant.race, SpecimenCollectionGroup.clinicalDiagnoses.value, Specimen.id as ""$specimenId"", CollectionProtocol.id as ""$cpId"", Specimen.label, Specimen.type, Specimen.tissueSite, Specimen.spmnCollRecvDetails.collTime, Specimen.specimenStatistics.ischemiaTime where Specimen.type = ""Plasma"" and Specimen.availableQty exists limit 0, 10000","select * from (select tab.*, rownum rnum from (select t5.CPR_ID as c0, t5.PPID as c1, t5.REGISTRATION_DATE as c2, t6.VALUE as c3, t8.VALUE as c4, t10.VALUE as c5, t0.IDENTIFIER as c6, t2.IDENTIFIER as c7, t0.LABEL as c8, t1.VALUE as c9, t11.VALUE as c10, t3.COLL_TIME as c11, t4.ISCHEMIA_TIME as c12, 't5', t5.CPR_ID as mc0, 't10', t10.IDENTIFIER as mc1, 't0', t0.IDENTIFIER as mc2, 't2', t2.IDENTIFIER as mc3, 't3', t3.SPECIMEN_ID as mc4, 't4', t4.SPECIMEN_ID as mc5 from CPR_VIEW t5 left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t5.GENDER_ID left join CATISSUE_RACE t7 on t7.PARTICIPANT_ID = t5.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t7.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t9 on t9.COLLECTION_PROTOCOL_REG_ID = t5.CPR_ID and t9.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t9.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_STATS t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t3 on t3.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t10 on t10.VISIT_ID = t9.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t5.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.VALUE = 'Plasma' AND t0.AVAILABLE_QUANTITY is not null ) AND t2.IDENTIFIER = 5714) AND (t5.ACTIVITY_STATUS != 'Disabled') order by t5.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "500390","Mar 22, 2022 01:38","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where Specimen.type = ""Plasma"" and Specimen.availableQty exists","select count(distinct t3.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.VALUE = 'Plasma' AND t0.AVAILABLE_QUANTITY is not null ) AND t2.IDENTIFIER = 5714) AND (t3.ACTIVITY_STATUS != 'Disabled')" "500391","Mar 22, 2022 01:38","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","78","select Specimen.id as ""$specimenId"", CollectionProtocol.id as ""$cpId"", Specimen.label, Specimen.type where Specimen.type = ""Plasma"" and Specimen.availableQty exists limit 0, 10000","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t2.IDENTIFIER as c1, t0.LABEL as c2, t1.VALUE as c3, 't3', t3.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't2', t2.IDENTIFIER as mc2 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.VALUE = 'Plasma' AND t0.AVAILABLE_QUANTITY is not null ) AND t2.IDENTIFIER = 5714) AND (t3.ACTIVITY_STATUS != 'Disabled') order by t3.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "500392","Mar 22, 2022 01:39","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where Specimen.type = ""Plasma"" and Specimen.availableQty exists","select count(distinct t3.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.VALUE = 'Plasma' AND t0.AVAILABLE_QUANTITY is not null ) AND t2.IDENTIFIER = 5714) AND (t3.ACTIVITY_STATUS != 'Disabled')" "500393","Mar 22, 2022 01:39","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","78","select Specimen.id as ""$specimenId"", CollectionProtocol.id as ""$cpId"", Specimen.label, Specimen.type where Specimen.type = ""Plasma"" and Specimen.availableQty exists limit 0, 10000","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t2.IDENTIFIER as c1, t0.LABEL as c2, t1.VALUE as c3, 't3', t3.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't2', t2.IDENTIFIER as mc2 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.VALUE = 'Plasma' AND t0.AVAILABLE_QUANTITY is not null ) AND t2.IDENTIFIER = 5714) AND (t3.ACTIVITY_STATUS != 'Disabled') order by t3.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "500394","Mar 22, 2022 01:40","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","78","select Specimen.id as ""$specimenId"", CollectionProtocol.id as ""$cpId"", Specimen.label, Specimen.type, Specimen.id where Specimen.type = ""Plasma"" and Specimen.availableQty exists limit 0, 10000","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t2.IDENTIFIER as c1, t0.LABEL as c2, t1.VALUE as c3, t0.IDENTIFIER as c4, 't3', t3.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't2', t2.IDENTIFIER as mc2 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.VALUE = 'Plasma' AND t0.AVAILABLE_QUANTITY is not null ) AND t2.IDENTIFIER = 5714) AND (t3.ACTIVITY_STATUS != 'Disabled') order by t3.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "500395","Mar 22, 2022 01:40","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where Specimen.type = ""Plasma"" and Specimen.availableQty exists","select count(distinct t3.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.VALUE = 'Plasma' AND t0.AVAILABLE_QUANTITY is not null ) AND t2.IDENTIFIER = 5714) AND (t3.ACTIVITY_STATUS != 'Disabled')" "500396","Mar 22, 2022 01:40","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","78","select Specimen.id as ""$specimenId"", CollectionProtocol.id as ""$cpId"", Specimen.label, Specimen.type, Specimen.id where Specimen.type = ""Plasma"" and Specimen.availableQty exists limit 0, 10000","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t2.IDENTIFIER as c1, t0.LABEL as c2, t1.VALUE as c3, t0.IDENTIFIER as c4, 't3', t3.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't2', t2.IDENTIFIER as mc2 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.VALUE = 'Plasma' AND t0.AVAILABLE_QUANTITY is not null ) AND t2.IDENTIFIER = 5714) AND (t3.ACTIVITY_STATUS != 'Disabled') order by t3.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "500397","Mar 22, 2022 01:44","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 5813)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500398","Mar 22, 2022 01:45","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 5813)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500399","Mar 22, 2022 01:45","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","1","select count(Participant.id) as ""Participants"" where Participant.id exists","select count(t0.CPR_ID) as c0 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.CPR_ID is not null ) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled')" "500400","Mar 22, 2022 01:45","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","1","select count(Specimen.id) as ""Primary Specimens"" where Specimen.id exists and Specimen.lineage = ""New"" and Specimen.collectionStatus = ""Collected""","select count(t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t2.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.IDENTIFIER is not null AND t0.LINEAGE = 'New' AND t0.COLLECTION_STATUS = 'Collected') AND t1.IDENTIFIER = 5714) AND (t2.ACTIVITY_STATUS != 'Disabled')" "500401","Mar 22, 2022 01:45","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","1","select count(Specimen.id) as ""Available Specimens"" where Specimen.id exists and Specimen.availableQty > 0 and Specimen.collectionStatus = ""Collected""","select count(t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t2.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.IDENTIFIER is not null AND t0.AVAILABLE_QUANTITY > 0 AND t0.COLLECTION_STATUS = 'Collected') AND t1.IDENTIFIER = 5714) AND (t2.ACTIVITY_STATUS != 'Disabled')" "500402","Mar 22, 2022 01:45","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","5","select Specimen.tissueSite as ""Anatomic Site"", count(Specimen.id) as ""Specimens"" where Specimen.collectionStatus = ""Collected"" and Specimen.availableQty > 0 order by count(Specimen.id) desc limit 0, 10","select * from (select tab.*, rownum rnum from (select t2.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t3.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0) AND t1.IDENTIFIER = 5714) AND (t3.ACTIVITY_STATUS != 'Disabled') group by t2.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "500403","Mar 22, 2022 01:45","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","4","select Specimen.pathologicalStatus as ""Pathological Status"", count(Specimen.id) as ""Specimens"" where Specimen.collectionStatus = ""Collected"" and Specimen.availableQty > 0 and Specimen.pathologicalStatus exists order by count(Specimen.id) desc limit 0, 10","select * from (select tab.*, rownum rnum from (select t1.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0 AND t1.VALUE is not null ) AND t2.IDENTIFIER = 5714) AND (t3.ACTIVITY_STATUS != 'Disabled') group by t1.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "500404","Mar 22, 2022 01:45","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","10","select Specimen.type as ""Type"", count(Specimen.id) as ""Specimens"" where Specimen.collectionStatus = ""Collected"" order by count(Specimen.id) desc limit 0, 10","select * from (select tab.*, rownum rnum from (select t2.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t3.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.COLLECTION_STATUS = 'Collected') AND t1.IDENTIFIER = 5714) AND (t3.ACTIVITY_STATUS != 'Disabled') group by t2.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "500405","Mar 22, 2022 01:45","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","0","select Specimen.createdOn as ""Creation Time"", c_count(Specimen.id) as ""Collected Specimens"" where Specimen.createdOn exists and Specimen.collectionStatus = ""Collected"" and date_range(Specimen.createdOn, last_cal_qtr) order by Specimen.createdOn asc","select t0.CREATED_ON as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t2.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.CREATED_ON is not null AND t0.COLLECTION_STATUS = 'Collected' AND (t0.CREATED_ON >= to_date('10-01-2021 00:00', 'MM-DD-YYYY HH24:MI') and t0.CREATED_ON <= to_date('12-31-2021 23:59', 'MM-DD-YYYY HH24:MI'))) AND t1.IDENTIFIER = 5714) AND (t2.ACTIVITY_STATUS != 'Disabled') group by t0.CREATED_ON order by t0.CREATED_ON asc" "500406","Mar 22, 2022 01:45","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","1","select count(distinct Specimen.id) as ""Distributed Specimens"" where Specimen.specimenOrders.orderStatus = ""EXECUTED""","select count(distinct t0.IDENTIFIER) as c0 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.ORDER_STATUS = 'EXECUTED') AND t2.IDENTIFIER = 5714) AND (t3.ACTIVITY_STATUS != 'Disabled')" "500407","Mar 22, 2022 01:45","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","0","select Specimen.specimenOrders.executionDate as ""Distribution Time"", c_count(Specimen.id) as ""Distributed Specimens"" where Specimen.specimenOrders.executionDate exists and Specimen.specimenOrders.orderStatus = ""EXECUTED"" and date_range(Specimen.specimenOrders.executionDate, last_cal_qtr) order by Specimen.specimenOrders.executionDate asc","select t1.EXECUTION_DATE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.EXECUTION_DATE is not null AND t1.ORDER_STATUS = 'EXECUTED' AND (t1.EXECUTION_DATE >= to_date('10-01-2021 00:00', 'MM-DD-YYYY HH24:MI') and t1.EXECUTION_DATE <= to_date('12-31-2021 23:59', 'MM-DD-YYYY HH24:MI'))) AND t2.IDENTIFIER = 5714) AND (t3.ACTIVITY_STATUS != 'Disabled') group by t1.EXECUTION_DATE order by t1.EXECUTION_DATE asc" "500408","Mar 22, 2022 01:45","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","2","select SpecimenCollectionGroup.clinicalDiagnosis as ""Clinical Diagnosis"", count(Specimen.id) as ""Specimens"" where Specimen.collectionStatus = ""Collected"" and Specimen.availableQty > 0 and SpecimenCollectionGroup.clinicalDiagnosis exists order by count(Specimen.id) desc limit 0, 10","select * from (select tab.*, rownum rnum from (select t3.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t5 left join CATISSUE_COLLECTION_PROTOCOL t4 on t4.IDENTIFIER = t5.CP_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t1 on t1.COLLECTION_PROTOCOL_REG_ID = t5.CPR_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t1.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_VISIT_CLIN_DIAGNOSES t2 on t2.VISIT_ID = t1.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.CLINICAL_DIAGNOSIS_ID where ((t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0 AND t3.VALUE is not null ) AND t4.IDENTIFIER = 5714) AND (t5.ACTIVITY_STATUS != 'Disabled') group by t3.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "500409","Mar 22, 2022 01:46","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 5813)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500410","Mar 22, 2022 01:46","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","101","select Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Specimen.label as ""Label"", Specimen.createdOn as ""Created On"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", Specimen.pathologicalStatus as ""Pathology Status"", Specimen.availableQty as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.collectionStatus = ""Collected"" and Specimen.activityStatus = ""Active"") order by Specimen.createdOn desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500411","Mar 22, 2022 01:46","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","42","select Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Specimen.label as ""Label"", Specimen.createdOn as ""Created On"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", Specimen.pathologicalStatus as ""Pathology Status"", Specimen.availableQty as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.collectionStatus = ""Collected"" and Specimen.activityStatus = ""Active"") and (Specimen.type in (""Plasma"")) order by Specimen.createdOn desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t1.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t2.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t1.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t3.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t3.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t8.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t3 on t3.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE') AND ((upper(t1.VALUE) in ('PLASMA')))) AND t2.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500412","Mar 22, 2022 01:47","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","1","select count(Participant.id) as ""Participants"" where Participant.id exists","select count(t0.CPR_ID) as c0 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.CPR_ID is not null ) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled')" "500413","Mar 22, 2022 01:47","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","1","select count(Specimen.id) as ""Primary Specimens"" where Specimen.id exists and Specimen.lineage = ""New"" and Specimen.collectionStatus = ""Collected""","select count(t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t2.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.IDENTIFIER is not null AND t0.LINEAGE = 'New' AND t0.COLLECTION_STATUS = 'Collected') AND t1.IDENTIFIER = 5714) AND (t2.ACTIVITY_STATUS != 'Disabled')" "500414","Mar 22, 2022 01:47","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","1","select count(Specimen.id) as ""Available Specimens"" where Specimen.id exists and Specimen.availableQty > 0 and Specimen.collectionStatus = ""Collected""","select count(t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t2.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.IDENTIFIER is not null AND t0.AVAILABLE_QUANTITY > 0 AND t0.COLLECTION_STATUS = 'Collected') AND t1.IDENTIFIER = 5714) AND (t2.ACTIVITY_STATUS != 'Disabled')" "500415","Mar 22, 2022 01:47","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","1","select count(distinct Specimen.id) as ""Distributed Specimens"" where Specimen.specimenOrders.orderStatus = ""EXECUTED""","select count(distinct t0.IDENTIFIER) as c0 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.ORDER_STATUS = 'EXECUTED') AND t2.IDENTIFIER = 5714) AND (t3.ACTIVITY_STATUS != 'Disabled')" "500416","Mar 22, 2022 01:47","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","0","select Specimen.createdOn as ""Creation Time"", c_count(Specimen.id) as ""Collected Specimens"" where Specimen.createdOn exists and Specimen.collectionStatus = ""Collected"" and date_range(Specimen.createdOn, last_cal_qtr) order by Specimen.createdOn asc","select t0.CREATED_ON as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t2.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.CREATED_ON is not null AND t0.COLLECTION_STATUS = 'Collected' AND (t0.CREATED_ON >= to_date('10-01-2021 00:00', 'MM-DD-YYYY HH24:MI') and t0.CREATED_ON <= to_date('12-31-2021 23:59', 'MM-DD-YYYY HH24:MI'))) AND t1.IDENTIFIER = 5714) AND (t2.ACTIVITY_STATUS != 'Disabled') group by t0.CREATED_ON order by t0.CREATED_ON asc" "500417","Mar 22, 2022 01:47","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","0","select Specimen.specimenOrders.executionDate as ""Distribution Time"", c_count(Specimen.id) as ""Distributed Specimens"" where Specimen.specimenOrders.executionDate exists and Specimen.specimenOrders.orderStatus = ""EXECUTED"" and date_range(Specimen.specimenOrders.executionDate, last_cal_qtr) order by Specimen.specimenOrders.executionDate asc","select t1.EXECUTION_DATE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.EXECUTION_DATE is not null AND t1.ORDER_STATUS = 'EXECUTED' AND (t1.EXECUTION_DATE >= to_date('10-01-2021 00:00', 'MM-DD-YYYY HH24:MI') and t1.EXECUTION_DATE <= to_date('12-31-2021 23:59', 'MM-DD-YYYY HH24:MI'))) AND t2.IDENTIFIER = 5714) AND (t3.ACTIVITY_STATUS != 'Disabled') group by t1.EXECUTION_DATE order by t1.EXECUTION_DATE asc" "500418","Mar 22, 2022 01:47","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","10","select Specimen.type as ""Type"", count(Specimen.id) as ""Specimens"" where Specimen.collectionStatus = ""Collected"" order by count(Specimen.id) desc limit 0, 10","select * from (select tab.*, rownum rnum from (select t2.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t3.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.COLLECTION_STATUS = 'Collected') AND t1.IDENTIFIER = 5714) AND (t3.ACTIVITY_STATUS != 'Disabled') group by t2.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "500419","Mar 22, 2022 01:47","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","5","select Specimen.tissueSite as ""Anatomic Site"", count(Specimen.id) as ""Specimens"" where Specimen.collectionStatus = ""Collected"" and Specimen.availableQty > 0 order by count(Specimen.id) desc limit 0, 10","select * from (select tab.*, rownum rnum from (select t2.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t3.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0) AND t1.IDENTIFIER = 5714) AND (t3.ACTIVITY_STATUS != 'Disabled') group by t2.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "500420","Mar 22, 2022 01:47","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","4","select Specimen.pathologicalStatus as ""Pathological Status"", count(Specimen.id) as ""Specimens"" where Specimen.collectionStatus = ""Collected"" and Specimen.availableQty > 0 and Specimen.pathologicalStatus exists order by count(Specimen.id) desc limit 0, 10","select * from (select tab.*, rownum rnum from (select t1.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0 AND t1.VALUE is not null ) AND t2.IDENTIFIER = 5714) AND (t3.ACTIVITY_STATUS != 'Disabled') group by t1.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "500421","Mar 22, 2022 01:47","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","2","select SpecimenCollectionGroup.clinicalDiagnosis as ""Clinical Diagnosis"", count(Specimen.id) as ""Specimens"" where Specimen.collectionStatus = ""Collected"" and Specimen.availableQty > 0 and SpecimenCollectionGroup.clinicalDiagnosis exists order by count(Specimen.id) desc limit 0, 10","select * from (select tab.*, rownum rnum from (select t3.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t5 left join CATISSUE_COLLECTION_PROTOCOL t4 on t4.IDENTIFIER = t5.CP_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t1 on t1.COLLECTION_PROTOCOL_REG_ID = t5.CPR_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t1.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_VISIT_CLIN_DIAGNOSES t2 on t2.VISIT_ID = t1.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.CLINICAL_DIAGNOSIS_ID where ((t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0 AND t3.VALUE is not null ) AND t4.IDENTIFIER = 5714) AND (t5.ACTIVITY_STATUS != 'Disabled') group by t3.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "500422","Mar 22, 2022 01:48","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where Specimen.type = ""Plasma"" and Specimen.availableQty exists and CollectionProtocol.shortTitle = ""BCPTA""","select count(distinct t3.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.VALUE = 'Plasma' AND t0.AVAILABLE_QUANTITY is not null AND t2.SHORT_TITLE = 'BCPTA') AND t2.IDENTIFIER = 5714) AND (t3.ACTIVITY_STATUS != 'Disabled')" "500423","Mar 22, 2022 01:48","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","78","select Specimen.id as ""$specimenId"", CollectionProtocol.id as ""$cpId"", Specimen.label, Specimen.type, Specimen.id where Specimen.type = ""Plasma"" and Specimen.availableQty exists and CollectionProtocol.shortTitle = ""BCPTA"" limit 0, 10000","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t2.IDENTIFIER as c1, t0.LABEL as c2, t1.VALUE as c3, t0.IDENTIFIER as c4, 't3', t3.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't2', t2.IDENTIFIER as mc2 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.VALUE = 'Plasma' AND t0.AVAILABLE_QUANTITY is not null AND t2.SHORT_TITLE = 'BCPTA') AND t2.IDENTIFIER = 5714) AND (t3.ACTIVITY_STATUS != 'Disabled') order by t3.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "500424","Mar 22, 2022 01:48","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where Specimen.type = ""Plasma"" and Specimen.availableQty exists and CollectionProtocol.shortTitle = ""BCPTA""","select count(distinct t3.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.VALUE = 'Plasma' AND t0.AVAILABLE_QUANTITY is not null AND t2.SHORT_TITLE = 'BCPTA') AND t2.IDENTIFIER = 5714) AND (t3.ACTIVITY_STATUS != 'Disabled')" "500425","Mar 22, 2022 01:48","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where Specimen.type = ""Plasma"" and Specimen.availableQty exists and CollectionProtocol.shortTitle = ""BCPTA""","select count(distinct t3.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.VALUE = 'Plasma' AND t0.AVAILABLE_QUANTITY is not null AND t2.SHORT_TITLE = 'BCPTA') AND t2.IDENTIFIER = 5714) AND (t3.ACTIVITY_STATUS != 'Disabled')" "500426","Mar 22, 2022 01:48","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","78","select Specimen.id as ""$specimenId"", CollectionProtocol.id as ""$cpId"", Specimen.label, Specimen.type, Specimen.id where Specimen.type = ""Plasma"" and Specimen.availableQty exists and CollectionProtocol.shortTitle = ""BCPTA"" limit 0, 10000","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t2.IDENTIFIER as c1, t0.LABEL as c2, t1.VALUE as c3, t0.IDENTIFIER as c4, 't3', t3.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't2', t2.IDENTIFIER as mc2 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.VALUE = 'Plasma' AND t0.AVAILABLE_QUANTITY is not null AND t2.SHORT_TITLE = 'BCPTA') AND t2.IDENTIFIER = 5714) AND (t3.ACTIVITY_STATUS != 'Disabled') order by t3.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "500427","Mar 22, 2022 01:48","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","1","select count(Participant.id) as ""Participants"" where Participant.id exists","select count(t0.CPR_ID) as c0 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.CPR_ID is not null ) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled')" "500428","Mar 22, 2022 01:48","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","1","select count(Specimen.id) as ""Primary Specimens"" where Specimen.id exists and Specimen.lineage = ""New"" and Specimen.collectionStatus = ""Collected""","select count(t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t2.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.IDENTIFIER is not null AND t0.LINEAGE = 'New' AND t0.COLLECTION_STATUS = 'Collected') AND t1.IDENTIFIER = 5714) AND (t2.ACTIVITY_STATUS != 'Disabled')" "500429","Mar 22, 2022 01:48","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","1","select count(Specimen.id) as ""Available Specimens"" where Specimen.id exists and Specimen.availableQty > 0 and Specimen.collectionStatus = ""Collected""","select count(t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t2.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.IDENTIFIER is not null AND t0.AVAILABLE_QUANTITY > 0 AND t0.COLLECTION_STATUS = 'Collected') AND t1.IDENTIFIER = 5714) AND (t2.ACTIVITY_STATUS != 'Disabled')" "500430","Mar 22, 2022 01:48","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","1","select count(distinct Specimen.id) as ""Distributed Specimens"" where Specimen.specimenOrders.orderStatus = ""EXECUTED""","select count(distinct t0.IDENTIFIER) as c0 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.ORDER_STATUS = 'EXECUTED') AND t2.IDENTIFIER = 5714) AND (t3.ACTIVITY_STATUS != 'Disabled')" "500431","Mar 22, 2022 01:48","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","0","select Specimen.createdOn as ""Creation Time"", c_count(Specimen.id) as ""Collected Specimens"" where Specimen.createdOn exists and Specimen.collectionStatus = ""Collected"" and date_range(Specimen.createdOn, last_cal_qtr) order by Specimen.createdOn asc","select t0.CREATED_ON as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t2.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.CREATED_ON is not null AND t0.COLLECTION_STATUS = 'Collected' AND (t0.CREATED_ON >= to_date('10-01-2021 00:00', 'MM-DD-YYYY HH24:MI') and t0.CREATED_ON <= to_date('12-31-2021 23:59', 'MM-DD-YYYY HH24:MI'))) AND t1.IDENTIFIER = 5714) AND (t2.ACTIVITY_STATUS != 'Disabled') group by t0.CREATED_ON order by t0.CREATED_ON asc" "500432","Mar 22, 2022 01:48","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","0","select Specimen.specimenOrders.executionDate as ""Distribution Time"", c_count(Specimen.id) as ""Distributed Specimens"" where Specimen.specimenOrders.executionDate exists and Specimen.specimenOrders.orderStatus = ""EXECUTED"" and date_range(Specimen.specimenOrders.executionDate, last_cal_qtr) order by Specimen.specimenOrders.executionDate asc","select t1.EXECUTION_DATE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.EXECUTION_DATE is not null AND t1.ORDER_STATUS = 'EXECUTED' AND (t1.EXECUTION_DATE >= to_date('10-01-2021 00:00', 'MM-DD-YYYY HH24:MI') and t1.EXECUTION_DATE <= to_date('12-31-2021 23:59', 'MM-DD-YYYY HH24:MI'))) AND t2.IDENTIFIER = 5714) AND (t3.ACTIVITY_STATUS != 'Disabled') group by t1.EXECUTION_DATE order by t1.EXECUTION_DATE asc" "500433","Mar 22, 2022 01:48","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","10","select Specimen.type as ""Type"", count(Specimen.id) as ""Specimens"" where Specimen.collectionStatus = ""Collected"" order by count(Specimen.id) desc limit 0, 10","select * from (select tab.*, rownum rnum from (select t2.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t3.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.COLLECTION_STATUS = 'Collected') AND t1.IDENTIFIER = 5714) AND (t3.ACTIVITY_STATUS != 'Disabled') group by t2.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "500434","Mar 22, 2022 01:48","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","4","select Specimen.pathologicalStatus as ""Pathological Status"", count(Specimen.id) as ""Specimens"" where Specimen.collectionStatus = ""Collected"" and Specimen.availableQty > 0 and Specimen.pathologicalStatus exists order by count(Specimen.id) desc limit 0, 10","select * from (select tab.*, rownum rnum from (select t1.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0 AND t1.VALUE is not null ) AND t2.IDENTIFIER = 5714) AND (t3.ACTIVITY_STATUS != 'Disabled') group by t1.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "500435","Mar 22, 2022 01:48","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","5","select Specimen.tissueSite as ""Anatomic Site"", count(Specimen.id) as ""Specimens"" where Specimen.collectionStatus = ""Collected"" and Specimen.availableQty > 0 order by count(Specimen.id) desc limit 0, 10","select * from (select tab.*, rownum rnum from (select t2.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t3.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0) AND t1.IDENTIFIER = 5714) AND (t3.ACTIVITY_STATUS != 'Disabled') group by t2.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "500436","Mar 22, 2022 01:48","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","2","select SpecimenCollectionGroup.clinicalDiagnosis as ""Clinical Diagnosis"", count(Specimen.id) as ""Specimens"" where Specimen.collectionStatus = ""Collected"" and Specimen.availableQty > 0 and SpecimenCollectionGroup.clinicalDiagnosis exists order by count(Specimen.id) desc limit 0, 10","select * from (select tab.*, rownum rnum from (select t3.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t5 left join CATISSUE_COLLECTION_PROTOCOL t4 on t4.IDENTIFIER = t5.CP_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t1 on t1.COLLECTION_PROTOCOL_REG_ID = t5.CPR_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t1.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_VISIT_CLIN_DIAGNOSES t2 on t2.VISIT_ID = t1.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.CLINICAL_DIAGNOSIS_ID where ((t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0 AND t3.VALUE is not null ) AND t4.IDENTIFIER = 5714) AND (t5.ACTIVITY_STATUS != 'Disabled') group by t3.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "500437","Mar 22, 2022 01:49","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","78","select Specimen.id as ""$specimenId"", CollectionProtocol.id as ""$cpId"", Specimen.label, Specimen.type, Specimen.id, Specimen.initialQty, Specimen.availableQty where Specimen.type = ""Plasma"" and Specimen.availableQty exists and CollectionProtocol.shortTitle = ""BCPTA"" limit 0, 10000","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t2.IDENTIFIER as c1, t0.LABEL as c2, t1.VALUE as c3, t0.IDENTIFIER as c4, t0.INITIAL_QUANTITY as c5, t0.AVAILABLE_QUANTITY as c6, 't3', t3.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't2', t2.IDENTIFIER as mc2 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.VALUE = 'Plasma' AND t0.AVAILABLE_QUANTITY is not null AND t2.SHORT_TITLE = 'BCPTA') AND t2.IDENTIFIER = 5714) AND (t3.ACTIVITY_STATUS != 'Disabled') order by t3.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "500438","Mar 22, 2022 01:49","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","42","select Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Specimen.label as ""Label"", Specimen.createdOn as ""Created On"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", Specimen.pathologicalStatus as ""Pathology Status"", Specimen.availableQty as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.collectionStatus = ""Collected"" and Specimen.activityStatus = ""Active"") and (Specimen.type in (""Plasma"")) order by Specimen.createdOn desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t1.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t2.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t1.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t3.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t3.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t8.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t3 on t3.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE') AND ((upper(t1.VALUE) in ('PLASMA')))) AND t2.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500439","Mar 22, 2022 01:51","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 6299)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500440","Mar 22, 2022 02:13","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","7","select Participant.id as ""cprId"", Participant.ppid as ""Participant Protocol ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500441","Mar 22, 2022 02:29","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","1","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6115) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500442","Mar 22, 2022 02:30","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","1","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6115) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500443","Mar 22, 2022 02:30","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","1","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6115) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500444","Mar 22, 2022 02:30","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","1","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6115) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500445","Mar 22, 2022 02:32","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","1","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6115) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500446","Mar 22, 2022 02:32","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","1","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6115) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500447","Mar 22, 2022 02:37","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 2083)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 2083) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 2083))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500448","Mar 22, 2022 02:37","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","11","select Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Specimen.label as ""Label"", Specimen.lineage as ""Lineage"", date_format(Specimen.createdOn, ""%month2%-%month_day%-%year4%"") as ""Section Date"", Specimen.type as ""Type"" where (Specimen.collectionStatus = ""Collected"" and Specimen.activityStatus = ""Active"") order by Specimen.createdOn desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t2.VALUE as c1, t3.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.LINEAGE as c6, to_char(t0.CREATED_ON, 'MM-DD-YYYY') as c7, t2.VALUE as c8 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t5 on t5.CPR_ID = t4.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t5.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6101) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500449","Mar 22, 2022 02:41","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","7","select Participant.id as ""cprId"", Participant.ppid as ""Participant Protocol ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500450","Mar 22, 2022 02:41","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 4973)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500451","Mar 22, 2022 02:42","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","34","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4577) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500452","Mar 22, 2022 02:42","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","34","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4577) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500453","Mar 22, 2022 02:42","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","34","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4577) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500454","Mar 22, 2022 02:50","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 5813)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500455","Mar 22, 2022 02:51","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","13","select Participant.id as ""cprId"", Participant.ppid as ""Participant Protocol ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500456","Mar 22, 2022 02:51","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","13","select Participant.id as ""cprId"", Participant.ppid as ""Participant Protocol ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500457","Mar 22, 2022 02:51","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","13","select Participant.id as ""cprId"", Participant.ppid as ""Participant Protocol ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500458","Mar 22, 2022 03:09","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 4973)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500459","Mar 22, 2022 03:09","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 4973)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500460","Mar 22, 2022 03:10","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","34","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4577) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500461","Mar 22, 2022 03:11","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","34","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4577) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500462","Mar 22, 2022 03:11","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","34","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4577) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500463","Mar 22, 2022 03:15","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 2083)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 2083) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 2083))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500464","Mar 22, 2022 03:16","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","4","select Participant.id as ""cprId"", Participant.ppid as ""Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.REGISTRATION_DATE as c3, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c4 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6101) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500465","Mar 22, 2022 03:16","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","4","select Participant.id as ""cprId"", Participant.ppid as ""Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.REGISTRATION_DATE as c3, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c4 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6101) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500466","Mar 22, 2022 03:16","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","4","select Participant.id as ""cprId"", Participant.ppid as ""Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.REGISTRATION_DATE as c3, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c4 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6101) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500467","Mar 22, 2022 03:18","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","4","select Participant.id as ""cprId"", Participant.ppid as ""Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.REGISTRATION_DATE as c3, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c4 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6101) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500468","Mar 22, 2022 03:18","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","101","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 326) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500469","Mar 22, 2022 03:42","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","34","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4577) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500470","Mar 22, 2022 03:46","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","34","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4577) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500471","Mar 22, 2022 03:48","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","34","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4577) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500472","Mar 22, 2022 03:48","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","34","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4577) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500473","Mar 22, 2022 03:48","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","1","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6115) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500474","Mar 22, 2022 03:50","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","14","select Participant.id as ""cprId"", Participant.ppid as ""Participant Protocol ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500475","Mar 22, 2022 03:51","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","14","select Participant.id as ""cprId"", Participant.ppid as ""Participant Protocol ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500476","Mar 22, 2022 03:53","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","14","select Participant.id as ""cprId"", Participant.ppid as ""Participant Protocol ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500477","Mar 22, 2022 03:54","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","14","select Participant.id as ""cprId"", Participant.ppid as ""Participant Protocol ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500478","Mar 22, 2022 03:56","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","14","select Participant.id as ""cprId"", Participant.ppid as ""Participant Protocol ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500479","Mar 22, 2022 03:56","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","14","select Participant.id as ""cprId"", Participant.ppid as ""Participant Protocol ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500480","Mar 22, 2022 03:57","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","14","select Participant.id as ""cprId"", Participant.ppid as ""Participant Protocol ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500481","Mar 22, 2022 03:58","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","14","select Participant.id as ""cprId"", Participant.ppid as ""Participant Protocol ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500482","Mar 22, 2022 04:00","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","14","select Participant.id as ""cprId"", Participant.ppid as ""Participant Protocol ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500483","Mar 22, 2022 04:01","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","14","select Participant.id as ""cprId"", Participant.ppid as ""Participant Protocol ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500484","Mar 22, 2022 04:01","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","14","select Participant.id as ""cprId"", Participant.ppid as ""Participant Protocol ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500485","Mar 22, 2022 04:01","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","14","select Participant.id as ""cprId"", Participant.ppid as ""Participant Protocol ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500486","Mar 22, 2022 04:02","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","14","select Participant.id as ""cprId"", Participant.ppid as ""Participant Protocol ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500487","Mar 22, 2022 04:03","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","1","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6115) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500488","Mar 22, 2022 04:12","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","2","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6115) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500489","Mar 22, 2022 04:13","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","2","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6115) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500490","Mar 22, 2022 04:16","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","2","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6115) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500491","Mar 22, 2022 04:26","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","2","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6115) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500492","Mar 22, 2022 05:14","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 2083)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 2083) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 2083))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500493","Mar 22, 2022 05:14","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","13","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 3333) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500494","Mar 22, 2022 05:14","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","13","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 3333) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500495","Mar 22, 2022 05:53","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","34","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4577) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500496","Mar 22, 2022 05:53","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","34","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4577) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500497","Mar 22, 2022 05:54","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 4973)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500498","Mar 22, 2022 05:55","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 4973)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500499","Mar 22, 2022 05:56","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","34","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4577) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500500","Mar 22, 2022 05:56","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","35","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4577) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500501","Mar 22, 2022 05:57","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","35","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4577) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500502","Mar 22, 2022 05:57","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","35","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4577) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500503","Mar 22, 2022 05:58","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","35","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4577) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500504","Mar 22, 2022 06:06","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","2","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6115) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500505","Mar 22, 2022 07:15","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","2","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6115) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500506","Mar 22, 2022 07:16","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","2","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6115) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500507","Mar 22, 2022 07:16","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","2","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6115) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500508","Mar 22, 2022 07:17","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","2","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6115) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500509","Mar 22, 2022 07:25","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","2","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6115) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500510","Mar 22, 2022 07:39","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","2","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6115) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500511","Mar 22, 2022 07:39","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","2","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6115) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500512","Mar 22, 2022 07:51","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","2","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6115) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500513","Mar 22, 2022 23:55","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 5813)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500514","Mar 23, 2022 00:02","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","7","select Participant.id as ""cprId"", Participant.ppid as ""Participant Protocol ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500515","Mar 23, 2022 00:11","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 5813)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500516","Mar 23, 2022 00:14","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 5813)) and (CollectionProtocol.shortTitle contains ""test"") order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813)) AND (upper(t0.SHORT_TITLE) like '%TEST%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500517","Mar 23, 2022 00:14","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 5813)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500518","Mar 23, 2022 00:16","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","8","select Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Specimen.label as ""Label"", Specimen.createdOn as ""Created On"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", Specimen.pathologicalStatus as ""Pathology Status"", Specimen.availableQty as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.collectionStatus = ""Collected"" and Specimen.activityStatus = ""Active"") order by Specimen.createdOn desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6121) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500519","Mar 23, 2022 00:56","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","0","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6111) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500520","Mar 23, 2022 00:56","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 244)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500521","Mar 23, 2022 00:56","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","0","select Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Specimen.label as ""Label"", Specimen.createdOn as ""Created On"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", Specimen.customFields.epidemiology_specimen_custom_form.made_method as ""Made Medhod"", Specimen.customFields.epidemiology_specimen_custom_form.product_additive as ""Product Additive"", Specimen.availableQty as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.collectionStatus = ""Collected"" and Specimen.activityStatus = ""Active"") order by Specimen.createdOn desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t5.VALUE as c1, t6.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t5.VALUE as c7, t7.VALUE as c8, t3.DE_A_3 as c9, t3.DE_A_4 as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t4.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t4.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t9 on t9.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t9.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join (OS_SPMN_CUST_FIELDS t2 inner join DE_E_26777 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 13227) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6085) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500522","Mar 23, 2022 01:25","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 244)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500523","Mar 23, 2022 01:25","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","1","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 244)) and (CollectionProtocol.shortTitle contains ""adrc"") order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244)) AND (upper(t0.SHORT_TITLE) like '%ADRC%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500524","Mar 23, 2022 01:30","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","45","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4934) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500525","Mar 23, 2022 01:31","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 4973)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500526","Mar 23, 2022 01:32","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","10","select Participant.id as ""cprId"", Participant.ppid as ""Participant Protocol ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5113) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500527","Mar 23, 2022 01:38","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","25","select Participant.id as ""cprId"", Participant.ppid as ""Participant Protocol ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 2473) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500528","Mar 23, 2022 01:48","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","26","select Participant.id as ""cprId"", Participant.ppid as ""Participant Protocol ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 2473) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500529","Mar 23, 2022 01:48","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","26","select Participant.id as ""cprId"", Participant.ppid as ""Participant Protocol ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 2473) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500530","Mar 23, 2022 01:52","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","27","select Participant.id as ""cprId"", Participant.ppid as ""Participant Protocol ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 2473) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500531","Mar 23, 2022 01:58","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 4973)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500532","Mar 23, 2022 01:59","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","45","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4934) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500533","Mar 23, 2022 02:00","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","27","select Participant.id as ""cprId"", Participant.ppid as ""Participant Protocol ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 2473) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500534","Mar 23, 2022 02:01","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","27","select Participant.id as ""cprId"", Participant.ppid as ""Participant Protocol ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 2473) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500535","Mar 23, 2022 02:05","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","27","select Participant.id as ""cprId"", Participant.ppid as ""Participant Protocol ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 2473) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500536","Mar 23, 2022 02:08","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","27","select Participant.id as ""cprId"", Participant.ppid as ""Participant Protocol ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 2473) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500537","Mar 23, 2022 02:11","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","27","select Participant.id as ""cprId"", Participant.ppid as ""Participant Protocol ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 2473) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500538","Mar 23, 2022 02:32","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","27","select Participant.id as ""cprId"", Participant.ppid as ""Participant Protocol ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 2473) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500539","Mar 23, 2022 02:58","Divya Prabhu","divya@krishagni.com","divya.prabhu","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where Participant.participantId exists and Participant.econsents.stmtResponses.statement any and Participant.econsents.docTitle any","select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t5.IDENTIFIER) as c2 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t1 on t1.CPR_ID = t0.CPR_ID left join OS_CPR_CONSENT_STMT_RESPS_VIEW t2 on t2.RESPONSE_ID = t1.RESPONSE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t5 on t5.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where ((t0.PARTICIPANT_ID is not null AND 1 = 1 AND 1 = 1 ) AND t3.IDENTIFIER = 5695) AND (t0.ACTIVITY_STATUS != 'Disabled')" "500540","Mar 23, 2022 02:58","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","105","select Participant.id as ""$cprId"", Participant.ppid, Participant.gender, Participant.econsents.docTitle, Participant.econsents.docVersion, Participant.econsents.creationTime, Participant.econsents.creator, Participant.econsents.stmtResponses.statement, Participant.econsents.stmtResponses.statementCode, Participant.econsents.stmtResponses.response where Participant.participantId exists and Participant.econsents.stmtResponses.statement any and Participant.econsents.docTitle any limit 0, 10000","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t4.VALUE as c2, t1.DOC_TITLE as c3, t1.DOC_VERSION as c4, t1.CREATION_TIME as c5, t5.NAME as c6, t2.STATEMENT as c7, t2.STATEMENT_CODE as c8, t6.VALUE as c9, 't0', t0.CPR_ID as mc0, 't1', t1.IDENTIFIER as mc1, 't2', t2.IDENTIFIER as mc2 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.GENDER_ID left join OS_CPR_CONSENT_RESPS_VIEW t1 on t1.CPR_ID = t0.CPR_ID left join OS_CPR_CONSENT_STMT_RESPS_VIEW t2 on t2.RESPONSE_ID = t1.RESPONSE_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t2.VALUE_ID left join USER_VIEW t5 on t5.IDENTIFIER = t1.CREATOR_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where ((t0.PARTICIPANT_ID is not null AND 1 = 1 AND 1 = 1 ) AND t3.IDENTIFIER = 5695) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "500541","Mar 23, 2022 02:58","Divya Prabhu","divya@krishagni.com","divya.prabhu","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where date_range( Participant.regDate, today)","select count(distinct t0.CPR_ID) as c0, count(distinct t1.IDENTIFIER) as c1, count(distinct t2.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_SPECIMEN_COLL_GROUP t1 on t1.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t1.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' where ((t0.REGISTRATION_DATE >= to_date('03-23-2022 00:00', 'MM-DD-YYYY HH24:MI') and t0.REGISTRATION_DATE <= to_date('03-23-2022 23:59', 'MM-DD-YYYY HH24:MI'))) AND (t0.ACTIVITY_STATUS != 'Disabled')" "500542","Mar 23, 2022 02:58","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","2","select CollectionProtocol.shortTitle, Participant.id as ""$cprId"", Participant.ppid, Participant.regDate where date_range( Participant.regDate, today) limit 0, 10000","select * from (select tab.*, rownum rnum from (select t1.SHORT_TITLE as c0, t0.CPR_ID as c1, t0.PPID as c2, t0.REGISTRATION_DATE as c3, 't0', t0.CPR_ID as mc0, 't1', t1.IDENTIFIER as mc1 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.REGISTRATION_DATE >= to_date('03-23-2022 00:00', 'MM-DD-YYYY HH24:MI') and t0.REGISTRATION_DATE <= to_date('03-23-2022 23:59', 'MM-DD-YYYY HH24:MI'))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "500543","Mar 23, 2022 02:58","Divya Prabhu","divya@krishagni.com","divya.prabhu","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where Specimen.customFields.wCMCSpecimenFields.accession exists and Specimen.lineage = ""New"" and CollectionProtocol.shortTitle in (""COVID-19 Biobank"") and nthchild ( Specimen.label contains ""-"" and Specimen.lineage != ""New"" )","select count(distinct t6.CPR_ID) as c0, count(distinct t7.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2, count(distinct t4.IDENTIFIER) as c3 from CPR_VIEW t6 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.COLLECTION_PROTOCOL_REG_ID = t6.CPR_ID and t7.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t7.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_HIERARCHY t5 on t5.ANCESTOR_ID = t0.IDENTIFIER left join CATISSUE_SPECIMEN t4 on t4.IDENTIFIER = t5.DESCENDENT_ID and t4.ACTIVITY_STATUS != 'Disabled' left join (OS_SPMN_CUST_FIELDS t1 inner join DE_E_15176 t2 on t2.IDENTIFIER = t1.RECORD_ID and t1.FORM_ID = 3526) on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t6.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where ((t2.DE_A_6 is not null AND t0.LINEAGE = 'New' AND (t3.SHORT_TITLE in ('COVID-19 Biobank')) AND (t4.LABEL like '%-%' escape '\' AND t4.LINEAGE != 'New')) AND t3.IDENTIFIER = 6056) AND (t6.ACTIVITY_STATUS != 'Disabled')" "500544","Mar 23, 2022 02:58","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","1","select SpecimenCollectionGroup.collectionDate, Specimen.id as ""$specimenId"", CollectionProtocol.id as ""$cpId"", Specimen.label, Specimen.type, Specimen.customFields.wCMCSpecimenFields.accession, Specimen.customFields.wCMCSpecimenFields.serologyInterpretation, Specimen.customFields.wCMCSpecimenFields.testingPlatform, Specimen.customFields.wCMCSpecimenFields.ctValue, Specimen.customFields.wCMCSpecimenFields.sARSCoV2Result, Specimen.customFields.wCMCSpecimenFields.dateTimeDrawn where Specimen.customFields.wCMCSpecimenFields.accession exists and Specimen.lineage = ""New"" and CollectionProtocol.shortTitle in (""COVID-19 Biobank"") and nthchild ( Specimen.label contains ""-"" and Specimen.lineage != ""New"" ) limit 0, 10000","select * from (select tab.*, rownum rnum from (select t8.COLLECTION_TIMESTAMP as c0, t0.IDENTIFIER as c1, t3.IDENTIFIER as c2, t0.LABEL as c3, t9.VALUE as c4, t2.DE_A_6 as c5, t2.DE_A_32 as c6, t2.DE_A_33 as c7, t2.DE_A_35 as c8, t2.DE_A_42 as c9, t2.DE_A_12 as c10, t4.IDENTIFIER as c11, t4.LABEL as c12, t7.DE_A_6 as c13, t7.DE_A_32 as c14, t7.DE_A_33 as c15, t7.DE_A_35 as c16, t7.DE_A_42 as c17, t7.DE_A_12 as c18, 't10', t10.CPR_ID as mc0, 't8', t8.IDENTIFIER as mc1, 't0', t0.IDENTIFIER as mc2, 't3', t3.IDENTIFIER as mc3, 't2', t2.IDENTIFIER as mc4, 't4', t4.IDENTIFIER as mc5, 't7', t7.IDENTIFIER as mc6 from CPR_VIEW t10 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.COLLECTION_PROTOCOL_REG_ID = t10.CPR_ID and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t8.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_HIERARCHY t5 on t5.ANCESTOR_ID = t0.IDENTIFIER left join CATISSUE_SPECIMEN t4 on t4.IDENTIFIER = t5.DESCENDENT_ID and t4.ACTIVITY_STATUS != 'Disabled' left join (OS_SPMN_CUST_FIELDS t6 inner join DE_E_15176 t7 on t7.IDENTIFIER = t6.RECORD_ID and t6.FORM_ID = 3526) on t6.SPECIMEN_ID = t4.IDENTIFIER left join (OS_SPMN_CUST_FIELDS t1 inner join DE_E_15176 t2 on t2.IDENTIFIER = t1.RECORD_ID and t1.FORM_ID = 3526) on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t10.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where ((t2.DE_A_6 is not null AND t0.LINEAGE = 'New' AND (t3.SHORT_TITLE in ('COVID-19 Biobank')) AND (t4.LABEL like '%-%' escape '\' AND t4.LINEAGE != 'New')) AND t3.IDENTIFIER = 6056) AND (t10.ACTIVITY_STATUS != 'Disabled') order by t10.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "500545","Mar 23, 2022 02:58","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","2","select CollectionProtocol.shortTitle, Participant.id as ""$cprId"", Participant.ppid, Participant.regDate where date_range( Participant.regDate, today) limit 0, 10000","select * from (select tab.*, rownum rnum from (select t1.SHORT_TITLE as c0, t0.CPR_ID as c1, t0.PPID as c2, t0.REGISTRATION_DATE as c3, 't0', t0.CPR_ID as mc0, 't1', t1.IDENTIFIER as mc1 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.REGISTRATION_DATE >= to_date('03-23-2022 00:00', 'MM-DD-YYYY HH24:MI') and t0.REGISTRATION_DATE <= to_date('03-23-2022 23:59', 'MM-DD-YYYY HH24:MI'))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "500546","Mar 23, 2022 02:58","Divya Prabhu","divya@krishagni.com","divya.prabhu","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where date_range( Participant.regDate, today)","select count(distinct t0.CPR_ID) as c0, count(distinct t1.IDENTIFIER) as c1, count(distinct t2.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_SPECIMEN_COLL_GROUP t1 on t1.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t1.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' where ((t0.REGISTRATION_DATE >= to_date('03-23-2022 00:00', 'MM-DD-YYYY HH24:MI') and t0.REGISTRATION_DATE <= to_date('03-23-2022 23:59', 'MM-DD-YYYY HH24:MI'))) AND (t0.ACTIVITY_STATUS != 'Disabled')" "500547","Mar 23, 2022 02:58","Divya Prabhu","divya@krishagni.com","divya.prabhu","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where years_between( current_date(), Participant.dateOfBirth) >0","select count(distinct t0.CPR_ID) as c0, count(distinct t2.IDENTIFIER) as c1, count(distinct t3.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t3 on t3.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((trunc(months_between(sysdate, t0.DOB) / 12) > 0) AND t1.IDENTIFIER = 4672) AND (t0.ACTIVITY_STATUS != 'Disabled')" "500548","Mar 23, 2022 02:58","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","7","select Participant.id as ""$cprId"", Participant.ppid, Participant.regDate, Participant.gender, Participant.race, years_between( current_date(), Participant.dateOfBirth) as ""Age as of today"" where years_between( current_date(), Participant.dateOfBirth) >0 limit 0, 10000","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.REGISTRATION_DATE as c2, t2.VALUE as c3, t4.VALUE as c4, trunc(months_between(sysdate, t0.DOB) / 12) as c5, 't0', t0.CPR_ID as mc0 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t0.GENDER_ID left join CATISSUE_RACE t3 on t3.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t3.RACE_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((trunc(months_between(sysdate, t0.DOB) / 12) > 0) AND t1.IDENTIFIER = 4672) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "500549","Mar 23, 2022 02:59","Divya Prabhu","divya@krishagni.com","divya.prabhu","Count","1","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where Participant.firstName exists","select count(distinct t0.CPR_ID) as c0, count(distinct t1.IDENTIFIER) as c1, count(distinct t2.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_SPECIMEN_COLL_GROUP t1 on t1.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t1.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' where (t0.FIRST_NAME is not null ) AND (t0.ACTIVITY_STATUS != 'Disabled')" "500550","Mar 23, 2022 02:59","Divya Prabhu","divya@krishagni.com","divya.prabhu","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where Participant.firstName exists","select count(distinct t0.CPR_ID) as c0, count(distinct t2.IDENTIFIER) as c1, count(distinct t3.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t3 on t3.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.FIRST_NAME is not null ) AND t1.IDENTIFIER = 4934) AND (t0.ACTIVITY_STATUS != 'Disabled')" "500551","Mar 23, 2022 02:59","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","267","select Participant.id as ""$cprId"", Participant.ppid, Participant.regDate, Participant.gender, Participant.race, SpecimenCollectionGroup.clinicalDiagnoses.value, Specimen.id as ""$specimenId"", CollectionProtocol.id as ""$cpId"", Specimen.label, Specimen.type, Specimen.tissueSite, Specimen.spmnCollRecvDetails.collTime, Specimen.specimenStatistics.ischemiaTime where Participant.firstName exists limit 0, 10000","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.REGISTRATION_DATE as c2, t2.VALUE as c3, t4.VALUE as c4, t6.VALUE as c5, t7.IDENTIFIER as c6, t1.IDENTIFIER as c7, t7.LABEL as c8, t8.VALUE as c9, t9.VALUE as c10, t10.COLL_TIME as c11, t11.ISCHEMIA_TIME as c12, 't0', t0.CPR_ID as mc0, 't6', t6.IDENTIFIER as mc1, 't7', t7.IDENTIFIER as mc2, 't1', t1.IDENTIFIER as mc3, 't10', t10.SPECIMEN_ID as mc4, 't11', t11.SPECIMEN_ID as mc5 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t0.GENDER_ID left join CATISSUE_RACE t3 on t3.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t3.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t7 on t7.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t7.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_STATS t11 on t11.SPECIMEN_ID = t7.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t10 on t10.SPECIMEN_ID = t7.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t7.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t7.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t5.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.FIRST_NAME is not null ) AND t1.IDENTIFIER = 4934) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "500552","Mar 23, 2022 02:59","Divya Prabhu","divya@krishagni.com","divya.prabhu","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where Participant.firstName exists","select count(distinct t0.CPR_ID) as c0, count(distinct t2.IDENTIFIER) as c1, count(distinct t3.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t3 on t3.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.FIRST_NAME is not null ) AND t1.IDENTIFIER = 4934) AND (t0.ACTIVITY_STATUS != 'Disabled')" "500553","Mar 23, 2022 02:59","Divya Prabhu","divya@krishagni.com","divya.prabhu","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where Participant.firstName exists","select count(distinct t0.CPR_ID) as c0, count(distinct t2.IDENTIFIER) as c1, count(distinct t3.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t3 on t3.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.FIRST_NAME is not null ) AND t1.IDENTIFIER = 4934) AND (t0.ACTIVITY_STATUS != 'Disabled')" "500554","Mar 23, 2022 02:59","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","188","select Participant.id as ""$cprId"", Participant.ppid, Participant.firstName, Participant.middleName, Participant.lastName, Participant.dateOfBirth, Participant.empi, Specimen.id as ""$specimenId"", CollectionProtocol.id as ""$cpId"", Specimen.label, Specimen.type, Specimen.tissueSite, Specimen.spmnCollRecvDetails.collTime, Specimen.specimenStatistics.ischemiaTime where Participant.firstName exists limit 0, 10000","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.FIRST_NAME as c2, t0.MIDDLE_NAME as c3, t0.LAST_NAME as c4, t0.DOB as c5, t0.EMPI_ID as c6, t2.IDENTIFIER as c7, t1.IDENTIFIER as c8, t2.LABEL as c9, t3.VALUE as c10, t4.VALUE as c11, t5.COLL_TIME as c12, t6.ISCHEMIA_TIME as c13, 't0', t0.CPR_ID as mc0, 't2', t2.IDENTIFIER as mc1, 't1', t1.IDENTIFIER as mc2, 't5', t5.SPECIMEN_ID as mc3, 't6', t6.SPECIMEN_ID as mc4 from CPR_VIEW t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t7.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_STATS t6 on t6.SPECIMEN_ID = t2.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t5 on t5.SPECIMEN_ID = t2.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t2.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.FIRST_NAME is not null ) AND t1.IDENTIFIER = 4934) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "500555","Mar 23, 2022 03:01","Divya 2","divya2@krishagni.com","divya2@krishagni.com","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where Participant.firstName exists","select count(distinct t0.CPR_ID) as c0, count(distinct t2.IDENTIFIER) as c1, count(distinct t3.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t3 on t3.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.FIRST_NAME is not null ) AND t1.IDENTIFIER = 4934) AND (t0.ACTIVITY_STATUS != 'Disabled')" "500556","Mar 23, 2022 03:01","Divya 2","divya2@krishagni.com","divya2@krishagni.com","Data","0","188","select CollectionProtocol.id, Participant.id as ""$cprId"", Participant.ppid, Participant.firstName, Participant.middleName, Participant.lastName, Participant.dateOfBirth, Participant.empi, Specimen.id as ""$specimenId"", CollectionProtocol.id as ""$cpId"", Specimen.label, Specimen.type, Specimen.tissueSite, Specimen.spmnCollRecvDetails.collTime, Specimen.specimenStatistics.ischemiaTime where Participant.firstName exists limit 0, 10000","select * from (select tab.*, rownum rnum from (select t1.IDENTIFIER as c0, t0.CPR_ID as c1, t0.PPID as c2, t0.FIRST_NAME as c3, t0.MIDDLE_NAME as c4, t0.LAST_NAME as c5, t0.DOB as c6, t0.EMPI_ID as c7, t2.IDENTIFIER as c8, t1.IDENTIFIER as c9, t2.LABEL as c10, t3.VALUE as c11, t4.VALUE as c12, t5.COLL_TIME as c13, t6.ISCHEMIA_TIME as c14, 't0', t0.CPR_ID as mc0, 't1', t1.IDENTIFIER as mc1, 't2', t2.IDENTIFIER as mc2, 't5', t5.SPECIMEN_ID as mc3, 't6', t6.SPECIMEN_ID as mc4 from CPR_VIEW t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t7.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_STATS t6 on t6.SPECIMEN_ID = t2.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t5 on t5.SPECIMEN_ID = t2.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t2.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.FIRST_NAME is not null ) AND t1.IDENTIFIER = 4934) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "500557","Mar 23, 2022 03:08","Divya Prabhu","divya@krishagni.com","divya.prabhu","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where Participant.firstName exists","select count(distinct t0.CPR_ID) as c0, count(distinct t2.IDENTIFIER) as c1, count(distinct t3.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t3 on t3.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.FIRST_NAME is not null ) AND t1.IDENTIFIER = 4934) AND (t0.ACTIVITY_STATUS != 'Disabled')" "500558","Mar 23, 2022 03:08","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","188","select Participant.id as ""$cprId"", Participant.ppid, Participant.firstName, Participant.middleName, Participant.lastName, Participant.dateOfBirth, Participant.empi, Specimen.id as ""$specimenId"", CollectionProtocol.id as ""$cpId"", Specimen.label, Specimen.type, Specimen.tissueSite, Specimen.spmnCollRecvDetails.collTime, Specimen.specimenStatistics.ischemiaTime where Participant.firstName exists limit 0, 10000","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.FIRST_NAME as c2, t0.MIDDLE_NAME as c3, t0.LAST_NAME as c4, t0.DOB as c5, t0.EMPI_ID as c6, t2.IDENTIFIER as c7, t1.IDENTIFIER as c8, t2.LABEL as c9, t3.VALUE as c10, t4.VALUE as c11, t5.COLL_TIME as c12, t6.ISCHEMIA_TIME as c13, 't0', t0.CPR_ID as mc0, 't2', t2.IDENTIFIER as mc1, 't1', t1.IDENTIFIER as mc2, 't5', t5.SPECIMEN_ID as mc3, 't6', t6.SPECIMEN_ID as mc4 from CPR_VIEW t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t7.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_STATS t6 on t6.SPECIMEN_ID = t2.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t5 on t5.SPECIMEN_ID = t2.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t2.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.FIRST_NAME is not null ) AND t1.IDENTIFIER = 4934) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "500559","Mar 23, 2022 03:08","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","59","select Participant.id as ""$cprId"", Participant.ppid, Participant.firstName, Participant.middleName, Participant.lastName, Participant.dateOfBirth, Participant.empi, count(distinct Specimen.label) as ""Specimen Label Count "", Specimen.type, Specimen.tissueSite, Specimen.spmnCollRecvDetails.collTime, Specimen.specimenStatistics.ischemiaTime where Participant.firstName exists limit 0, 10000","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.FIRST_NAME as c2, t0.MIDDLE_NAME as c3, t0.LAST_NAME as c4, t0.DOB as c5, t0.EMPI_ID as c6, count(distinct t2.LABEL) as c7, t3.VALUE as c8, t4.VALUE as c9, t5.COLL_TIME as c10, t6.ISCHEMIA_TIME as c11 from CPR_VIEW t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t7.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_STATS t6 on t6.SPECIMEN_ID = t2.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t5 on t5.SPECIMEN_ID = t2.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t2.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.FIRST_NAME is not null ) AND t1.IDENTIFIER = 4934) AND (t0.ACTIVITY_STATUS != 'Disabled') group by t0.CPR_ID, t0.PPID, t0.FIRST_NAME, t0.MIDDLE_NAME, t0.LAST_NAME, t0.DOB, t0.EMPI_ID, t3.VALUE, t4.VALUE, t5.COLL_TIME, t6.ISCHEMIA_TIME) tab where rownum <= 10000) where rnum >= 1" "500560","Mar 23, 2022 03:08","Divya Prabhu","divya@krishagni.com","divya.prabhu","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where Participant.firstName exists","select count(distinct t0.CPR_ID) as c0, count(distinct t2.IDENTIFIER) as c1, count(distinct t3.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t3 on t3.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.FIRST_NAME is not null ) AND t1.IDENTIFIER = 4934) AND (t0.ACTIVITY_STATUS != 'Disabled')" "500561","Mar 23, 2022 03:08","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","59","select Participant.id as ""$cprId"", Participant.ppid, Participant.firstName, Participant.middleName, Participant.lastName, Participant.dateOfBirth, Participant.empi, count(distinct Specimen.label) as ""Specimen Label Count "", Specimen.type, Specimen.tissueSite, Specimen.spmnCollRecvDetails.collTime, Specimen.specimenStatistics.ischemiaTime where Participant.firstName exists limit 0, 10000","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.FIRST_NAME as c2, t0.MIDDLE_NAME as c3, t0.LAST_NAME as c4, t0.DOB as c5, t0.EMPI_ID as c6, count(distinct t2.LABEL) as c7, t3.VALUE as c8, t4.VALUE as c9, t5.COLL_TIME as c10, t6.ISCHEMIA_TIME as c11 from CPR_VIEW t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t7.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_STATS t6 on t6.SPECIMEN_ID = t2.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t5 on t5.SPECIMEN_ID = t2.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t2.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.FIRST_NAME is not null ) AND t1.IDENTIFIER = 4934) AND (t0.ACTIVITY_STATUS != 'Disabled') group by t0.CPR_ID, t0.PPID, t0.FIRST_NAME, t0.MIDDLE_NAME, t0.LAST_NAME, t0.DOB, t0.EMPI_ID, t3.VALUE, t4.VALUE, t5.COLL_TIME, t6.ISCHEMIA_TIME) tab where rownum <= 10000) where rnum >= 1" "500562","Mar 23, 2022 03:09","Divya 2","divya2@krishagni.com","divya2@krishagni.com","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where Participant.firstName exists","select count(distinct t0.CPR_ID) as c0, count(distinct t2.IDENTIFIER) as c1, count(distinct t3.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t3 on t3.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.FIRST_NAME is not null ) AND t1.IDENTIFIER = 4934) AND (t0.ACTIVITY_STATUS != 'Disabled')" "500563","Mar 23, 2022 03:18","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","45","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4934) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500564","Mar 23, 2022 03:18","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","45","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4934) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500565","Mar 23, 2022 03:19","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","45","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4934) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500566","Mar 23, 2022 03:20","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 4973)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500567","Mar 23, 2022 03:20","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","10","select Participant.id as ""cprId"", Participant.ppid as ""Participant Protocol ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5113) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500568","Mar 23, 2022 03:39","Vinayak Pawar","vinayak.pawar@krishagni.com","vpawar","Data","0","27","select Participant.id as ""cprId"", Participant.ppid as ""Participant Protocol ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 2473) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500569","Mar 23, 2022 03:47","Vinayak Pawar","vinayak.pawar@krishagni.com","vpawar","Data","0","27","select Participant.id as ""cprId"", Participant.ppid as ""Participant Protocol ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 2473) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500570","Mar 23, 2022 04:46","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","27","select Participant.id as ""cprId"", Participant.ppid as ""Participant Protocol ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 2473) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500571","Mar 23, 2022 04:48","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","27","select Participant.id as ""cprId"", Participant.ppid as ""Participant Protocol ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 2473) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500572","Mar 23, 2022 04:48","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","27","select Participant.id as ""cprId"", Participant.ppid as ""Participant Protocol ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 2473) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500573","Mar 23, 2022 05:19","Sharvari Gokhale","sharvari@krishagni.com","Sharvari","Count","0","1","select count(distinct Participant.id) as ""Participants "", count(distinct SpecimenCollectionGroup.id) as ""Visits "", count(distinct Specimen.id) as ""Specimens "" where Specimen.collectionStatus = ""Collected"" and Specimen.type any and Specimen.availableQty any and Specimen.pathologicalStatus any and Participant.gender any","select count(distinct t3.CPR_ID) as c0, count(distinct t5.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t3 left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t3.GENDER_ID left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (t0.COLLECTION_STATUS = 'Collected' AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 ) AND (t3.ACTIVITY_STATUS != 'Disabled')" "500574","Mar 23, 2022 05:19","Sharvari Gokhale","sharvari@krishagni.com","Sharvari","Count","0","1","select count(distinct Participant.id) as ""Participants "", count(distinct SpecimenCollectionGroup.id) as ""Visits "", count(distinct Specimen.id) as ""Specimens "" where Specimen.collectionStatus = ""Collected"" and Specimen.type in (""Fresh Tissue"") and Specimen.availableQty any and Specimen.pathologicalStatus any and Participant.gender any","select count(distinct t3.CPR_ID) as c0, count(distinct t5.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t3 left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t3.GENDER_ID left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (t0.COLLECTION_STATUS = 'Collected' AND (t1.VALUE in ('Fresh Tissue')) AND 1 = 1 AND 1 = 1 AND 1 = 1 ) AND (t3.ACTIVITY_STATUS != 'Disabled')" "500575","Mar 23, 2022 05:19","Sharvari Gokhale","sharvari@krishagni.com","Sharvari","Data","2","3792","select Specimen.id, Specimen.type, Specimen.tissueSite, Specimen.tissueSide, Specimen.availableQty, Specimen.spmnCollRecvDetails.collContainer, Specimen.spmnCollRecvDetails.collProcedure, Specimen.spmnCollRecvDetails.collTime, Specimen.spmnCollRecvDetails.recvQuality, CollectionProtocol.shortTitle, Participant.vitalStatus, Participant.gender, Participant.race, Participant.ethnicity, Participant.extensions.smoking_history._?primary_key?_, Participant.extensions.smoking_history.have_you_ever_smoked_cigarettes_cigars_or_pipes, Participant.extensions.smoking_history.what_age_you_started_smoking, Participant.extensions.smoking_history.do_you_smoke_currently, Participant.extensions.smoking_history.if_not_what_age_you_stopped, Participant.extensions.smoking_history.if_yes_out_of_above_three_options_which_do_you_use, Participant.extensions.smoking_history.how_many_cigarettes_do_you_smoke_during_the_work_day, Participant.extensions.smoking_history.if_you_use_cigars_how_many_cigars_per_day, Participant.extensions.smoking_history.how_many_pipeful_per_day, Participant.extensions.smoking_history.how_many_cigarettes_cigars_or_pipeful_you_smoke_after_the_work_d, Participant.extensions.smoking_history.what_is_the_number_of_the_cigarettes_you_smoke_during_weekends, Participant.extensions.smoking_history.do_you_ever_think_of_quitting_smoking, Participant.extensions.smoking_history.Signature, Participant.extensions.smoking_history.subform.type, Participant.extensions.smoking_history.subform.per_day_count, Participant.extensions.smoking_history.subform.start_date, Participant.extensions.smoking_history.subform.end_date, Participant.extensions.smoking_history.if_yes_how_many_times_have_you_tried_to_stop_smoking_, SpecimenCollectionGroup.name, SpecimenCollectionGroup.clinicalStatus, SpecimenCollectionGroup.clinicalDiagnoses.value, SpecimenCollectionGroup.clinicalDiagnoses.code, SpecimenCollectionGroup.collectionProtocolEvent.collectionPointLabel, SpecimenCollectionGroup.collectionProtocolEvent.eventPoint, SpecimenCollectionGroup.collectionProtocolEvent.eventPointUnit where Specimen.collectionStatus = ""Collected"" and Specimen.type in (""Fresh Tissue"") and Specimen.availableQty any and Specimen.pathologicalStatus any and Participant.gender any limit 0, 10000","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t1.VALUE as c1, t9.VALUE as c2, t10.VALUE as c3, t0.AVAILABLE_QUANTITY as c4, t5.COLL_CONTAINER as c5, t5.COLL_PROCEDURE as c6, t5.COLL_TIME as c7, t5.RECV_QUALITY as c8, t11.SHORT_TITLE as c9, t12.VALUE as c10, t4.VALUE as c11, t14.VALUE as c12, t16.VALUE as c13, t7.IDENTIFIER as c14, t7.DE_A_1 as c15, t7.DE_A_2 as c16, t7.DE_A_3 as c17, t7.DE_A_4 as c18, t17.VALUE as c19, t7.DE_A_6 as c20, t7.DE_A_7 as c21, t7.DE_A_8 as c22, t7.DE_A_9 as c23, t7.DE_A_10 as c24, t7.DE_A_11 as c25, t7.DE_A_12 as c26, t8.DE_A_1 as c27, t8.DE_A_2 as c28, t8.DE_A_3 as c29, t8.DE_A_4 as c30, t7.DE_A_13 as c31, t18.NAME as c32, t19.VALUE as c33, t20.VALUE as c34, t20.CODE as c35, t21.COLLECTION_POINT_LABEL as c36, t21.STUDY_CALENDAR_EVENT_POINT as c37, t21.EVENT_POINT_UNIT as c38, 't3', t3.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't5', t5.SPECIMEN_ID as mc2, 't11', t11.IDENTIFIER as mc3, 't7', t7.IDENTIFIER as mc4, 't8', t8.IDENTIFIER as mc5, 't18', t18.IDENTIFIER as mc6, 't20', t20.IDENTIFIER as mc7, 't21', t21.IDENTIFIER as mc8 from CPR_VIEW t3 left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t3.GENDER_ID left join CATISSUE_COLLECTION_PROTOCOL t11 on t11.IDENTIFIER = t3.CP_ID and t11.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t13 on t13.PARTICIPANT_ID = t3.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t14 on t14.IDENTIFIER = t13.RACE_ID left join (OS_CPR_EXTN_RECS_VIEW t6 inner join DE_E_24083 t7 on t7.IDENTIFIER = t6.RECORD_ID and t6.FORM_ID = 10931 left join DE_E_24085 t8 on t8.PARENT_RECORD_ID = t7.IDENTIFIER left join DE_E_24084 t17 on t17.RECORD_ID = t7.IDENTIFIER) on t6.CPR_ID = t3.CPR_ID left join CATISSUE_SPECIMEN_COLL_GROUP t18 on t18.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t18.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t19 on t19.IDENTIFIER = t18.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t18.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join OS_SPMN_COLL_RECV_DETAILS_VIEW t5 on t5.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t0.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t20 on t20.VISIT_ID = t18.IDENTIFIER left join CATISSUE_COLL_PROT_EVENT t21 on t21.IDENTIFIER = t18.COLLECTION_PROTOCOL_EVENT_ID left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t3.VITAL_STATUS_ID left join OS_PARTICIPANT_ETHNICITIES t15 on t15.PARTICIPANT_ID = t3.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t16 on t16.IDENTIFIER = t15.ETHNICITY_ID where (t0.COLLECTION_STATUS = 'Collected' AND (t1.VALUE in ('Fresh Tissue')) AND 1 = 1 AND 1 = 1 AND 1 = 1 ) AND (t3.ACTIVITY_STATUS != 'Disabled') order by t3.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "500576","Mar 23, 2022 05:19","Sharvari Gokhale","sharvari@krishagni.com","Sharvari","Data","1","622","select Specimen.id, Specimen.type, Specimen.tissueSite, Specimen.tissueSide, Specimen.availableQty, Specimen.spmnCollRecvDetails.collContainer, Specimen.spmnCollRecvDetails.collProcedure, Specimen.spmnCollRecvDetails.collTime, Specimen.spmnCollRecvDetails.recvQuality, CollectionProtocol.shortTitle, Participant.vitalStatus, Participant.gender, Participant.race, Participant.ethnicity, Participant.extensions.smoking_history._?primary_key?_, Participant.extensions.smoking_history.have_you_ever_smoked_cigarettes_cigars_or_pipes, Participant.extensions.smoking_history.what_age_you_started_smoking, Participant.extensions.smoking_history.do_you_smoke_currently, Participant.extensions.smoking_history.if_not_what_age_you_stopped, Participant.extensions.smoking_history.if_yes_out_of_above_three_options_which_do_you_use, Participant.extensions.smoking_history.how_many_cigarettes_do_you_smoke_during_the_work_day, Participant.extensions.smoking_history.if_you_use_cigars_how_many_cigars_per_day, Participant.extensions.smoking_history.how_many_pipeful_per_day, Participant.extensions.smoking_history.how_many_cigarettes_cigars_or_pipeful_you_smoke_after_the_work_d, Participant.extensions.smoking_history.what_is_the_number_of_the_cigarettes_you_smoke_during_weekends, Participant.extensions.smoking_history.do_you_ever_think_of_quitting_smoking, Participant.extensions.smoking_history.Signature, Participant.extensions.smoking_history.subform.type, Participant.extensions.smoking_history.subform.per_day_count, Participant.extensions.smoking_history.subform.start_date, Participant.extensions.smoking_history.subform.end_date, Participant.extensions.smoking_history.if_yes_how_many_times_have_you_tried_to_stop_smoking_, SpecimenCollectionGroup.name, SpecimenCollectionGroup.clinicalStatus, SpecimenCollectionGroup.clinicalDiagnoses.value, SpecimenCollectionGroup.clinicalDiagnoses.code, SpecimenCollectionGroup.collectionProtocolEvent.collectionPointLabel, SpecimenCollectionGroup.collectionProtocolEvent.eventPoint, SpecimenCollectionGroup.collectionProtocolEvent.eventPointUnit where Specimen.collectionStatus = ""Collected"" and Specimen.type in (""Fresh Tissue"") and Specimen.availableQty any and Specimen.pathologicalStatus in (""Malignant"") and Participant.gender any limit 0, 10000","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t1.VALUE as c1, t9.VALUE as c2, t10.VALUE as c3, t0.AVAILABLE_QUANTITY as c4, t5.COLL_CONTAINER as c5, t5.COLL_PROCEDURE as c6, t5.COLL_TIME as c7, t5.RECV_QUALITY as c8, t11.SHORT_TITLE as c9, t12.VALUE as c10, t4.VALUE as c11, t14.VALUE as c12, t16.VALUE as c13, t7.IDENTIFIER as c14, t7.DE_A_1 as c15, t7.DE_A_2 as c16, t7.DE_A_3 as c17, t7.DE_A_4 as c18, t17.VALUE as c19, t7.DE_A_6 as c20, t7.DE_A_7 as c21, t7.DE_A_8 as c22, t7.DE_A_9 as c23, t7.DE_A_10 as c24, t7.DE_A_11 as c25, t7.DE_A_12 as c26, t8.DE_A_1 as c27, t8.DE_A_2 as c28, t8.DE_A_3 as c29, t8.DE_A_4 as c30, t7.DE_A_13 as c31, t18.NAME as c32, t19.VALUE as c33, t20.VALUE as c34, t20.CODE as c35, t21.COLLECTION_POINT_LABEL as c36, t21.STUDY_CALENDAR_EVENT_POINT as c37, t21.EVENT_POINT_UNIT as c38, 't3', t3.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't5', t5.SPECIMEN_ID as mc2, 't11', t11.IDENTIFIER as mc3, 't7', t7.IDENTIFIER as mc4, 't8', t8.IDENTIFIER as mc5, 't18', t18.IDENTIFIER as mc6, 't20', t20.IDENTIFIER as mc7, 't21', t21.IDENTIFIER as mc8 from CPR_VIEW t3 left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t3.GENDER_ID left join CATISSUE_COLLECTION_PROTOCOL t11 on t11.IDENTIFIER = t3.CP_ID and t11.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t13 on t13.PARTICIPANT_ID = t3.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t14 on t14.IDENTIFIER = t13.RACE_ID left join (OS_CPR_EXTN_RECS_VIEW t6 inner join DE_E_24083 t7 on t7.IDENTIFIER = t6.RECORD_ID and t6.FORM_ID = 10931 left join DE_E_24085 t8 on t8.PARENT_RECORD_ID = t7.IDENTIFIER left join DE_E_24084 t17 on t17.RECORD_ID = t7.IDENTIFIER) on t6.CPR_ID = t3.CPR_ID left join CATISSUE_SPECIMEN_COLL_GROUP t18 on t18.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t18.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t19 on t19.IDENTIFIER = t18.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t18.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join OS_SPMN_COLL_RECV_DETAILS_VIEW t5 on t5.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t0.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t20 on t20.VISIT_ID = t18.IDENTIFIER left join CATISSUE_COLL_PROT_EVENT t21 on t21.IDENTIFIER = t18.COLLECTION_PROTOCOL_EVENT_ID left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t3.VITAL_STATUS_ID left join OS_PARTICIPANT_ETHNICITIES t15 on t15.PARTICIPANT_ID = t3.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t16 on t16.IDENTIFIER = t15.ETHNICITY_ID where (t0.COLLECTION_STATUS = 'Collected' AND (t1.VALUE in ('Fresh Tissue')) AND 1 = 1 AND (t2.VALUE in ('Malignant')) AND 1 = 1 ) AND (t3.ACTIVITY_STATUS != 'Disabled') order by t3.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "500577","Mar 23, 2022 05:19","Sharvari Gokhale","sharvari@krishagni.com","Sharvari","Count","0","1","select count(distinct Participant.id) as ""Participants "", count(distinct SpecimenCollectionGroup.id) as ""Visits "", count(distinct Specimen.id) as ""Specimens "" where Specimen.collectionStatus = ""Collected"" and Specimen.type in (""Fresh Tissue"") and Specimen.availableQty any and Specimen.pathologicalStatus in (""Malignant"") and Participant.gender any","select count(distinct t3.CPR_ID) as c0, count(distinct t5.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t3 left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t3.GENDER_ID left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (t0.COLLECTION_STATUS = 'Collected' AND (t1.VALUE in ('Fresh Tissue')) AND 1 = 1 AND (t2.VALUE in ('Malignant')) AND 1 = 1 ) AND (t3.ACTIVITY_STATUS != 'Disabled')" "500578","Mar 23, 2022 05:19","Sharvari Gokhale","sharvari@krishagni.com","Sharvari","Count","0","1","select count(distinct Participant.id) as ""Participants "", count(distinct SpecimenCollectionGroup.id) as ""Visits "", count(distinct Specimen.id) as ""Specimens "" where Specimen.collectionStatus = ""Collected"" and Specimen.type in (""Fresh Tissue"") and Specimen.availableQty any and Specimen.pathologicalStatus in (""Malignant"") and Participant.gender in (""Female"")","select count(distinct t3.CPR_ID) as c0, count(distinct t5.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t3 left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t3.GENDER_ID left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (t0.COLLECTION_STATUS = 'Collected' AND (t1.VALUE in ('Fresh Tissue')) AND 1 = 1 AND (t2.VALUE in ('Malignant')) AND (t4.VALUE in ('Female'))) AND (t3.ACTIVITY_STATUS != 'Disabled')" "500579","Mar 23, 2022 05:19","Sharvari Gokhale","sharvari@krishagni.com","Sharvari","Data","0","191","select Specimen.id, Specimen.type, Specimen.tissueSite, Specimen.tissueSide, Specimen.availableQty, Specimen.spmnCollRecvDetails.collContainer, Specimen.spmnCollRecvDetails.collProcedure, Specimen.spmnCollRecvDetails.collTime, Specimen.spmnCollRecvDetails.recvQuality, CollectionProtocol.shortTitle, Participant.vitalStatus, Participant.gender, Participant.race, Participant.ethnicity, Participant.extensions.smoking_history._?primary_key?_, Participant.extensions.smoking_history.have_you_ever_smoked_cigarettes_cigars_or_pipes, Participant.extensions.smoking_history.what_age_you_started_smoking, Participant.extensions.smoking_history.do_you_smoke_currently, Participant.extensions.smoking_history.if_not_what_age_you_stopped, Participant.extensions.smoking_history.if_yes_out_of_above_three_options_which_do_you_use, Participant.extensions.smoking_history.how_many_cigarettes_do_you_smoke_during_the_work_day, Participant.extensions.smoking_history.if_you_use_cigars_how_many_cigars_per_day, Participant.extensions.smoking_history.how_many_pipeful_per_day, Participant.extensions.smoking_history.how_many_cigarettes_cigars_or_pipeful_you_smoke_after_the_work_d, Participant.extensions.smoking_history.what_is_the_number_of_the_cigarettes_you_smoke_during_weekends, Participant.extensions.smoking_history.do_you_ever_think_of_quitting_smoking, Participant.extensions.smoking_history.Signature, Participant.extensions.smoking_history.subform.type, Participant.extensions.smoking_history.subform.per_day_count, Participant.extensions.smoking_history.subform.start_date, Participant.extensions.smoking_history.subform.end_date, Participant.extensions.smoking_history.if_yes_how_many_times_have_you_tried_to_stop_smoking_, SpecimenCollectionGroup.name, SpecimenCollectionGroup.clinicalStatus, SpecimenCollectionGroup.clinicalDiagnoses.value, SpecimenCollectionGroup.clinicalDiagnoses.code, SpecimenCollectionGroup.collectionProtocolEvent.collectionPointLabel, SpecimenCollectionGroup.collectionProtocolEvent.eventPoint, SpecimenCollectionGroup.collectionProtocolEvent.eventPointUnit where Specimen.collectionStatus = ""Collected"" and Specimen.type in (""Fresh Tissue"") and Specimen.availableQty any and Specimen.pathologicalStatus in (""Malignant"") and Participant.gender in (""Female"") limit 0, 10000","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t1.VALUE as c1, t9.VALUE as c2, t10.VALUE as c3, t0.AVAILABLE_QUANTITY as c4, t5.COLL_CONTAINER as c5, t5.COLL_PROCEDURE as c6, t5.COLL_TIME as c7, t5.RECV_QUALITY as c8, t11.SHORT_TITLE as c9, t12.VALUE as c10, t4.VALUE as c11, t14.VALUE as c12, t16.VALUE as c13, t7.IDENTIFIER as c14, t7.DE_A_1 as c15, t7.DE_A_2 as c16, t7.DE_A_3 as c17, t7.DE_A_4 as c18, t17.VALUE as c19, t7.DE_A_6 as c20, t7.DE_A_7 as c21, t7.DE_A_8 as c22, t7.DE_A_9 as c23, t7.DE_A_10 as c24, t7.DE_A_11 as c25, t7.DE_A_12 as c26, t8.DE_A_1 as c27, t8.DE_A_2 as c28, t8.DE_A_3 as c29, t8.DE_A_4 as c30, t7.DE_A_13 as c31, t18.NAME as c32, t19.VALUE as c33, t20.VALUE as c34, t20.CODE as c35, t21.COLLECTION_POINT_LABEL as c36, t21.STUDY_CALENDAR_EVENT_POINT as c37, t21.EVENT_POINT_UNIT as c38, 't3', t3.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't5', t5.SPECIMEN_ID as mc2, 't11', t11.IDENTIFIER as mc3, 't7', t7.IDENTIFIER as mc4, 't8', t8.IDENTIFIER as mc5, 't18', t18.IDENTIFIER as mc6, 't20', t20.IDENTIFIER as mc7, 't21', t21.IDENTIFIER as mc8 from CPR_VIEW t3 left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t3.GENDER_ID left join CATISSUE_COLLECTION_PROTOCOL t11 on t11.IDENTIFIER = t3.CP_ID and t11.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t13 on t13.PARTICIPANT_ID = t3.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t14 on t14.IDENTIFIER = t13.RACE_ID left join (OS_CPR_EXTN_RECS_VIEW t6 inner join DE_E_24083 t7 on t7.IDENTIFIER = t6.RECORD_ID and t6.FORM_ID = 10931 left join DE_E_24085 t8 on t8.PARENT_RECORD_ID = t7.IDENTIFIER left join DE_E_24084 t17 on t17.RECORD_ID = t7.IDENTIFIER) on t6.CPR_ID = t3.CPR_ID left join CATISSUE_SPECIMEN_COLL_GROUP t18 on t18.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t18.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t19 on t19.IDENTIFIER = t18.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t18.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join OS_SPMN_COLL_RECV_DETAILS_VIEW t5 on t5.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t0.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t20 on t20.VISIT_ID = t18.IDENTIFIER left join CATISSUE_COLL_PROT_EVENT t21 on t21.IDENTIFIER = t18.COLLECTION_PROTOCOL_EVENT_ID left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t3.VITAL_STATUS_ID left join OS_PARTICIPANT_ETHNICITIES t15 on t15.PARTICIPANT_ID = t3.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t16 on t16.IDENTIFIER = t15.ETHNICITY_ID where (t0.COLLECTION_STATUS = 'Collected' AND (t1.VALUE in ('Fresh Tissue')) AND 1 = 1 AND (t2.VALUE in ('Malignant')) AND (t4.VALUE in ('Female'))) AND (t3.ACTIVITY_STATUS != 'Disabled') order by t3.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "500580","Mar 23, 2022 05:20","Sharvari Gokhale","sharvari@krishagni.com","Sharvari","Data","0","1","select Specimen.id, Specimen.type, Specimen.tissueSite, Specimen.tissueSide, Specimen.availableQty, Specimen.spmnCollRecvDetails.collContainer, Specimen.spmnCollRecvDetails.collProcedure, Specimen.spmnCollRecvDetails.collTime, Specimen.spmnCollRecvDetails.recvQuality, CollectionProtocol.shortTitle, Participant.vitalStatus, Participant.gender, Participant.race, Participant.ethnicity, Participant.extensions.smoking_history._?primary_key?_, Participant.extensions.smoking_history.have_you_ever_smoked_cigarettes_cigars_or_pipes, Participant.extensions.smoking_history.what_age_you_started_smoking, Participant.extensions.smoking_history.do_you_smoke_currently, Participant.extensions.smoking_history.if_not_what_age_you_stopped, Participant.extensions.smoking_history.if_yes_out_of_above_three_options_which_do_you_use, Participant.extensions.smoking_history.how_many_cigarettes_do_you_smoke_during_the_work_day, Participant.extensions.smoking_history.if_you_use_cigars_how_many_cigars_per_day, Participant.extensions.smoking_history.how_many_pipeful_per_day, Participant.extensions.smoking_history.how_many_cigarettes_cigars_or_pipeful_you_smoke_after_the_work_d, Participant.extensions.smoking_history.what_is_the_number_of_the_cigarettes_you_smoke_during_weekends, Participant.extensions.smoking_history.do_you_ever_think_of_quitting_smoking, Participant.extensions.smoking_history.Signature, Participant.extensions.smoking_history.subform.type, Participant.extensions.smoking_history.subform.per_day_count, Participant.extensions.smoking_history.subform.start_date, Participant.extensions.smoking_history.subform.end_date, Participant.extensions.smoking_history.if_yes_how_many_times_have_you_tried_to_stop_smoking_, SpecimenCollectionGroup.name, SpecimenCollectionGroup.clinicalStatus, SpecimenCollectionGroup.clinicalDiagnoses.value, SpecimenCollectionGroup.clinicalDiagnoses.code, SpecimenCollectionGroup.collectionProtocolEvent.collectionPointLabel, SpecimenCollectionGroup.collectionProtocolEvent.eventPoint, SpecimenCollectionGroup.collectionProtocolEvent.eventPointUnit where (Specimen.collectionStatus = ""Collected"" and Specimen.type any and Specimen.availableQty any and Specimen.pathologicalStatus any and Participant.gender any ) and (Specimen.id in (4781)) limit 0, 100","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t1.VALUE as c1, t10.VALUE as c2, t11.VALUE as c3, t0.AVAILABLE_QUANTITY as c4, t6.COLL_CONTAINER as c5, t6.COLL_PROCEDURE as c6, t6.COLL_TIME as c7, t6.RECV_QUALITY as c8, t5.SHORT_TITLE as c9, t12.VALUE as c10, t4.VALUE as c11, t14.VALUE as c12, t16.VALUE as c13, t8.IDENTIFIER as c14, t8.DE_A_1 as c15, t8.DE_A_2 as c16, t8.DE_A_3 as c17, t8.DE_A_4 as c18, t17.VALUE as c19, t8.DE_A_6 as c20, t8.DE_A_7 as c21, t8.DE_A_8 as c22, t8.DE_A_9 as c23, t8.DE_A_10 as c24, t8.DE_A_11 as c25, t8.DE_A_12 as c26, t9.DE_A_1 as c27, t9.DE_A_2 as c28, t9.DE_A_3 as c29, t9.DE_A_4 as c30, t8.DE_A_13 as c31, t18.NAME as c32, t19.VALUE as c33, t20.VALUE as c34, t20.CODE as c35, t21.COLLECTION_POINT_LABEL as c36, t21.STUDY_CALENDAR_EVENT_POINT as c37, t21.EVENT_POINT_UNIT as c38, 't3', t3.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't6', t6.SPECIMEN_ID as mc2, 't5', t5.IDENTIFIER as mc3, 't8', t8.IDENTIFIER as mc4, 't9', t9.IDENTIFIER as mc5, 't18', t18.IDENTIFIER as mc6, 't20', t20.IDENTIFIER as mc7, 't21', t21.IDENTIFIER as mc8 from CPR_VIEW t3 left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t3.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t3.GENDER_ID left join CATISSUE_RACE t13 on t13.PARTICIPANT_ID = t3.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t14 on t14.IDENTIFIER = t13.RACE_ID left join (OS_CPR_EXTN_RECS_VIEW t7 inner join DE_E_24083 t8 on t8.IDENTIFIER = t7.RECORD_ID and t7.FORM_ID = 10931 left join DE_E_24085 t9 on t9.PARENT_RECORD_ID = t8.IDENTIFIER left join DE_E_24084 t17 on t17.RECORD_ID = t8.IDENTIFIER) on t7.CPR_ID = t3.CPR_ID left join CATISSUE_SPECIMEN_COLL_GROUP t18 on t18.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t18.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t19 on t19.IDENTIFIER = t18.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t18.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join OS_SPMN_COLL_RECV_DETAILS_VIEW t6 on t6.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t0.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t20 on t20.VISIT_ID = t18.IDENTIFIER left join CATISSUE_COLL_PROT_EVENT t21 on t21.IDENTIFIER = t18.COLLECTION_PROTOCOL_EVENT_ID left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t3.VITAL_STATUS_ID left join OS_PARTICIPANT_ETHNICITIES t15 on t15.PARTICIPANT_ID = t3.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t16 on t16.IDENTIFIER = t15.ETHNICITY_ID where (((t0.COLLECTION_STATUS = 'Collected' AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 ) AND ((t0.IDENTIFIER in (4781)))) AND t5.IDENTIFIER = 201) AND (t3.ACTIVITY_STATUS != 'Disabled') order by t3.CPR_ID) tab where rownum <= 100) where rnum >= 1" "500581","Mar 23, 2022 05:22","Sharvari Gokhale","sharvari@krishagni.com","Sharvari","Data","0","1","select Specimen.id, Specimen.type, Specimen.tissueSite, Specimen.tissueSide, Specimen.availableQty, Specimen.spmnCollRecvDetails.collContainer, Specimen.spmnCollRecvDetails.collProcedure, Specimen.spmnCollRecvDetails.collTime, Specimen.spmnCollRecvDetails.recvQuality, CollectionProtocol.shortTitle, Participant.vitalStatus, Participant.gender, Participant.race, Participant.ethnicity, Participant.extensions.smoking_history._?primary_key?_, Participant.extensions.smoking_history.have_you_ever_smoked_cigarettes_cigars_or_pipes, Participant.extensions.smoking_history.what_age_you_started_smoking, Participant.extensions.smoking_history.do_you_smoke_currently, Participant.extensions.smoking_history.if_not_what_age_you_stopped, Participant.extensions.smoking_history.if_yes_out_of_above_three_options_which_do_you_use, Participant.extensions.smoking_history.how_many_cigarettes_do_you_smoke_during_the_work_day, Participant.extensions.smoking_history.if_you_use_cigars_how_many_cigars_per_day, Participant.extensions.smoking_history.how_many_pipeful_per_day, Participant.extensions.smoking_history.how_many_cigarettes_cigars_or_pipeful_you_smoke_after_the_work_d, Participant.extensions.smoking_history.what_is_the_number_of_the_cigarettes_you_smoke_during_weekends, Participant.extensions.smoking_history.do_you_ever_think_of_quitting_smoking, Participant.extensions.smoking_history.Signature, Participant.extensions.smoking_history.subform.type, Participant.extensions.smoking_history.subform.per_day_count, Participant.extensions.smoking_history.subform.start_date, Participant.extensions.smoking_history.subform.end_date, Participant.extensions.smoking_history.if_yes_how_many_times_have_you_tried_to_stop_smoking_, SpecimenCollectionGroup.name, SpecimenCollectionGroup.clinicalStatus, SpecimenCollectionGroup.clinicalDiagnoses.value, SpecimenCollectionGroup.clinicalDiagnoses.code, SpecimenCollectionGroup.collectionProtocolEvent.collectionPointLabel, SpecimenCollectionGroup.collectionProtocolEvent.eventPoint, SpecimenCollectionGroup.collectionProtocolEvent.eventPointUnit where (Specimen.collectionStatus = ""Collected"" and Specimen.type any and Specimen.availableQty any and Specimen.pathologicalStatus any and Participant.gender any ) and (Specimen.id in (4781)) limit 0, 100","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t1.VALUE as c1, t10.VALUE as c2, t11.VALUE as c3, t0.AVAILABLE_QUANTITY as c4, t6.COLL_CONTAINER as c5, t6.COLL_PROCEDURE as c6, t6.COLL_TIME as c7, t6.RECV_QUALITY as c8, t5.SHORT_TITLE as c9, t12.VALUE as c10, t4.VALUE as c11, t14.VALUE as c12, t16.VALUE as c13, t8.IDENTIFIER as c14, t8.DE_A_1 as c15, t8.DE_A_2 as c16, t8.DE_A_3 as c17, t8.DE_A_4 as c18, t17.VALUE as c19, t8.DE_A_6 as c20, t8.DE_A_7 as c21, t8.DE_A_8 as c22, t8.DE_A_9 as c23, t8.DE_A_10 as c24, t8.DE_A_11 as c25, t8.DE_A_12 as c26, t9.DE_A_1 as c27, t9.DE_A_2 as c28, t9.DE_A_3 as c29, t9.DE_A_4 as c30, t8.DE_A_13 as c31, t18.NAME as c32, t19.VALUE as c33, t20.VALUE as c34, t20.CODE as c35, t21.COLLECTION_POINT_LABEL as c36, t21.STUDY_CALENDAR_EVENT_POINT as c37, t21.EVENT_POINT_UNIT as c38, 't3', t3.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't6', t6.SPECIMEN_ID as mc2, 't5', t5.IDENTIFIER as mc3, 't8', t8.IDENTIFIER as mc4, 't9', t9.IDENTIFIER as mc5, 't18', t18.IDENTIFIER as mc6, 't20', t20.IDENTIFIER as mc7, 't21', t21.IDENTIFIER as mc8 from CPR_VIEW t3 left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t3.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t3.GENDER_ID left join CATISSUE_RACE t13 on t13.PARTICIPANT_ID = t3.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t14 on t14.IDENTIFIER = t13.RACE_ID left join (OS_CPR_EXTN_RECS_VIEW t7 inner join DE_E_24083 t8 on t8.IDENTIFIER = t7.RECORD_ID and t7.FORM_ID = 10931 left join DE_E_24085 t9 on t9.PARENT_RECORD_ID = t8.IDENTIFIER left join DE_E_24084 t17 on t17.RECORD_ID = t8.IDENTIFIER) on t7.CPR_ID = t3.CPR_ID left join CATISSUE_SPECIMEN_COLL_GROUP t18 on t18.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t18.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t19 on t19.IDENTIFIER = t18.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t18.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join OS_SPMN_COLL_RECV_DETAILS_VIEW t6 on t6.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t0.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t20 on t20.VISIT_ID = t18.IDENTIFIER left join CATISSUE_COLL_PROT_EVENT t21 on t21.IDENTIFIER = t18.COLLECTION_PROTOCOL_EVENT_ID left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t3.VITAL_STATUS_ID left join OS_PARTICIPANT_ETHNICITIES t15 on t15.PARTICIPANT_ID = t3.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t16 on t16.IDENTIFIER = t15.ETHNICITY_ID where (((t0.COLLECTION_STATUS = 'Collected' AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 ) AND ((t0.IDENTIFIER in (4781)))) AND t5.IDENTIFIER = 201) AND (t3.ACTIVITY_STATUS != 'Disabled') order by t3.CPR_ID) tab where rownum <= 100) where rnum >= 1" "500582","Mar 23, 2022 05:27","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 4973)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500583","Mar 23, 2022 05:27","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","35","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4577) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500584","Mar 23, 2022 05:28","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","35","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4577) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500585","Mar 23, 2022 05:29","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","35","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4577) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500586","Mar 23, 2022 05:30","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","35","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4577) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500587","Mar 23, 2022 05:30","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","35","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4577) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500588","Mar 23, 2022 05:55","Ishita Aggarwal","ishitaaggarwal1501@gmail.com","Ishita","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 6331)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6331) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6331))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500589","Mar 23, 2022 05:55","Ishita Aggarwal","ishitaaggarwal1501@gmail.com","Ishita","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 6331)) and (CollectionProtocol.shortTitle contains ""L"") order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6331) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6331)) AND (upper(t0.SHORT_TITLE) like '%L%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500590","Mar 23, 2022 05:55","Ishita Aggarwal","ishitaaggarwal1501@gmail.com","Ishita","Data","0","24","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 6331)) and (CollectionProtocol.shortTitle contains ""LC"") order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6331) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6331)) AND (upper(t0.SHORT_TITLE) like '%LC%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500591","Mar 23, 2022 05:55","Ishita Aggarwal","ishitaaggarwal1501@gmail.com","Ishita","Data","0","21","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 6331)) and (CollectionProtocol.shortTitle contains ""LCP"") order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6331) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6331)) AND (upper(t0.SHORT_TITLE) like '%LCP%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500592","Mar 23, 2022 05:55","Ishita Aggarwal","ishitaaggarwal1501@gmail.com","Ishita","Data","0","1","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 6331)) and (CollectionProtocol.shortTitle contains ""LCP_IA"") order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6331) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6331)) AND (upper(t0.SHORT_TITLE) like '%LCP\_IA%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500593","Mar 23, 2022 05:55","Ishita Aggarwal","ishitaaggarwal1501@gmail.com","Ishita","Data","0","1","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6122) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500594","Mar 23, 2022 05:56","Ishita Aggarwal","ishitaaggarwal1501@gmail.com","Ishita","Data","0","1","select count(Specimen.id) as ""Primary Specimens"" where (Specimen.id exists and Specimen.lineage = ""New"" and Specimen.collectionStatus = ""Collected"" ) and (Participant.id = 160913)","select count(t0.IDENTIFIER) as c0 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t1.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where (((t0.IDENTIFIER is not null AND t0.LINEAGE = 'New' AND t0.COLLECTION_STATUS = 'Collected') AND (t1.CPR_ID = 160913)) AND t2.IDENTIFIER = 6122) AND (t1.ACTIVITY_STATUS != 'Disabled')" "500595","Mar 23, 2022 05:56","Ishita Aggarwal","ishitaaggarwal1501@gmail.com","Ishita","Data","0","1","select count(distinct Specimen.id) as ""Distributed Specimens"" where (Specimen.specimenOrders.orderStatus = ""EXECUTED"") and (Participant.id = 160913)","select count(distinct t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t2.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (((t1.ORDER_STATUS = 'EXECUTED') AND (t2.CPR_ID = 160913)) AND t3.IDENTIFIER = 6122) AND (t2.ACTIVITY_STATUS != 'Disabled')" "500596","Mar 23, 2022 05:56","Ishita Aggarwal","ishitaaggarwal1501@gmail.com","Ishita","Data","0","1","select count(Specimen.id) as ""Stored Specimens"" where (Specimen.id exists and Specimen.specimenPosition.containerName exists and Specimen.collectionStatus = ""Collected"" ) and (Participant.id = 160913)","select count(t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t2.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (((t0.IDENTIFIER is not null AND t1.CONTAINER_NAME is not null AND t0.COLLECTION_STATUS = 'Collected') AND (t2.CPR_ID = 160913)) AND t3.IDENTIFIER = 6122) AND (t2.ACTIVITY_STATUS != 'Disabled')" "500597","Mar 23, 2022 06:00","Ishita Aggarwal","ishitaaggarwal1501@gmail.com","Ishita","Data","0","1","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6122) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500598","Mar 23, 2022 06:00","Ishita Aggarwal","ishitaaggarwal1501@gmail.com","Ishita","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 6331)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6331) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6331))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500599","Mar 23, 2022 06:00","Ishita Aggarwal","ishitaaggarwal1501@gmail.com","Ishita","Data","0","21","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 6331)) and (CollectionProtocol.shortTitle contains ""LCP"") order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6331) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6331)) AND (upper(t0.SHORT_TITLE) like '%LCP%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500600","Mar 23, 2022 06:00","Ishita Aggarwal","ishitaaggarwal1501@gmail.com","Ishita","Data","0","1","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 6331)) and (CollectionProtocol.shortTitle contains ""LCP_"") order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6331) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6331)) AND (upper(t0.SHORT_TITLE) like '%LCP\_%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500601","Mar 23, 2022 06:00","Ishita Aggarwal","ishitaaggarwal1501@gmail.com","Ishita","Data","0","1","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 6331)) and (CollectionProtocol.shortTitle contains ""LCP_I"") order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6331) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6331)) AND (upper(t0.SHORT_TITLE) like '%LCP\_I%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500602","Mar 23, 2022 06:00","Ishita Aggarwal","ishitaaggarwal1501@gmail.com","Ishita","Data","0","1","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 6331)) and (CollectionProtocol.shortTitle contains ""LCP_IA"") order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6331) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6331)) AND (upper(t0.SHORT_TITLE) like '%LCP\_IA%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500603","Mar 23, 2022 06:01","Ishita Aggarwal","ishitaaggarwal1501@gmail.com","Ishita","Data","0","1","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6122) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500604","Mar 23, 2022 06:01","Ishita Aggarwal","ishitaaggarwal1501@gmail.com","Ishita","Data","0","3","select Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Specimen.label as ""Label"", Specimen.createdOn as ""Created On"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", Specimen.pathologicalStatus as ""Pathology Status"", Specimen.availableQty as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.collectionStatus = ""Collected"" and Specimen.activityStatus = ""Active"") order by Specimen.createdOn desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6122) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500605","Mar 23, 2022 06:01","Ishita Aggarwal","ishitaaggarwal1501@gmail.com","Ishita","Data","0","1","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6122) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500606","Mar 23, 2022 06:02","Ishita Aggarwal","ishitaaggarwal1501@gmail.com","Ishita","Data","0","1","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6122) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500607","Mar 23, 2022 06:06","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 408)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 408) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 408))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500608","Mar 23, 2022 06:08","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","0","select Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Specimen.label as ""Label"", Specimen.createdOn as ""Created On"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", Specimen.pathologicalStatus as ""Pathology Status"", Specimen.availableQty as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.collectionStatus = ""Collected"" and Specimen.activityStatus = ""Active"") order by Specimen.createdOn desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6126) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500609","Mar 23, 2022 06:10","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","2","select Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Specimen.label as ""Label"", Specimen.createdOn as ""Created On"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", Specimen.pathologicalStatus as ""Pathology Status"", Specimen.availableQty as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.collectionStatus = ""Collected"" and Specimen.activityStatus = ""Active"") order by Specimen.createdOn desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6126) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500610","Mar 23, 2022 06:11","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","2","select Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Specimen.label as ""Label"", Specimen.createdOn as ""Created On"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", Specimen.pathologicalStatus as ""Pathology Status"", Specimen.availableQty as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.collectionStatus = ""Collected"" and Specimen.activityStatus = ""Active"") order by Specimen.createdOn desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6126) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500611","Mar 23, 2022 06:11","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","2","select Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Specimen.label as ""Label"", Specimen.createdOn as ""Created On"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", Specimen.pathologicalStatus as ""Pathology Status"", Specimen.availableQty as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.collectionStatus = ""Collected"" and Specimen.activityStatus = ""Active"") order by Specimen.createdOn desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6126) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500612","Mar 23, 2022 06:12","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","2","select Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Specimen.label as ""Label"", Specimen.createdOn as ""Created On"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", Specimen.pathologicalStatus as ""Pathology Status"", Specimen.availableQty as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.collectionStatus = ""Collected"" and Specimen.activityStatus = ""Active"") order by Specimen.createdOn desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6126) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500613","Mar 23, 2022 06:13","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","2","select Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Specimen.label as ""Label"", Specimen.createdOn as ""Created On"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", Specimen.pathologicalStatus as ""Pathology Status"", Specimen.availableQty as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.collectionStatus = ""Collected"" and Specimen.activityStatus = ""Active"") order by Specimen.createdOn desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6126) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500614","Mar 23, 2022 06:13","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","2","select Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Specimen.label as ""Label"", Specimen.createdOn as ""Created On"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", Specimen.pathologicalStatus as ""Pathology Status"", Specimen.availableQty as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.collectionStatus = ""Collected"" and Specimen.activityStatus = ""Active"") order by Specimen.createdOn desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6126) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500615","Mar 23, 2022 06:20","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","2","select Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Specimen.label as ""Label"", Specimen.createdOn as ""Created On"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", Specimen.pathologicalStatus as ""Pathology Status"", Specimen.availableQty as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.collectionStatus = ""Collected"" and Specimen.activityStatus = ""Active"") order by Specimen.createdOn desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6126) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500616","Mar 23, 2022 06:24","IA Divya","divya.20.prabhu@gmail.com","Training Divya","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where Participant.firstName exists","select count(distinct t0.CPR_ID) as c0, count(distinct t2.IDENTIFIER) as c1, count(distinct t3.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t3 on t3.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.FIRST_NAME is not null ) AND t1.IDENTIFIER = 4934) AND (t0.ACTIVITY_STATUS != 'Disabled')" "500617","Mar 23, 2022 06:24","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","2","select Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Specimen.label as ""Label"", Specimen.createdOn as ""Created On"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", Specimen.pathologicalStatus as ""Pathology Status"", Specimen.availableQty as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.collectionStatus = ""Collected"" and Specimen.activityStatus = ""Active"") order by Specimen.createdOn desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6126) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500618","Mar 23, 2022 06:27","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","7","select Participant.id as ""cprId"", Participant.ppid as ""Participant Protocol ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500619","Mar 23, 2022 06:30","Divya Prabhu","divya@krishagni.com","divya.prabhu","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where Participant.firstName exists","select count(distinct t0.CPR_ID) as c0, count(distinct t2.IDENTIFIER) as c1, count(distinct t3.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t3 on t3.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.FIRST_NAME is not null ) AND t1.IDENTIFIER = 4934) AND (t0.ACTIVITY_STATUS != 'Disabled')" "500620","Mar 23, 2022 06:30","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","59","select Participant.id as ""$cprId"", Participant.ppid, Participant.firstName, Participant.middleName, Participant.lastName, Participant.dateOfBirth, Participant.empi, count(distinct Specimen.label) as ""Specimen Label Count "", Specimen.type, Specimen.tissueSite, Specimen.spmnCollRecvDetails.collTime, Specimen.specimenStatistics.ischemiaTime where Participant.firstName exists limit 0, 10000","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.FIRST_NAME as c2, t0.MIDDLE_NAME as c3, t0.LAST_NAME as c4, t0.DOB as c5, t0.EMPI_ID as c6, count(distinct t2.LABEL) as c7, t3.VALUE as c8, t4.VALUE as c9, t5.COLL_TIME as c10, t6.ISCHEMIA_TIME as c11 from CPR_VIEW t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t7.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_STATS t6 on t6.SPECIMEN_ID = t2.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t5 on t5.SPECIMEN_ID = t2.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t2.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.FIRST_NAME is not null ) AND t1.IDENTIFIER = 4934) AND (t0.ACTIVITY_STATUS != 'Disabled') group by t0.CPR_ID, t0.PPID, t0.FIRST_NAME, t0.MIDDLE_NAME, t0.LAST_NAME, t0.DOB, t0.EMPI_ID, t3.VALUE, t4.VALUE, t5.COLL_TIME, t6.ISCHEMIA_TIME) tab where rownum <= 10000) where rnum >= 1" "500621","Mar 23, 2022 06:30","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","59","select Participant.id as ""$cprId"", Participant.ppid, count(distinct Specimen.label) as ""Specimen Label Count "", Specimen.type, Specimen.tissueSite, Specimen.spmnCollRecvDetails.collTime, Specimen.specimenStatistics.ischemiaTime where Participant.firstName exists limit 0, 10000","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, count(distinct t2.LABEL) as c2, t3.VALUE as c3, t4.VALUE as c4, t5.COLL_TIME as c5, t6.ISCHEMIA_TIME as c6 from CPR_VIEW t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t7.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_STATS t6 on t6.SPECIMEN_ID = t2.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t5 on t5.SPECIMEN_ID = t2.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t2.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.FIRST_NAME is not null ) AND t1.IDENTIFIER = 4934) AND (t0.ACTIVITY_STATUS != 'Disabled') group by t0.CPR_ID, t0.PPID, t3.VALUE, t4.VALUE, t5.COLL_TIME, t6.ISCHEMIA_TIME) tab where rownum <= 10000) where rnum >= 1" "500622","Mar 23, 2022 06:31","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","59","select Participant.id as ""$cprId"", Participant.ppid, count(distinct Specimen.label) as ""Specimen Label Count "", Specimen.type, Specimen.tissueSite, Specimen.spmnCollRecvDetails.collTime, Specimen.specimenStatistics.ischemiaTime where Participant.firstName exists limit 0, 10000","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, count(distinct t2.LABEL) as c2, t3.VALUE as c3, t4.VALUE as c4, t5.COLL_TIME as c5, t6.ISCHEMIA_TIME as c6 from CPR_VIEW t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t7.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_STATS t6 on t6.SPECIMEN_ID = t2.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t5 on t5.SPECIMEN_ID = t2.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t2.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.FIRST_NAME is not null ) AND t1.IDENTIFIER = 4934) AND (t0.ACTIVITY_STATUS != 'Disabled') group by t0.CPR_ID, t0.PPID, t3.VALUE, t4.VALUE, t5.COLL_TIME, t6.ISCHEMIA_TIME) tab where rownum <= 10000) where rnum >= 1" "500623","Mar 23, 2022 06:31","Divya Prabhu","divya@krishagni.com","divya.prabhu","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where Participant.firstName exists","select count(distinct t0.CPR_ID) as c0, count(distinct t2.IDENTIFIER) as c1, count(distinct t3.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t3 on t3.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.FIRST_NAME is not null ) AND t1.IDENTIFIER = 4934) AND (t0.ACTIVITY_STATUS != 'Disabled')" "500624","Mar 23, 2022 06:32","Divya 2","divya2@krishagni.com","divya2@krishagni.com","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where Participant.firstName exists","select count(distinct t0.CPR_ID) as c0, count(distinct t2.IDENTIFIER) as c1, count(distinct t3.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t3 on t3.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.FIRST_NAME is not null ) AND t1.IDENTIFIER = 4934) AND (t0.ACTIVITY_STATUS != 'Disabled')" "500625","Mar 23, 2022 06:32","Divya 2","divya2@krishagni.com","divya2@krishagni.com","Data","0","59","select Participant.id as ""$cprId"", Participant.ppid, count(distinct Specimen.label) as ""Specimen Label Count "", Specimen.type, Specimen.tissueSite, Specimen.spmnCollRecvDetails.collTime, Specimen.specimenStatistics.ischemiaTime where Participant.firstName exists limit 0, 10000","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, count(distinct t2.LABEL) as c2, t3.VALUE as c3, t4.VALUE as c4, t5.COLL_TIME as c5, t6.ISCHEMIA_TIME as c6 from CPR_VIEW t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t7.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_STATS t6 on t6.SPECIMEN_ID = t2.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t5 on t5.SPECIMEN_ID = t2.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t2.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.FIRST_NAME is not null ) AND t1.IDENTIFIER = 4934) AND (t0.ACTIVITY_STATUS != 'Disabled') group by t0.CPR_ID, t0.PPID, t3.VALUE, t4.VALUE, t5.COLL_TIME, t6.ISCHEMIA_TIME) tab where rownum <= 10000) where rnum >= 1" "500626","Mar 23, 2022 06:33","Divya 1","divya1@krishagni.com","divya1@krishagni.com","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where Participant.firstName exists","select count(distinct t0.CPR_ID) as c0, count(distinct t2.IDENTIFIER) as c1, count(distinct t3.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t3 on t3.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.FIRST_NAME is not null ) AND t1.IDENTIFIER = 4934) AND (t0.ACTIVITY_STATUS != 'Disabled')" "500627","Mar 23, 2022 06:33","Divya 1","divya1@krishagni.com","divya1@krishagni.com","Data","0","59","select Participant.id as ""$cprId"", Participant.ppid, count(distinct Specimen.label) as ""Specimen Label Count "", Specimen.type, Specimen.tissueSite, Specimen.spmnCollRecvDetails.collTime, Specimen.specimenStatistics.ischemiaTime where Participant.firstName exists limit 0, 10000","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, count(distinct t2.LABEL) as c2, t3.VALUE as c3, t4.VALUE as c4, t5.COLL_TIME as c5, t6.ISCHEMIA_TIME as c6 from CPR_VIEW t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t7.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_STATS t6 on t6.SPECIMEN_ID = t2.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t5 on t5.SPECIMEN_ID = t2.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t2.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.FIRST_NAME is not null ) AND t1.IDENTIFIER = 4934) AND (t0.ACTIVITY_STATUS != 'Disabled') group by t0.CPR_ID, t0.PPID, t3.VALUE, t4.VALUE, t5.COLL_TIME, t6.ISCHEMIA_TIME) tab where rownum <= 10000) where rnum >= 1" "500628","Mar 23, 2022 06:42","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","2","select Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Specimen.label as ""Label"", Specimen.createdOn as ""Created On"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", Specimen.pathologicalStatus as ""Pathology Status"", Specimen.availableQty as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.collectionStatus = ""Collected"" and Specimen.activityStatus = ""Active"") order by Specimen.createdOn desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6126) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500629","Mar 23, 2022 06:42","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","2","select Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Specimen.label as ""Label"", Specimen.createdOn as ""Created On"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", Specimen.pathologicalStatus as ""Pathology Status"", Specimen.availableQty as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.collectionStatus = ""Collected"" and Specimen.activityStatus = ""Active"") order by Specimen.createdOn desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6126) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500630","Mar 23, 2022 06:46","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","2","select Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Specimen.label as ""Label"", Specimen.createdOn as ""Created On"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", Specimen.pathologicalStatus as ""Pathology Status"", Specimen.availableQty as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.collectionStatus = ""Collected"" and Specimen.activityStatus = ""Active"") order by Specimen.createdOn desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6126) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500631","Mar 23, 2022 06:46","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","3","select Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Specimen.label as ""Label"", Specimen.createdOn as ""Created On"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", Specimen.pathologicalStatus as ""Pathology Status"", Specimen.availableQty as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.collectionStatus = ""Collected"" and Specimen.activityStatus = ""Active"") order by Specimen.createdOn desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6126) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500632","Mar 23, 2022 06:49","Divya 1","divya1@krishagni.com","divya1@krishagni.com","Data","0","59","select Participant.id as ""$cprId"", Participant.ppid, count(distinct Specimen.label) as ""Specimen Label Count "", Specimen.type, Specimen.tissueSite, Specimen.spmnCollRecvDetails.collTime, Specimen.specimenStatistics.ischemiaTime where Participant.firstName exists limit 0, 10000","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, count(distinct t2.LABEL) as c2, t3.VALUE as c3, t4.VALUE as c4, t5.COLL_TIME as c5, t6.ISCHEMIA_TIME as c6 from CPR_VIEW t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t7.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_STATS t6 on t6.SPECIMEN_ID = t2.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t5 on t5.SPECIMEN_ID = t2.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t2.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.FIRST_NAME is not null ) AND t1.IDENTIFIER = 4934) AND (t0.ACTIVITY_STATUS != 'Disabled') group by t0.CPR_ID, t0.PPID, t3.VALUE, t4.VALUE, t5.COLL_TIME, t6.ISCHEMIA_TIME) tab where rownum <= 10000) where rnum >= 1" "500633","Mar 23, 2022 06:49","Divya 1","divya1@krishagni.com","divya1@krishagni.com","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where Participant.firstName exists","select count(distinct t0.CPR_ID) as c0, count(distinct t2.IDENTIFIER) as c1, count(distinct t3.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t3 on t3.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.FIRST_NAME is not null ) AND t1.IDENTIFIER = 4934) AND (t0.ACTIVITY_STATUS != 'Disabled')" "500634","Mar 23, 2022 06:50","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","3","select Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Specimen.label as ""Label"", Specimen.createdOn as ""Created On"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", Specimen.pathologicalStatus as ""Pathology Status"", Specimen.availableQty as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.collectionStatus = ""Collected"" and Specimen.activityStatus = ""Active"") order by Specimen.createdOn desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6126) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500635","Mar 23, 2022 06:51","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","3","select Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Specimen.label as ""Label"", Specimen.createdOn as ""Created On"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", Specimen.pathologicalStatus as ""Pathology Status"", Specimen.availableQty as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.collectionStatus = ""Collected"" and Specimen.activityStatus = ""Active"") order by Specimen.createdOn desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6126) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500636","Mar 23, 2022 06:56","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 4973)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500637","Mar 23, 2022 06:58","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","21","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5815) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500638","Mar 23, 2022 06:59","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 4973)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500639","Mar 23, 2022 06:59","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","35","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4577) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500640","Mar 23, 2022 07:02","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","35","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4577) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500641","Mar 23, 2022 07:08","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","35","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4577) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500642","Mar 23, 2022 08:26","Ishita Aggarwal","ishitaaggarwal1501@gmail.com","Ishita","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 6331)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6331) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6331))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500643","Mar 23, 2022 08:26","Ishita Aggarwal","ishitaaggarwal1501@gmail.com","Ishita","Data","0","21","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 6331)) and (CollectionProtocol.shortTitle contains ""LCP"") order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6331) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6331)) AND (upper(t0.SHORT_TITLE) like '%LCP%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500644","Mar 23, 2022 08:26","Ishita Aggarwal","ishitaaggarwal1501@gmail.com","Ishita","Data","0","1","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 6331)) and (CollectionProtocol.shortTitle contains ""LCP_IA"") order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6331) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6331)) AND (upper(t0.SHORT_TITLE) like '%LCP\_IA%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500645","Mar 23, 2022 08:26","Ishita Aggarwal","ishitaaggarwal1501@gmail.com","Ishita","Data","0","1","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6122) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500646","Mar 23, 2022 08:26","Ishita Aggarwal","ishitaaggarwal1501@gmail.com","Ishita","Data","0","1","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 6331)) and (CollectionProtocol.shortTitle contains ""LCP_IA"") order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6331) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6331)) AND (upper(t0.SHORT_TITLE) like '%LCP\_IA%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500647","Mar 23, 2022 08:27","Ishita Aggarwal","ishitaaggarwal1501@gmail.com","Ishita","Data","0","1","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6122) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500648","Mar 23, 2022 08:29","Ishita Aggarwal","ishitaaggarwal1501@gmail.com","Ishita","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 6331)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6331) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6331))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500649","Mar 23, 2022 08:29","Ishita Aggarwal","ishitaaggarwal1501@gmail.com","Ishita","Data","0","1","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 6331)) and (CollectionProtocol.shortTitle contains ""LCP_IA"") order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6331) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6331)) AND (upper(t0.SHORT_TITLE) like '%LCP\_IA%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500650","Mar 23, 2022 08:29","Ishita Aggarwal","ishitaaggarwal1501@gmail.com","Ishita","Data","0","1","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6122) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500651","Mar 23, 2022 08:39","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","35","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4577) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500652","Mar 23, 2022 08:39","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","35","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4577) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500653","Mar 23, 2022 21:27","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 4973)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500654","Mar 23, 2022 21:27","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","3","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 4973)) and (CollectionProtocol.shortTitle contains ""kd"") order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973)) AND (upper(t0.SHORT_TITLE) like '%KD%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500655","Mar 23, 2022 21:27","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","8","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 4973)) and (CollectionProtocol.shortTitle contains ""kid"") order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973)) AND (upper(t0.SHORT_TITLE) like '%KID%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500656","Mar 23, 2022 21:46","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","65","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4672) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500657","Mar 23, 2022 21:46","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","101","select Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Specimen.label as ""Label"", Specimen.createdOn as ""Created On"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", Specimen.pathologicalStatus as ""Pathology Status"", Specimen.availableQty as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.collectionStatus = ""Collected"" and Specimen.activityStatus = ""Active"") order by Specimen.createdOn desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 4672) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500658","Mar 23, 2022 21:51","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","101","select Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Specimen.label as ""Label"", Specimen.createdOn as ""Created On"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", Specimen.pathologicalStatus as ""Pathology Status"", Specimen.availableQty as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.collectionStatus = ""Collected"" and Specimen.activityStatus = ""Active"") order by Specimen.createdOn desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 4672) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500659","Mar 23, 2022 22:00","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 4973)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500660","Mar 23, 2022 22:00","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","5","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 4973)) and (CollectionProtocol.shortTitle contains ""vac"") order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973)) AND (upper(t0.SHORT_TITLE) like '%VAC%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500661","Mar 23, 2022 22:00","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","25","select Participant.id as ""cprId"", Participant.ppid as ""Deelnemer Protocol-ID(PPID)"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Naam"", Participant.regDate as ""Registratie Datum"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Leeftijd"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.REGISTRATION_DATE as c3, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c4 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5962) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500662","Mar 23, 2022 22:00","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","25","select Participant.id as ""cprId"", Participant.ppid as ""Deelnemer Protocol-ID(PPID)"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Naam"", Participant.regDate as ""Registratie Datum"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Leeftijd"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.REGISTRATION_DATE as c3, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c4 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5962) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500663","Mar 23, 2022 23:29","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 5813)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500664","Mar 23, 2022 23:30","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","7","select Participant.id as ""cprId"", Participant.ppid as ""Participant Protocol ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5795) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500665","Mar 23, 2022 23:30","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","7","select Participant.id as ""cprId"", Participant.ppid as ""Participant Protocol ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5795) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500666","Mar 23, 2022 23:31","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","7","select Participant.id as ""cprId"", Participant.ppid as ""Participant Protocol ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5795) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500667","Mar 23, 2022 23:32","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","7","select Participant.id as ""cprId"", Participant.ppid as ""Participant Protocol ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5795) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500668","Mar 24, 2022 00:28","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","2","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6115) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500669","Mar 24, 2022 00:28","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","2","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6115) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500670","Mar 24, 2022 00:29","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","2","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6115) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500671","Mar 24, 2022 00:29","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","2","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6115) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500672","Mar 24, 2022 00:29","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","2","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6115) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500673","Mar 24, 2022 00:30","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","2","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6115) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500674","Mar 24, 2022 00:30","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","2","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6115) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500675","Mar 24, 2022 00:37","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","2","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6115) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500676","Mar 24, 2022 00:44","Devaki Super Admin","devaki@krishagni.com","DT_SA","Data","0","2","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6115) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500677","Mar 24, 2022 00:54","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 5813)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500678","Mar 24, 2022 01:51","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","8","select Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Specimen.label as ""Label"", Specimen.createdOn as ""Created On"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", Specimen.pathologicalStatus as ""Pathology Status"", Specimen.availableQty as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.collectionStatus = ""Collected"" and Specimen.activityStatus = ""Active"") order by Specimen.createdOn desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6121) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500679","Mar 24, 2022 01:53","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","8","select Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Specimen.label as ""Label"", Specimen.createdOn as ""Created On"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", Specimen.pathologicalStatus as ""Pathology Status"", Specimen.availableQty as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.collectionStatus = ""Collected"" and Specimen.activityStatus = ""Active"") order by Specimen.createdOn desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6121) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500680","Mar 24, 2022 01:54","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","12","select Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Specimen.label as ""Label"", Specimen.createdOn as ""Created On"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", Specimen.pathologicalStatus as ""Pathology Status"", Specimen.availableQty as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.collectionStatus = ""Collected"" and Specimen.activityStatus = ""Active"") order by Specimen.createdOn desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6121) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500681","Mar 24, 2022 01:54","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","12","select Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Specimen.label as ""Label"", Specimen.createdOn as ""Created On"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", Specimen.pathologicalStatus as ""Pathology Status"", Specimen.availableQty as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.collectionStatus = ""Collected"" and Specimen.activityStatus = ""Active"") order by Specimen.createdOn desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6121) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500682","Mar 24, 2022 01:54","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","12","select Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Specimen.label as ""Label"", Specimen.createdOn as ""Created On"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", Specimen.pathologicalStatus as ""Pathology Status"", Specimen.availableQty as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.collectionStatus = ""Collected"" and Specimen.activityStatus = ""Active"") order by Specimen.createdOn desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6121) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500683","Mar 24, 2022 01:54","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","12","select Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Specimen.label as ""Label"", Specimen.createdOn as ""Created On"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", Specimen.pathologicalStatus as ""Pathology Status"", Specimen.availableQty as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.collectionStatus = ""Collected"" and Specimen.activityStatus = ""Active"") order by Specimen.createdOn desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6121) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500684","Mar 24, 2022 01:58","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","18","select Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Specimen.label as ""Label"", Specimen.createdOn as ""Created On"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", Specimen.pathologicalStatus as ""Pathology Status"", Specimen.availableQty as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.collectionStatus = ""Collected"" and Specimen.activityStatus = ""Active"") order by Specimen.createdOn desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6121) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500685","Mar 24, 2022 01:59","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","23","select Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Specimen.label as ""Label"", Specimen.createdOn as ""Created On"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", Specimen.pathologicalStatus as ""Pathology Status"", Specimen.availableQty as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.collectionStatus = ""Collected"" and Specimen.activityStatus = ""Active"") order by Specimen.createdOn desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6121) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500686","Mar 24, 2022 02:02","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","23","select Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Specimen.label as ""Label"", Specimen.createdOn as ""Created On"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", Specimen.pathologicalStatus as ""Pathology Status"", Specimen.availableQty as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.collectionStatus = ""Collected"" and Specimen.activityStatus = ""Active"") order by Specimen.createdOn desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6121) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500687","Mar 24, 2022 03:23","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 4973)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500688","Mar 24, 2022 03:52","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","5","select Participant.id as ""cprId"", Participant.ppid as ""Participant Protocol ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.REGISTRATION_DATE as c3, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c4 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5800) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500689","Mar 24, 2022 03:52","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","16","select Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Specimen.label as ""Label"", Specimen.createdOn as ""Created On"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", Specimen.customFields.bloodSpecimenDetails.lysedDate as ""Lysed Date"", Specimen.availableQty as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.collectionStatus = ""Collected"" and Specimen.activityStatus = ""Active"") order by Specimen.createdOn desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t5.VALUE as c1, t6.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t5.VALUE as c7, t7.VALUE as c8, t3.DE_A_1 as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t4.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t4.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t9 on t9.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t9.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join (OS_SPMN_CUST_FIELDS t2 inner join DE_E_23151 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 10226) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 5800) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500690","Mar 24, 2022 03:57","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","5","select Participant.id as ""cprId"", Participant.ppid as ""Participant Protocol ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.REGISTRATION_DATE as c3, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c4 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5800) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500691","Mar 24, 2022 03:57","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","16","select Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Specimen.label as ""Label"", Specimen.createdOn as ""Created On"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", Specimen.customFields.bloodSpecimenDetails.lysedDate as ""Lysed Date"", Specimen.availableQty as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.collectionStatus = ""Collected"" and Specimen.activityStatus = ""Active"") order by Specimen.createdOn desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t5.VALUE as c1, t6.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t5.VALUE as c7, t7.VALUE as c8, t3.DE_A_1 as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t4.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t4.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t9 on t9.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t9.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join (OS_SPMN_CUST_FIELDS t2 inner join DE_E_23151 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 10226) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 5800) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500692","Mar 24, 2022 03:58","Divya Prabhu","divya@krishagni.com","divya.prabhu","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where Participant.ppid exists and Participant.gender in (""Female"") and Participant.race exists and Participant.vitalStatus exists and SpecimenCollectionGroup.collectionStatus = ""Complete"" and SpecimenCollectionGroup.clinicalDiagnoses.value any and SpecimenCollectionGroup.clinicalDiagnoses.code any and Specimen.type any and Specimen.availableQty > 0 and Specimen.availabilityStatus = ""Available"" and CollectionProtocol.shortTitle = ""Kidney Disease""","select count(distinct t0.CPR_ID) as c0, count(distinct t5.IDENTIFIER) as c1, count(distinct t7.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.GENDER_ID left join CATISSUE_COLLECTION_PROTOCOL t9 on t9.IDENTIFIER = t0.CP_ID and t9.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t7 on t7.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t7.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t7.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t5.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.VITAL_STATUS_ID where ((t0.PPID is not null AND (t1.VALUE in ('Female')) AND t3.VALUE is not null AND t4.VALUE is not null AND t5.COLLECTION_STATUS = 'Complete' AND 1 = 1 AND 1 = 1 AND 1 = 1 AND t7.AVAILABLE_QUANTITY > 0 AND t7.AVAILABILITY_STATUS = 'Available' AND t9.SHORT_TITLE = 'Kidney Disease') AND t9.IDENTIFIER = 5800) AND (t0.ACTIVITY_STATUS != 'Disabled')" "500693","Mar 24, 2022 03:58","Divya Prabhu","divya@krishagni.com","divya.prabhu","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where Participant.ppid exists or Participant.gender in (""Female"") or Participant.race exists or Participant.vitalStatus exists and SpecimenCollectionGroup.collectionStatus = ""Complete"" and SpecimenCollectionGroup.clinicalDiagnoses.value any and SpecimenCollectionGroup.clinicalDiagnoses.code any and Specimen.type any and Specimen.availableQty > 0 and Specimen.availabilityStatus = ""Available"" and CollectionProtocol.shortTitle = ""Kidney Disease""","select count(distinct t0.CPR_ID) as c0, count(distinct t5.IDENTIFIER) as c1, count(distinct t7.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.GENDER_ID left join CATISSUE_COLLECTION_PROTOCOL t9 on t9.IDENTIFIER = t0.CP_ID and t9.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t7 on t7.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t7.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t7.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t5.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.VITAL_STATUS_ID where ((t0.PPID is not null OR (t1.VALUE in ('Female')) OR t3.VALUE is not null OR t4.VALUE is not null AND t5.COLLECTION_STATUS = 'Complete' AND 1 = 1 AND 1 = 1 AND 1 = 1 AND t7.AVAILABLE_QUANTITY > 0 AND t7.AVAILABILITY_STATUS = 'Available' AND t9.SHORT_TITLE = 'Kidney Disease') AND t9.IDENTIFIER = 5800) AND (t0.ACTIVITY_STATUS != 'Disabled')" "500694","Mar 24, 2022 03:58","Divya Prabhu","divya@krishagni.com","divya.prabhu","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where Participant.ppid exists or Participant.gender in (""Female"") or Participant.race exists or Participant.vitalStatus exists and SpecimenCollectionGroup.collectionStatus = ""Complete"" and SpecimenCollectionGroup.clinicalDiagnoses.value any and SpecimenCollectionGroup.clinicalDiagnoses.code any and Specimen.type any and Specimen.availableQty > 0 and Specimen.availabilityStatus = ""Available"" and CollectionProtocol.shortTitle = ""Kidney Disease""","select count(distinct t0.CPR_ID) as c0, count(distinct t5.IDENTIFIER) as c1, count(distinct t7.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.GENDER_ID left join CATISSUE_COLLECTION_PROTOCOL t9 on t9.IDENTIFIER = t0.CP_ID and t9.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t7 on t7.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t7.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t7.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t5.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.VITAL_STATUS_ID where ((t0.PPID is not null OR (t1.VALUE in ('Female')) OR t3.VALUE is not null OR t4.VALUE is not null AND t5.COLLECTION_STATUS = 'Complete' AND 1 = 1 AND 1 = 1 AND 1 = 1 AND t7.AVAILABLE_QUANTITY > 0 AND t7.AVAILABILITY_STATUS = 'Available' AND t9.SHORT_TITLE = 'Kidney Disease') AND t9.IDENTIFIER = 5800) AND (t0.ACTIVITY_STATUS != 'Disabled')" "500695","Mar 24, 2022 03:58","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","31","select Participant.id as ""$cprId"", Participant.ppid, Participant.gender as ""Gender of patient"", Participant.race as ""Race of patient"", Participant.ethnicity as ""Ethnicity of patient"", Participant.vitalStatus, SpecimenCollectionGroup.name as ""Visit Name"", SpecimenCollectionGroup.collectionStatus, SpecimenCollectionGroup.clinicalDiagnoses.value as ""Clinical Diagnosis"", SpecimenCollectionGroup.clinicalDiagnoses.code as ""Clinical Diagnosis Code"", Specimen.id as ""$specimenId"", CollectionProtocol.id as ""$cpId"", Specimen.label, Specimen.type as ""Specimen Type"", Specimen.tissueSite, Specimen.availableQty, Specimen.lineage as ""Specimen lineage"", Specimen.class as ""Specimen class"", Specimen.pathologicalStatus, Specimen.id where Participant.ppid exists or Participant.gender in (""Female"") or Participant.race exists or Participant.vitalStatus exists and SpecimenCollectionGroup.collectionStatus = ""Complete"" and SpecimenCollectionGroup.clinicalDiagnoses.value any and SpecimenCollectionGroup.clinicalDiagnoses.code any and Specimen.type any and Specimen.availableQty > 0 and Specimen.availabilityStatus = ""Available"" and CollectionProtocol.shortTitle = ""Kidney Disease"" limit 0, 10000","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t1.VALUE as c2, t3.VALUE as c3, t11.VALUE as c4, t4.VALUE as c5, t5.NAME as c6, t5.COLLECTION_STATUS as c7, t6.VALUE as c8, t6.CODE as c9, t7.IDENTIFIER as c10, t9.IDENTIFIER as c11, t7.LABEL as c12, t8.VALUE as c13, t12.VALUE as c14, t7.AVAILABLE_QUANTITY as c15, t7.LINEAGE as c16, t13.VALUE as c17, t14.VALUE as c18, t7.IDENTIFIER as c19, 't0', t0.CPR_ID as mc0, 't5', t5.IDENTIFIER as mc1, 't6', t6.IDENTIFIER as mc2, 't7', t7.IDENTIFIER as mc3, 't9', t9.IDENTIFIER as mc4 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.GENDER_ID left join CATISSUE_COLLECTION_PROTOCOL t9 on t9.IDENTIFIER = t0.CP_ID and t9.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t7 on t7.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t7.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t13 on t13.IDENTIFIER = t7.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t14 on t14.IDENTIFIER = t7.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t7.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t7.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t5.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.VITAL_STATUS_ID left join OS_PARTICIPANT_ETHNICITIES t10 on t10.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t10.ETHNICITY_ID where ((t0.PPID is not null OR (t1.VALUE in ('Female')) OR t3.VALUE is not null OR t4.VALUE is not null AND t5.COLLECTION_STATUS = 'Complete' AND 1 = 1 AND 1 = 1 AND 1 = 1 AND t7.AVAILABLE_QUANTITY > 0 AND t7.AVAILABILITY_STATUS = 'Available' AND t9.SHORT_TITLE = 'Kidney Disease') AND t9.IDENTIFIER = 5800) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "500696","Mar 24, 2022 03:59","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","31","select Participant.id as ""$cprId"", Participant.ppid, Participant.gender as ""Gender of patient"", Participant.race as ""Race of patient"", Participant.ethnicity as ""Ethnicity of patient"", Participant.vitalStatus, SpecimenCollectionGroup.name as ""Visit Name"", SpecimenCollectionGroup.collectionStatus, SpecimenCollectionGroup.clinicalDiagnoses.value as ""Clinical Diagnosis"", SpecimenCollectionGroup.clinicalDiagnoses.code as ""Clinical Diagnosis Code"", Specimen.id as ""$specimenId"", CollectionProtocol.id as ""$cpId"", Specimen.label, Specimen.type as ""Specimen Type"", Specimen.tissueSite, Specimen.availableQty, Specimen.lineage as ""Specimen lineage"", Specimen.class as ""Specimen class"", Specimen.pathologicalStatus, Specimen.id, Specimen.customFields.bloodSpecimenDetails.lysedDate where Participant.ppid exists or Participant.gender in (""Female"") or Participant.race exists or Participant.vitalStatus exists and SpecimenCollectionGroup.collectionStatus = ""Complete"" and SpecimenCollectionGroup.clinicalDiagnoses.value any and SpecimenCollectionGroup.clinicalDiagnoses.code any and Specimen.type any and Specimen.availableQty > 0 and Specimen.availabilityStatus = ""Available"" and CollectionProtocol.shortTitle = ""Kidney Disease"" limit 0, 10000","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t1.VALUE as c2, t3.VALUE as c3, t13.VALUE as c4, t4.VALUE as c5, t5.NAME as c6, t5.COLLECTION_STATUS as c7, t6.VALUE as c8, t6.CODE as c9, t7.IDENTIFIER as c10, t9.IDENTIFIER as c11, t7.LABEL as c12, t8.VALUE as c13, t14.VALUE as c14, t7.AVAILABLE_QUANTITY as c15, t7.LINEAGE as c16, t15.VALUE as c17, t16.VALUE as c18, t7.IDENTIFIER as c19, t11.DE_A_1 as c20, 't0', t0.CPR_ID as mc0, 't5', t5.IDENTIFIER as mc1, 't6', t6.IDENTIFIER as mc2, 't7', t7.IDENTIFIER as mc3, 't9', t9.IDENTIFIER as mc4, 't11', t11.IDENTIFIER as mc5 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.GENDER_ID left join CATISSUE_COLLECTION_PROTOCOL t9 on t9.IDENTIFIER = t0.CP_ID and t9.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t7 on t7.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t7.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t15 on t15.IDENTIFIER = t7.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t16 on t16.IDENTIFIER = t7.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t14 on t14.IDENTIFIER = t7.ANATOMIC_SITE_ID left join (OS_SPMN_CUST_FIELDS t10 inner join DE_E_23151 t11 on t11.IDENTIFIER = t10.RECORD_ID and t10.FORM_ID = 10226) on t10.SPECIMEN_ID = t7.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t7.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t5.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.VITAL_STATUS_ID left join OS_PARTICIPANT_ETHNICITIES t12 on t12.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t13 on t13.IDENTIFIER = t12.ETHNICITY_ID where ((t0.PPID is not null OR (t1.VALUE in ('Female')) OR t3.VALUE is not null OR t4.VALUE is not null AND t5.COLLECTION_STATUS = 'Complete' AND 1 = 1 AND 1 = 1 AND 1 = 1 AND t7.AVAILABLE_QUANTITY > 0 AND t7.AVAILABILITY_STATUS = 'Available' AND t9.SHORT_TITLE = 'Kidney Disease') AND t9.IDENTIFIER = 5800) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "500697","Mar 24, 2022 03:59","Divya Prabhu","divya@krishagni.com","divya.prabhu","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where Participant.ppid exists or Participant.gender in (""Female"") or Participant.race exists or Participant.vitalStatus exists and SpecimenCollectionGroup.collectionStatus = ""Complete"" and SpecimenCollectionGroup.clinicalDiagnoses.value any and SpecimenCollectionGroup.clinicalDiagnoses.code any and Specimen.type any and Specimen.availableQty > 0 and Specimen.availabilityStatus = ""Available"" and CollectionProtocol.shortTitle = ""Kidney Disease""","select count(distinct t0.CPR_ID) as c0, count(distinct t5.IDENTIFIER) as c1, count(distinct t7.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.GENDER_ID left join CATISSUE_COLLECTION_PROTOCOL t9 on t9.IDENTIFIER = t0.CP_ID and t9.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t7 on t7.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t7.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t7.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t5.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.VITAL_STATUS_ID where ((t0.PPID is not null OR (t1.VALUE in ('Female')) OR t3.VALUE is not null OR t4.VALUE is not null AND t5.COLLECTION_STATUS = 'Complete' AND 1 = 1 AND 1 = 1 AND 1 = 1 AND t7.AVAILABLE_QUANTITY > 0 AND t7.AVAILABILITY_STATUS = 'Available' AND t9.SHORT_TITLE = 'Kidney Disease') AND t9.IDENTIFIER = 5800) AND (t0.ACTIVITY_STATUS != 'Disabled')" "500698","Mar 24, 2022 03:59","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","31","select Participant.id as ""$cprId"", Participant.ppid, Participant.gender as ""Gender of patient"", Participant.race as ""Race of patient"", Participant.ethnicity as ""Ethnicity of patient"", Participant.vitalStatus, SpecimenCollectionGroup.name as ""Visit Name"", SpecimenCollectionGroup.collectionStatus, SpecimenCollectionGroup.clinicalDiagnoses.value as ""Clinical Diagnosis"", SpecimenCollectionGroup.clinicalDiagnoses.code as ""Clinical Diagnosis Code"", Specimen.id as ""$specimenId"", CollectionProtocol.id as ""$cpId"", Specimen.label, Specimen.type as ""Specimen Type"", Specimen.tissueSite, Specimen.availableQty, Specimen.lineage as ""Specimen lineage"", Specimen.class as ""Specimen class"", Specimen.pathologicalStatus, Specimen.id, Specimen.customFields.bloodSpecimenDetails.lysedDate where Participant.ppid exists or Participant.gender in (""Female"") or Participant.race exists or Participant.vitalStatus exists and SpecimenCollectionGroup.collectionStatus = ""Complete"" and SpecimenCollectionGroup.clinicalDiagnoses.value any and SpecimenCollectionGroup.clinicalDiagnoses.code any and Specimen.type any and Specimen.availableQty > 0 and Specimen.availabilityStatus = ""Available"" and CollectionProtocol.shortTitle = ""Kidney Disease"" limit 0, 10000","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t1.VALUE as c2, t3.VALUE as c3, t13.VALUE as c4, t4.VALUE as c5, t5.NAME as c6, t5.COLLECTION_STATUS as c7, t6.VALUE as c8, t6.CODE as c9, t7.IDENTIFIER as c10, t9.IDENTIFIER as c11, t7.LABEL as c12, t8.VALUE as c13, t14.VALUE as c14, t7.AVAILABLE_QUANTITY as c15, t7.LINEAGE as c16, t15.VALUE as c17, t16.VALUE as c18, t7.IDENTIFIER as c19, t11.DE_A_1 as c20, 't0', t0.CPR_ID as mc0, 't5', t5.IDENTIFIER as mc1, 't6', t6.IDENTIFIER as mc2, 't7', t7.IDENTIFIER as mc3, 't9', t9.IDENTIFIER as mc4, 't11', t11.IDENTIFIER as mc5 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.GENDER_ID left join CATISSUE_COLLECTION_PROTOCOL t9 on t9.IDENTIFIER = t0.CP_ID and t9.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t7 on t7.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t7.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t15 on t15.IDENTIFIER = t7.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t16 on t16.IDENTIFIER = t7.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t14 on t14.IDENTIFIER = t7.ANATOMIC_SITE_ID left join (OS_SPMN_CUST_FIELDS t10 inner join DE_E_23151 t11 on t11.IDENTIFIER = t10.RECORD_ID and t10.FORM_ID = 10226) on t10.SPECIMEN_ID = t7.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t7.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t5.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.VITAL_STATUS_ID left join OS_PARTICIPANT_ETHNICITIES t12 on t12.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t13 on t13.IDENTIFIER = t12.ETHNICITY_ID where ((t0.PPID is not null OR (t1.VALUE in ('Female')) OR t3.VALUE is not null OR t4.VALUE is not null AND t5.COLLECTION_STATUS = 'Complete' AND 1 = 1 AND 1 = 1 AND 1 = 1 AND t7.AVAILABLE_QUANTITY > 0 AND t7.AVAILABILITY_STATUS = 'Available' AND t9.SHORT_TITLE = 'Kidney Disease') AND t9.IDENTIFIER = 5800) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "500699","Mar 24, 2022 03:59","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 4973)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500700","Mar 24, 2022 03:59","Divya Prabhu","divya@krishagni.com","divya.prabhu","Count","1","1","select count(distinct Participant.id) as ""Participants "", count(distinct SpecimenCollectionGroup.id) as ""Visits "", count(distinct Specimen.id) as ""Specimens "" where Participant.ppid exists or Participant.gender in (""Female"") or Participant.race exists or Participant.vitalStatus exists and SpecimenCollectionGroup.collectionStatus = ""Complete"" and SpecimenCollectionGroup.clinicalDiagnoses.value any and SpecimenCollectionGroup.clinicalDiagnoses.code any and Specimen.type any and Specimen.availableQty > 0 and Specimen.availabilityStatus = ""Available"" and CollectionProtocol.shortTitle = ""Kidney Disease""","select count(distinct t0.CPR_ID) as c0, count(distinct t5.IDENTIFIER) as c1, count(distinct t7.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.GENDER_ID left join CATISSUE_COLLECTION_PROTOCOL t9 on t9.IDENTIFIER = t0.CP_ID and t9.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t7 on t7.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t7.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t7.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t5.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.VITAL_STATUS_ID where (t0.PPID is not null OR (t1.VALUE in ('Female')) OR t3.VALUE is not null OR t4.VALUE is not null AND t5.COLLECTION_STATUS = 'Complete' AND 1 = 1 AND 1 = 1 AND 1 = 1 AND t7.AVAILABLE_QUANTITY > 0 AND t7.AVAILABILITY_STATUS = 'Available' AND t9.SHORT_TITLE = 'Kidney Disease') AND (t0.ACTIVITY_STATUS != 'Disabled')" "500701","Mar 24, 2022 04:00","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","5","select Participant.id as ""cprId"", Participant.ppid as ""Participant Protocol ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.REGISTRATION_DATE as c3, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c4 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5800) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500702","Mar 24, 2022 04:00","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","16","select Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Specimen.label as ""Label"", Specimen.createdOn as ""Created On"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", Specimen.customFields.bloodSpecimenDetails.lysedDate as ""Lysed Date"", Specimen.availableQty as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.collectionStatus = ""Collected"" and Specimen.activityStatus = ""Active"") order by Specimen.createdOn desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t5.VALUE as c1, t6.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t5.VALUE as c7, t7.VALUE as c8, t3.DE_A_1 as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t4.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t4.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t9 on t9.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t9.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join (OS_SPMN_CUST_FIELDS t2 inner join DE_E_23151 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 10226) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 5800) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500703","Mar 24, 2022 04:00","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","5","select Participant.id as ""cprId"", Participant.ppid as ""Participant Protocol ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.REGISTRATION_DATE as c3, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c4 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5800) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500704","Mar 24, 2022 04:00","Divya Prabhu","divya@krishagni.com","divya.prabhu","Count","2","1","select count(distinct Participant.id) as ""Participants "", count(distinct SpecimenCollectionGroup.id) as ""Visits "", count(distinct Specimen.id) as ""Specimens "" where Participant.ppid exists or Participant.gender in (""Female"") or Participant.race exists or Participant.vitalStatus in (""Unspecified"") and SpecimenCollectionGroup.collectionStatus = ""Complete"" and SpecimenCollectionGroup.clinicalDiagnoses.value any and SpecimenCollectionGroup.clinicalDiagnoses.code any and Specimen.type any and Specimen.availableQty > 0 and Specimen.availabilityStatus = ""Available"" and CollectionProtocol.shortTitle = ""Kidney Disease""","select count(distinct t0.CPR_ID) as c0, count(distinct t5.IDENTIFIER) as c1, count(distinct t7.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.GENDER_ID left join CATISSUE_COLLECTION_PROTOCOL t9 on t9.IDENTIFIER = t0.CP_ID and t9.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t7 on t7.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t7.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t7.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t5.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.VITAL_STATUS_ID where (t0.PPID is not null OR (t1.VALUE in ('Female')) OR t3.VALUE is not null OR (t4.VALUE in ('Unspecified')) AND t5.COLLECTION_STATUS = 'Complete' AND 1 = 1 AND 1 = 1 AND 1 = 1 AND t7.AVAILABLE_QUANTITY > 0 AND t7.AVAILABILITY_STATUS = 'Available' AND t9.SHORT_TITLE = 'Kidney Disease') AND (t0.ACTIVITY_STATUS != 'Disabled')" "500705","Mar 24, 2022 04:01","Divya Prabhu","divya@krishagni.com","divya.prabhu","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where Participant.ppid exists or Participant.gender in (""Female"") or Participant.race exists or Participant.vitalStatus exists and SpecimenCollectionGroup.collectionStatus = ""Complete"" and SpecimenCollectionGroup.clinicalDiagnoses.value any and SpecimenCollectionGroup.clinicalDiagnoses.code any and Specimen.type any and Specimen.availableQty > 0 and Specimen.availabilityStatus = ""Available"" and CollectionProtocol.shortTitle = ""Kidney Disease"" and CollectionProtocol.shortTitle = ""v8.1 JSON - DO NOT TOUCH""","select count(distinct t0.CPR_ID) as c0, count(distinct t5.IDENTIFIER) as c1, count(distinct t7.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.GENDER_ID left join CATISSUE_COLLECTION_PROTOCOL t9 on t9.IDENTIFIER = t0.CP_ID and t9.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t7 on t7.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t7.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t7.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t5.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.VITAL_STATUS_ID where ((t0.PPID is not null OR (t1.VALUE in ('Female')) OR t3.VALUE is not null OR t4.VALUE is not null AND t5.COLLECTION_STATUS = 'Complete' AND 1 = 1 AND 1 = 1 AND 1 = 1 AND t7.AVAILABLE_QUANTITY > 0 AND t7.AVAILABILITY_STATUS = 'Available' AND t9.SHORT_TITLE = 'Kidney Disease' AND t9.SHORT_TITLE = 'v8.1 JSON - DO NOT TOUCH') AND t9.IDENTIFIER = 5800) AND (t0.ACTIVITY_STATUS != 'Disabled')" "500706","Mar 24, 2022 04:00","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","32","10000","select Participant.ppid, Participant.gender as ""Gender of patient"", Participant.race as ""Race of patient"", Participant.ethnicity as ""Ethnicity of patient"", Participant.vitalStatus, SpecimenCollectionGroup.name as ""Visit Name"", SpecimenCollectionGroup.collectionStatus, SpecimenCollectionGroup.clinicalDiagnoses.value as ""Clinical Diagnosis"", SpecimenCollectionGroup.clinicalDiagnoses.code as ""Clinical Diagnosis Code"", Specimen.label, Specimen.type as ""Specimen Type"", Specimen.tissueSite, Specimen.availableQty, Specimen.lineage as ""Specimen lineage"", Specimen.class as ""Specimen class"", Specimen.pathologicalStatus, Specimen.id, Specimen.customFields.bloodSpecimenDetails.lysedDate where Participant.ppid exists or Participant.gender in (""Female"") or Participant.race exists or Participant.vitalStatus in (""Unspecified"") and SpecimenCollectionGroup.collectionStatus = ""Complete"" and SpecimenCollectionGroup.clinicalDiagnoses.value any and SpecimenCollectionGroup.clinicalDiagnoses.code any and Specimen.type any and Specimen.availableQty > 0 and Specimen.availabilityStatus = ""Available"" and CollectionProtocol.shortTitle = ""Kidney Disease"" limit 0, 10000","select * from (select tab.*, rownum rnum from (select t0.PPID as c0, t1.VALUE as c1, t3.VALUE as c2, t13.VALUE as c3, t4.VALUE as c4, t5.NAME as c5, t5.COLLECTION_STATUS as c6, t6.VALUE as c7, t6.CODE as c8, t7.LABEL as c9, t8.VALUE as c10, t14.VALUE as c11, t7.AVAILABLE_QUANTITY as c12, t7.LINEAGE as c13, t15.VALUE as c14, t16.VALUE as c15, t7.IDENTIFIER as c16, t11.DE_A_1 as c17, 't0', t0.CPR_ID as mc0, 't5', t5.IDENTIFIER as mc1, 't6', t6.IDENTIFIER as mc2, 't7', t7.IDENTIFIER as mc3, 't11', t11.IDENTIFIER as mc4 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.GENDER_ID left join CATISSUE_COLLECTION_PROTOCOL t9 on t9.IDENTIFIER = t0.CP_ID and t9.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t7 on t7.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t7.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t15 on t15.IDENTIFIER = t7.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t16 on t16.IDENTIFIER = t7.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t14 on t14.IDENTIFIER = t7.ANATOMIC_SITE_ID left join (OS_SPMN_CUST_FIELDS t10 inner join DE_E_23151 t11 on t11.IDENTIFIER = t10.RECORD_ID and t10.FORM_ID = 10226) on t10.SPECIMEN_ID = t7.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t7.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t5.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.VITAL_STATUS_ID left join OS_PARTICIPANT_ETHNICITIES t12 on t12.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t13 on t13.IDENTIFIER = t12.ETHNICITY_ID where (t0.PPID is not null OR (t1.VALUE in ('Female')) OR t3.VALUE is not null OR (t4.VALUE in ('Unspecified')) AND t5.COLLECTION_STATUS = 'Complete' AND 1 = 1 AND 1 = 1 AND 1 = 1 AND t7.AVAILABLE_QUANTITY > 0 AND t7.AVAILABILITY_STATUS = 'Available' AND t9.SHORT_TITLE = 'Kidney Disease') AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "500707","Mar 24, 2022 04:01","Divya Prabhu","divya@krishagni.com","divya.prabhu","Count","1","1","select count(distinct Participant.id) as ""Participants "", count(distinct SpecimenCollectionGroup.id) as ""Visits "", count(distinct Specimen.id) as ""Specimens "" where Participant.ppid exists or Participant.gender in (""Female"") or Participant.race exists or Participant.vitalStatus exists and SpecimenCollectionGroup.collectionStatus = ""Complete"" and SpecimenCollectionGroup.clinicalDiagnoses.value any and SpecimenCollectionGroup.clinicalDiagnoses.code any and Specimen.type any and Specimen.availableQty > 0 and Specimen.availabilityStatus = ""Available"" and CollectionProtocol.shortTitle = ""Kidney Disease"" and CollectionProtocol.shortTitle = ""v8.1 JSON - DO NOT TOUCH""","select count(distinct t0.CPR_ID) as c0, count(distinct t5.IDENTIFIER) as c1, count(distinct t7.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.GENDER_ID left join CATISSUE_COLLECTION_PROTOCOL t9 on t9.IDENTIFIER = t0.CP_ID and t9.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t7 on t7.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t7.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t7.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t5.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.VITAL_STATUS_ID where (t0.PPID is not null OR (t1.VALUE in ('Female')) OR t3.VALUE is not null OR t4.VALUE is not null AND t5.COLLECTION_STATUS = 'Complete' AND 1 = 1 AND 1 = 1 AND 1 = 1 AND t7.AVAILABLE_QUANTITY > 0 AND t7.AVAILABILITY_STATUS = 'Available' AND t9.SHORT_TITLE = 'Kidney Disease' AND t9.SHORT_TITLE = 'v8.1 JSON - DO NOT TOUCH') AND (t0.ACTIVITY_STATUS != 'Disabled')" "500708","Mar 24, 2022 04:01","Divya Prabhu","divya@krishagni.com","divya.prabhu","Count","1","1","select count(distinct Participant.id) as ""Participants "", count(distinct SpecimenCollectionGroup.id) as ""Visits "", count(distinct Specimen.id) as ""Specimens "" where Participant.ppid exists or Participant.gender in (""Female"") or Participant.race exists or Participant.vitalStatus in (""Unspecified"") and SpecimenCollectionGroup.collectionStatus = ""Complete"" and SpecimenCollectionGroup.clinicalDiagnoses.value any and SpecimenCollectionGroup.clinicalDiagnoses.code any and Specimen.type any and Specimen.availableQty > 0 and Specimen.availabilityStatus = ""Available"" and CollectionProtocol.shortTitle = ""Kidney Disease"" and CollectionProtocol.shortTitle = ""v8.1 JSON - DO NOT TOUCH""","select count(distinct t0.CPR_ID) as c0, count(distinct t5.IDENTIFIER) as c1, count(distinct t7.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.GENDER_ID left join CATISSUE_COLLECTION_PROTOCOL t9 on t9.IDENTIFIER = t0.CP_ID and t9.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t7 on t7.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t7.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t7.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t5.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.VITAL_STATUS_ID where (t0.PPID is not null OR (t1.VALUE in ('Female')) OR t3.VALUE is not null OR (t4.VALUE in ('Unspecified')) AND t5.COLLECTION_STATUS = 'Complete' AND 1 = 1 AND 1 = 1 AND 1 = 1 AND t7.AVAILABLE_QUANTITY > 0 AND t7.AVAILABILITY_STATUS = 'Available' AND t9.SHORT_TITLE = 'Kidney Disease' AND t9.SHORT_TITLE = 'v8.1 JSON - DO NOT TOUCH') AND (t0.ACTIVITY_STATUS != 'Disabled')" "500709","Mar 24, 2022 04:01","Divya Prabhu","divya@krishagni.com","divya.prabhu","Count","1","1","select count(distinct Participant.id) as ""Participants "", count(distinct SpecimenCollectionGroup.id) as ""Visits "", count(distinct Specimen.id) as ""Specimens "" where Participant.ppid exists or Participant.gender in (""Female"") or Participant.race exists or Participant.vitalStatus exists and SpecimenCollectionGroup.collectionStatus = ""Complete"" and SpecimenCollectionGroup.clinicalDiagnoses.value any and SpecimenCollectionGroup.clinicalDiagnoses.code any and Specimen.type any and Specimen.availableQty > 0 and Specimen.availabilityStatus = ""Available"" and CollectionProtocol.shortTitle = ""Kidney Disease"" and CollectionProtocol.shortTitle = ""v8.1 JSON - DO NOT TOUCH""","select count(distinct t0.CPR_ID) as c0, count(distinct t5.IDENTIFIER) as c1, count(distinct t7.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.GENDER_ID left join CATISSUE_COLLECTION_PROTOCOL t9 on t9.IDENTIFIER = t0.CP_ID and t9.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t7 on t7.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t7.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t7.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t5.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.VITAL_STATUS_ID where (t0.PPID is not null OR (t1.VALUE in ('Female')) OR t3.VALUE is not null OR t4.VALUE is not null AND t5.COLLECTION_STATUS = 'Complete' AND 1 = 1 AND 1 = 1 AND 1 = 1 AND t7.AVAILABLE_QUANTITY > 0 AND t7.AVAILABILITY_STATUS = 'Available' AND t9.SHORT_TITLE = 'Kidney Disease' AND t9.SHORT_TITLE = 'v8.1 JSON - DO NOT TOUCH') AND (t0.ACTIVITY_STATUS != 'Disabled')" "500710","Mar 24, 2022 04:01","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","19","10000","select Participant.ppid, Participant.gender as ""Gender of patient"", Participant.race as ""Race of patient"", Participant.ethnicity as ""Ethnicity of patient"", Participant.vitalStatus, SpecimenCollectionGroup.name as ""Visit Name"", SpecimenCollectionGroup.collectionStatus, SpecimenCollectionGroup.clinicalDiagnoses.value as ""Clinical Diagnosis"", SpecimenCollectionGroup.clinicalDiagnoses.code as ""Clinical Diagnosis Code"", Specimen.label, Specimen.type as ""Specimen Type"", Specimen.tissueSite, Specimen.availableQty, Specimen.lineage as ""Specimen lineage"", Specimen.class as ""Specimen class"", Specimen.pathologicalStatus, Specimen.id, Specimen.customFields.bloodSpecimenDetails.lysedDate where Participant.ppid exists or Participant.gender in (""Female"") or Participant.race exists or Participant.vitalStatus in (""Unspecified"") and SpecimenCollectionGroup.collectionStatus = ""Complete"" and SpecimenCollectionGroup.clinicalDiagnoses.value any and SpecimenCollectionGroup.clinicalDiagnoses.code any and Specimen.type any and Specimen.availableQty > 0 and Specimen.availabilityStatus = ""Available"" and CollectionProtocol.shortTitle = ""Kidney Disease"" and CollectionProtocol.shortTitle = ""v8.1 JSON - DO NOT TOUCH"" limit 0, 10000","select * from (select tab.*, rownum rnum from (select t0.PPID as c0, t1.VALUE as c1, t3.VALUE as c2, t13.VALUE as c3, t4.VALUE as c4, t5.NAME as c5, t5.COLLECTION_STATUS as c6, t6.VALUE as c7, t6.CODE as c8, t7.LABEL as c9, t8.VALUE as c10, t14.VALUE as c11, t7.AVAILABLE_QUANTITY as c12, t7.LINEAGE as c13, t15.VALUE as c14, t16.VALUE as c15, t7.IDENTIFIER as c16, t11.DE_A_1 as c17, 't0', t0.CPR_ID as mc0, 't5', t5.IDENTIFIER as mc1, 't6', t6.IDENTIFIER as mc2, 't7', t7.IDENTIFIER as mc3, 't11', t11.IDENTIFIER as mc4 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.GENDER_ID left join CATISSUE_COLLECTION_PROTOCOL t9 on t9.IDENTIFIER = t0.CP_ID and t9.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t7 on t7.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t7.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t15 on t15.IDENTIFIER = t7.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t16 on t16.IDENTIFIER = t7.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t14 on t14.IDENTIFIER = t7.ANATOMIC_SITE_ID left join (OS_SPMN_CUST_FIELDS t10 inner join DE_E_23151 t11 on t11.IDENTIFIER = t10.RECORD_ID and t10.FORM_ID = 10226) on t10.SPECIMEN_ID = t7.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t7.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t5.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.VITAL_STATUS_ID left join OS_PARTICIPANT_ETHNICITIES t12 on t12.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t13 on t13.IDENTIFIER = t12.ETHNICITY_ID where (t0.PPID is not null OR (t1.VALUE in ('Female')) OR t3.VALUE is not null OR (t4.VALUE in ('Unspecified')) AND t5.COLLECTION_STATUS = 'Complete' AND 1 = 1 AND 1 = 1 AND 1 = 1 AND t7.AVAILABLE_QUANTITY > 0 AND t7.AVAILABILITY_STATUS = 'Available' AND t9.SHORT_TITLE = 'Kidney Disease' AND t9.SHORT_TITLE = 'v8.1 JSON - DO NOT TOUCH') AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "500711","Mar 24, 2022 04:03","Divya Prabhu","divya@krishagni.com","divya.prabhu","Count","1","1","select count(distinct Participant.id) as ""Participants "", count(distinct SpecimenCollectionGroup.id) as ""Visits "", count(distinct Specimen.id) as ""Specimens "" where Participant.ppid exists or Participant.gender in (""Female"") or Participant.race exists or Participant.vitalStatus exists and SpecimenCollectionGroup.collectionStatus = ""Complete"" and SpecimenCollectionGroup.clinicalDiagnoses.value any and SpecimenCollectionGroup.clinicalDiagnoses.code any and Specimen.type any and Specimen.availableQty > 0 and Specimen.availabilityStatus = ""Available"" and CollectionProtocol.shortTitle = ""Kidney Disease"" and CollectionProtocol.shortTitle = ""v8.1 JSON - DO NOT TOUCH""","select count(distinct t0.CPR_ID) as c0, count(distinct t5.IDENTIFIER) as c1, count(distinct t7.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.GENDER_ID left join CATISSUE_COLLECTION_PROTOCOL t9 on t9.IDENTIFIER = t0.CP_ID and t9.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t7 on t7.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t7.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t7.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t5.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.VITAL_STATUS_ID where (t0.PPID is not null OR (t1.VALUE in ('Female')) OR t3.VALUE is not null OR t4.VALUE is not null AND t5.COLLECTION_STATUS = 'Complete' AND 1 = 1 AND 1 = 1 AND 1 = 1 AND t7.AVAILABLE_QUANTITY > 0 AND t7.AVAILABILITY_STATUS = 'Available' AND t9.SHORT_TITLE = 'Kidney Disease' AND t9.SHORT_TITLE = 'v8.1 JSON - DO NOT TOUCH') AND (t0.ACTIVITY_STATUS != 'Disabled')" "500712","Mar 24, 2022 04:03","Divya Prabhu","divya@krishagni.com","divya.prabhu","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where Participant.ppid exists and Participant.gender exists and Participant.race exists and Participant.vitalStatus exists and SpecimenCollectionGroup.collectionStatus = ""Complete"" and SpecimenCollectionGroup.clinicalDiagnoses.value any and SpecimenCollectionGroup.clinicalDiagnoses.code any and Specimen.type any and Specimen.availableQty > 0 and Specimen.availabilityStatus = ""Available"" and CollectionProtocol.shortTitle = ""v8.1 JSON - DO NOT TOUCH""","select count(distinct t0.CPR_ID) as c0, count(distinct t5.IDENTIFIER) as c1, count(distinct t7.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.GENDER_ID left join CATISSUE_COLLECTION_PROTOCOL t9 on t9.IDENTIFIER = t0.CP_ID and t9.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t7 on t7.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t7.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t7.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t5.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.VITAL_STATUS_ID where ((t0.PPID is not null AND t1.VALUE is not null AND t3.VALUE is not null AND t4.VALUE is not null AND t5.COLLECTION_STATUS = 'Complete' AND 1 = 1 AND 1 = 1 AND 1 = 1 AND t7.AVAILABLE_QUANTITY > 0 AND t7.AVAILABILITY_STATUS = 'Available' AND t9.SHORT_TITLE = 'v8.1 JSON - DO NOT TOUCH') AND t9.IDENTIFIER = 4672) AND (t0.ACTIVITY_STATUS != 'Disabled')" "500713","Mar 24, 2022 04:03","Divya Prabhu","divya@krishagni.com","divya.prabhu","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where Participant.ppid exists and Participant.gender exists and Participant.race exists and Participant.vitalStatus exists and SpecimenCollectionGroup.collectionStatus = ""Complete"" and SpecimenCollectionGroup.clinicalDiagnoses.value any and SpecimenCollectionGroup.clinicalDiagnoses.code any and Specimen.type any and Specimen.availableQty > 0 and Specimen.availabilityStatus = ""Available"" and CollectionProtocol.shortTitle = ""v8.1 JSON - DO NOT TOUCH""","select count(distinct t0.CPR_ID) as c0, count(distinct t5.IDENTIFIER) as c1, count(distinct t7.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.GENDER_ID left join CATISSUE_COLLECTION_PROTOCOL t9 on t9.IDENTIFIER = t0.CP_ID and t9.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t7 on t7.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t7.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t7.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t5.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.VITAL_STATUS_ID where (t0.PPID is not null AND t1.VALUE is not null AND t3.VALUE is not null AND t4.VALUE is not null AND t5.COLLECTION_STATUS = 'Complete' AND 1 = 1 AND 1 = 1 AND 1 = 1 AND t7.AVAILABLE_QUANTITY > 0 AND t7.AVAILABILITY_STATUS = 'Available' AND t9.SHORT_TITLE = 'v8.1 JSON - DO NOT TOUCH') AND (t0.ACTIVITY_STATUS != 'Disabled')" "500714","Mar 24, 2022 04:04","Divya Prabhu","divya@krishagni.com","divya.prabhu","Count","1","1","select count(distinct Participant.id) as ""Participants "", count(distinct SpecimenCollectionGroup.id) as ""Visits "", count(distinct Specimen.id) as ""Specimens "" where Participant.ppid exists or Participant.gender in (""Female"") or Participant.race exists or Participant.vitalStatus exists and SpecimenCollectionGroup.collectionStatus = ""Complete"" and SpecimenCollectionGroup.clinicalDiagnoses.value any and SpecimenCollectionGroup.clinicalDiagnoses.code any and Specimen.type any and Specimen.availableQty > 0 and Specimen.availabilityStatus = ""Available"" and CollectionProtocol.shortTitle = ""Kidney Disease"" and CollectionProtocol.shortTitle = ""v8.1 JSON - DO NOT TOUCH""","select count(distinct t0.CPR_ID) as c0, count(distinct t5.IDENTIFIER) as c1, count(distinct t7.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.GENDER_ID left join CATISSUE_COLLECTION_PROTOCOL t9 on t9.IDENTIFIER = t0.CP_ID and t9.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t7 on t7.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t7.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t7.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t5.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.VITAL_STATUS_ID where (t0.PPID is not null OR (t1.VALUE in ('Female')) OR t3.VALUE is not null OR t4.VALUE is not null AND t5.COLLECTION_STATUS = 'Complete' AND 1 = 1 AND 1 = 1 AND 1 = 1 AND t7.AVAILABLE_QUANTITY > 0 AND t7.AVAILABILITY_STATUS = 'Available' AND t9.SHORT_TITLE = 'Kidney Disease' AND t9.SHORT_TITLE = 'v8.1 JSON - DO NOT TOUCH') AND (t0.ACTIVITY_STATUS != 'Disabled')" "500715","Mar 24, 2022 04:04","Divya Prabhu","divya@krishagni.com","divya.prabhu","Count","0","1","select count(distinct Participant.id) as ""Participants "", count(distinct SpecimenCollectionGroup.id) as ""Visits "", count(distinct Specimen.id) as ""Specimens "" where Participant.ppid exists or Participant.gender in (""Female"") or Participant.race exists or Participant.vitalStatus exists and SpecimenCollectionGroup.collectionStatus = ""Complete"" and SpecimenCollectionGroup.clinicalDiagnoses.value any and SpecimenCollectionGroup.clinicalDiagnoses.code any and Specimen.type any and Specimen.availableQty > 0 and Specimen.availabilityStatus = ""Available"" and CollectionProtocol.shortTitle = ""Kidney Disease"" and CollectionProtocol.shortTitle = ""v8.1 JSON - DO NOT TOUCH""","select count(distinct t0.CPR_ID) as c0, count(distinct t5.IDENTIFIER) as c1, count(distinct t7.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.GENDER_ID left join CATISSUE_COLLECTION_PROTOCOL t9 on t9.IDENTIFIER = t0.CP_ID and t9.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t7 on t7.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t7.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t7.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t5.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.VITAL_STATUS_ID where (t0.PPID is not null OR (t1.VALUE in ('Female')) OR t3.VALUE is not null OR t4.VALUE is not null AND t5.COLLECTION_STATUS = 'Complete' AND 1 = 1 AND 1 = 1 AND 1 = 1 AND t7.AVAILABLE_QUANTITY > 0 AND t7.AVAILABILITY_STATUS = 'Available' AND t9.SHORT_TITLE = 'Kidney Disease' AND t9.SHORT_TITLE = 'v8.1 JSON - DO NOT TOUCH') AND (t0.ACTIVITY_STATUS != 'Disabled')" "500716","Mar 24, 2022 04:05","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","5","select Participant.id as ""cprId"", Participant.ppid as ""Participant Protocol ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.REGISTRATION_DATE as c3, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c4 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5800) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500717","Mar 24, 2022 04:05","Divya Prabhu","divya@krishagni.com","divya.prabhu","Count","0","1","select count(distinct Participant.id) as ""Participants "", count(distinct SpecimenCollectionGroup.id) as ""Visits "", count(distinct Specimen.id) as ""Specimens "" where Participant.ppid exists or Participant.gender in (""Female"") or Participant.race exists or Participant.vitalStatus exists and SpecimenCollectionGroup.collectionStatus = ""Complete"" and SpecimenCollectionGroup.clinicalDiagnoses.value any and SpecimenCollectionGroup.clinicalDiagnoses.code any and Specimen.type any and Specimen.availableQty > 0 and Specimen.availabilityStatus = ""Available"" and CollectionProtocol.shortTitle = ""Kidney Disease"" and CollectionProtocol.shortTitle = ""v8.1 JSON - DO NOT TOUCH""","select count(distinct t0.CPR_ID) as c0, count(distinct t5.IDENTIFIER) as c1, count(distinct t7.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.GENDER_ID left join CATISSUE_COLLECTION_PROTOCOL t9 on t9.IDENTIFIER = t0.CP_ID and t9.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t7 on t7.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t7.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t7.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t5.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.VITAL_STATUS_ID where ((t0.PPID is not null OR (t1.VALUE in ('Female')) OR t3.VALUE is not null OR t4.VALUE is not null AND t5.COLLECTION_STATUS = 'Complete' AND 1 = 1 AND 1 = 1 AND 1 = 1 AND t7.AVAILABLE_QUANTITY > 0 AND t7.AVAILABILITY_STATUS = 'Available' AND t9.SHORT_TITLE = 'Kidney Disease' AND t9.SHORT_TITLE = 'v8.1 JSON - DO NOT TOUCH') AND t9.IDENTIFIER = 5800) AND (t0.ACTIVITY_STATUS != 'Disabled')" "500718","Mar 24, 2022 04:05","Divya Prabhu","divya@krishagni.com","divya.prabhu","Count","0","1","select count(distinct Participant.id) as ""Participants "", count(distinct SpecimenCollectionGroup.id) as ""Visits "", count(distinct Specimen.id) as ""Specimens "" where Participant.ppid exists or Participant.gender in (""Female"") or Participant.race exists or Participant.vitalStatus in (""Unspecified"") and SpecimenCollectionGroup.collectionStatus = ""Complete"" and SpecimenCollectionGroup.clinicalDiagnoses.value any and SpecimenCollectionGroup.clinicalDiagnoses.code any and Specimen.type any and Specimen.availableQty > 0 and Specimen.availabilityStatus = ""Available"" and CollectionProtocol.shortTitle = ""Kidney Disease"" and CollectionProtocol.shortTitle = ""v8.1 JSON - DO NOT TOUCH""","select count(distinct t0.CPR_ID) as c0, count(distinct t5.IDENTIFIER) as c1, count(distinct t7.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.GENDER_ID left join CATISSUE_COLLECTION_PROTOCOL t9 on t9.IDENTIFIER = t0.CP_ID and t9.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t7 on t7.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t7.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t7.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t5.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.VITAL_STATUS_ID where ((t0.PPID is not null OR (t1.VALUE in ('Female')) OR t3.VALUE is not null OR (t4.VALUE in ('Unspecified')) AND t5.COLLECTION_STATUS = 'Complete' AND 1 = 1 AND 1 = 1 AND 1 = 1 AND t7.AVAILABLE_QUANTITY > 0 AND t7.AVAILABILITY_STATUS = 'Available' AND t9.SHORT_TITLE = 'Kidney Disease' AND t9.SHORT_TITLE = 'v8.1 JSON - DO NOT TOUCH') AND t9.IDENTIFIER = 5800) AND (t0.ACTIVITY_STATUS != 'Disabled')" "500719","Mar 24, 2022 04:05","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","31","select Participant.ppid, Participant.gender as ""Gender of patient"", Participant.race as ""Race of patient"", Participant.ethnicity as ""Ethnicity of patient"", Participant.vitalStatus, SpecimenCollectionGroup.name as ""Visit Name"", SpecimenCollectionGroup.collectionStatus, SpecimenCollectionGroup.clinicalDiagnoses.value as ""Clinical Diagnosis"", SpecimenCollectionGroup.clinicalDiagnoses.code as ""Clinical Diagnosis Code"", Specimen.label, Specimen.type as ""Specimen Type"", Specimen.tissueSite, Specimen.availableQty, Specimen.lineage as ""Specimen lineage"", Specimen.class as ""Specimen class"", Specimen.pathologicalStatus, Specimen.id, Specimen.customFields.bloodSpecimenDetails.lysedDate where Participant.ppid exists or Participant.gender in (""Female"") or Participant.race exists or Participant.vitalStatus in (""Unspecified"") and SpecimenCollectionGroup.collectionStatus = ""Complete"" and SpecimenCollectionGroup.clinicalDiagnoses.value any and SpecimenCollectionGroup.clinicalDiagnoses.code any and Specimen.type any and Specimen.availableQty > 0 and Specimen.availabilityStatus = ""Available"" and CollectionProtocol.shortTitle = ""Kidney Disease"" and CollectionProtocol.shortTitle = ""v8.1 JSON - DO NOT TOUCH"" limit 0, 10000","select * from (select tab.*, rownum rnum from (select t0.PPID as c0, t1.VALUE as c1, t3.VALUE as c2, t13.VALUE as c3, t4.VALUE as c4, t5.NAME as c5, t5.COLLECTION_STATUS as c6, t6.VALUE as c7, t6.CODE as c8, t7.LABEL as c9, t8.VALUE as c10, t14.VALUE as c11, t7.AVAILABLE_QUANTITY as c12, t7.LINEAGE as c13, t15.VALUE as c14, t16.VALUE as c15, t7.IDENTIFIER as c16, t11.DE_A_1 as c17, 't0', t0.CPR_ID as mc0, 't5', t5.IDENTIFIER as mc1, 't6', t6.IDENTIFIER as mc2, 't7', t7.IDENTIFIER as mc3, 't11', t11.IDENTIFIER as mc4 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.GENDER_ID left join CATISSUE_COLLECTION_PROTOCOL t9 on t9.IDENTIFIER = t0.CP_ID and t9.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t7 on t7.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t7.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t15 on t15.IDENTIFIER = t7.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t16 on t16.IDENTIFIER = t7.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t14 on t14.IDENTIFIER = t7.ANATOMIC_SITE_ID left join (OS_SPMN_CUST_FIELDS t10 inner join DE_E_23151 t11 on t11.IDENTIFIER = t10.RECORD_ID and t10.FORM_ID = 10226) on t10.SPECIMEN_ID = t7.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t7.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t5.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.VITAL_STATUS_ID left join OS_PARTICIPANT_ETHNICITIES t12 on t12.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t13 on t13.IDENTIFIER = t12.ETHNICITY_ID where ((t0.PPID is not null OR (t1.VALUE in ('Female')) OR t3.VALUE is not null OR (t4.VALUE in ('Unspecified')) AND t5.COLLECTION_STATUS = 'Complete' AND 1 = 1 AND 1 = 1 AND 1 = 1 AND t7.AVAILABLE_QUANTITY > 0 AND t7.AVAILABILITY_STATUS = 'Available' AND t9.SHORT_TITLE = 'Kidney Disease' AND t9.SHORT_TITLE = 'v8.1 JSON - DO NOT TOUCH') AND t9.IDENTIFIER = 5800) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "500720","Mar 24, 2022 04:35","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","5","select Participant.id as ""cprId"", Participant.ppid as ""Participant Protocol ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.REGISTRATION_DATE as c3, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c4 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5800) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500721","Mar 24, 2022 04:38","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","5","select Participant.id as ""cprId"", Participant.ppid as ""Participant Protocol ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.REGISTRATION_DATE as c3, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c4 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5800) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500722","Mar 24, 2022 04:38","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","16","select Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Specimen.label as ""Label"", Specimen.createdOn as ""Created On"", Specimen.type as ""Type"", Specimen.customFields.bloodSpecimenDetails.extractDate as ""Extract Date"", Specimen.customFields.bloodSpecimenDetails.lysedDate as ""Lysed Date"", Specimen.availableQty as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.collectionStatus = ""Collected"" and Specimen.activityStatus = ""Active"") order by Specimen.createdOn desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t5.VALUE as c1, t6.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t5.VALUE as c7, t3.DE_A_2 as c8, t3.DE_A_1 as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t4.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t4.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join (OS_SPMN_CUST_FIELDS t2 inner join DE_E_23151 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 10226) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 5800) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500723","Mar 24, 2022 04:38","Divya Prabhu","divya@krishagni.com","divya.prabhu","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where Participant.ppid exists or Participant.gender in (""Female"") or Participant.race exists or Participant.vitalStatus exists and SpecimenCollectionGroup.collectionStatus = ""Complete"" and SpecimenCollectionGroup.clinicalDiagnoses.value any and SpecimenCollectionGroup.clinicalDiagnoses.code any and Specimen.type any and Specimen.availableQty > 0 and Specimen.availabilityStatus = ""Available"" and CollectionProtocol.shortTitle = ""Kidney Disease"" and CollectionProtocol.shortTitle = ""v8.1 JSON - DO NOT TOUCH""","select count(distinct t0.CPR_ID) as c0, count(distinct t5.IDENTIFIER) as c1, count(distinct t7.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.GENDER_ID left join CATISSUE_COLLECTION_PROTOCOL t9 on t9.IDENTIFIER = t0.CP_ID and t9.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t7 on t7.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t7.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t7.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t5.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.VITAL_STATUS_ID where ((t0.PPID is not null OR (t1.VALUE in ('Female')) OR t3.VALUE is not null OR t4.VALUE is not null AND t5.COLLECTION_STATUS = 'Complete' AND 1 = 1 AND 1 = 1 AND 1 = 1 AND t7.AVAILABLE_QUANTITY > 0 AND t7.AVAILABILITY_STATUS = 'Available' AND t9.SHORT_TITLE = 'Kidney Disease' AND t9.SHORT_TITLE = 'v8.1 JSON - DO NOT TOUCH') AND t9.IDENTIFIER = 5800) AND (t0.ACTIVITY_STATUS != 'Disabled')" "500724","Mar 24, 2022 04:38","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","31","select Participant.id as ""$cprId"", Participant.ppid, Participant.gender as ""Gender of patient"", Participant.race as ""Race of patient"", Participant.ethnicity as ""Ethnicity of patient"", Participant.vitalStatus, SpecimenCollectionGroup.name as ""Visit Name"", SpecimenCollectionGroup.collectionStatus, SpecimenCollectionGroup.clinicalDiagnoses.value as ""Clinical Diagnosis"", SpecimenCollectionGroup.clinicalDiagnoses.code as ""Clinical Diagnosis Code"", Specimen.id as ""$specimenId"", CollectionProtocol.id as ""$cpId"", Specimen.label, Specimen.type as ""Specimen Type"", Specimen.tissueSite, Specimen.availableQty, Specimen.lineage as ""Specimen lineage"", Specimen.class as ""Specimen class"", Specimen.pathologicalStatus, Specimen.id, Specimen.customFields.bloodSpecimenDetails.lysedDate where Participant.ppid exists or Participant.gender in (""Female"") or Participant.race exists or Participant.vitalStatus exists and SpecimenCollectionGroup.collectionStatus = ""Complete"" and SpecimenCollectionGroup.clinicalDiagnoses.value any and SpecimenCollectionGroup.clinicalDiagnoses.code any and Specimen.type any and Specimen.availableQty > 0 and Specimen.availabilityStatus = ""Available"" and CollectionProtocol.shortTitle = ""Kidney Disease"" and CollectionProtocol.shortTitle = ""v8.1 JSON - DO NOT TOUCH"" limit 0, 10000","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t1.VALUE as c2, t3.VALUE as c3, t13.VALUE as c4, t4.VALUE as c5, t5.NAME as c6, t5.COLLECTION_STATUS as c7, t6.VALUE as c8, t6.CODE as c9, t7.IDENTIFIER as c10, t9.IDENTIFIER as c11, t7.LABEL as c12, t8.VALUE as c13, t14.VALUE as c14, t7.AVAILABLE_QUANTITY as c15, t7.LINEAGE as c16, t15.VALUE as c17, t16.VALUE as c18, t7.IDENTIFIER as c19, t11.DE_A_1 as c20, 't0', t0.CPR_ID as mc0, 't5', t5.IDENTIFIER as mc1, 't6', t6.IDENTIFIER as mc2, 't7', t7.IDENTIFIER as mc3, 't9', t9.IDENTIFIER as mc4, 't11', t11.IDENTIFIER as mc5 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.GENDER_ID left join CATISSUE_COLLECTION_PROTOCOL t9 on t9.IDENTIFIER = t0.CP_ID and t9.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t7 on t7.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t7.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t15 on t15.IDENTIFIER = t7.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t16 on t16.IDENTIFIER = t7.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t14 on t14.IDENTIFIER = t7.ANATOMIC_SITE_ID left join (OS_SPMN_CUST_FIELDS t10 inner join DE_E_23151 t11 on t11.IDENTIFIER = t10.RECORD_ID and t10.FORM_ID = 10226) on t10.SPECIMEN_ID = t7.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t7.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t5.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.VITAL_STATUS_ID left join OS_PARTICIPANT_ETHNICITIES t12 on t12.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t13 on t13.IDENTIFIER = t12.ETHNICITY_ID where ((t0.PPID is not null OR (t1.VALUE in ('Female')) OR t3.VALUE is not null OR t4.VALUE is not null AND t5.COLLECTION_STATUS = 'Complete' AND 1 = 1 AND 1 = 1 AND 1 = 1 AND t7.AVAILABLE_QUANTITY > 0 AND t7.AVAILABILITY_STATUS = 'Available' AND t9.SHORT_TITLE = 'Kidney Disease' AND t9.SHORT_TITLE = 'v8.1 JSON - DO NOT TOUCH') AND t9.IDENTIFIER = 5800) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "500725","Mar 24, 2022 04:39","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","31","select Participant.id as ""$cprId"", Participant.ppid, Participant.gender as ""Gender of patient"", Participant.race as ""Race of patient"", Participant.ethnicity as ""Ethnicity of patient"", Participant.vitalStatus, SpecimenCollectionGroup.name as ""Visit Name"", SpecimenCollectionGroup.collectionStatus, SpecimenCollectionGroup.clinicalDiagnoses.value as ""Clinical Diagnosis"", SpecimenCollectionGroup.clinicalDiagnoses.code as ""Clinical Diagnosis Code"", Specimen.id as ""$specimenId"", CollectionProtocol.id as ""$cpId"", Specimen.label, Specimen.type as ""Specimen Type"", Specimen.tissueSite, Specimen.availableQty, Specimen.lineage as ""Specimen lineage"", Specimen.class as ""Specimen class"", Specimen.pathologicalStatus, Specimen.id, Specimen.customFields.bloodSpecimenDetails.extractDate, Specimen.customFields.bloodSpecimenDetails.lysedDate where Participant.ppid exists or Participant.gender in (""Female"") or Participant.race exists or Participant.vitalStatus exists and SpecimenCollectionGroup.collectionStatus = ""Complete"" and SpecimenCollectionGroup.clinicalDiagnoses.value any and SpecimenCollectionGroup.clinicalDiagnoses.code any and Specimen.type any and Specimen.availableQty > 0 and Specimen.availabilityStatus = ""Available"" and CollectionProtocol.shortTitle = ""Kidney Disease"" and CollectionProtocol.shortTitle = ""v8.1 JSON - DO NOT TOUCH"" limit 0, 10000","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t1.VALUE as c2, t3.VALUE as c3, t13.VALUE as c4, t4.VALUE as c5, t5.NAME as c6, t5.COLLECTION_STATUS as c7, t6.VALUE as c8, t6.CODE as c9, t7.IDENTIFIER as c10, t9.IDENTIFIER as c11, t7.LABEL as c12, t8.VALUE as c13, t14.VALUE as c14, t7.AVAILABLE_QUANTITY as c15, t7.LINEAGE as c16, t15.VALUE as c17, t16.VALUE as c18, t7.IDENTIFIER as c19, t11.DE_A_2 as c20, t11.DE_A_1 as c21, 't0', t0.CPR_ID as mc0, 't5', t5.IDENTIFIER as mc1, 't6', t6.IDENTIFIER as mc2, 't7', t7.IDENTIFIER as mc3, 't9', t9.IDENTIFIER as mc4, 't11', t11.IDENTIFIER as mc5 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.GENDER_ID left join CATISSUE_COLLECTION_PROTOCOL t9 on t9.IDENTIFIER = t0.CP_ID and t9.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t7 on t7.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t7.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t15 on t15.IDENTIFIER = t7.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t16 on t16.IDENTIFIER = t7.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t14 on t14.IDENTIFIER = t7.ANATOMIC_SITE_ID left join (OS_SPMN_CUST_FIELDS t10 inner join DE_E_23151 t11 on t11.IDENTIFIER = t10.RECORD_ID and t10.FORM_ID = 10226) on t10.SPECIMEN_ID = t7.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t7.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t5.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.VITAL_STATUS_ID left join OS_PARTICIPANT_ETHNICITIES t12 on t12.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t13 on t13.IDENTIFIER = t12.ETHNICITY_ID where ((t0.PPID is not null OR (t1.VALUE in ('Female')) OR t3.VALUE is not null OR t4.VALUE is not null AND t5.COLLECTION_STATUS = 'Complete' AND 1 = 1 AND 1 = 1 AND 1 = 1 AND t7.AVAILABLE_QUANTITY > 0 AND t7.AVAILABILITY_STATUS = 'Available' AND t9.SHORT_TITLE = 'Kidney Disease' AND t9.SHORT_TITLE = 'v8.1 JSON - DO NOT TOUCH') AND t9.IDENTIFIER = 5800) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "500726","Mar 24, 2022 04:39","Divya Prabhu","divya@krishagni.com","divya.prabhu","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where Participant.ppid exists or Participant.gender in (""Female"") or Participant.race exists or Participant.vitalStatus exists and SpecimenCollectionGroup.collectionStatus = ""Complete"" and SpecimenCollectionGroup.clinicalDiagnoses.value any and SpecimenCollectionGroup.clinicalDiagnoses.code any and Specimen.type any and Specimen.availableQty > 0 and Specimen.availabilityStatus = ""Available"" and CollectionProtocol.shortTitle = ""Kidney Disease"" and CollectionProtocol.shortTitle = ""v8.1 JSON - DO NOT TOUCH""","select count(distinct t0.CPR_ID) as c0, count(distinct t5.IDENTIFIER) as c1, count(distinct t7.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.GENDER_ID left join CATISSUE_COLLECTION_PROTOCOL t9 on t9.IDENTIFIER = t0.CP_ID and t9.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t7 on t7.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t7.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t7.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t5.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.VITAL_STATUS_ID where ((t0.PPID is not null OR (t1.VALUE in ('Female')) OR t3.VALUE is not null OR t4.VALUE is not null AND t5.COLLECTION_STATUS = 'Complete' AND 1 = 1 AND 1 = 1 AND 1 = 1 AND t7.AVAILABLE_QUANTITY > 0 AND t7.AVAILABILITY_STATUS = 'Available' AND t9.SHORT_TITLE = 'Kidney Disease' AND t9.SHORT_TITLE = 'v8.1 JSON - DO NOT TOUCH') AND t9.IDENTIFIER = 5800) AND (t0.ACTIVITY_STATUS != 'Disabled')" "500727","Mar 24, 2022 04:39","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","31","select Participant.id as ""$cprId"", Participant.ppid, Participant.gender as ""Gender of patient"", Participant.race as ""Race of patient"", Participant.ethnicity as ""Ethnicity of patient"", Participant.vitalStatus, SpecimenCollectionGroup.name as ""Visit Name"", SpecimenCollectionGroup.collectionStatus, SpecimenCollectionGroup.clinicalDiagnoses.value as ""Clinical Diagnosis"", SpecimenCollectionGroup.clinicalDiagnoses.code as ""Clinical Diagnosis Code"", Specimen.id as ""$specimenId"", CollectionProtocol.id as ""$cpId"", Specimen.label, Specimen.type as ""Specimen Type"", Specimen.tissueSite, Specimen.availableQty, Specimen.lineage as ""Specimen lineage"", Specimen.class as ""Specimen class"", Specimen.pathologicalStatus, Specimen.id, Specimen.customFields.bloodSpecimenDetails.extractDate, Specimen.customFields.bloodSpecimenDetails.lysedDate where Participant.ppid exists or Participant.gender in (""Female"") or Participant.race exists or Participant.vitalStatus exists and SpecimenCollectionGroup.collectionStatus = ""Complete"" and SpecimenCollectionGroup.clinicalDiagnoses.value any and SpecimenCollectionGroup.clinicalDiagnoses.code any and Specimen.type any and Specimen.availableQty > 0 and Specimen.availabilityStatus = ""Available"" and CollectionProtocol.shortTitle = ""Kidney Disease"" and CollectionProtocol.shortTitle = ""v8.1 JSON - DO NOT TOUCH"" limit 0, 10000","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t1.VALUE as c2, t3.VALUE as c3, t13.VALUE as c4, t4.VALUE as c5, t5.NAME as c6, t5.COLLECTION_STATUS as c7, t6.VALUE as c8, t6.CODE as c9, t7.IDENTIFIER as c10, t9.IDENTIFIER as c11, t7.LABEL as c12, t8.VALUE as c13, t14.VALUE as c14, t7.AVAILABLE_QUANTITY as c15, t7.LINEAGE as c16, t15.VALUE as c17, t16.VALUE as c18, t7.IDENTIFIER as c19, t11.DE_A_2 as c20, t11.DE_A_1 as c21, 't0', t0.CPR_ID as mc0, 't5', t5.IDENTIFIER as mc1, 't6', t6.IDENTIFIER as mc2, 't7', t7.IDENTIFIER as mc3, 't9', t9.IDENTIFIER as mc4, 't11', t11.IDENTIFIER as mc5 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.GENDER_ID left join CATISSUE_COLLECTION_PROTOCOL t9 on t9.IDENTIFIER = t0.CP_ID and t9.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t7 on t7.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t7.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t15 on t15.IDENTIFIER = t7.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t16 on t16.IDENTIFIER = t7.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t14 on t14.IDENTIFIER = t7.ANATOMIC_SITE_ID left join (OS_SPMN_CUST_FIELDS t10 inner join DE_E_23151 t11 on t11.IDENTIFIER = t10.RECORD_ID and t10.FORM_ID = 10226) on t10.SPECIMEN_ID = t7.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t7.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t5.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.VITAL_STATUS_ID left join OS_PARTICIPANT_ETHNICITIES t12 on t12.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t13 on t13.IDENTIFIER = t12.ETHNICITY_ID where ((t0.PPID is not null OR (t1.VALUE in ('Female')) OR t3.VALUE is not null OR t4.VALUE is not null AND t5.COLLECTION_STATUS = 'Complete' AND 1 = 1 AND 1 = 1 AND 1 = 1 AND t7.AVAILABLE_QUANTITY > 0 AND t7.AVAILABILITY_STATUS = 'Available' AND t9.SHORT_TITLE = 'Kidney Disease' AND t9.SHORT_TITLE = 'v8.1 JSON - DO NOT TOUCH') AND t9.IDENTIFIER = 5800) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "500728","Mar 24, 2022 04:39","Divya Prabhu","divya@krishagni.com","divya.prabhu","Count","0","1","select count(distinct Participant.id) as ""Participants "", count(distinct SpecimenCollectionGroup.id) as ""Visits "", count(distinct Specimen.id) as ""Specimens "" where Participant.ppid exists or Participant.gender in (""Female"") or Participant.race exists or Participant.vitalStatus exists and SpecimenCollectionGroup.collectionStatus = ""Complete"" and SpecimenCollectionGroup.clinicalDiagnoses.value any and SpecimenCollectionGroup.clinicalDiagnoses.code any and Specimen.type any and Specimen.availableQty > 0 and Specimen.availabilityStatus = ""Available"" and CollectionProtocol.shortTitle = ""Kidney Disease"" and CollectionProtocol.shortTitle = ""v8.1 JSON - DO NOT TOUCH""","select count(distinct t0.CPR_ID) as c0, count(distinct t5.IDENTIFIER) as c1, count(distinct t7.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.GENDER_ID left join CATISSUE_COLLECTION_PROTOCOL t9 on t9.IDENTIFIER = t0.CP_ID and t9.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t7 on t7.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t7.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t7.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t5.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.VITAL_STATUS_ID where ((t0.PPID is not null OR (t1.VALUE in ('Female')) OR t3.VALUE is not null OR t4.VALUE is not null AND t5.COLLECTION_STATUS = 'Complete' AND 1 = 1 AND 1 = 1 AND 1 = 1 AND t7.AVAILABLE_QUANTITY > 0 AND t7.AVAILABILITY_STATUS = 'Available' AND t9.SHORT_TITLE = 'Kidney Disease' AND t9.SHORT_TITLE = 'v8.1 JSON - DO NOT TOUCH') AND t9.IDENTIFIER = 5800) AND (t0.ACTIVITY_STATUS != 'Disabled')" "500729","Mar 24, 2022 04:39","Divya Prabhu","divya@krishagni.com","divya.prabhu","Count","0","1","select count(distinct Participant.id) as ""Participants "", count(distinct SpecimenCollectionGroup.id) as ""Visits "", count(distinct Specimen.id) as ""Specimens "" where Participant.ppid exists or Participant.gender in (""Female"") or Participant.race exists or Participant.vitalStatus in (""Unspecified"") and SpecimenCollectionGroup.collectionStatus = ""Complete"" and SpecimenCollectionGroup.clinicalDiagnoses.value any and SpecimenCollectionGroup.clinicalDiagnoses.code any and Specimen.type any and Specimen.availableQty > 0 and Specimen.availabilityStatus = ""Available"" and CollectionProtocol.shortTitle = ""Kidney Disease"" and CollectionProtocol.shortTitle = ""v8.1 JSON - DO NOT TOUCH""","select count(distinct t0.CPR_ID) as c0, count(distinct t5.IDENTIFIER) as c1, count(distinct t7.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.GENDER_ID left join CATISSUE_COLLECTION_PROTOCOL t9 on t9.IDENTIFIER = t0.CP_ID and t9.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t7 on t7.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t7.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t7.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t5.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.VITAL_STATUS_ID where ((t0.PPID is not null OR (t1.VALUE in ('Female')) OR t3.VALUE is not null OR (t4.VALUE in ('Unspecified')) AND t5.COLLECTION_STATUS = 'Complete' AND 1 = 1 AND 1 = 1 AND 1 = 1 AND t7.AVAILABLE_QUANTITY > 0 AND t7.AVAILABILITY_STATUS = 'Available' AND t9.SHORT_TITLE = 'Kidney Disease' AND t9.SHORT_TITLE = 'v8.1 JSON - DO NOT TOUCH') AND t9.IDENTIFIER = 5800) AND (t0.ACTIVITY_STATUS != 'Disabled')" "500730","Mar 24, 2022 04:39","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","31","select Participant.ppid, Participant.gender as ""Gender of patient"", Participant.race as ""Race of patient"", Participant.ethnicity as ""Ethnicity of patient"", Participant.vitalStatus, SpecimenCollectionGroup.name as ""Visit Name"", SpecimenCollectionGroup.collectionStatus, SpecimenCollectionGroup.clinicalDiagnoses.value as ""Clinical Diagnosis"", SpecimenCollectionGroup.clinicalDiagnoses.code as ""Clinical Diagnosis Code"", Specimen.label, Specimen.type as ""Specimen Type"", Specimen.tissueSite, Specimen.availableQty, Specimen.lineage as ""Specimen lineage"", Specimen.class as ""Specimen class"", Specimen.pathologicalStatus, Specimen.id, Specimen.customFields.bloodSpecimenDetails.extractDate, Specimen.customFields.bloodSpecimenDetails.lysedDate where Participant.ppid exists or Participant.gender in (""Female"") or Participant.race exists or Participant.vitalStatus in (""Unspecified"") and SpecimenCollectionGroup.collectionStatus = ""Complete"" and SpecimenCollectionGroup.clinicalDiagnoses.value any and SpecimenCollectionGroup.clinicalDiagnoses.code any and Specimen.type any and Specimen.availableQty > 0 and Specimen.availabilityStatus = ""Available"" and CollectionProtocol.shortTitle = ""Kidney Disease"" and CollectionProtocol.shortTitle = ""v8.1 JSON - DO NOT TOUCH"" limit 0, 10000","select * from (select tab.*, rownum rnum from (select t0.PPID as c0, t1.VALUE as c1, t3.VALUE as c2, t13.VALUE as c3, t4.VALUE as c4, t5.NAME as c5, t5.COLLECTION_STATUS as c6, t6.VALUE as c7, t6.CODE as c8, t7.LABEL as c9, t8.VALUE as c10, t14.VALUE as c11, t7.AVAILABLE_QUANTITY as c12, t7.LINEAGE as c13, t15.VALUE as c14, t16.VALUE as c15, t7.IDENTIFIER as c16, t11.DE_A_2 as c17, t11.DE_A_1 as c18, 't0', t0.CPR_ID as mc0, 't5', t5.IDENTIFIER as mc1, 't6', t6.IDENTIFIER as mc2, 't7', t7.IDENTIFIER as mc3, 't11', t11.IDENTIFIER as mc4 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.GENDER_ID left join CATISSUE_COLLECTION_PROTOCOL t9 on t9.IDENTIFIER = t0.CP_ID and t9.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t7 on t7.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t7.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t15 on t15.IDENTIFIER = t7.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t16 on t16.IDENTIFIER = t7.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t14 on t14.IDENTIFIER = t7.ANATOMIC_SITE_ID left join (OS_SPMN_CUST_FIELDS t10 inner join DE_E_23151 t11 on t11.IDENTIFIER = t10.RECORD_ID and t10.FORM_ID = 10226) on t10.SPECIMEN_ID = t7.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t7.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t5.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.VITAL_STATUS_ID left join OS_PARTICIPANT_ETHNICITIES t12 on t12.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t13 on t13.IDENTIFIER = t12.ETHNICITY_ID where ((t0.PPID is not null OR (t1.VALUE in ('Female')) OR t3.VALUE is not null OR (t4.VALUE in ('Unspecified')) AND t5.COLLECTION_STATUS = 'Complete' AND 1 = 1 AND 1 = 1 AND 1 = 1 AND t7.AVAILABLE_QUANTITY > 0 AND t7.AVAILABILITY_STATUS = 'Available' AND t9.SHORT_TITLE = 'Kidney Disease' AND t9.SHORT_TITLE = 'v8.1 JSON - DO NOT TOUCH') AND t9.IDENTIFIER = 5800) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "500731","Mar 24, 2022 04:42","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","5","select Participant.id as ""cprId"", Participant.ppid as ""Participant Protocol ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.REGISTRATION_DATE as c3, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c4 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5800) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500732","Mar 24, 2022 04:42","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","16","select Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Specimen.label as ""Label"", Specimen.createdOn as ""Created On"", Specimen.type as ""Type"", Specimen.customFields.bloodSpecimenDetails.extractDate as ""Extract Date"", Specimen.customFields.bloodSpecimenDetails.lysedDate as ""Lysed Date"", Specimen.availableQty as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.collectionStatus = ""Collected"" and Specimen.activityStatus = ""Active"") order by Specimen.createdOn desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t5.VALUE as c1, t6.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t5.VALUE as c7, t3.DE_A_2 as c8, t3.DE_A_1 as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t4.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t4.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join (OS_SPMN_CUST_FIELDS t2 inner join DE_E_23151 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 10226) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 5800) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500733","Mar 24, 2022 04:44","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","25","select Participant.ppid, Specimen.label, Specimen.lineage as ""Specimen lineage"", Specimen.id, Specimen.customFields.bloodSpecimenDetails.extractDate, Specimen.customFields.bloodSpecimenDetails.lysedDate where Participant.ppid exists or Participant.gender in (""Female"") or Participant.race exists or Participant.vitalStatus in (""Unspecified"") and SpecimenCollectionGroup.collectionStatus = ""Complete"" and SpecimenCollectionGroup.clinicalDiagnoses.value any and SpecimenCollectionGroup.clinicalDiagnoses.code any and Specimen.type any and Specimen.availableQty > 0 and Specimen.availabilityStatus = ""Available"" and CollectionProtocol.shortTitle = ""Kidney Disease"" and CollectionProtocol.shortTitle = ""v8.1 JSON - DO NOT TOUCH"" limit 0, 10000","select * from (select tab.*, rownum rnum from (select t0.PPID as c0, t7.LABEL as c1, t7.LINEAGE as c2, t7.IDENTIFIER as c3, t11.DE_A_2 as c4, t11.DE_A_1 as c5, 't0', t0.CPR_ID as mc0, 't7', t7.IDENTIFIER as mc1, 't11', t11.IDENTIFIER as mc2 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.GENDER_ID left join CATISSUE_COLLECTION_PROTOCOL t9 on t9.IDENTIFIER = t0.CP_ID and t9.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t7 on t7.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t7.ACTIVITY_STATUS != 'Disabled' left join (OS_SPMN_CUST_FIELDS t10 inner join DE_E_23151 t11 on t11.IDENTIFIER = t10.RECORD_ID and t10.FORM_ID = 10226) on t10.SPECIMEN_ID = t7.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t7.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t5.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.VITAL_STATUS_ID where ((t0.PPID is not null OR (t1.VALUE in ('Female')) OR t3.VALUE is not null OR (t4.VALUE in ('Unspecified')) AND t5.COLLECTION_STATUS = 'Complete' AND 1 = 1 AND 1 = 1 AND 1 = 1 AND t7.AVAILABLE_QUANTITY > 0 AND t7.AVAILABILITY_STATUS = 'Available' AND t9.SHORT_TITLE = 'Kidney Disease' AND t9.SHORT_TITLE = 'v8.1 JSON - DO NOT TOUCH') AND t9.IDENTIFIER = 5800) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "500734","Mar 24, 2022 05:06","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 5813)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500735","Mar 24, 2022 05:12","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","16","select Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Specimen.label as ""Label"", Specimen.createdOn as ""Created On"", Specimen.type as ""Type"", Specimen.customFields.bloodSpecimenDetails.extractDate as ""Extract Date"", Specimen.customFields.bloodSpecimenDetails.lysedDate as ""Lysed Date"", Specimen.availableQty as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.collectionStatus = ""Collected"" and Specimen.activityStatus = ""Active"") order by Specimen.createdOn desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t5.VALUE as c1, t6.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t5.VALUE as c7, t3.DE_A_2 as c8, t3.DE_A_1 as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t4.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t4.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join (OS_SPMN_CUST_FIELDS t2 inner join DE_E_23151 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 10226) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 5800) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500736","Mar 24, 2022 06:27","Vinayak Pawar","vinayak.pawar@krishagni.com","vpawar","Data","0","10","select Participant.id as ""cprId"", Participant.ppid as ""Participant Protocol ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5113) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500737","Mar 24, 2022 06:28","Vinayak Pawar","vinayak.pawar@krishagni.com","vpawar","Data","0","10","select Participant.id as ""cprId"", Participant.ppid as ""Participant Protocol ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5113) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500738","Mar 24, 2022 07:11","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","45","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4934) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500739","Mar 24, 2022 09:48","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 4973)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500740","Mar 24, 2022 09:49","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","27","select Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Specimen.label as ""Label"", Specimen.createdOn as ""Created On"", Specimen.customFields.research_tissue_procurement.tissue_collection_type as ""Tissue Collection Type"", Specimen.customFields.research_tissue_procurement.fetal_or_adult as ""Fetal or Adult"", Specimen.customFields.research_tissue_procurement.age_wks_yrs as ""Age (wks/yrs)"", Specimen.customFields.research_tissue_procurement.od_os_ou3 as ""OD/OS/OU"", Specimen.customFields.research_tissue_procurement.dissection_date_time as ""Dissection Date/Time"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.collectionStatus = ""Collected"" and Specimen.activityStatus = ""Active"") order by Specimen.createdOn desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t5.VALUE as c1, t6.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.DE_A_12 as c7, t3.DE_A_3 as c8, t3.DE_A_4 as c9, t3.DE_A_5 as c10, t3.DE_A_10 as c11, de_concat_if_not_null(t4.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t4.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join (OS_SPMN_CUST_FIELDS t2 inner join DE_E_27129 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 13604) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 4574) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500741","Mar 24, 2022 09:49","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","27","select Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Specimen.label as ""Label"", Specimen.createdOn as ""Created On"", Specimen.customFields.research_tissue_procurement.tissue_collection_type as ""Tissue Collection Type"", Specimen.customFields.research_tissue_procurement.fetal_or_adult as ""Fetal or Adult"", Specimen.customFields.research_tissue_procurement.age_wks_yrs as ""Age (wks/yrs)"", Specimen.customFields.research_tissue_procurement.od_os_ou3 as ""OD/OS/OU"", Specimen.customFields.research_tissue_procurement.dissection_date_time as ""Dissection Date/Time"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.collectionStatus = ""Collected"" and Specimen.activityStatus = ""Active"") order by Specimen.createdOn desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t5.VALUE as c1, t6.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.DE_A_12 as c7, t3.DE_A_3 as c8, t3.DE_A_4 as c9, t3.DE_A_5 as c10, t3.DE_A_10 as c11, de_concat_if_not_null(t4.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t4.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join (OS_SPMN_CUST_FIELDS t2 inner join DE_E_27129 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 13604) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 4574) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500742","Mar 24, 2022 09:56","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","27","select Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Specimen.label as ""Label"", Specimen.createdOn as ""Created On"", Specimen.customFields.research_tissue_procurement.tissue_collection_type as ""Tissue Collection Type"", Specimen.customFields.research_tissue_procurement.fetal_or_adult as ""Fetal or Adult"", Specimen.customFields.research_tissue_procurement.age_wks_yrs as ""Age (wks/yrs)"", Specimen.customFields.research_tissue_procurement.od_os_ou3 as ""OD/OS/OU"", Specimen.customFields.research_tissue_procurement.dissection_date_time as ""Dissection Date/Time"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.collectionStatus = ""Collected"" and Specimen.activityStatus = ""Active"") order by Specimen.createdOn desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t5.VALUE as c1, t6.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.DE_A_12 as c7, t3.DE_A_3 as c8, t3.DE_A_4 as c9, t3.DE_A_5 as c10, t3.DE_A_10 as c11, de_concat_if_not_null(t4.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t4.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t4 on t4.SPECIMEN_ID = t0.IDENTIFIER left join (OS_SPMN_CUST_FIELDS t2 inner join DE_E_27129 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 13604) on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 4574) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500743","Mar 24, 2022 10:00","Saurav Singh","saurav@krishagni.com","Saurav","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 5853)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5853) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5853))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500744","Mar 24, 2022 10:01","Saurav Singh","saurav@krishagni.com","Saurav","Data","0","13","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.REGISTRATION_DATE as c6, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c7 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5739) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500745","Mar 24, 2022 10:43","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 4973)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500746","Mar 24, 2022 10:43","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","2","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 4973)) and (CollectionProtocol.shortTitle contains ""le-"") order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973)) AND (upper(t0.SHORT_TITLE) like '%LE-%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500747","Mar 24, 2022 11:21","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 4973)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500748","Mar 24, 2022 11:21","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","5","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 4973)) and (CollectionProtocol.shortTitle contains ""vac"") order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973)) AND (upper(t0.SHORT_TITLE) like '%VAC%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500749","Mar 24, 2022 11:22","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","26","select Participant.id as ""cprId"", Participant.ppid as ""Deelnemer Protocol-ID(PPID)"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Naam"", Participant.regDate as ""Registratie Datum"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Leeftijd"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.REGISTRATION_DATE as c3, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c4 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5962) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500750","Mar 24, 2022 12:25","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 4973)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500751","Mar 24, 2022 12:26","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","45","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.ssn as ""NHS Number"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.SSN as c6, t0.REGISTRATION_DATE as c7, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c8 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4934) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500752","Mar 24, 2022 15:04","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 4973)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500753","Mar 24, 2022 15:08","Sam Banker-D","tbd@gmail.com","Tissue Banker-D","Data","0","39","select distinct CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle, CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and (((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 4990)) and ((CollectionProtocol.cpSites.siteId in sql(""select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled'"")))) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4990) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 4990)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled'))))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled')))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500754","Mar 24, 2022 15:09","Sam Banker-D","tbd@gmail.com","Tissue Banker-D","Data","0","45","select distinct CollectionProtocol.id, Participant.regDate, Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.ssn as ""NHS Number"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) and (((((Participant.medicalRecord.mrnSiteId in sql(""select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled'"") or CollectionProtocol.cpSites.siteId in sql(""select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled'"")))))) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.SSN as c8, t0.REGISTRATION_DATE as c9, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c10 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled'))))))) AND t2.IDENTIFIER = 4934) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500755","Mar 24, 2022 15:11","Sam Banker-D","tbd@gmail.com","Tissue Banker-D","Data","0","1","select count(Specimen.id) as ""Primary Specimens"" where (Specimen.id exists and Specimen.lineage = ""New"" and Specimen.collectionStatus = ""Collected"" ) and (Participant.id = 159659)","select count(t0.IDENTIFIER) as c0 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t1.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where (((t0.IDENTIFIER is not null AND t0.LINEAGE = 'New' AND t0.COLLECTION_STATUS = 'Collected') AND (t1.CPR_ID = 159659)) AND t2.IDENTIFIER = 4934) AND (t1.ACTIVITY_STATUS != 'Disabled')" "500756","Mar 24, 2022 15:11","Sam Banker-D","tbd@gmail.com","Tissue Banker-D","Data","0","1","select count(distinct Specimen.id) as ""Distributed Specimens"" where (Specimen.specimenOrders.orderStatus = ""EXECUTED"") and (Participant.id = 159659)","select count(distinct t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t2.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (((t1.ORDER_STATUS = 'EXECUTED') AND (t2.CPR_ID = 159659)) AND t3.IDENTIFIER = 4934) AND (t2.ACTIVITY_STATUS != 'Disabled')" "500757","Mar 24, 2022 15:11","Sam Banker-D","tbd@gmail.com","Tissue Banker-D","Data","0","1","select count(Specimen.id) as ""Stored Specimens"" where (Specimen.id exists and Specimen.specimenPosition.containerName exists and Specimen.collectionStatus = ""Collected"" ) and (Participant.id = 159659)","select count(t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t2.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (((t0.IDENTIFIER is not null AND t1.CONTAINER_NAME is not null AND t0.COLLECTION_STATUS = 'Collected') AND (t2.CPR_ID = 159659)) AND t3.IDENTIFIER = 4934) AND (t2.ACTIVITY_STATUS != 'Disabled')" "500758","Mar 24, 2022 15:12","Sam Banker-D","tbd@gmail.com","Tissue Banker-D","Data","0","1","select count(Specimen.id) as ""Stored Specimens"" where (Specimen.id exists and Specimen.specimenPosition.containerName exists and Specimen.collectionStatus = ""Collected"" ) and (Participant.id = 159659)","select count(t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t2.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (((t0.IDENTIFIER is not null AND t1.CONTAINER_NAME is not null AND t0.COLLECTION_STATUS = 'Collected') AND (t2.CPR_ID = 159659)) AND t3.IDENTIFIER = 4934) AND (t2.ACTIVITY_STATUS != 'Disabled')" "500759","Mar 24, 2022 15:12","Sam Banker-D","tbd@gmail.com","Tissue Banker-D","Data","0","1","select count(Specimen.id) as ""Primary Specimens"" where (Specimen.id exists and Specimen.lineage = ""New"" and Specimen.collectionStatus = ""Collected"" ) and (Participant.id = 159659)","select count(t0.IDENTIFIER) as c0 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t1.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where (((t0.IDENTIFIER is not null AND t0.LINEAGE = 'New' AND t0.COLLECTION_STATUS = 'Collected') AND (t1.CPR_ID = 159659)) AND t2.IDENTIFIER = 4934) AND (t1.ACTIVITY_STATUS != 'Disabled')" "500760","Mar 24, 2022 15:12","Sam Banker-D","tbd@gmail.com","Tissue Banker-D","Data","0","1","select count(distinct Specimen.id) as ""Distributed Specimens"" where (Specimen.specimenOrders.orderStatus = ""EXECUTED"") and (Participant.id = 159659)","select count(distinct t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t2.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (((t1.ORDER_STATUS = 'EXECUTED') AND (t2.CPR_ID = 159659)) AND t3.IDENTIFIER = 4934) AND (t2.ACTIVITY_STATUS != 'Disabled')" "500761","Mar 24, 2022 15:12","Sam Banker-D","tbd@gmail.com","Tissue Banker-D","Data","0","45","select distinct CollectionProtocol.id, Participant.regDate, Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.ssn as ""NHS Number"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) and (((((Participant.medicalRecord.mrnSiteId in sql(""select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled'"") or CollectionProtocol.cpSites.siteId in sql(""select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled'"")))))) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.SSN as c8, t0.REGISTRATION_DATE as c9, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c10 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled'))))))) AND t2.IDENTIFIER = 4934) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500762","Mar 24, 2022 15:12","Sam Banker-D","tbd@gmail.com","Tissue Banker-D","Data","0","101","select distinct Specimen.createdOn, Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Specimen.label as ""Label"", Specimen.createdOn as ""Created On"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", Specimen.pathologicalStatus as ""Pathology Status"", Specimen.availableQty as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.collectionStatus = ""Collected"" and Specimen.activityStatus = ""Active"") and (((((Participant.medicalRecord.mrnSiteId in sql(""select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled'"") or CollectionProtocol.cpSites.siteId in sql(""select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled'"")))) or (Specimen.lineage = ""New"" and (((Participant.medicalRecord.mrnSiteId in sql(""select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled'"") or CollectionProtocol.cpSites.siteId in sql(""select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled'""))))))) order by Specimen.createdOn desc limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t0.CREATED_ON as c0, t0.IDENTIFIER as c1, t6.VALUE as c2, t7.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t3.IDENTIFIER as c5, t0.LABEL as c6, t0.CREATED_ON as c7, t6.VALUE as c8, t8.VALUE as c9, t9.VALUE as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t5.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t5.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t10 on t10.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t1 on t1.CPR_ID = t10.COLLECTION_PROTOCOL_REG_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t1.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t1.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t4 on t4.COLLECTION_PROTOCOL_ID = t3.IDENTIFIER left join OS_SPECIMEN_POSITIONS_VIEW t5 on t5.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE') AND (((((t2.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled') OR t4.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled')))) OR (upper(t0.LINEAGE) = 'NEW' AND (((t2.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled') OR t4.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled')))))))) AND t3.IDENTIFIER = 4934) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500763","Mar 24, 2022 15:13","Sam Banker-D","tbd@gmail.com","Tissue Banker-D","Data","0","45","select distinct CollectionProtocol.id, Participant.regDate, Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.ssn as ""NHS Number"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) and (((((Participant.medicalRecord.mrnSiteId in sql(""select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled'"") or CollectionProtocol.cpSites.siteId in sql(""select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled'"")))))) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.SSN as c8, t0.REGISTRATION_DATE as c9, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c10 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled'))))))) AND t2.IDENTIFIER = 4934) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500764","Mar 24, 2022 15:13","Sam Banker-D","tbd@gmail.com","Tissue Banker-D","Data","0","45","select distinct CollectionProtocol.id, Participant.externalSubjectId, Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.ssn as ""NHS Number"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) and (((((Participant.medicalRecord.mrnSiteId in sql(""select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled'"") or CollectionProtocol.cpSites.siteId in sql(""select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled'"")))))) order by Participant.externalSubjectId limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.EXTERNAL_SUBJECT_ID as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.SSN as c8, t0.REGISTRATION_DATE as c9, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c10 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled'))))))) AND t2.IDENTIFIER = 4934) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.EXTERNAL_SUBJECT_ID asc ) tab where rownum <= 101) where rnum >= 1" "500765","Mar 24, 2022 15:13","Sam Banker-D","tbd@gmail.com","Tissue Banker-D","Data","0","101","select distinct Specimen.createdOn, Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Specimen.label as ""Label"", Specimen.createdOn as ""Created On"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", Specimen.pathologicalStatus as ""Pathology Status"", Specimen.availableQty as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.collectionStatus = ""Collected"" and Specimen.activityStatus = ""Active"") and (((((Participant.medicalRecord.mrnSiteId in sql(""select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled'"") or CollectionProtocol.cpSites.siteId in sql(""select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled'"")))) or (Specimen.lineage = ""New"" and (((Participant.medicalRecord.mrnSiteId in sql(""select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled'"") or CollectionProtocol.cpSites.siteId in sql(""select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled'""))))))) order by Specimen.createdOn desc limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t0.CREATED_ON as c0, t0.IDENTIFIER as c1, t6.VALUE as c2, t7.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t3.IDENTIFIER as c5, t0.LABEL as c6, t0.CREATED_ON as c7, t6.VALUE as c8, t8.VALUE as c9, t9.VALUE as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t5.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t5.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t10 on t10.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t1 on t1.CPR_ID = t10.COLLECTION_PROTOCOL_REG_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t1.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t1.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t4 on t4.COLLECTION_PROTOCOL_ID = t3.IDENTIFIER left join OS_SPECIMEN_POSITIONS_VIEW t5 on t5.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE') AND (((((t2.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled') OR t4.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled')))) OR (upper(t0.LINEAGE) = 'NEW' AND (((t2.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled') OR t4.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled')))))))) AND t3.IDENTIFIER = 4934) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500766","Mar 24, 2022 15:13","Sam Banker-D","tbd@gmail.com","Tissue Banker-D","Data","0","45","select distinct CollectionProtocol.id, Participant.regDate, Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.ssn as ""NHS Number"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) and (((((Participant.medicalRecord.mrnSiteId in sql(""select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled'"") or CollectionProtocol.cpSites.siteId in sql(""select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled'"")))))) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.SSN as c8, t0.REGISTRATION_DATE as c9, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c10 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled'))))))) AND t2.IDENTIFIER = 4934) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500767","Mar 24, 2022 15:22","Sam Banker-D","tbd@gmail.com","Tissue Banker-D","Data","0","45","select distinct CollectionProtocol.id, Participant.regDate, Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.ssn as ""NHS Number"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) and (((((Participant.medicalRecord.mrnSiteId in sql(""select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled'"") or CollectionProtocol.cpSites.siteId in sql(""select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled'"")))))) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.SSN as c8, t0.REGISTRATION_DATE as c9, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c10 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled'))))))) AND t2.IDENTIFIER = 4934) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500768","Mar 24, 2022 15:22","Sam Banker-D","tbd@gmail.com","Tissue Banker-D","Data","0","39","select distinct CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle, CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and (((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 4990)) and ((CollectionProtocol.cpSites.siteId in sql(""select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled'"")))) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4990) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 4990)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled'))))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled')))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500769","Mar 24, 2022 15:23","Sam Banker-D","tbd@gmail.com","Tissue Banker-D","Data","0","64","select distinct CollectionProtocol.id, Participant.regDate, Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.ssn as ""NHS Number"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) and (((((Participant.medicalRecord.mrnSiteId in sql(""select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled'"") or CollectionProtocol.cpSites.siteId in sql(""select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled'"")))))) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.SSN as c8, t0.REGISTRATION_DATE as c9, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c10 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled'))))))) AND t2.IDENTIFIER = 4672) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500770","Mar 24, 2022 15:23","Sam Banker-D","tbd@gmail.com","Tissue Banker-D","Data","0","64","select distinct CollectionProtocol.id, Participant.regDate, Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.ssn as ""NHS Number"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) and (((((Participant.medicalRecord.mrnSiteId in sql(""select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled'"") or CollectionProtocol.cpSites.siteId in sql(""select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled'"")))))) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.SSN as c8, t0.REGISTRATION_DATE as c9, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c10 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled'))))))) AND t2.IDENTIFIER = 4672) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500771","Mar 24, 2022 15:24","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 4973)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500772","Mar 24, 2022 15:25","Sam Banker-D","tbd@gmail.com","Tissue Banker-D","Data","0","64","select distinct CollectionProtocol.id, Participant.regDate, Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.ssn as ""NHS Number"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) and (((((Participant.medicalRecord.mrnSiteId in sql(""select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled'"") or CollectionProtocol.cpSites.siteId in sql(""select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled'"")))))) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.SSN as c8, t0.REGISTRATION_DATE as c9, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c10 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled'))))))) AND t2.IDENTIFIER = 4672) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500773","Mar 24, 2022 15:27","Sam Banker-D","tbd@gmail.com","Tissue Banker-D","Data","0","64","select distinct CollectionProtocol.id, Participant.regDate, Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.ssn as ""NHS Number"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) and (((((Participant.medicalRecord.mrnSiteId in sql(""select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled'"") or CollectionProtocol.cpSites.siteId in sql(""select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled'"")))))) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.SSN as c8, t0.REGISTRATION_DATE as c9, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c10 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled'))))))) AND t2.IDENTIFIER = 4672) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500774","Mar 24, 2022 15:27","Sam Banker-D","tbd@gmail.com","Tissue Banker-D","Data","0","64","select distinct CollectionProtocol.id, Participant.regDate, Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.ssn as ""NHS Number"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) and (((((Participant.medicalRecord.mrnSiteId in sql(""select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled'"") or CollectionProtocol.cpSites.siteId in sql(""select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled'"")))))) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.SSN as c8, t0.REGISTRATION_DATE as c9, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c10 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled'))))))) AND t2.IDENTIFIER = 4672) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500775","Mar 24, 2022 15:27","Sam Banker-D","tbd@gmail.com","Tissue Banker-D","Data","0","39","select distinct CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle, CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and (((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 4990)) and ((CollectionProtocol.cpSites.siteId in sql(""select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled'"")))) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4990) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 4990)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled'))))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled')))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500776","Mar 24, 2022 15:28","Sam Banker-D","tbd@gmail.com","Tissue Banker-D","Data","0","39","select distinct CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle, CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and (((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 4990)) and ((CollectionProtocol.cpSites.siteId in sql(""select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled'"")))) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4990) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 4990)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled'))))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled')))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500777","Mar 24, 2022 15:28","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 4973)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500778","Mar 24, 2022 15:29","Sam Banker-D","tbd@gmail.com","Tissue Banker-D","Data","0","58","select distinct CollectionProtocol.id, Participant.regDate, Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.ssn as ""NHS Number"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) and (((((Participant.medicalRecord.mrnSiteId in sql(""select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled'"") or CollectionProtocol.cpSites.siteId in sql(""select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled'"")))))) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.SSN as c8, t0.REGISTRATION_DATE as c9, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c10 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled'))))))) AND t2.IDENTIFIER = 4552) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500779","Mar 24, 2022 15:29","Sam Banker-D","tbd@gmail.com","Tissue Banker-D","Data","0","58","select distinct CollectionProtocol.id, Participant.regDate, Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.ssn as ""NHS Number"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) and (((((Participant.medicalRecord.mrnSiteId in sql(""select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled'"") or CollectionProtocol.cpSites.siteId in sql(""select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled'"")))))) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.SSN as c8, t0.REGISTRATION_DATE as c9, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c10 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled'))))))) AND t2.IDENTIFIER = 4552) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500780","Mar 24, 2022 15:30","Sam Banker-D","tbd@gmail.com","Tissue Banker-D","Data","0","58","select distinct CollectionProtocol.id, Participant.regDate, Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.ssn as ""NHS Number"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) and (((((Participant.medicalRecord.mrnSiteId in sql(""select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled'"") or CollectionProtocol.cpSites.siteId in sql(""select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled'"")))))) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.SSN as c8, t0.REGISTRATION_DATE as c9, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c10 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled'))))))) AND t2.IDENTIFIER = 4552) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500781","Mar 24, 2022 15:36","Sam Banker-D","tbd@gmail.com","Tissue Banker-D","Data","0","59","select distinct CollectionProtocol.id, Participant.regDate, Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.ssn as ""NHS Number"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) and (((((Participant.medicalRecord.mrnSiteId in sql(""select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled'"") or CollectionProtocol.cpSites.siteId in sql(""select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled'"")))))) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.SSN as c8, t0.REGISTRATION_DATE as c9, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c10 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled'))))))) AND t2.IDENTIFIER = 4552) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500782","Mar 24, 2022 15:36","Sam Banker-D","tbd@gmail.com","Tissue Banker-D","Data","0","59","select distinct CollectionProtocol.id, Participant.regDate, Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.ssn as ""NHS Number"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) and (((((Participant.medicalRecord.mrnSiteId in sql(""select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled'"") or CollectionProtocol.cpSites.siteId in sql(""select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled'"")))))) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.SSN as c8, t0.REGISTRATION_DATE as c9, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c10 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled'))))))) AND t2.IDENTIFIER = 4552) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500783","Mar 24, 2022 15:37","Sam Banker-D","tbd@gmail.com","Tissue Banker-D","Data","0","59","select distinct CollectionProtocol.id, Participant.regDate, Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.ssn as ""NHS Number"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) and (((((Participant.medicalRecord.mrnSiteId in sql(""select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled'"") or CollectionProtocol.cpSites.siteId in sql(""select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled'"")))))) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.SSN as c8, t0.REGISTRATION_DATE as c9, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c10 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled'))))))) AND t2.IDENTIFIER = 4552) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500784","Mar 24, 2022 15:39","Sam Banker-D","tbd@gmail.com","Tissue Banker-D","Data","0","39","select distinct CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle, CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and (((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 4990)) and ((CollectionProtocol.cpSites.siteId in sql(""select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled'"")))) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4990) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 4990)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled'))))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled')))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500785","Mar 24, 2022 15:39","Sam Banker-D","tbd@gmail.com","Tissue Banker-D","Data","0","26","select distinct CollectionProtocol.id, Participant.regDate, Participant.id as ""cprId"", Participant.ppid as ""Deelnemer Protocol-ID(PPID)"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Naam"", Participant.regDate as ""Registratie Datum"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Leeftijd"" where (Participant.id exists) and (((((Participant.medicalRecord.mrnSiteId in sql(""select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled'"") or CollectionProtocol.cpSites.siteId in sql(""select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled'"")))))) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled'))))))) AND t2.IDENTIFIER = 5962) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500786","Mar 24, 2022 15:39","Sam Banker-D","tbd@gmail.com","Tissue Banker-D","Data","0","26","select distinct CollectionProtocol.id, Participant.regDate, Participant.id as ""cprId"", Participant.ppid as ""Deelnemer Protocol-ID(PPID)"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Naam"", Participant.regDate as ""Registratie Datum"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Leeftijd"" where (Participant.id exists) and (((((Participant.medicalRecord.mrnSiteId in sql(""select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled'"") or CollectionProtocol.cpSites.siteId in sql(""select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled'"")))))) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled'))))))) AND t2.IDENTIFIER = 5962) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500787","Mar 24, 2022 15:40","Sam Banker-D","tbd@gmail.com","Tissue Banker-D","Data","0","26","select distinct CollectionProtocol.id, Participant.regDate, Participant.id as ""cprId"", Participant.ppid as ""Deelnemer Protocol-ID(PPID)"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Naam"", Participant.regDate as ""Registratie Datum"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Leeftijd"" where (Participant.id exists) and (((((Participant.medicalRecord.mrnSiteId in sql(""select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled'"") or CollectionProtocol.cpSites.siteId in sql(""select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled'"")))))) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled'))))))) AND t2.IDENTIFIER = 5962) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500788","Mar 24, 2022 15:44","Sam Banker-D","tbd@gmail.com","Tissue Banker-D","Data","0","39","select distinct CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle, CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and (((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 4990)) and ((CollectionProtocol.cpSites.siteId in sql(""select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled'"")))) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4990) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 4990)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled'))))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled')))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500789","Mar 24, 2022 15:45","Divya Prabhu","divya@krishagni.com","divya.prabhu","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where Specimen.extensions.SpecimenPooledEvent._?primary_key?_ exists","select count(distinct t3.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join (OS_SPMN_EXTN_RECS t1 inner join OS_POOLED_SPECIMENS t2 on t2.IDENTIFIER = t1.RECORD_ID and t1.FORM_ID = 13451) on t1.SPECIMEN_ID = t0.IDENTIFIER where (t2.IDENTIFIER is not null ) AND (t3.ACTIVITY_STATUS != 'Disabled')" "500790","Mar 24, 2022 15:45","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","58","select Participant.id as ""$cprId"", Participant.ppid, Specimen.id as ""$specimenId"", CollectionProtocol.id as ""$cpId"", Specimen.label, Specimen.type, Specimen.lineage, Specimen.extensions.SpecimenPooledEvent.user, Specimen.extensions.SpecimenPooledEvent.time, Specimen.extensions.SpecimenPooledEvent.items.label, Specimen.extensions.SpecimenPooledEvent.items.type where Specimen.extensions.SpecimenPooledEvent._?primary_key?_ exists limit 0, 10000","select * from (select tab.*, rownum rnum from (select t4.CPR_ID as c0, t4.PPID as c1, t0.IDENTIFIER as c2, t5.IDENTIFIER as c3, t0.LABEL as c4, t6.VALUE as c5, t0.LINEAGE as c6, t7.NAME as c7, t2.EVENT_TIME as c8, t3.LABEL as c9, t8.VALUE as c10, 't4', t4.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't5', t5.IDENTIFIER as mc2, 't2', t2.IDENTIFIER as mc3, 't3', t3.IDENTIFIER as mc4 from CPR_VIEW t4 left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t4.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t9 on t9.COLLECTION_PROTOCOL_REG_ID = t4.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t9.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join (OS_SPMN_EXTN_RECS t1 inner join OS_POOLED_SPECIMENS t2 on t2.IDENTIFIER = t1.RECORD_ID and t1.FORM_ID = 13451 left join OS_POOLED_SPECIMEN_ITEMS_VIEW t3 on t3.POOLED_EVENT_ID = t2.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t3.SPECIMEN_TYPE_ID left join USER_VIEW t7 on t7.IDENTIFIER = t2.USER_ID) on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (t2.IDENTIFIER is not null ) AND (t4.ACTIVITY_STATUS != 'Disabled') order by t4.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "500791","Mar 24, 2022 15:56","Sam Banker-D","tbd@gmail.com","Tissue Banker-D","Data","0","26","select distinct CollectionProtocol.id, Participant.regDate, Participant.id as ""cprId"", Participant.ppid as ""Deelnemer Protocol-ID(PPID)"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Naam"", Participant.regDate as ""Registratie Datum"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Leeftijd"" where (Participant.id exists) and (((((Participant.medicalRecord.mrnSiteId in sql(""select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled'"") or CollectionProtocol.cpSites.siteId in sql(""select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled'"")))))) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c4, t0.REGISTRATION_DATE as c5, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c6 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled'))))))) AND t2.IDENTIFIER = 5962) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500792","Mar 24, 2022 15:57","Sam Banker-D","tbd@gmail.com","Tissue Banker-D","Data","0","101","select distinct Specimen.createdOn, Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Specimen.label as ""Label"", Specimen.createdOn as ""Created On"", Specimen.type as ""Type"", Specimen.availableQty as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.collectionStatus = ""Collected"" and Specimen.activityStatus = ""Active"") and (((((Participant.medicalRecord.mrnSiteId in sql(""select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled'"") or CollectionProtocol.cpSites.siteId in sql(""select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled'"")))) or (Specimen.lineage = ""New"" and (((Participant.medicalRecord.mrnSiteId in sql(""select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled'"") or CollectionProtocol.cpSites.siteId in sql(""select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled'""))))))) order by Specimen.createdOn desc limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t0.CREATED_ON as c0, t0.IDENTIFIER as c1, t6.VALUE as c2, t7.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t3.IDENTIFIER as c5, t0.LABEL as c6, t0.CREATED_ON as c7, t6.VALUE as c8, t0.AVAILABLE_QUANTITY as c9, de_concat_if_not_null(t5.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t5.FORMATTED_POSITION, ')')),'')) as c10 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t1 on t1.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t1.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t1.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t4 on t4.COLLECTION_PROTOCOL_ID = t3.IDENTIFIER left join OS_SPECIMEN_POSITIONS_VIEW t5 on t5.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE') AND (((((t2.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled') OR t4.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled')))) OR (upper(t0.LINEAGE) = 'NEW' AND (((t2.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled') OR t4.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled')))))))) AND t3.IDENTIFIER = 5962) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500793","Mar 24, 2022 16:01","Sam Banker-D","tbd@gmail.com","Tissue Banker-D","Data","0","1","select count(Specimen.id) as ""Primary Specimens"" where (Specimen.id exists and Specimen.lineage = ""New"" and Specimen.collectionStatus = ""Collected"" ) and (Participant.id = 160940)","select count(t0.IDENTIFIER) as c0 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t1.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where (((t0.IDENTIFIER is not null AND t0.LINEAGE = 'New' AND t0.COLLECTION_STATUS = 'Collected') AND (t1.CPR_ID = 160940)) AND t2.IDENTIFIER = 5962) AND (t1.ACTIVITY_STATUS != 'Disabled')" "500794","Mar 24, 2022 16:01","Sam Banker-D","tbd@gmail.com","Tissue Banker-D","Data","0","1","select count(Specimen.id) as ""Stored Specimens"" where (Specimen.id exists and Specimen.specimenPosition.containerName exists and Specimen.collectionStatus = ""Collected"" ) and (Participant.id = 160940)","select count(t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t2.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (((t0.IDENTIFIER is not null AND t1.CONTAINER_NAME is not null AND t0.COLLECTION_STATUS = 'Collected') AND (t2.CPR_ID = 160940)) AND t3.IDENTIFIER = 5962) AND (t2.ACTIVITY_STATUS != 'Disabled')" "500795","Mar 24, 2022 16:01","Sam Banker-D","tbd@gmail.com","Tissue Banker-D","Data","0","1","select count(distinct Specimen.id) as ""Distributed Specimens"" where (Specimen.specimenOrders.orderStatus = ""EXECUTED"") and (Participant.id = 160940)","select count(distinct t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t2.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (((t1.ORDER_STATUS = 'EXECUTED') AND (t2.CPR_ID = 160940)) AND t3.IDENTIFIER = 5962) AND (t2.ACTIVITY_STATUS != 'Disabled')" "500796","Mar 24, 2022 16:03","Sam Banker-D","tbd@gmail.com","Tissue Banker-D","Data","0","1","select count(Specimen.id) as ""Primary Specimens"" where (Specimen.id exists and Specimen.lineage = ""New"" and Specimen.collectionStatus = ""Collected"" ) and (Participant.id = 160940)","select count(t0.IDENTIFIER) as c0 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t1.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where (((t0.IDENTIFIER is not null AND t0.LINEAGE = 'New' AND t0.COLLECTION_STATUS = 'Collected') AND (t1.CPR_ID = 160940)) AND t2.IDENTIFIER = 5962) AND (t1.ACTIVITY_STATUS != 'Disabled')" "500797","Mar 24, 2022 16:03","Sam Banker-D","tbd@gmail.com","Tissue Banker-D","Data","0","1","select count(Specimen.id) as ""Stored Specimens"" where (Specimen.id exists and Specimen.specimenPosition.containerName exists and Specimen.collectionStatus = ""Collected"" ) and (Participant.id = 160940)","select count(t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t2.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (((t0.IDENTIFIER is not null AND t1.CONTAINER_NAME is not null AND t0.COLLECTION_STATUS = 'Collected') AND (t2.CPR_ID = 160940)) AND t3.IDENTIFIER = 5962) AND (t2.ACTIVITY_STATUS != 'Disabled')" "500798","Mar 24, 2022 16:03","Sam Banker-D","tbd@gmail.com","Tissue Banker-D","Data","0","1","select count(distinct Specimen.id) as ""Distributed Specimens"" where (Specimen.specimenOrders.orderStatus = ""EXECUTED"") and (Participant.id = 160940)","select count(distinct t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t2.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (((t1.ORDER_STATUS = 'EXECUTED') AND (t2.CPR_ID = 160940)) AND t3.IDENTIFIER = 5962) AND (t2.ACTIVITY_STATUS != 'Disabled')" "500799","Mar 24, 2022 16:04","Sam Banker-D","tbd@gmail.com","Tissue Banker-D","Data","0","1","select count(Specimen.id) as ""Primary Specimens"" where (Specimen.id exists and Specimen.lineage = ""New"" and Specimen.collectionStatus = ""Collected"" ) and (Participant.id = 160940)","select count(t0.IDENTIFIER) as c0 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t1.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where (((t0.IDENTIFIER is not null AND t0.LINEAGE = 'New' AND t0.COLLECTION_STATUS = 'Collected') AND (t1.CPR_ID = 160940)) AND t2.IDENTIFIER = 5962) AND (t1.ACTIVITY_STATUS != 'Disabled')" "500800","Mar 24, 2022 16:04","Sam Banker-D","tbd@gmail.com","Tissue Banker-D","Data","0","1","select count(Specimen.id) as ""Stored Specimens"" where (Specimen.id exists and Specimen.specimenPosition.containerName exists and Specimen.collectionStatus = ""Collected"" ) and (Participant.id = 160940)","select count(t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t2.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (((t0.IDENTIFIER is not null AND t1.CONTAINER_NAME is not null AND t0.COLLECTION_STATUS = 'Collected') AND (t2.CPR_ID = 160940)) AND t3.IDENTIFIER = 5962) AND (t2.ACTIVITY_STATUS != 'Disabled')" "500801","Mar 24, 2022 16:04","Sam Banker-D","tbd@gmail.com","Tissue Banker-D","Data","0","1","select count(distinct Specimen.id) as ""Distributed Specimens"" where (Specimen.specimenOrders.orderStatus = ""EXECUTED"") and (Participant.id = 160940)","select count(distinct t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t2.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (((t1.ORDER_STATUS = 'EXECUTED') AND (t2.CPR_ID = 160940)) AND t3.IDENTIFIER = 5962) AND (t2.ACTIVITY_STATUS != 'Disabled')" "500802","Mar 24, 2022 16:05","Sam Banker-D","tbd@gmail.com","Tissue Banker-D","Data","0","1","select count(Specimen.id) as ""Primary Specimens"" where (Specimen.id exists and Specimen.lineage = ""New"" and Specimen.collectionStatus = ""Collected"" ) and (Participant.id = 160940)","select count(t0.IDENTIFIER) as c0 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t1.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where (((t0.IDENTIFIER is not null AND t0.LINEAGE = 'New' AND t0.COLLECTION_STATUS = 'Collected') AND (t1.CPR_ID = 160940)) AND t2.IDENTIFIER = 5962) AND (t1.ACTIVITY_STATUS != 'Disabled')" "500803","Mar 24, 2022 16:05","Sam Banker-D","tbd@gmail.com","Tissue Banker-D","Data","0","1","select count(Specimen.id) as ""Stored Specimens"" where (Specimen.id exists and Specimen.specimenPosition.containerName exists and Specimen.collectionStatus = ""Collected"" ) and (Participant.id = 160940)","select count(t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t2.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (((t0.IDENTIFIER is not null AND t1.CONTAINER_NAME is not null AND t0.COLLECTION_STATUS = 'Collected') AND (t2.CPR_ID = 160940)) AND t3.IDENTIFIER = 5962) AND (t2.ACTIVITY_STATUS != 'Disabled')" "500804","Mar 24, 2022 16:05","Sam Banker-D","tbd@gmail.com","Tissue Banker-D","Data","0","1","select count(distinct Specimen.id) as ""Distributed Specimens"" where (Specimen.specimenOrders.orderStatus = ""EXECUTED"") and (Participant.id = 160940)","select count(distinct t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t2.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (((t1.ORDER_STATUS = 'EXECUTED') AND (t2.CPR_ID = 160940)) AND t3.IDENTIFIER = 5962) AND (t2.ACTIVITY_STATUS != 'Disabled')" "500805","Mar 24, 2022 16:08","Sam Banker-D","tbd@gmail.com","Tissue Banker-D","Data","0","1","select count(Specimen.id) as ""Stored Specimens"" where (Specimen.id exists and Specimen.specimenPosition.containerName exists and Specimen.collectionStatus = ""Collected"" ) and (Participant.id = 160940)","select count(t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t2.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (((t0.IDENTIFIER is not null AND t1.CONTAINER_NAME is not null AND t0.COLLECTION_STATUS = 'Collected') AND (t2.CPR_ID = 160940)) AND t3.IDENTIFIER = 5962) AND (t2.ACTIVITY_STATUS != 'Disabled')" "500806","Mar 24, 2022 16:08","Sam Banker-D","tbd@gmail.com","Tissue Banker-D","Data","0","1","select count(Specimen.id) as ""Primary Specimens"" where (Specimen.id exists and Specimen.lineage = ""New"" and Specimen.collectionStatus = ""Collected"" ) and (Participant.id = 160940)","select count(t0.IDENTIFIER) as c0 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t1.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where (((t0.IDENTIFIER is not null AND t0.LINEAGE = 'New' AND t0.COLLECTION_STATUS = 'Collected') AND (t1.CPR_ID = 160940)) AND t2.IDENTIFIER = 5962) AND (t1.ACTIVITY_STATUS != 'Disabled')" "500807","Mar 24, 2022 16:08","Sam Banker-D","tbd@gmail.com","Tissue Banker-D","Data","0","1","select count(distinct Specimen.id) as ""Distributed Specimens"" where (Specimen.specimenOrders.orderStatus = ""EXECUTED"") and (Participant.id = 160940)","select count(distinct t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t2.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (((t1.ORDER_STATUS = 'EXECUTED') AND (t2.CPR_ID = 160940)) AND t3.IDENTIFIER = 5962) AND (t2.ACTIVITY_STATUS != 'Disabled')" "500808","Mar 24, 2022 16:09","Sam Banker-D","tbd@gmail.com","Tissue Banker-D","Data","0","1","select count(Specimen.id) as ""Primary Specimens"" where (Specimen.id exists and Specimen.lineage = ""New"" and Specimen.collectionStatus = ""Collected"" ) and (Participant.id = 160940)","select count(t0.IDENTIFIER) as c0 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t1.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where (((t0.IDENTIFIER is not null AND t0.LINEAGE = 'New' AND t0.COLLECTION_STATUS = 'Collected') AND (t1.CPR_ID = 160940)) AND t2.IDENTIFIER = 5962) AND (t1.ACTIVITY_STATUS != 'Disabled')" "500809","Mar 24, 2022 16:09","Sam Banker-D","tbd@gmail.com","Tissue Banker-D","Data","0","1","select count(distinct Specimen.id) as ""Distributed Specimens"" where (Specimen.specimenOrders.orderStatus = ""EXECUTED"") and (Participant.id = 160940)","select count(distinct t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t2.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (((t1.ORDER_STATUS = 'EXECUTED') AND (t2.CPR_ID = 160940)) AND t3.IDENTIFIER = 5962) AND (t2.ACTIVITY_STATUS != 'Disabled')" "500810","Mar 24, 2022 16:09","Sam Banker-D","tbd@gmail.com","Tissue Banker-D","Data","0","1","select count(Specimen.id) as ""Stored Specimens"" where (Specimen.id exists and Specimen.specimenPosition.containerName exists and Specimen.collectionStatus = ""Collected"" ) and (Participant.id = 160940)","select count(t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t2.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (((t0.IDENTIFIER is not null AND t1.CONTAINER_NAME is not null AND t0.COLLECTION_STATUS = 'Collected') AND (t2.CPR_ID = 160940)) AND t3.IDENTIFIER = 5962) AND (t2.ACTIVITY_STATUS != 'Disabled')" "500811","Mar 24, 2022 16:45","Sam Banker-D","tbd@gmail.com","Tissue Banker-D","Data","0","8","select Participant.id as ""$cprId"", Participant.ppid, Specimen.id as ""$specimenId"", CollectionProtocol.id as ""$cpId"", Specimen.label, Specimen.type where Specimen.type = ""EDTA Whole Blood"" and Specimen.collectionStatus = ""Collected"" and Specimen.tissueSite = ""Breast, NOS"" and nthchild ( Specimen.type = ""EDTA Plasma"" ) limit 0, 10000","select * from (select tab.*, rownum rnum from (select t8.CPR_ID as c0, t8.PPID as c1, t0.IDENTIFIER as c2, t6.IDENTIFIER as c3, t0.LABEL as c4, t1.VALUE as c5, t3.IDENTIFIER as c6, t3.LABEL as c7, t4.VALUE as c8, 't8', t8.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't6', t6.IDENTIFIER as mc2, 't3', t3.IDENTIFIER as mc3 from CPR_VIEW t8 left join CATISSUE_COLLECTION_PROTOCOL t6 on t6.IDENTIFIER = t8.CP_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t7 on t7.COLLECTION_PROTOCOL_ID = t6.IDENTIFIER left join CATISSUE_SPECIMEN_COLL_GROUP t9 on t9.COLLECTION_PROTOCOL_REG_ID = t8.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t9.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_HIERARCHY t5 on t5.ANCESTOR_ID = t0.IDENTIFIER left join CATISSUE_SPECIMEN t3 on t3.IDENTIFIER = t5.DESCENDENT_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t3.SPECIMEN_TYPE_ID left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t1.VALUE = 'EDTA Whole Blood' AND t0.COLLECTION_STATUS = 'Collected' AND t2.VALUE = 'Breast, NOS' AND (t4.VALUE = 'EDTA Plasma')) AND ((t7.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled')))) AND (t8.ACTIVITY_STATUS != 'Disabled') order by t8.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "500812","Mar 24, 2022 16:45","Sam Banker-D","tbd@gmail.com","Tissue Banker-D","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where Specimen.type = ""EDTA Whole Blood"" and Specimen.collectionStatus = ""Collected"" and Specimen.tissueSite = ""Breast, NOS"" and nthchild ( Specimen.type = ""EDTA Plasma"" )","select count(distinct t8.CPR_ID) as c0, count(distinct t9.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2, count(distinct t3.IDENTIFIER) as c3 from CPR_VIEW t8 left join CATISSUE_COLLECTION_PROTOCOL t6 on t6.IDENTIFIER = t8.CP_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t7 on t7.COLLECTION_PROTOCOL_ID = t6.IDENTIFIER left join CATISSUE_SPECIMEN_COLL_GROUP t9 on t9.COLLECTION_PROTOCOL_REG_ID = t8.CPR_ID and t9.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t9.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_HIERARCHY t5 on t5.ANCESTOR_ID = t0.IDENTIFIER left join CATISSUE_SPECIMEN t3 on t3.IDENTIFIER = t5.DESCENDENT_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t3.SPECIMEN_TYPE_ID left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t1.VALUE = 'EDTA Whole Blood' AND t0.COLLECTION_STATUS = 'Collected' AND t2.VALUE = 'Breast, NOS' AND (t4.VALUE = 'EDTA Plasma')) AND ((t7.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled')))) AND (t8.ACTIVITY_STATUS != 'Disabled')" "500813","Mar 24, 2022 16:47","Sam Banker-D","tbd@gmail.com","Tissue Banker-D","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where Specimen.type = ""EDTA Whole Blood"" and Specimen.collectionStatus = ""Collected"" and Specimen.tissueSite = ""Breast, NOS"" and nthchild ( Specimen.type = ""EDTA Plasma"" )","select count(distinct t8.CPR_ID) as c0, count(distinct t9.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2, count(distinct t3.IDENTIFIER) as c3 from CPR_VIEW t8 left join CATISSUE_COLLECTION_PROTOCOL t6 on t6.IDENTIFIER = t8.CP_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t7 on t7.COLLECTION_PROTOCOL_ID = t6.IDENTIFIER left join CATISSUE_SPECIMEN_COLL_GROUP t9 on t9.COLLECTION_PROTOCOL_REG_ID = t8.CPR_ID and t9.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t9.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_HIERARCHY t5 on t5.ANCESTOR_ID = t0.IDENTIFIER left join CATISSUE_SPECIMEN t3 on t3.IDENTIFIER = t5.DESCENDENT_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t3.SPECIMEN_TYPE_ID left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t1.VALUE = 'EDTA Whole Blood' AND t0.COLLECTION_STATUS = 'Collected' AND t2.VALUE = 'Breast, NOS' AND (t4.VALUE = 'EDTA Plasma')) AND ((t7.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled')))) AND (t8.ACTIVITY_STATUS != 'Disabled')" "500814","Mar 24, 2022 16:47","Sam Banker-D","tbd@gmail.com","Tissue Banker-D","Data","0","8","select Participant.id as ""$cprId"", Participant.ppid, Specimen.id as ""$specimenId"", CollectionProtocol.id as ""$cpId"", Specimen.label, Specimen.type where Specimen.type = ""EDTA Whole Blood"" and Specimen.collectionStatus = ""Collected"" and Specimen.tissueSite = ""Breast, NOS"" and nthchild ( Specimen.type = ""EDTA Plasma"" ) limit 0, 10000","select * from (select tab.*, rownum rnum from (select t8.CPR_ID as c0, t8.PPID as c1, t0.IDENTIFIER as c2, t6.IDENTIFIER as c3, t0.LABEL as c4, t1.VALUE as c5, t3.IDENTIFIER as c6, t3.LABEL as c7, t4.VALUE as c8, 't8', t8.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't6', t6.IDENTIFIER as mc2, 't3', t3.IDENTIFIER as mc3 from CPR_VIEW t8 left join CATISSUE_COLLECTION_PROTOCOL t6 on t6.IDENTIFIER = t8.CP_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t7 on t7.COLLECTION_PROTOCOL_ID = t6.IDENTIFIER left join CATISSUE_SPECIMEN_COLL_GROUP t9 on t9.COLLECTION_PROTOCOL_REG_ID = t8.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t9.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_HIERARCHY t5 on t5.ANCESTOR_ID = t0.IDENTIFIER left join CATISSUE_SPECIMEN t3 on t3.IDENTIFIER = t5.DESCENDENT_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t3.SPECIMEN_TYPE_ID left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t1.VALUE = 'EDTA Whole Blood' AND t0.COLLECTION_STATUS = 'Collected' AND t2.VALUE = 'Breast, NOS' AND (t4.VALUE = 'EDTA Plasma')) AND ((t7.SITE_ID in (select identifier from catissue_site where institute_id = 2703 and activity_status != 'Disabled')))) AND (t8.ACTIVITY_STATUS != 'Disabled') order by t8.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "500815","Mar 25, 2022 00:52","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 6299)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500816","Mar 25, 2022 00:53","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","7","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.ssn as ""NHS Number"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.SSN as c6, t0.REGISTRATION_DATE as c7, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c8 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6117) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500817","Mar 25, 2022 01:42","AU1K6 KAVI 6","AU1K6.KAVI6@gmail.com","AU1K6","Data","0","1","select distinct CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle, CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and (((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 6349)) and ((CollectionProtocol.cpSites.siteId in sql(""select identifier from catissue_site where institute_id = 3374 and activity_status != 'Disabled'"")))) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6349) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6349)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3374 and activity_status != 'Disabled'))))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3374 and activity_status != 'Disabled')))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500818","Mar 25, 2022 01:42","AU1K6 KAVI 6","AU1K6.KAVI6@gmail.com","AU1K6","Data","0","7","select distinct CollectionProtocol.id, Participant.regDate, Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.ssn as ""NHS Number"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) and (((((Participant.medicalRecord.mrnSiteId in sql(""select identifier from catissue_site where institute_id = 3374 and activity_status != 'Disabled'"") or CollectionProtocol.cpSites.siteId in sql(""select identifier from catissue_site where institute_id = 3374 and activity_status != 'Disabled'"")))))) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.SSN as c8, t0.REGISTRATION_DATE as c9, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c10 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 3374 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 3374 and activity_status != 'Disabled'))))))) AND t2.IDENTIFIER = 6117) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500819","Mar 25, 2022 01:43","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 6299)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500820","Mar 25, 2022 01:43","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 6299)) and (CollectionProtocol.shortTitle contains ""A"") order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%A%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500821","Mar 25, 2022 01:43","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","0","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 6299)) and (CollectionProtocol.shortTitle contains ""AH3"") order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%AH3%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500822","Mar 25, 2022 01:43","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","0","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 6299)) and (CollectionProtocol.shortTitle contains ""AH3P"") order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%AH3P%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500823","Mar 25, 2022 01:43","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","16","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 6299)) and (CollectionProtocol.shortTitle contains ""AH"") order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%AH%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500824","Mar 25, 2022 01:43","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","7","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.ssn as ""NHS Number"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.SSN as c6, t0.REGISTRATION_DATE as c7, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c8 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6117) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500825","Mar 25, 2022 02:44","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 6299)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500826","Mar 25, 2022 02:45","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 6299)) and (CollectionProtocol.shortTitle contains ""A"") order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%A%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500827","Mar 25, 2022 02:45","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","1","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 6299)) and (CollectionProtocol.shortTitle contains ""BTK2"") order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%BTK2%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500828","Mar 25, 2022 02:45","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","9","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.ssn as ""NHS Number"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.SSN as c6, t0.REGISTRATION_DATE as c7, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c8 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6119) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500829","Mar 25, 2022 04:05","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 6299)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500830","Mar 25, 2022 04:06","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","1","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 6299)) and (CollectionProtocol.shortTitle contains ""BTK"") order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%BTK%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500831","Mar 25, 2022 04:06","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","9","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.ssn as ""NHS Number"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.SSN as c6, t0.REGISTRATION_DATE as c7, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c8 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6119) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500832","Mar 25, 2022 05:52","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 6299)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500833","Mar 25, 2022 05:52","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","3","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 6299)) and (CollectionProtocol.shortTitle contains ""bt"") order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%BT%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500834","Mar 25, 2022 05:53","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","10","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.ssn as ""NHS Number"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.SSN as c6, t0.REGISTRATION_DATE as c7, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c8 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6119) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500835","Mar 27, 2022 23:49","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 5813)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500836","Mar 27, 2022 23:50","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 5813)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500837","Mar 28, 2022 00:10","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","0","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.ssn as ""NHS Number"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.SSN as c6, t0.REGISTRATION_DATE as c7, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c8 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6127) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500838","Mar 28, 2022 00:19","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 5813)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500839","Mar 28, 2022 00:55","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","1","select count(Specimen.id) as ""Primary Specimens"" where Specimen.id exists and Specimen.lineage = ""New"" and Specimen.collectionStatus = ""Collected""","select count(t0.IDENTIFIER) as c0 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' where (t0.IDENTIFIER is not null AND t0.LINEAGE = 'New' AND t0.COLLECTION_STATUS = 'Collected') AND (t1.ACTIVITY_STATUS != 'Disabled')" "500840","Mar 28, 2022 00:55","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","1","select count(Participant.id) as ""Participants"" where Participant.id exists","select count(t0.CPR_ID) as c0 from CPR_VIEW t0 where (t0.CPR_ID is not null ) AND (t0.ACTIVITY_STATUS != 'Disabled')" "500841","Mar 28, 2022 00:55","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","1","select count(Specimen.id) as ""Available Specimens"" where Specimen.id exists and Specimen.availableQty > 0 and Specimen.collectionStatus = ""Collected""","select count(t0.IDENTIFIER) as c0 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' where (t0.IDENTIFIER is not null AND t0.AVAILABLE_QUANTITY > 0 AND t0.COLLECTION_STATUS = 'Collected') AND (t1.ACTIVITY_STATUS != 'Disabled')" "500842","Mar 28, 2022 00:55","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","10","select Specimen.pathologicalStatus as ""Pathological Status"", count(Specimen.id) as ""Specimens"" where Specimen.collectionStatus = ""Collected"" and Specimen.availableQty > 0 and Specimen.pathologicalStatus exists order by count(Specimen.id) desc limit 0, 10","select * from (select tab.*, rownum rnum from (select t1.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID where (t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0 AND t1.VALUE is not null ) AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "500843","Mar 28, 2022 00:55","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","10","select Specimen.tissueSite as ""Anatomic Site"", count(Specimen.id) as ""Specimens"" where Specimen.collectionStatus = ""Collected"" and Specimen.availableQty > 0 order by count(Specimen.id) desc limit 0, 10","select * from (select tab.*, rownum rnum from (select t1.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.ANATOMIC_SITE_ID where (t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0) AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "500844","Mar 28, 2022 00:55","Dashboard User","public_dashboard_user","public_dashboard_user","Data","1","10","select Specimen.type as ""Type"", count(Specimen.id) as ""Specimens"" where Specimen.collectionStatus = ""Collected"" order by count(Specimen.id) desc limit 0, 10","select * from (select tab.*, rownum rnum from (select t1.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (t0.COLLECTION_STATUS = 'Collected') AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "500845","Mar 28, 2022 00:55","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","10","select SpecimenCollectionGroup.clinicalDiagnosis as ""Clinical Diagnosis"", count(Specimen.id) as ""Specimens"" where Specimen.collectionStatus = ""Collected"" and Specimen.availableQty > 0 and SpecimenCollectionGroup.clinicalDiagnosis exists order by count(Specimen.id) desc limit 0, 10","select * from (select tab.*, rownum rnum from (select t3.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t4 left join CATISSUE_SPECIMEN_COLL_GROUP t1 on t1.COLLECTION_PROTOCOL_REG_ID = t4.CPR_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t1.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_VISIT_CLIN_DIAGNOSES t2 on t2.VISIT_ID = t1.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.CLINICAL_DIAGNOSIS_ID where (t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0 AND t3.VALUE is not null ) AND (t4.ACTIVITY_STATUS != 'Disabled') group by t3.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "500846","Mar 28, 2022 00:55","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","118","select SpecimenCollectionGroup.collectionDate as ""Visit"", CollectionProtocol.shortTitle as ""CP"", c_count(distinct SpecimenCollectionGroup.id) as ""Visit Count"" where CollectionProtocol.shortTitle in (""LCPH(C)"",""LCPH"") and SpecimenCollectionGroup.collectionStatus = ""Complete"" order by SpecimenCollectionGroup.collectionDate asc crosstab((1), 2, (3))","select t1.COLLECTION_TIMESTAMP as c0, t0.SHORT_TITLE as c1, count(distinct t1.IDENTIFIER) as c2 from CPR_VIEW t2 left join CATISSUE_COLLECTION_PROTOCOL t0 on t0.IDENTIFIER = t2.CP_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t1 on t1.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.SHORT_TITLE in ('LCPH(C)', 'LCPH')) AND t1.COLLECTION_STATUS = 'Complete') AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.COLLECTION_TIMESTAMP, t0.SHORT_TITLE order by t1.COLLECTION_TIMESTAMP asc" "500847","Mar 28, 2022 00:55","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","1","select count(distinct Specimen.id) as ""Distributed Specimens"" where Specimen.specimenOrders.orderStatus = ""EXECUTED""","select count(distinct t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER where (t1.ORDER_STATUS = 'EXECUTED') AND (t2.ACTIVITY_STATUS != 'Disabled')" "500848","Mar 28, 2022 00:55","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","315","select Specimen.createdOn as ""Creation Time"", c_count(Specimen.id) as ""Collected Specimens"" where Specimen.createdOn exists and Specimen.collectionStatus = ""Collected"" and date_range(Specimen.createdOn, last_cal_qtr) order by Specimen.createdOn asc","select t0.CREATED_ON as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' where (t0.CREATED_ON is not null AND t0.COLLECTION_STATUS = 'Collected' AND (t0.CREATED_ON >= to_date('10-01-2021 00:00', 'MM-DD-YYYY HH24:MI') and t0.CREATED_ON <= to_date('12-31-2021 23:59', 'MM-DD-YYYY HH24:MI'))) AND (t1.ACTIVITY_STATUS != 'Disabled') group by t0.CREATED_ON order by t0.CREATED_ON asc" "500849","Mar 28, 2022 00:55","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","19","select Specimen.specimenOrders.executionDate as ""Distribution Time"", c_count(Specimen.id) as ""Distributed Specimens"" where Specimen.specimenOrders.executionDate exists and Specimen.specimenOrders.orderStatus = ""EXECUTED"" and date_range(Specimen.specimenOrders.executionDate, last_cal_qtr) order by Specimen.specimenOrders.executionDate asc","select t1.EXECUTION_DATE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER where (t1.EXECUTION_DATE is not null AND t1.ORDER_STATUS = 'EXECUTED' AND (t1.EXECUTION_DATE >= to_date('10-01-2021 00:00', 'MM-DD-YYYY HH24:MI') and t1.EXECUTION_DATE <= to_date('12-31-2021 23:59', 'MM-DD-YYYY HH24:MI'))) AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.EXECUTION_DATE order by t1.EXECUTION_DATE asc" "500850","Mar 28, 2022 00:55","Prayuja Teli","prayuja@krishagni.com","Prayuja","Count","1","1","select count(distinct Participant.id) as ""Participants "", count(distinct SpecimenCollectionGroup.id) as ""Visits "", count(distinct Specimen.id) as ""Specimens "" where Participant.vitalStatus any and Participant.race any and SpecimenCollectionGroup.site any and SpecimenCollectionGroup.clinicalDiagnoses.value any and SpecimenCollectionGroup.clinicalStatus any and Specimen.type any and Specimen.tissueSite any and Specimen.tissueSide any and Specimen.pathologicalStatus any and Specimen.specimenStatistics.processingTime any and CollectionProtocol.shortTitle any","select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t8.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t14 on t14.IDENTIFIER = t0.CP_ID and t14.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t5 on t5.IDENTIFIER = t4.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t4.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t8.PATHOLOGICAL_STATUS_ID left join OS_SPECIMEN_STATS t13 on t13.SPECIMEN_ID = t8.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t8.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t8.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t8.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t4.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.VITAL_STATUS_ID where ( 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 ) AND (t0.ACTIVITY_STATUS != 'Disabled')" "500851","Mar 28, 2022 00:55","Prayuja Teli","prayuja@krishagni.com","Prayuja","Count","0","1","select count(distinct Participant.id) as ""Participants "", count(distinct SpecimenCollectionGroup.id) as ""Visits "", count(distinct Specimen.id) as ""Specimens "" where Participant.vitalStatus in (""Alive"") and Participant.race any and SpecimenCollectionGroup.site any and SpecimenCollectionGroup.clinicalDiagnoses.value any and SpecimenCollectionGroup.clinicalStatus any and Specimen.type any and Specimen.tissueSite any and Specimen.tissueSide any and Specimen.pathologicalStatus any and Specimen.specimenStatistics.processingTime any and CollectionProtocol.shortTitle any","select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t8.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t14 on t14.IDENTIFIER = t0.CP_ID and t14.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t5 on t5.IDENTIFIER = t4.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t4.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t8.PATHOLOGICAL_STATUS_ID left join OS_SPECIMEN_STATS t13 on t13.SPECIMEN_ID = t8.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t8.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t8.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t8.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t4.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.VITAL_STATUS_ID where ((t1.VALUE in ('Alive')) AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 ) AND (t0.ACTIVITY_STATUS != 'Disabled')" "500852","Mar 28, 2022 00:55","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","1","10000","select Participant.gender, Participant.vitalStatus, Participant.race, SpecimenCollectionGroup.clinicalDiagnoses.value, Specimen.type, Specimen.tissueSite, Specimen.tissueSide, Specimen.pathologicalStatus, Specimen.spmnCollRecvDetails.collContainer, Specimen.id where Participant.vitalStatus in (""Alive"") and Participant.race any and SpecimenCollectionGroup.site any and SpecimenCollectionGroup.clinicalDiagnoses.value any and SpecimenCollectionGroup.clinicalStatus any and Specimen.type any and Specimen.tissueSite any and Specimen.tissueSide any and Specimen.pathologicalStatus any and Specimen.specimenStatistics.processingTime any and CollectionProtocol.shortTitle any limit 0, 10000","select * from (select tab.*, rownum rnum from (select t16.VALUE as c0, t1.VALUE as c1, t3.VALUE as c2, t6.VALUE as c3, t9.VALUE as c4, t10.VALUE as c5, t11.VALUE as c6, t12.VALUE as c7, t15.COLL_CONTAINER as c8, t8.IDENTIFIER as c9, 't0', t0.CPR_ID as mc0, 't6', t6.IDENTIFIER as mc1, 't15', t15.SPECIMEN_ID as mc2, 't8', t8.IDENTIFIER as mc3 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t16 on t16.IDENTIFIER = t0.GENDER_ID left join CATISSUE_COLLECTION_PROTOCOL t14 on t14.IDENTIFIER = t0.CP_ID and t14.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t5 on t5.IDENTIFIER = t4.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t4.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t8.PATHOLOGICAL_STATUS_ID left join OS_SPECIMEN_STATS t13 on t13.SPECIMEN_ID = t8.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t15 on t15.SPECIMEN_ID = t8.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t8.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t8.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t8.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t4.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.VITAL_STATUS_ID where ((t1.VALUE in ('Alive')) AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 ) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "500853","Mar 28, 2022 01:01","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 6299)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500854","Mar 28, 2022 01:02","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","3","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 6299)) and (CollectionProtocol.shortTitle contains ""BT"") order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%BT%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500855","Mar 28, 2022 01:02","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","10","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.ssn as ""NHS Number"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.SSN as c6, t0.REGISTRATION_DATE as c7, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c8 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6119) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500856","Mar 28, 2022 01:06","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","101","select distinct Specimen.specimenPosition.containerName, Specimen.specimenPosition.positionDimensionTwoString, Specimen.specimenPosition.positionDimensionOneString, Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Participant.ppid as ""PPID"", Specimen.label as ""Label"", Specimen.lineage as ""Lineage"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", CollectionProtocol.shortTitle as ""Collection Protocol"", Specimen.availableQty as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.specimenPosition.allAncestors.ancestorId = 838206) order by Specimen.specimenPosition.containerName, Specimen.specimenPosition.positionDimensionTwoString, Specimen.specimenPosition.positionDimensionOneString limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t1.CONTAINER_NAME as c0, t1.POS_TWO_STR as c1, t1.POS_ONE_STR as c2, t0.IDENTIFIER as c3, t3.VALUE as c4, t4.VALUE as c5, t0.AVAILABILITY_STATUS as c6, t5.IDENTIFIER as c7, t6.PPID as c8, t0.LABEL as c9, t0.LINEAGE as c10, t3.VALUE as c11, t7.VALUE as c12, t5.SHORT_TITLE as c13, t0.AVAILABLE_QUANTITY as c14, de_concat_if_not_null(t1.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t1.FORMATTED_POSITION, ')')),'')) as c15 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t6 on t6.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join OS_CONTAINERS_HIERARCHY t2 on t2.DESCENDENT_ID = t1.CONTAINER_IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t2.ANCESTOR_ID = 838206)) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.CONTAINER_NAME asc , t1.POS_TWO_STR asc , t1.POS_ONE_STR asc ) tab where rownum <= 101) where rnum >= 1" "500857","Mar 28, 2022 01:06","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","1","select count(distinct Specimen.id) where (Specimen.specimenPosition.allAncestors.ancestorId = 838206)","select count(distinct t0.IDENTIFIER) as c0 from CATISSUE_SPECIMEN t0 left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join OS_CONTAINERS_HIERARCHY t2 on t2.DESCENDENT_ID = t1.CONTAINER_IDENTIFIER where ((t2.ANCESTOR_ID = 838206)) AND (t0.ACTIVITY_STATUS != 'Disabled')" "500858","Mar 28, 2022 01:08","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","1","select distinct Specimen.specimenPosition.containerName, Specimen.specimenPosition.positionDimensionTwoString, Specimen.specimenPosition.positionDimensionOneString, Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Participant.ppid as ""PPID"", Specimen.label as ""Label"", Specimen.lineage as ""Lineage"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", CollectionProtocol.shortTitle as ""Collection Protocol"", Specimen.availableQty as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.specimenPosition.allAncestors.ancestorId = 130018) order by Specimen.specimenPosition.containerName, Specimen.specimenPosition.positionDimensionTwoString, Specimen.specimenPosition.positionDimensionOneString limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t1.CONTAINER_NAME as c0, t1.POS_TWO_STR as c1, t1.POS_ONE_STR as c2, t0.IDENTIFIER as c3, t3.VALUE as c4, t4.VALUE as c5, t0.AVAILABILITY_STATUS as c6, t5.IDENTIFIER as c7, t6.PPID as c8, t0.LABEL as c9, t0.LINEAGE as c10, t3.VALUE as c11, t7.VALUE as c12, t5.SHORT_TITLE as c13, t0.AVAILABLE_QUANTITY as c14, de_concat_if_not_null(t1.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t1.FORMATTED_POSITION, ')')),'')) as c15 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t6 on t6.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join OS_CONTAINERS_HIERARCHY t2 on t2.DESCENDENT_ID = t1.CONTAINER_IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t2.ANCESTOR_ID = 130018)) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.CONTAINER_NAME asc , t1.POS_TWO_STR asc , t1.POS_ONE_STR asc ) tab where rownum <= 101) where rnum >= 1" "500859","Mar 28, 2022 01:10","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","29","select distinct Specimen.specimenPosition.containerName, Specimen.specimenPosition.positionDimensionTwoString, Specimen.specimenPosition.positionDimensionOneString, Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Participant.ppid as ""PPID"", Specimen.label as ""Label"", Specimen.lineage as ""Lineage"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", CollectionProtocol.shortTitle as ""Collection Protocol"", Specimen.availableQty as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.specimenPosition.allAncestors.ancestorId = 838914) order by Specimen.specimenPosition.containerName, Specimen.specimenPosition.positionDimensionTwoString, Specimen.specimenPosition.positionDimensionOneString limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t1.CONTAINER_NAME as c0, t1.POS_TWO_STR as c1, t1.POS_ONE_STR as c2, t0.IDENTIFIER as c3, t3.VALUE as c4, t4.VALUE as c5, t0.AVAILABILITY_STATUS as c6, t5.IDENTIFIER as c7, t6.PPID as c8, t0.LABEL as c9, t0.LINEAGE as c10, t3.VALUE as c11, t7.VALUE as c12, t5.SHORT_TITLE as c13, t0.AVAILABLE_QUANTITY as c14, de_concat_if_not_null(t1.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t1.FORMATTED_POSITION, ')')),'')) as c15 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t6 on t6.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join OS_CONTAINERS_HIERARCHY t2 on t2.DESCENDENT_ID = t1.CONTAINER_IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t2.ANCESTOR_ID = 838914)) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.CONTAINER_NAME asc , t1.POS_TWO_STR asc , t1.POS_ONE_STR asc ) tab where rownum <= 101) where rnum >= 1" "500860","Mar 28, 2022 01:11","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","15","select distinct Specimen.specimenPosition.containerName, Specimen.specimenPosition.positionDimensionTwoString, Specimen.specimenPosition.positionDimensionOneString, Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Participant.ppid as ""PPID"", Specimen.label as ""Label"", Specimen.lineage as ""Lineage"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", CollectionProtocol.shortTitle as ""Collection Protocol"", Specimen.availableQty as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.specimenPosition.allAncestors.ancestorId = 838915) order by Specimen.specimenPosition.containerName, Specimen.specimenPosition.positionDimensionTwoString, Specimen.specimenPosition.positionDimensionOneString limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t1.CONTAINER_NAME as c0, t1.POS_TWO_STR as c1, t1.POS_ONE_STR as c2, t0.IDENTIFIER as c3, t3.VALUE as c4, t4.VALUE as c5, t0.AVAILABILITY_STATUS as c6, t5.IDENTIFIER as c7, t6.PPID as c8, t0.LABEL as c9, t0.LINEAGE as c10, t3.VALUE as c11, t7.VALUE as c12, t5.SHORT_TITLE as c13, t0.AVAILABLE_QUANTITY as c14, de_concat_if_not_null(t1.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t1.FORMATTED_POSITION, ')')),'')) as c15 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t6 on t6.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join OS_CONTAINERS_HIERARCHY t2 on t2.DESCENDENT_ID = t1.CONTAINER_IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t2.ANCESTOR_ID = 838915)) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.CONTAINER_NAME asc , t1.POS_TWO_STR asc , t1.POS_ONE_STR asc ) tab where rownum <= 101) where rnum >= 1" "500861","Mar 28, 2022 01:12","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","15","select distinct Specimen.specimenPosition.containerName, Specimen.specimenPosition.positionDimensionTwoString, Specimen.specimenPosition.positionDimensionOneString, Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Participant.ppid as ""PPID"", Specimen.label as ""Label"", Specimen.lineage as ""Lineage"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", CollectionProtocol.shortTitle as ""Collection Protocol"", Specimen.availableQty as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.specimenPosition.allAncestors.ancestorId = 838948) order by Specimen.specimenPosition.containerName, Specimen.specimenPosition.positionDimensionTwoString, Specimen.specimenPosition.positionDimensionOneString limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t1.CONTAINER_NAME as c0, t1.POS_TWO_STR as c1, t1.POS_ONE_STR as c2, t0.IDENTIFIER as c3, t3.VALUE as c4, t4.VALUE as c5, t0.AVAILABILITY_STATUS as c6, t5.IDENTIFIER as c7, t6.PPID as c8, t0.LABEL as c9, t0.LINEAGE as c10, t3.VALUE as c11, t7.VALUE as c12, t5.SHORT_TITLE as c13, t0.AVAILABLE_QUANTITY as c14, de_concat_if_not_null(t1.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t1.FORMATTED_POSITION, ')')),'')) as c15 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t6 on t6.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join OS_CONTAINERS_HIERARCHY t2 on t2.DESCENDENT_ID = t1.CONTAINER_IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t2.ANCESTOR_ID = 838948)) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.CONTAINER_NAME asc , t1.POS_TWO_STR asc , t1.POS_ONE_STR asc ) tab where rownum <= 101) where rnum >= 1" "500862","Mar 28, 2022 01:15","Prayuja Teli","prayuja@krishagni.com","Prayuja","Count","1","1","select count(distinct Participant.id) as ""Participants "", count(distinct SpecimenCollectionGroup.id) as ""Visits "", count(distinct Specimen.id) as ""Specimens "" where Participant.vitalStatus any and Participant.race any and SpecimenCollectionGroup.site any and SpecimenCollectionGroup.clinicalDiagnoses.value any and SpecimenCollectionGroup.clinicalStatus any and Specimen.type any and Specimen.tissueSite any and Specimen.tissueSide any and Specimen.pathologicalStatus any and Specimen.specimenStatistics.processingTime any and CollectionProtocol.shortTitle any","select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t8.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t14 on t14.IDENTIFIER = t0.CP_ID and t14.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t5 on t5.IDENTIFIER = t4.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t4.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t8.PATHOLOGICAL_STATUS_ID left join OS_SPECIMEN_STATS t13 on t13.SPECIMEN_ID = t8.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t8.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t8.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t8.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t4.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.VITAL_STATUS_ID where ( 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 ) AND (t0.ACTIVITY_STATUS != 'Disabled')" "500863","Mar 28, 2022 01:34","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","15","select distinct Specimen.specimenPosition.containerName, Specimen.specimenPosition.positionDimensionTwoString, Specimen.specimenPosition.positionDimensionOneString, Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Participant.ppid as ""PPID"", Specimen.label as ""Label"", Specimen.lineage as ""Lineage"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", CollectionProtocol.shortTitle as ""Collection Protocol"", Specimen.availableQty as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.specimenPosition.allAncestors.ancestorId = 838948) order by Specimen.specimenPosition.containerName, Specimen.specimenPosition.positionDimensionTwoString, Specimen.specimenPosition.positionDimensionOneString limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t1.CONTAINER_NAME as c0, t1.POS_TWO_STR as c1, t1.POS_ONE_STR as c2, t0.IDENTIFIER as c3, t3.VALUE as c4, t4.VALUE as c5, t0.AVAILABILITY_STATUS as c6, t5.IDENTIFIER as c7, t6.PPID as c8, t0.LABEL as c9, t0.LINEAGE as c10, t3.VALUE as c11, t7.VALUE as c12, t5.SHORT_TITLE as c13, t0.AVAILABLE_QUANTITY as c14, de_concat_if_not_null(t1.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t1.FORMATTED_POSITION, ')')),'')) as c15 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t6 on t6.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join OS_CONTAINERS_HIERARCHY t2 on t2.DESCENDENT_ID = t1.CONTAINER_IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t2.ANCESTOR_ID = 838948)) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.CONTAINER_NAME asc , t1.POS_TWO_STR asc , t1.POS_ONE_STR asc ) tab where rownum <= 101) where rnum >= 1" "500864","Mar 28, 2022 01:48","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","1","select count(Participant.id) as ""Participants"" where Participant.id exists","select count(t0.CPR_ID) as c0 from CPR_VIEW t0 where (t0.CPR_ID is not null ) AND (t0.ACTIVITY_STATUS != 'Disabled')" "500865","Mar 28, 2022 01:48","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","1","select count(Specimen.id) as ""Primary Specimens"" where Specimen.id exists and Specimen.lineage = ""New"" and Specimen.collectionStatus = ""Collected""","select count(t0.IDENTIFIER) as c0 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' where (t0.IDENTIFIER is not null AND t0.LINEAGE = 'New' AND t0.COLLECTION_STATUS = 'Collected') AND (t1.ACTIVITY_STATUS != 'Disabled')" "500866","Mar 28, 2022 01:48","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","1","select count(Specimen.id) as ""Available Specimens"" where Specimen.id exists and Specimen.availableQty > 0 and Specimen.collectionStatus = ""Collected""","select count(t0.IDENTIFIER) as c0 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' where (t0.IDENTIFIER is not null AND t0.AVAILABLE_QUANTITY > 0 AND t0.COLLECTION_STATUS = 'Collected') AND (t1.ACTIVITY_STATUS != 'Disabled')" "500867","Mar 28, 2022 01:48","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","10","select Specimen.pathologicalStatus as ""Pathological Status"", count(Specimen.id) as ""Specimens"" where Specimen.collectionStatus = ""Collected"" and Specimen.availableQty > 0 and Specimen.pathologicalStatus exists order by count(Specimen.id) desc limit 0, 10","select * from (select tab.*, rownum rnum from (select t1.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID where (t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0 AND t1.VALUE is not null ) AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "500868","Mar 28, 2022 01:48","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","10","select Specimen.type as ""Type"", count(Specimen.id) as ""Specimens"" where Specimen.collectionStatus = ""Collected"" order by count(Specimen.id) desc limit 0, 10","select * from (select tab.*, rownum rnum from (select t1.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (t0.COLLECTION_STATUS = 'Collected') AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "500869","Mar 28, 2022 01:48","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","10","select Specimen.tissueSite as ""Anatomic Site"", count(Specimen.id) as ""Specimens"" where Specimen.collectionStatus = ""Collected"" and Specimen.availableQty > 0 order by count(Specimen.id) desc limit 0, 10","select * from (select tab.*, rownum rnum from (select t1.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.ANATOMIC_SITE_ID where (t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0) AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "500870","Mar 28, 2022 01:48","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","10","select SpecimenCollectionGroup.clinicalDiagnosis as ""Clinical Diagnosis"", count(Specimen.id) as ""Specimens"" where Specimen.collectionStatus = ""Collected"" and Specimen.availableQty > 0 and SpecimenCollectionGroup.clinicalDiagnosis exists order by count(Specimen.id) desc limit 0, 10","select * from (select tab.*, rownum rnum from (select t3.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t4 left join CATISSUE_SPECIMEN_COLL_GROUP t1 on t1.COLLECTION_PROTOCOL_REG_ID = t4.CPR_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t1.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_VISIT_CLIN_DIAGNOSES t2 on t2.VISIT_ID = t1.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.CLINICAL_DIAGNOSIS_ID where (t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0 AND t3.VALUE is not null ) AND (t4.ACTIVITY_STATUS != 'Disabled') group by t3.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "500871","Mar 28, 2022 01:48","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","1","select count(distinct Specimen.id) as ""Distributed Specimens"" where Specimen.specimenOrders.orderStatus = ""EXECUTED""","select count(distinct t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER where (t1.ORDER_STATUS = 'EXECUTED') AND (t2.ACTIVITY_STATUS != 'Disabled')" "500872","Mar 28, 2022 01:48","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","118","select SpecimenCollectionGroup.collectionDate as ""Visit"", CollectionProtocol.shortTitle as ""CP"", c_count(distinct SpecimenCollectionGroup.id) as ""Visit Count"" where CollectionProtocol.shortTitle in (""LCPH(C)"",""LCPH"") and SpecimenCollectionGroup.collectionStatus = ""Complete"" order by SpecimenCollectionGroup.collectionDate asc crosstab((1), 2, (3))","select t1.COLLECTION_TIMESTAMP as c0, t0.SHORT_TITLE as c1, count(distinct t1.IDENTIFIER) as c2 from CPR_VIEW t2 left join CATISSUE_COLLECTION_PROTOCOL t0 on t0.IDENTIFIER = t2.CP_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t1 on t1.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.SHORT_TITLE in ('LCPH(C)', 'LCPH')) AND t1.COLLECTION_STATUS = 'Complete') AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.COLLECTION_TIMESTAMP, t0.SHORT_TITLE order by t1.COLLECTION_TIMESTAMP asc" "500873","Mar 28, 2022 01:48","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","315","select Specimen.createdOn as ""Creation Time"", c_count(Specimen.id) as ""Collected Specimens"" where Specimen.createdOn exists and Specimen.collectionStatus = ""Collected"" and date_range(Specimen.createdOn, last_cal_qtr) order by Specimen.createdOn asc","select t0.CREATED_ON as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' where (t0.CREATED_ON is not null AND t0.COLLECTION_STATUS = 'Collected' AND (t0.CREATED_ON >= to_date('10-01-2021 00:00', 'MM-DD-YYYY HH24:MI') and t0.CREATED_ON <= to_date('12-31-2021 23:59', 'MM-DD-YYYY HH24:MI'))) AND (t1.ACTIVITY_STATUS != 'Disabled') group by t0.CREATED_ON order by t0.CREATED_ON asc" "500874","Mar 28, 2022 01:48","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","19","select Specimen.specimenOrders.executionDate as ""Distribution Time"", c_count(Specimen.id) as ""Distributed Specimens"" where Specimen.specimenOrders.executionDate exists and Specimen.specimenOrders.orderStatus = ""EXECUTED"" and date_range(Specimen.specimenOrders.executionDate, last_cal_qtr) order by Specimen.specimenOrders.executionDate asc","select t1.EXECUTION_DATE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER where (t1.EXECUTION_DATE is not null AND t1.ORDER_STATUS = 'EXECUTED' AND (t1.EXECUTION_DATE >= to_date('10-01-2021 00:00', 'MM-DD-YYYY HH24:MI') and t1.EXECUTION_DATE <= to_date('12-31-2021 23:59', 'MM-DD-YYYY HH24:MI'))) AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.EXECUTION_DATE order by t1.EXECUTION_DATE asc" "500875","Mar 28, 2022 01:48","Prayuja Teli","prayuja@krishagni.com","Prayuja","Count","1","1","select count(distinct Participant.id) as ""Participants "", count(distinct SpecimenCollectionGroup.id) as ""Visits "", count(distinct Specimen.id) as ""Specimens "" where Participant.vitalStatus any and Participant.race any and SpecimenCollectionGroup.site any and SpecimenCollectionGroup.clinicalDiagnoses.value any and SpecimenCollectionGroup.clinicalStatus any and Specimen.type any and Specimen.tissueSite any and Specimen.tissueSide any and Specimen.pathologicalStatus any and Specimen.specimenStatistics.processingTime any and CollectionProtocol.shortTitle any","select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t8.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t14 on t14.IDENTIFIER = t0.CP_ID and t14.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t5 on t5.IDENTIFIER = t4.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t4.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t8.PATHOLOGICAL_STATUS_ID left join OS_SPECIMEN_STATS t13 on t13.SPECIMEN_ID = t8.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t8.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t8.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t8.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t4.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.VITAL_STATUS_ID where ( 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 ) AND (t0.ACTIVITY_STATUS != 'Disabled')" "500876","Mar 28, 2022 01:48","Prayuja Teli","prayuja@krishagni.com","Prayuja","Count","1","1","select count(distinct Participant.id) as ""Participants "", count(distinct SpecimenCollectionGroup.id) as ""Visits "", count(distinct Specimen.id) as ""Specimens "" where Participant.vitalStatus any and Participant.race any and SpecimenCollectionGroup.site any and SpecimenCollectionGroup.clinicalDiagnoses.value any and SpecimenCollectionGroup.clinicalStatus any and Specimen.type any and Specimen.tissueSite any and Specimen.tissueSide any and Specimen.pathologicalStatus any and Specimen.specimenStatistics.processingTime any and CollectionProtocol.shortTitle any","select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t8.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t14 on t14.IDENTIFIER = t0.CP_ID and t14.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t5 on t5.IDENTIFIER = t4.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t4.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t8.PATHOLOGICAL_STATUS_ID left join OS_SPECIMEN_STATS t13 on t13.SPECIMEN_ID = t8.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t8.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t8.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t8.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t4.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.VITAL_STATUS_ID where ( 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 ) AND (t0.ACTIVITY_STATUS != 'Disabled')" "500877","Mar 28, 2022 01:48","Prayuja Teli","prayuja@krishagni.com","Prayuja","Count","0","1","select count(distinct Participant.id) as ""Participants "", count(distinct SpecimenCollectionGroup.id) as ""Visits "", count(distinct Specimen.id) as ""Specimens "" where Participant.vitalStatus in (""Alive"") and Participant.race any and SpecimenCollectionGroup.site any and SpecimenCollectionGroup.clinicalDiagnoses.value any and SpecimenCollectionGroup.clinicalStatus any and Specimen.type any and Specimen.tissueSite any and Specimen.tissueSide any and Specimen.pathologicalStatus any and Specimen.specimenStatistics.processingTime any and CollectionProtocol.shortTitle any","select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t8.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t14 on t14.IDENTIFIER = t0.CP_ID and t14.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t5 on t5.IDENTIFIER = t4.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t4.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t8.PATHOLOGICAL_STATUS_ID left join OS_SPECIMEN_STATS t13 on t13.SPECIMEN_ID = t8.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t8.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t8.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t8.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t4.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.VITAL_STATUS_ID where ((t1.VALUE in ('Alive')) AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 ) AND (t0.ACTIVITY_STATUS != 'Disabled')" "500878","Mar 28, 2022 01:48","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","1","10000","select Participant.gender, Participant.vitalStatus, Participant.race, SpecimenCollectionGroup.clinicalDiagnoses.value, Specimen.type, Specimen.tissueSite, Specimen.tissueSide, Specimen.pathologicalStatus, Specimen.spmnCollRecvDetails.collContainer, Specimen.id where Participant.vitalStatus in (""Alive"") and Participant.race any and SpecimenCollectionGroup.site any and SpecimenCollectionGroup.clinicalDiagnoses.value any and SpecimenCollectionGroup.clinicalStatus any and Specimen.type any and Specimen.tissueSite any and Specimen.tissueSide any and Specimen.pathologicalStatus any and Specimen.specimenStatistics.processingTime any and CollectionProtocol.shortTitle any limit 0, 10000","select * from (select tab.*, rownum rnum from (select t16.VALUE as c0, t1.VALUE as c1, t3.VALUE as c2, t6.VALUE as c3, t9.VALUE as c4, t10.VALUE as c5, t11.VALUE as c6, t12.VALUE as c7, t15.COLL_CONTAINER as c8, t8.IDENTIFIER as c9, 't0', t0.CPR_ID as mc0, 't6', t6.IDENTIFIER as mc1, 't15', t15.SPECIMEN_ID as mc2, 't8', t8.IDENTIFIER as mc3 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t16 on t16.IDENTIFIER = t0.GENDER_ID left join CATISSUE_COLLECTION_PROTOCOL t14 on t14.IDENTIFIER = t0.CP_ID and t14.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t5 on t5.IDENTIFIER = t4.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t4.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t8.PATHOLOGICAL_STATUS_ID left join OS_SPECIMEN_STATS t13 on t13.SPECIMEN_ID = t8.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t15 on t15.SPECIMEN_ID = t8.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t8.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t8.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t8.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t4.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.VITAL_STATUS_ID where ((t1.VALUE in ('Alive')) AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 ) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "500879","Mar 28, 2022 01:56","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","1","select count(Participant.id) as ""Participants"" where Participant.id exists","select count(t0.CPR_ID) as c0 from CPR_VIEW t0 where (t0.CPR_ID is not null ) AND (t0.ACTIVITY_STATUS != 'Disabled')" "500880","Mar 28, 2022 01:56","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","1","select count(Specimen.id) as ""Primary Specimens"" where Specimen.id exists and Specimen.lineage = ""New"" and Specimen.collectionStatus = ""Collected""","select count(t0.IDENTIFIER) as c0 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' where (t0.IDENTIFIER is not null AND t0.LINEAGE = 'New' AND t0.COLLECTION_STATUS = 'Collected') AND (t1.ACTIVITY_STATUS != 'Disabled')" "500881","Mar 28, 2022 01:56","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","1","select count(Specimen.id) as ""Available Specimens"" where Specimen.id exists and Specimen.availableQty > 0 and Specimen.collectionStatus = ""Collected""","select count(t0.IDENTIFIER) as c0 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' where (t0.IDENTIFIER is not null AND t0.AVAILABLE_QUANTITY > 0 AND t0.COLLECTION_STATUS = 'Collected') AND (t1.ACTIVITY_STATUS != 'Disabled')" "500882","Mar 28, 2022 01:56","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","10","select Specimen.pathologicalStatus as ""Pathological Status"", count(Specimen.id) as ""Specimens"" where Specimen.collectionStatus = ""Collected"" and Specimen.availableQty > 0 and Specimen.pathologicalStatus exists order by count(Specimen.id) desc limit 0, 10","select * from (select tab.*, rownum rnum from (select t1.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID where (t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0 AND t1.VALUE is not null ) AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "500883","Mar 28, 2022 01:56","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","10","select Specimen.tissueSite as ""Anatomic Site"", count(Specimen.id) as ""Specimens"" where Specimen.collectionStatus = ""Collected"" and Specimen.availableQty > 0 order by count(Specimen.id) desc limit 0, 10","select * from (select tab.*, rownum rnum from (select t1.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.ANATOMIC_SITE_ID where (t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0) AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "500884","Mar 28, 2022 01:56","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","10","select Specimen.type as ""Type"", count(Specimen.id) as ""Specimens"" where Specimen.collectionStatus = ""Collected"" order by count(Specimen.id) desc limit 0, 10","select * from (select tab.*, rownum rnum from (select t1.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (t0.COLLECTION_STATUS = 'Collected') AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "500885","Mar 28, 2022 01:56","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","10","select SpecimenCollectionGroup.clinicalDiagnosis as ""Clinical Diagnosis"", count(Specimen.id) as ""Specimens"" where Specimen.collectionStatus = ""Collected"" and Specimen.availableQty > 0 and SpecimenCollectionGroup.clinicalDiagnosis exists order by count(Specimen.id) desc limit 0, 10","select * from (select tab.*, rownum rnum from (select t3.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t4 left join CATISSUE_SPECIMEN_COLL_GROUP t1 on t1.COLLECTION_PROTOCOL_REG_ID = t4.CPR_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t1.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_VISIT_CLIN_DIAGNOSES t2 on t2.VISIT_ID = t1.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.CLINICAL_DIAGNOSIS_ID where (t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0 AND t3.VALUE is not null ) AND (t4.ACTIVITY_STATUS != 'Disabled') group by t3.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "500886","Mar 28, 2022 01:56","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","315","select Specimen.createdOn as ""Creation Time"", c_count(Specimen.id) as ""Collected Specimens"" where Specimen.createdOn exists and Specimen.collectionStatus = ""Collected"" and date_range(Specimen.createdOn, last_cal_qtr) order by Specimen.createdOn asc","select t0.CREATED_ON as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' where (t0.CREATED_ON is not null AND t0.COLLECTION_STATUS = 'Collected' AND (t0.CREATED_ON >= to_date('10-01-2021 00:00', 'MM-DD-YYYY HH24:MI') and t0.CREATED_ON <= to_date('12-31-2021 23:59', 'MM-DD-YYYY HH24:MI'))) AND (t1.ACTIVITY_STATUS != 'Disabled') group by t0.CREATED_ON order by t0.CREATED_ON asc" "500887","Mar 28, 2022 01:56","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","19","select Specimen.specimenOrders.executionDate as ""Distribution Time"", c_count(Specimen.id) as ""Distributed Specimens"" where Specimen.specimenOrders.executionDate exists and Specimen.specimenOrders.orderStatus = ""EXECUTED"" and date_range(Specimen.specimenOrders.executionDate, last_cal_qtr) order by Specimen.specimenOrders.executionDate asc","select t1.EXECUTION_DATE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER where (t1.EXECUTION_DATE is not null AND t1.ORDER_STATUS = 'EXECUTED' AND (t1.EXECUTION_DATE >= to_date('10-01-2021 00:00', 'MM-DD-YYYY HH24:MI') and t1.EXECUTION_DATE <= to_date('12-31-2021 23:59', 'MM-DD-YYYY HH24:MI'))) AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.EXECUTION_DATE order by t1.EXECUTION_DATE asc" "500888","Mar 28, 2022 01:56","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","1","select count(distinct Specimen.id) as ""Distributed Specimens"" where Specimen.specimenOrders.orderStatus = ""EXECUTED""","select count(distinct t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER where (t1.ORDER_STATUS = 'EXECUTED') AND (t2.ACTIVITY_STATUS != 'Disabled')" "500889","Mar 28, 2022 01:56","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","118","select SpecimenCollectionGroup.collectionDate as ""Visit"", CollectionProtocol.shortTitle as ""CP"", c_count(distinct SpecimenCollectionGroup.id) as ""Visit Count"" where CollectionProtocol.shortTitle in (""LCPH(C)"",""LCPH"") and SpecimenCollectionGroup.collectionStatus = ""Complete"" order by SpecimenCollectionGroup.collectionDate asc crosstab((1), 2, (3))","select t1.COLLECTION_TIMESTAMP as c0, t0.SHORT_TITLE as c1, count(distinct t1.IDENTIFIER) as c2 from CPR_VIEW t2 left join CATISSUE_COLLECTION_PROTOCOL t0 on t0.IDENTIFIER = t2.CP_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t1 on t1.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.SHORT_TITLE in ('LCPH(C)', 'LCPH')) AND t1.COLLECTION_STATUS = 'Complete') AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.COLLECTION_TIMESTAMP, t0.SHORT_TITLE order by t1.COLLECTION_TIMESTAMP asc" "500890","Mar 28, 2022 01:56","Prayuja Teli","prayuja@krishagni.com","Prayuja","Count","1","1","select count(distinct Participant.id) as ""Participants "", count(distinct SpecimenCollectionGroup.id) as ""Visits "", count(distinct Specimen.id) as ""Specimens "" where Participant.vitalStatus any and Participant.race any and SpecimenCollectionGroup.site any and SpecimenCollectionGroup.clinicalDiagnoses.value any and SpecimenCollectionGroup.clinicalStatus any and Specimen.type any and Specimen.tissueSite any and Specimen.tissueSide any and Specimen.pathologicalStatus any and Specimen.specimenStatistics.processingTime any and CollectionProtocol.shortTitle any","select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t8.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t14 on t14.IDENTIFIER = t0.CP_ID and t14.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t5 on t5.IDENTIFIER = t4.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t4.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t8.PATHOLOGICAL_STATUS_ID left join OS_SPECIMEN_STATS t13 on t13.SPECIMEN_ID = t8.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t8.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t8.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t8.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t4.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.VITAL_STATUS_ID where ( 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 ) AND (t0.ACTIVITY_STATUS != 'Disabled')" "500891","Mar 28, 2022 01:56","Prayuja Teli","prayuja@krishagni.com","Prayuja","Count","0","1","select count(distinct Participant.id) as ""Participants "", count(distinct SpecimenCollectionGroup.id) as ""Visits "", count(distinct Specimen.id) as ""Specimens "" where Participant.vitalStatus in (""Alive"") and Participant.race any and SpecimenCollectionGroup.site any and SpecimenCollectionGroup.clinicalDiagnoses.value any and SpecimenCollectionGroup.clinicalStatus any and Specimen.type any and Specimen.tissueSite any and Specimen.tissueSide any and Specimen.pathologicalStatus any and Specimen.specimenStatistics.processingTime any and CollectionProtocol.shortTitle any","select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t8.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t14 on t14.IDENTIFIER = t0.CP_ID and t14.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t5 on t5.IDENTIFIER = t4.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t4.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t8.PATHOLOGICAL_STATUS_ID left join OS_SPECIMEN_STATS t13 on t13.SPECIMEN_ID = t8.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t8.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t8.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t8.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t4.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.VITAL_STATUS_ID where ((t1.VALUE in ('Alive')) AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 ) AND (t0.ACTIVITY_STATUS != 'Disabled')" "500892","Mar 28, 2022 01:56","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","10000","select Participant.gender, Participant.vitalStatus, Participant.race, SpecimenCollectionGroup.clinicalDiagnoses.value, Specimen.type, Specimen.tissueSite, Specimen.tissueSide, Specimen.pathologicalStatus, Specimen.spmnCollRecvDetails.collContainer, Specimen.id where Participant.vitalStatus in (""Alive"") and Participant.race any and SpecimenCollectionGroup.site any and SpecimenCollectionGroup.clinicalDiagnoses.value any and SpecimenCollectionGroup.clinicalStatus any and Specimen.type any and Specimen.tissueSite any and Specimen.tissueSide any and Specimen.pathologicalStatus any and Specimen.specimenStatistics.processingTime any and CollectionProtocol.shortTitle any limit 0, 10000","select * from (select tab.*, rownum rnum from (select t16.VALUE as c0, t1.VALUE as c1, t3.VALUE as c2, t6.VALUE as c3, t9.VALUE as c4, t10.VALUE as c5, t11.VALUE as c6, t12.VALUE as c7, t15.COLL_CONTAINER as c8, t8.IDENTIFIER as c9, 't0', t0.CPR_ID as mc0, 't6', t6.IDENTIFIER as mc1, 't15', t15.SPECIMEN_ID as mc2, 't8', t8.IDENTIFIER as mc3 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t16 on t16.IDENTIFIER = t0.GENDER_ID left join CATISSUE_COLLECTION_PROTOCOL t14 on t14.IDENTIFIER = t0.CP_ID and t14.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE t5 on t5.IDENTIFIER = t4.SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t4.CLINICAL_STATUS_ID left join CATISSUE_SPECIMEN t8 on t8.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t8.PATHOLOGICAL_STATUS_ID left join OS_SPECIMEN_STATS t13 on t13.SPECIMEN_ID = t8.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t15 on t15.SPECIMEN_ID = t8.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t8.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t8.LATERALITY_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t8.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t4.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.VITAL_STATUS_ID where ((t1.VALUE in ('Alive')) AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 AND 1 = 1 ) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "500893","Mar 28, 2022 02:08","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","15","select distinct Specimen.specimenPosition.containerName, Specimen.specimenPosition.positionDimensionTwoString, Specimen.specimenPosition.positionDimensionOneString, Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Participant.ppid as ""PPID"", Specimen.label as ""Label"", Specimen.lineage as ""Lineage"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", CollectionProtocol.shortTitle as ""Collection Protocol"", Specimen.availableQty as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.specimenPosition.allAncestors.ancestorId = 838948) order by Specimen.specimenPosition.containerName, Specimen.specimenPosition.positionDimensionTwoString, Specimen.specimenPosition.positionDimensionOneString limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t1.CONTAINER_NAME as c0, t1.POS_TWO_STR as c1, t1.POS_ONE_STR as c2, t0.IDENTIFIER as c3, t3.VALUE as c4, t4.VALUE as c5, t0.AVAILABILITY_STATUS as c6, t5.IDENTIFIER as c7, t6.PPID as c8, t0.LABEL as c9, t0.LINEAGE as c10, t3.VALUE as c11, t7.VALUE as c12, t5.SHORT_TITLE as c13, t0.AVAILABLE_QUANTITY as c14, de_concat_if_not_null(t1.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t1.FORMATTED_POSITION, ')')),'')) as c15 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t6 on t6.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join OS_CONTAINERS_HIERARCHY t2 on t2.DESCENDENT_ID = t1.CONTAINER_IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t2.ANCESTOR_ID = 838948)) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.CONTAINER_NAME asc , t1.POS_TWO_STR asc , t1.POS_ONE_STR asc ) tab where rownum <= 101) where rnum >= 1" "500894","Mar 28, 2022 02:08","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","6","select distinct Specimen.specimenPosition.containerName, Specimen.specimenPosition.positionDimensionTwoString, Specimen.specimenPosition.positionDimensionOneString, Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Participant.ppid as ""PPID"", Specimen.label as ""Label"", Specimen.lineage as ""Lineage"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", CollectionProtocol.shortTitle as ""Collection Protocol"", Specimen.availableQty as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.specimenPosition.allAncestors.ancestorId = 838917) order by Specimen.specimenPosition.containerName, Specimen.specimenPosition.positionDimensionTwoString, Specimen.specimenPosition.positionDimensionOneString limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t1.CONTAINER_NAME as c0, t1.POS_TWO_STR as c1, t1.POS_ONE_STR as c2, t0.IDENTIFIER as c3, t3.VALUE as c4, t4.VALUE as c5, t0.AVAILABILITY_STATUS as c6, t5.IDENTIFIER as c7, t6.PPID as c8, t0.LABEL as c9, t0.LINEAGE as c10, t3.VALUE as c11, t7.VALUE as c12, t5.SHORT_TITLE as c13, t0.AVAILABLE_QUANTITY as c14, de_concat_if_not_null(t1.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t1.FORMATTED_POSITION, ')')),'')) as c15 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t6 on t6.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join OS_CONTAINERS_HIERARCHY t2 on t2.DESCENDENT_ID = t1.CONTAINER_IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t2.ANCESTOR_ID = 838917)) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.CONTAINER_NAME asc , t1.POS_TWO_STR asc , t1.POS_ONE_STR asc ) tab where rownum <= 101) where rnum >= 1" "500895","Mar 28, 2022 02:11","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","6","select distinct Specimen.specimenPosition.containerName, Specimen.specimenPosition.positionDimensionTwoString, Specimen.specimenPosition.positionDimensionOneString, Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Participant.ppid as ""PPID"", Specimen.label as ""Label"", Specimen.lineage as ""Lineage"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", CollectionProtocol.shortTitle as ""Collection Protocol"", Specimen.availableQty as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.specimenPosition.allAncestors.ancestorId = 838917) order by Specimen.specimenPosition.containerName, Specimen.specimenPosition.positionDimensionTwoString, Specimen.specimenPosition.positionDimensionOneString limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t1.CONTAINER_NAME as c0, t1.POS_TWO_STR as c1, t1.POS_ONE_STR as c2, t0.IDENTIFIER as c3, t3.VALUE as c4, t4.VALUE as c5, t0.AVAILABILITY_STATUS as c6, t5.IDENTIFIER as c7, t6.PPID as c8, t0.LABEL as c9, t0.LINEAGE as c10, t3.VALUE as c11, t7.VALUE as c12, t5.SHORT_TITLE as c13, t0.AVAILABLE_QUANTITY as c14, de_concat_if_not_null(t1.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t1.FORMATTED_POSITION, ')')),'')) as c15 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t6 on t6.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join OS_CONTAINERS_HIERARCHY t2 on t2.DESCENDENT_ID = t1.CONTAINER_IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t2.ANCESTOR_ID = 838917)) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.CONTAINER_NAME asc , t1.POS_TWO_STR asc , t1.POS_ONE_STR asc ) tab where rownum <= 101) where rnum >= 1" "500896","Mar 28, 2022 02:42","Divya Prabhu","divya@krishagni.com","divya.prabhu","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where Participant.firstName exists","select count(distinct t0.CPR_ID) as c0, count(distinct t2.IDENTIFIER) as c1, count(distinct t3.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t3 on t3.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.FIRST_NAME is not null ) AND t1.IDENTIFIER = 4934) AND (t0.ACTIVITY_STATUS != 'Disabled')" "500897","Mar 28, 2022 02:42","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","59","select Participant.id as ""$cprId"", Participant.ppid, count(distinct Specimen.label) as ""Specimen Label Count "", Specimen.type, Specimen.tissueSite, Specimen.spmnCollRecvDetails.collTime, Specimen.specimenStatistics.ischemiaTime where Participant.firstName exists limit 0, 10000","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, count(distinct t2.LABEL) as c2, t3.VALUE as c3, t4.VALUE as c4, t5.COLL_TIME as c5, t6.ISCHEMIA_TIME as c6 from CPR_VIEW t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t7.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_STATS t6 on t6.SPECIMEN_ID = t2.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t5 on t5.SPECIMEN_ID = t2.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t2.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.FIRST_NAME is not null ) AND t1.IDENTIFIER = 4934) AND (t0.ACTIVITY_STATUS != 'Disabled') group by t0.CPR_ID, t0.PPID, t3.VALUE, t4.VALUE, t5.COLL_TIME, t6.ISCHEMIA_TIME) tab where rownum <= 10000) where rnum >= 1" "500898","Mar 28, 2022 02:42","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","105","select Participant.id as ""$cprId"", Participant.ppid, Participant.gender, Participant.econsents.docTitle, Participant.econsents.docVersion, Participant.econsents.creationTime, Participant.econsents.creator, Participant.econsents.stmtResponses.statement, Participant.econsents.stmtResponses.statementCode, Participant.econsents.stmtResponses.response where Participant.participantId exists and Participant.econsents.stmtResponses.statement any and Participant.econsents.docTitle any limit 0, 10000","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t4.VALUE as c2, t1.DOC_TITLE as c3, t1.DOC_VERSION as c4, t1.CREATION_TIME as c5, t5.NAME as c6, t2.STATEMENT as c7, t2.STATEMENT_CODE as c8, t6.VALUE as c9, 't0', t0.CPR_ID as mc0, 't1', t1.IDENTIFIER as mc1, 't2', t2.IDENTIFIER as mc2 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.GENDER_ID left join OS_CPR_CONSENT_RESPS_VIEW t1 on t1.CPR_ID = t0.CPR_ID left join OS_CPR_CONSENT_STMT_RESPS_VIEW t2 on t2.RESPONSE_ID = t1.RESPONSE_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t2.VALUE_ID left join USER_VIEW t5 on t5.IDENTIFIER = t1.CREATOR_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where ((t0.PARTICIPANT_ID is not null AND 1 = 1 AND 1 = 1 ) AND t3.IDENTIFIER = 5695) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "500899","Mar 28, 2022 02:42","Divya Prabhu","divya@krishagni.com","divya.prabhu","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where Participant.participantId exists and Participant.econsents.stmtResponses.statement any and Participant.econsents.docTitle any","select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t5.IDENTIFIER) as c2 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t1 on t1.CPR_ID = t0.CPR_ID left join OS_CPR_CONSENT_STMT_RESPS_VIEW t2 on t2.RESPONSE_ID = t1.RESPONSE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t5 on t5.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where ((t0.PARTICIPANT_ID is not null AND 1 = 1 AND 1 = 1 ) AND t3.IDENTIFIER = 5695) AND (t0.ACTIVITY_STATUS != 'Disabled')" "500900","Mar 28, 2022 02:42","Divya Prabhu","divya@krishagni.com","divya.prabhu","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where Participant.firstName exists","select count(distinct t0.CPR_ID) as c0, count(distinct t2.IDENTIFIER) as c1, count(distinct t3.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t3 on t3.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.FIRST_NAME is not null ) AND t1.IDENTIFIER = 4934) AND (t0.ACTIVITY_STATUS != 'Disabled')" "500901","Mar 28, 2022 02:42","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","59","select Participant.id as ""$cprId"", Participant.ppid, Participant.firstName, Participant.middleName, Participant.lastName, Participant.dateOfBirth, Participant.empi, count(distinct Specimen.label) as ""Specimen Label Count "", Specimen.type, Specimen.tissueSite, Specimen.spmnCollRecvDetails.collTime, Specimen.specimenStatistics.ischemiaTime where Participant.firstName exists limit 0, 10000","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.FIRST_NAME as c2, t0.MIDDLE_NAME as c3, t0.LAST_NAME as c4, t0.DOB as c5, t0.EMPI_ID as c6, count(distinct t2.LABEL) as c7, t3.VALUE as c8, t4.VALUE as c9, t5.COLL_TIME as c10, t6.ISCHEMIA_TIME as c11 from CPR_VIEW t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t7.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_STATS t6 on t6.SPECIMEN_ID = t2.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t5 on t5.SPECIMEN_ID = t2.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t2.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.FIRST_NAME is not null ) AND t1.IDENTIFIER = 4934) AND (t0.ACTIVITY_STATUS != 'Disabled') group by t0.CPR_ID, t0.PPID, t0.FIRST_NAME, t0.MIDDLE_NAME, t0.LAST_NAME, t0.DOB, t0.EMPI_ID, t3.VALUE, t4.VALUE, t5.COLL_TIME, t6.ISCHEMIA_TIME) tab where rownum <= 10000) where rnum >= 1" "500902","Mar 28, 2022 02:42","Divya Prabhu","divya@krishagni.com","divya.prabhu","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where minutes_between( Specimen.extensions.SpecimenFrozenEvent.time, Specimen.extensions.SpecimenCollectionEvent.time)>0","select count(distinct t5.CPR_ID) as c0, count(distinct t6.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t5 left join CATISSUE_SPECIMEN_COLL_GROUP t6 on t6.COLLECTION_PROTOCOL_REG_ID = t5.CPR_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t6.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join (OS_SPMN_EXTN_RECS t3 inner join CATISSUE_COLL_EVENT_PARAM t4 on t4.IDENTIFIER = t3.RECORD_ID and t3.FORM_ID = 67) on t3.SPECIMEN_ID = t0.IDENTIFIER left join (OS_SPMN_EXTN_RECS t1 inner join CATISSUE_FROZEN_EVENT_PARAM t2 on t2.IDENTIFIER = t1.RECORD_ID and t1.FORM_ID = 65) on t1.SPECIMEN_ID = t0.IDENTIFIER where ((round(1440 * (cast(t2.EVENT_TIMESTAMP as date) - cast(t4.EVENT_TIMESTAMP as date)), 2)) > 0) AND (t5.ACTIVITY_STATUS != 'Disabled')" "500903","Mar 28, 2022 02:42","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","1","747","select Participant.id as ""$cprId"", Participant.ppid, Specimen.id as ""$specimenId"", CollectionProtocol.id as ""$cpId"", Specimen.label, Specimen.type, Specimen.extensions.SpecimenFrozenEvent.time as ""Frozen Date & Time"", Specimen.extensions.SpecimenCollectionEvent.time as ""Collection Date & Time"", minutes_between( Specimen.extensions.SpecimenFrozenEvent.time, Specimen.extensions.SpecimenCollectionEvent.time) as ""Total Elapsed"" where minutes_between( Specimen.extensions.SpecimenFrozenEvent.time, Specimen.extensions.SpecimenCollectionEvent.time)>0 limit 0, 10000","select * from (select tab.*, rownum rnum from (select t5.CPR_ID as c0, t5.PPID as c1, t0.IDENTIFIER as c2, t6.IDENTIFIER as c3, t0.LABEL as c4, t7.VALUE as c5, t2.EVENT_TIMESTAMP as c6, t4.EVENT_TIMESTAMP as c7, (round(1440 * (cast(t2.EVENT_TIMESTAMP as date) - cast(t4.EVENT_TIMESTAMP as date)), 2)) as c8, 't5', t5.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't6', t6.IDENTIFIER as mc2, 't2', t2.IDENTIFIER as mc3, 't4', t4.IDENTIFIER as mc4 from CPR_VIEW t5 left join CATISSUE_COLLECTION_PROTOCOL t6 on t6.IDENTIFIER = t5.CP_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.COLLECTION_PROTOCOL_REG_ID = t5.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t8.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join (OS_SPMN_EXTN_RECS t3 inner join CATISSUE_COLL_EVENT_PARAM t4 on t4.IDENTIFIER = t3.RECORD_ID and t3.FORM_ID = 67) on t3.SPECIMEN_ID = t0.IDENTIFIER left join (OS_SPMN_EXTN_RECS t1 inner join CATISSUE_FROZEN_EVENT_PARAM t2 on t2.IDENTIFIER = t1.RECORD_ID and t1.FORM_ID = 65) on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((round(1440 * (cast(t2.EVENT_TIMESTAMP as date) - cast(t4.EVENT_TIMESTAMP as date)), 2)) > 0) AND (t5.ACTIVITY_STATUS != 'Disabled') order by t5.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "500904","Mar 28, 2022 02:43","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","743","select Participant.id as ""$cprId"", Participant.ppid, Specimen.id as ""$specimenId"", CollectionProtocol.id as ""$cpId"", Specimen.label, Specimen.type, Specimen.extensions.SpecimenFrozenEvent.time as ""Frozen Date & Time"", Specimen.extensions.SpecimenCollectionEvent.time as ""Collection Date & Time"", minutes_between( Specimen.extensions.SpecimenFrozenEvent.time, Specimen.extensions.SpecimenCollectionEvent.time) as ""Total Elapsed"" where minutes_between( Specimen.extensions.SpecimenFrozenEvent.time, Specimen.extensions.SpecimenCollectionEvent.time)>0 limit 0, 10000","select * from (select tab.*, rownum rnum from (select t5.CPR_ID as c0, t5.PPID as c1, t0.IDENTIFIER as c2, t6.IDENTIFIER as c3, t0.LABEL as c4, t7.VALUE as c5, t2.EVENT_TIMESTAMP as c6, t4.EVENT_TIMESTAMP as c7, (round(1440 * (cast(t2.EVENT_TIMESTAMP as date) - cast(t4.EVENT_TIMESTAMP as date)), 2)) as c8, 't5', t5.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't6', t6.IDENTIFIER as mc2, 't2', t2.IDENTIFIER as mc3, 't4', t4.IDENTIFIER as mc4 from CPR_VIEW t5 left join CATISSUE_COLLECTION_PROTOCOL t6 on t6.IDENTIFIER = t5.CP_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.COLLECTION_PROTOCOL_REG_ID = t5.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t8.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join (OS_SPMN_EXTN_RECS t3 inner join CATISSUE_COLL_EVENT_PARAM t4 on t4.IDENTIFIER = t3.RECORD_ID and t3.FORM_ID = 67) on t3.SPECIMEN_ID = t0.IDENTIFIER left join (OS_SPMN_EXTN_RECS t1 inner join CATISSUE_FROZEN_EVENT_PARAM t2 on t2.IDENTIFIER = t1.RECORD_ID and t1.FORM_ID = 65) on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((round(1440 * (cast(t2.EVENT_TIMESTAMP as date) - cast(t4.EVENT_TIMESTAMP as date)), 2)) > 0) AND (t5.ACTIVITY_STATUS != 'Disabled') order by t5.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "500905","Mar 28, 2022 02:43","Divya Prabhu","divya@krishagni.com","divya.prabhu","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where minutes_between( Specimen.extensions.SpecimenFrozenEvent.time, Specimen.extensions.SpecimenCollectionEvent.time)>0","select count(distinct t5.CPR_ID) as c0, count(distinct t6.IDENTIFIER) as c1, count(distinct t0.IDENTIFIER) as c2 from CPR_VIEW t5 left join CATISSUE_SPECIMEN_COLL_GROUP t6 on t6.COLLECTION_PROTOCOL_REG_ID = t5.CPR_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t6.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join (OS_SPMN_EXTN_RECS t3 inner join CATISSUE_COLL_EVENT_PARAM t4 on t4.IDENTIFIER = t3.RECORD_ID and t3.FORM_ID = 67) on t3.SPECIMEN_ID = t0.IDENTIFIER left join (OS_SPMN_EXTN_RECS t1 inner join CATISSUE_FROZEN_EVENT_PARAM t2 on t2.IDENTIFIER = t1.RECORD_ID and t1.FORM_ID = 65) on t1.SPECIMEN_ID = t0.IDENTIFIER where ((round(1440 * (cast(t2.EVENT_TIMESTAMP as date) - cast(t4.EVENT_TIMESTAMP as date)), 2)) > 0) AND (t5.ACTIVITY_STATUS != 'Disabled')" "500906","Mar 28, 2022 02:43","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","40","select Participant.id as ""cprId"", Participant.ppid as ""Participant Protocol ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.gender as ""Gender"", Participant.regDate as ""Registration Date"", concat((years_between(current_date(), Participant.dateOfBirth)*365), "" days"") as ""Age in days"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t2.VALUE as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null((trunc(months_between(sysdate, t0.DOB) / 12) * 365), ' days') as c5 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t0.GENDER_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5437) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500907","Mar 28, 2022 02:44","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 4973)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500908","Mar 28, 2022 02:44","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 4973)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500909","Mar 28, 2022 02:44","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","35","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.ssn as ""NHS Number"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.SSN as c6, t0.REGISTRATION_DATE as c7, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c8 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4577) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500910","Mar 28, 2022 02:44","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","35","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.ssn as ""NHS Number"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.SSN as c6, t0.REGISTRATION_DATE as c7, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c8 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4577) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500911","Mar 28, 2022 02:46","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","2","select CollectionProtocol.shortTitle, Participant.id as ""$cprId"", Participant.ppid, Participant.regDate where date_range( Participant.regDate, today) limit 0, 10000","select * from (select tab.*, rownum rnum from (select t1.SHORT_TITLE as c0, t0.CPR_ID as c1, t0.PPID as c2, t0.REGISTRATION_DATE as c3, 't0', t0.CPR_ID as mc0, 't1', t1.IDENTIFIER as mc1 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.REGISTRATION_DATE >= to_date('03-28-2022 00:00', 'MM-DD-YYYY HH24:MI') and t0.REGISTRATION_DATE <= to_date('03-28-2022 23:59', 'MM-DD-YYYY HH24:MI'))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "500912","Mar 28, 2022 02:46","Divya Prabhu","divya@krishagni.com","divya.prabhu","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where date_range( Participant.regDate, today)","select count(distinct t0.CPR_ID) as c0, count(distinct t1.IDENTIFIER) as c1, count(distinct t2.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_SPECIMEN_COLL_GROUP t1 on t1.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t1.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' where ((t0.REGISTRATION_DATE >= to_date('03-28-2022 00:00', 'MM-DD-YYYY HH24:MI') and t0.REGISTRATION_DATE <= to_date('03-28-2022 23:59', 'MM-DD-YYYY HH24:MI'))) AND (t0.ACTIVITY_STATUS != 'Disabled')" "500913","Mar 28, 2022 02:48","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 4973)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500914","Mar 28, 2022 02:49","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","35","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.ssn as ""NHS Number"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.SSN as c6, t0.REGISTRATION_DATE as c7, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c8 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4577) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500915","Mar 28, 2022 04:01","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 408)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 408) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 408))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500916","Mar 28, 2022 04:18","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 408)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 408) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 408))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500917","Mar 28, 2022 04:40","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","10","select Participant.id as ""cprId"", Participant.ppid as ""Participant Protocol ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5113) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500918","Mar 28, 2022 04:40","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 4973)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500919","Mar 28, 2022 04:40","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","4","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 4973)) and (CollectionProtocol.shortTitle contains ""workf"") order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973)) AND (upper(t0.SHORT_TITLE) like '%WORKF%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500920","Mar 28, 2022 04:41","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","11","select Participant.id as ""cprId"", Participant.ppid as ""Participant ID"", Participant.regDate as ""Registration Date"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.REGISTRATION_DATE as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6086) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500921","Mar 28, 2022 04:48","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","11","select Participant.id as ""cprId"", Participant.ppid as ""Participant ID"", Participant.regDate as ""Registration Date"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.REGISTRATION_DATE as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6086) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500922","Mar 28, 2022 04:49","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 4973)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500923","Mar 28, 2022 04:49","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","101","select Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Specimen.label as ""Label"", Specimen.type as ""Specimen Type"", Specimen.availableQty as ""Quantity"" where (Specimen.collectionStatus = ""Collected"" and Specimen.activityStatus = ""Active"") order by Specimen.createdOn desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t2.VALUE as c1, t3.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t2.VALUE as c6, t0.AVAILABLE_QUANTITY as c7 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t5 on t5.CPR_ID = t4.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t5.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6086) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500924","Mar 28, 2022 04:50","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","34","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.ssn as ""NHS Number"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.SSN as c6, t0.REGISTRATION_DATE as c7, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c8 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4577) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500925","Mar 28, 2022 04:50","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","101","select Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Specimen.label as ""Label"", Specimen.createdOn as ""Created On"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", Specimen.pathologicalStatus as ""Pathology Status"", Specimen.availableQty as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.collectionStatus = ""Collected"" and Specimen.activityStatus = ""Active"") order by Specimen.createdOn desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 4577) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500926","Mar 28, 2022 06:54","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 5813)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500927","Mar 28, 2022 07:00","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 5813)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500928","Mar 28, 2022 07:01","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 5813)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500929","Mar 28, 2022 07:02","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","8","select Participant.id as ""cprId"", Participant.ppid as ""Participant Protocol ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5795) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500930","Mar 28, 2022 07:02","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","101","select Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Specimen.label as ""Label"", Specimen.createdOn as ""Created On"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", Specimen.pathologicalStatus as ""Pathology Status"", Specimen.availableQty as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.collectionStatus = ""Collected"" and Specimen.activityStatus = ""Active"") order by Specimen.createdOn desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 5795) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500931","Mar 28, 2022 08:09","Sharvari Gokhale","sharvari@krishagni.com","Sharvari","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 1383)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 1383) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 1383))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500932","Mar 28, 2022 08:42","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 4973)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500933","Mar 28, 2022 09:10","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","0","select distinct Specimen.specimenPosition.containerName, Specimen.specimenPosition.positionDimensionTwoString, Specimen.specimenPosition.positionDimensionOneString, Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Participant.ppid as ""PPID"", Specimen.label as ""Label"", Specimen.lineage as ""Lineage"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", CollectionProtocol.shortTitle as ""Collection Protocol"", Specimen.availableQty as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.specimenPosition.allAncestors.ancestorId = 840697) order by Specimen.specimenPosition.containerName, Specimen.specimenPosition.positionDimensionTwoString, Specimen.specimenPosition.positionDimensionOneString limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t1.CONTAINER_NAME as c0, t1.POS_TWO_STR as c1, t1.POS_ONE_STR as c2, t0.IDENTIFIER as c3, t3.VALUE as c4, t4.VALUE as c5, t0.AVAILABILITY_STATUS as c6, t5.IDENTIFIER as c7, t6.PPID as c8, t0.LABEL as c9, t0.LINEAGE as c10, t3.VALUE as c11, t7.VALUE as c12, t5.SHORT_TITLE as c13, t0.AVAILABLE_QUANTITY as c14, de_concat_if_not_null(t1.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t1.FORMATTED_POSITION, ')')),'')) as c15 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t6 on t6.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join OS_CONTAINERS_HIERARCHY t2 on t2.DESCENDENT_ID = t1.CONTAINER_IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t2.ANCESTOR_ID = 840697)) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.CONTAINER_NAME asc , t1.POS_TWO_STR asc , t1.POS_ONE_STR asc ) tab where rownum <= 101) where rnum >= 1" "500934","Mar 28, 2022 09:10","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","0","select distinct Specimen.specimenPosition.containerName, Specimen.specimenPosition.positionDimensionTwoString, Specimen.specimenPosition.positionDimensionOneString, Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Participant.ppid as ""PPID"", Specimen.label as ""Label"", Specimen.lineage as ""Lineage"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", CollectionProtocol.shortTitle as ""Collection Protocol"", Specimen.availableQty as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.specimenPosition.allAncestors.ancestorId = 840999) order by Specimen.specimenPosition.containerName, Specimen.specimenPosition.positionDimensionTwoString, Specimen.specimenPosition.positionDimensionOneString limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t1.CONTAINER_NAME as c0, t1.POS_TWO_STR as c1, t1.POS_ONE_STR as c2, t0.IDENTIFIER as c3, t3.VALUE as c4, t4.VALUE as c5, t0.AVAILABILITY_STATUS as c6, t5.IDENTIFIER as c7, t6.PPID as c8, t0.LABEL as c9, t0.LINEAGE as c10, t3.VALUE as c11, t7.VALUE as c12, t5.SHORT_TITLE as c13, t0.AVAILABLE_QUANTITY as c14, de_concat_if_not_null(t1.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t1.FORMATTED_POSITION, ')')),'')) as c15 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t6 on t6.CPR_ID = t8.COLLECTION_PROTOCOL_REG_ID and t6.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t5 on t5.IDENTIFIER = t6.CP_ID and t5.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join OS_CONTAINERS_HIERARCHY t2 on t2.DESCENDENT_ID = t1.CONTAINER_IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where ((t2.ANCESTOR_ID = 840999)) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.CONTAINER_NAME asc , t1.POS_TWO_STR asc , t1.POS_ONE_STR asc ) tab where rownum <= 101) where rnum >= 1" "500935","Mar 28, 2022 16:10","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 4973)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500936","Mar 28, 2022 16:23","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 4973)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500937","Mar 28, 2022 16:30","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","65","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.ssn as ""NHS Number"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.SSN as c6, t0.REGISTRATION_DATE as c7, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c8 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4672) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500938","Mar 29, 2022 00:47","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 4973)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500939","Mar 29, 2022 00:47","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","1","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 4973)) and (CollectionProtocol.shortTitle contains ""vaco"") order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973)) AND (upper(t0.SHORT_TITLE) like '%VACO%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500940","Mar 29, 2022 00:47","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","26","select Participant.id as ""cprId"", Participant.ppid as ""Deelnemer Protocol-ID(PPID)"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Naam"", Participant.regDate as ""Registratie Datum"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Leeftijd"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.REGISTRATION_DATE as c3, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c4 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5962) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500941","Mar 29, 2022 00:47","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","26","select Participant.id as ""cprId"", Participant.ppid as ""Deelnemer Protocol-ID(PPID)"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Naam"", Participant.regDate as ""Registratie Datum"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Leeftijd"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.REGISTRATION_DATE as c3, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c4 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5962) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500942","Mar 29, 2022 00:47","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","26","select Participant.id as ""cprId"", Participant.ppid as ""Deelnemer Protocol-ID(PPID)"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Naam"", Participant.regDate as ""Registratie Datum"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Leeftijd"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.REGISTRATION_DATE as c3, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c4 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5962) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500943","Mar 29, 2022 01:12","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 408)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 408) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 408))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500944","Mar 29, 2022 01:13","Tushar Tajane","tushar@krishagni.com","tushartajane","Data","0","14","select Participant.id as ""cprId"", Participant.ppid as ""Participant Protocol ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6087) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500945","Mar 29, 2022 01:13","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","26","select Participant.id as ""cprId"", Participant.ppid as ""Deelnemer Protocol-ID(PPID)"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Naam"", Participant.regDate as ""Registratie Datum"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Leeftijd"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.REGISTRATION_DATE as c3, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c4 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5962) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500946","Mar 29, 2022 01:13","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 4973)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500947","Mar 29, 2022 01:32","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 2083)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 2083) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 2083))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500948","Mar 29, 2022 01:33","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","4","select Participant.id as ""cprId"", Participant.ppid as ""Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.REGISTRATION_DATE as c3, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c4 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6101) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500949","Mar 29, 2022 01:34","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","5","select Participant.id as ""cprId"", Participant.ppid as ""Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.REGISTRATION_DATE as c3, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c4 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6101) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500950","Mar 29, 2022 01:37","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","5","select Participant.id as ""cprId"", Participant.ppid as ""Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.REGISTRATION_DATE as c3, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c4 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6101) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500951","Mar 29, 2022 01:37","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","6","select Participant.id as ""cprId"", Participant.ppid as ""Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.REGISTRATION_DATE as c3, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c4 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6101) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500952","Mar 29, 2022 01:38","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","6","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.ssn as ""NHS Number"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.SSN as c6, t0.REGISTRATION_DATE as c7, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c8 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6101) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500953","Mar 29, 2022 01:38","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","7","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.ssn as ""NHS Number"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.SSN as c6, t0.REGISTRATION_DATE as c7, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c8 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6101) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500954","Mar 29, 2022 02:07","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 2083)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 2083) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 2083))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500955","Mar 29, 2022 02:07","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","14","select Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Specimen.label as ""Label"", Specimen.createdOn as ""Created On"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", Specimen.pathologicalStatus as ""Pathology Status"", Specimen.availableQty as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.collectionStatus = ""Collected"" and Specimen.activityStatus = ""Active"") order by Specimen.createdOn desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6101) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500956","Mar 29, 2022 02:08","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","7","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.ssn as ""NHS Number"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.SSN as c6, t0.REGISTRATION_DATE as c7, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c8 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6101) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500957","Mar 29, 2022 02:11","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","23","select Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Specimen.label as ""Label"", Specimen.createdOn as ""Created On"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", Specimen.pathologicalStatus as ""Pathology Status"", Specimen.availableQty as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.collectionStatus = ""Collected"" and Specimen.activityStatus = ""Active"") order by Specimen.createdOn desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 6121) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "500958","Mar 29, 2022 02:15","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 5813)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500959","Mar 29, 2022 02:51","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","7","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.ssn as ""NHS Number"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.SSN as c6, t0.REGISTRATION_DATE as c7, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c8 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6101) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500960","Mar 29, 2022 05:14","Prayuja Teli","prayuja@krishagni.com","Prayuja","Data","0","7","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.ssn as ""NHS Number"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.SSN as c6, t0.REGISTRATION_DATE as c7, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c8 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6101) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500961","Mar 29, 2022 05:22","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 6299)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500962","Mar 29, 2022 05:49","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","3","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.ssn as ""NHS Number"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.SSN as c6, t0.REGISTRATION_DATE as c7, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c8 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6112) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "500963","Mar 29, 2022 06:33","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 4973)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500964","Mar 29, 2022 06:33","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 4973)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500965","Mar 29, 2022 06:34","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 4973)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500966","Mar 29, 2022 06:34","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 4973)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500967","Mar 29, 2022 06:37","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 4973)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500968","Mar 29, 2022 06:39","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 4973)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500969","Mar 29, 2022 06:40","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","1","select count(Participant.id) as ""Participants"" where Participant.id exists","select count(t0.CPR_ID) as c0 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.CPR_ID is not null ) AND t1.IDENTIFIER = 4672) AND (t0.ACTIVITY_STATUS != 'Disabled')" "500970","Mar 29, 2022 06:40","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","1","select count(Specimen.id) as ""Primary Specimens"" where Specimen.id exists and Specimen.lineage = ""New"" and Specimen.collectionStatus = ""Collected""","select count(t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t2.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.IDENTIFIER is not null AND t0.LINEAGE = 'New' AND t0.COLLECTION_STATUS = 'Collected') AND t1.IDENTIFIER = 4672) AND (t2.ACTIVITY_STATUS != 'Disabled')" "500971","Mar 29, 2022 06:40","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","1","select count(Specimen.id) as ""Available Specimens"" where Specimen.id exists and Specimen.availableQty > 0 and Specimen.collectionStatus = ""Collected""","select count(t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t2.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.IDENTIFIER is not null AND t0.AVAILABLE_QUANTITY > 0 AND t0.COLLECTION_STATUS = 'Collected') AND t1.IDENTIFIER = 4672) AND (t2.ACTIVITY_STATUS != 'Disabled')" "500972","Mar 29, 2022 06:40","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","10","select Specimen.type as ""Type"", count(Specimen.id) as ""Specimens"" where Specimen.collectionStatus = ""Collected"" order by count(Specimen.id) desc limit 0, 10","select * from (select tab.*, rownum rnum from (select t2.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t0.SPECIMEN_TYPE_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t3.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.COLLECTION_STATUS = 'Collected') AND t1.IDENTIFIER = 4672) AND (t3.ACTIVITY_STATUS != 'Disabled') group by t2.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "500973","Mar 29, 2022 06:40","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","6","select Specimen.pathologicalStatus as ""Pathological Status"", count(Specimen.id) as ""Specimens"" where Specimen.collectionStatus = ""Collected"" and Specimen.availableQty > 0 and Specimen.pathologicalStatus exists order by count(Specimen.id) desc limit 0, 10","select * from (select tab.*, rownum rnum from (select t1.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0 AND t1.VALUE is not null ) AND t2.IDENTIFIER = 4672) AND (t3.ACTIVITY_STATUS != 'Disabled') group by t1.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "500974","Mar 29, 2022 06:40","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","5","select Specimen.tissueSite as ""Anatomic Site"", count(Specimen.id) as ""Specimens"" where Specimen.collectionStatus = ""Collected"" and Specimen.availableQty > 0 order by count(Specimen.id) desc limit 0, 10","select * from (select tab.*, rownum rnum from (select t2.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t3.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0) AND t1.IDENTIFIER = 4672) AND (t3.ACTIVITY_STATUS != 'Disabled') group by t2.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "500975","Mar 29, 2022 06:40","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","4","select SpecimenCollectionGroup.clinicalDiagnosis as ""Clinical Diagnosis"", count(Specimen.id) as ""Specimens"" where Specimen.collectionStatus = ""Collected"" and Specimen.availableQty > 0 and SpecimenCollectionGroup.clinicalDiagnosis exists order by count(Specimen.id) desc limit 0, 10","select * from (select tab.*, rownum rnum from (select t3.VALUE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t5 left join CATISSUE_COLLECTION_PROTOCOL t4 on t4.IDENTIFIER = t5.CP_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t1 on t1.COLLECTION_PROTOCOL_REG_ID = t5.CPR_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t1.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_VISIT_CLIN_DIAGNOSES t2 on t2.VISIT_ID = t1.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.CLINICAL_DIAGNOSIS_ID where ((t0.COLLECTION_STATUS = 'Collected' AND t0.AVAILABLE_QUANTITY > 0 AND t3.VALUE is not null ) AND t4.IDENTIFIER = 4672) AND (t5.ACTIVITY_STATUS != 'Disabled') group by t3.VALUE order by count(t0.IDENTIFIER) desc ) tab where rownum <= 10) where rnum >= 1" "500976","Mar 29, 2022 06:40","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","1","select count(distinct Specimen.id) as ""Distributed Specimens"" where Specimen.specimenOrders.orderStatus = ""EXECUTED""","select count(distinct t0.IDENTIFIER) as c0 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.ORDER_STATUS = 'EXECUTED') AND t2.IDENTIFIER = 4672) AND (t3.ACTIVITY_STATUS != 'Disabled')" "500977","Mar 29, 2022 06:40","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","0","select Specimen.createdOn as ""Creation Time"", c_count(Specimen.id) as ""Collected Specimens"" where Specimen.createdOn exists and Specimen.collectionStatus = ""Collected"" and date_range(Specimen.createdOn, last_cal_qtr) order by Specimen.createdOn asc","select t0.CREATED_ON as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t2.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where ((t0.CREATED_ON is not null AND t0.COLLECTION_STATUS = 'Collected' AND (t0.CREATED_ON >= to_date('10-01-2021 00:00', 'MM-DD-YYYY HH24:MI') and t0.CREATED_ON <= to_date('12-31-2021 23:59', 'MM-DD-YYYY HH24:MI'))) AND t1.IDENTIFIER = 4672) AND (t2.ACTIVITY_STATUS != 'Disabled') group by t0.CREATED_ON order by t0.CREATED_ON asc" "500978","Mar 29, 2022 06:40","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","0","select Specimen.specimenOrders.executionDate as ""Distribution Time"", c_count(Specimen.id) as ""Distributed Specimens"" where Specimen.specimenOrders.executionDate exists and Specimen.specimenOrders.orderStatus = ""EXECUTED"" and date_range(Specimen.specimenOrders.executionDate, last_cal_qtr) order by Specimen.specimenOrders.executionDate asc","select t1.EXECUTION_DATE as c0, count(t0.IDENTIFIER) as c1 from CPR_VIEW t3 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t3.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.EXECUTION_DATE is not null AND t1.ORDER_STATUS = 'EXECUTED' AND (t1.EXECUTION_DATE >= to_date('10-01-2021 00:00', 'MM-DD-YYYY HH24:MI') and t1.EXECUTION_DATE <= to_date('12-31-2021 23:59', 'MM-DD-YYYY HH24:MI'))) AND t2.IDENTIFIER = 4672) AND (t3.ACTIVITY_STATUS != 'Disabled') group by t1.EXECUTION_DATE order by t1.EXECUTION_DATE asc" "500979","Mar 29, 2022 06:40","Dashboard User","public_dashboard_user","public_dashboard_user","Data","0","0","select SpecimenCollectionGroup.collectionDate as ""Visit"", CollectionProtocol.shortTitle as ""CP"", c_count(distinct SpecimenCollectionGroup.id) as ""Visit Count"" where CollectionProtocol.shortTitle in (""LCPH(C)"",""LCPH"") and SpecimenCollectionGroup.collectionStatus = ""Complete"" order by SpecimenCollectionGroup.collectionDate asc crosstab((1), 2, (3))","select t1.COLLECTION_TIMESTAMP as c0, t0.SHORT_TITLE as c1, count(distinct t1.IDENTIFIER) as c2 from CPR_VIEW t2 left join CATISSUE_COLLECTION_PROTOCOL t0 on t0.IDENTIFIER = t2.CP_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t1 on t1.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.SHORT_TITLE in ('LCPH(C)', 'LCPH')) AND t1.COLLECTION_STATUS = 'Complete') AND t0.IDENTIFIER = 4672) AND (t2.ACTIVITY_STATUS != 'Disabled') group by t1.COLLECTION_TIMESTAMP, t0.SHORT_TITLE order by t1.COLLECTION_TIMESTAMP asc" "500980","Mar 29, 2022 06:41","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 4973)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "500981","Mar 29, 2022 06:42","Divya Prabhu","divya@krishagni.com","divya.prabhu","Count","1","1","select count(distinct Participant.id) as ""Participants "", count(distinct SpecimenCollectionGroup.id) as ""Visits "", count(distinct Specimen.id) as ""Specimens "" where Participant.ppid exists or Participant.gender in (""Female"") or Participant.race exists or Participant.vitalStatus exists and SpecimenCollectionGroup.collectionStatus = ""Complete"" and SpecimenCollectionGroup.clinicalDiagnoses.value any and SpecimenCollectionGroup.clinicalDiagnoses.code any and Specimen.type any and Specimen.availableQty > 0 and Specimen.availabilityStatus = ""Available"" and CollectionProtocol.shortTitle = ""Kidney Disease"" and CollectionProtocol.shortTitle = ""v8.1 JSON - DO NOT TOUCH""","select count(distinct t0.CPR_ID) as c0, count(distinct t5.IDENTIFIER) as c1, count(distinct t7.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.GENDER_ID left join CATISSUE_COLLECTION_PROTOCOL t9 on t9.IDENTIFIER = t0.CP_ID and t9.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t7 on t7.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t7.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t7.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t5.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.VITAL_STATUS_ID where (t0.PPID is not null OR (t1.VALUE in ('Female')) OR t3.VALUE is not null OR t4.VALUE is not null AND t5.COLLECTION_STATUS = 'Complete' AND 1 = 1 AND 1 = 1 AND 1 = 1 AND t7.AVAILABLE_QUANTITY > 0 AND t7.AVAILABILITY_STATUS = 'Available' AND t9.SHORT_TITLE = 'Kidney Disease' AND t9.SHORT_TITLE = 'v8.1 JSON - DO NOT TOUCH') AND (t0.ACTIVITY_STATUS != 'Disabled')" "500982","Mar 29, 2022 06:42","Divya Prabhu","divya@krishagni.com","divya.prabhu","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where Participant.ppid exists or Participant.gender in (""Female"") or Participant.race exists or Participant.vitalStatus exists and SpecimenCollectionGroup.collectionStatus = ""Complete"" and SpecimenCollectionGroup.clinicalDiagnoses.value any and SpecimenCollectionGroup.clinicalDiagnoses.code any and Specimen.type any and Specimen.availableQty > 0 and Specimen.availabilityStatus = ""Available"" and CollectionProtocol.shortTitle = ""Kidney Disease"" and CollectionProtocol.shortTitle = ""Kidney Disease""","select count(distinct t0.CPR_ID) as c0, count(distinct t5.IDENTIFIER) as c1, count(distinct t7.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.GENDER_ID left join CATISSUE_COLLECTION_PROTOCOL t9 on t9.IDENTIFIER = t0.CP_ID and t9.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t7 on t7.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t7.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t7.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t5.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.VITAL_STATUS_ID where ((t0.PPID is not null OR (t1.VALUE in ('Female')) OR t3.VALUE is not null OR t4.VALUE is not null AND t5.COLLECTION_STATUS = 'Complete' AND 1 = 1 AND 1 = 1 AND 1 = 1 AND t7.AVAILABLE_QUANTITY > 0 AND t7.AVAILABILITY_STATUS = 'Available' AND t9.SHORT_TITLE = 'Kidney Disease' AND t9.SHORT_TITLE = 'Kidney Disease') AND t9.IDENTIFIER = 5800) AND (t0.ACTIVITY_STATUS != 'Disabled')" "500983","Mar 29, 2022 06:43","Divya Prabhu","divya@krishagni.com","divya.prabhu","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where Participant.ppid exists or Participant.gender in (""Female"") or Participant.race exists or Participant.vitalStatus exists and SpecimenCollectionGroup.collectionStatus = ""Complete"" and SpecimenCollectionGroup.clinicalDiagnoses.value any and SpecimenCollectionGroup.clinicalDiagnoses.code any and Specimen.type any and Specimen.availableQty > 0 and Specimen.availabilityStatus = ""Available"" and CollectionProtocol.shortTitle = ""Kidney Disease""","select count(distinct t0.CPR_ID) as c0, count(distinct t5.IDENTIFIER) as c1, count(distinct t7.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.GENDER_ID left join CATISSUE_COLLECTION_PROTOCOL t9 on t9.IDENTIFIER = t0.CP_ID and t9.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t7 on t7.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t7.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t7.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t5.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.VITAL_STATUS_ID where ((t0.PPID is not null OR (t1.VALUE in ('Female')) OR t3.VALUE is not null OR t4.VALUE is not null AND t5.COLLECTION_STATUS = 'Complete' AND 1 = 1 AND 1 = 1 AND 1 = 1 AND t7.AVAILABLE_QUANTITY > 0 AND t7.AVAILABILITY_STATUS = 'Available' AND t9.SHORT_TITLE = 'Kidney Disease') AND t9.IDENTIFIER = 5800) AND (t0.ACTIVITY_STATUS != 'Disabled')" "500984","Mar 29, 2022 06:43","Divya Prabhu","divya@krishagni.com","divya.prabhu","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where Participant.ppid exists and Participant.gender exists and Participant.race exists and Participant.vitalStatus exists and SpecimenCollectionGroup.collectionStatus = ""Complete"" and SpecimenCollectionGroup.clinicalDiagnoses.value any and SpecimenCollectionGroup.clinicalDiagnoses.code any and Specimen.type any and Specimen.availableQty > 0 and Specimen.availabilityStatus = ""Available"" and CollectionProtocol.shortTitle = ""Kidney Disease""","select count(distinct t0.CPR_ID) as c0, count(distinct t5.IDENTIFIER) as c1, count(distinct t7.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.GENDER_ID left join CATISSUE_COLLECTION_PROTOCOL t9 on t9.IDENTIFIER = t0.CP_ID and t9.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t7 on t7.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t7.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t7.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t5.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.VITAL_STATUS_ID where (t0.PPID is not null AND t1.VALUE is not null AND t3.VALUE is not null AND t4.VALUE is not null AND t5.COLLECTION_STATUS = 'Complete' AND 1 = 1 AND 1 = 1 AND 1 = 1 AND t7.AVAILABLE_QUANTITY > 0 AND t7.AVAILABILITY_STATUS = 'Available' AND t9.SHORT_TITLE = 'Kidney Disease') AND (t0.ACTIVITY_STATUS != 'Disabled')" "500985","Mar 29, 2022 06:44","Catalog User","public_catalog_user","public_catalog_user","Count","1","1","select count(distinct Participant.id) as ""Participants "", count(distinct SpecimenCollectionGroup.id) as ""Visits "", count(distinct Specimen.id) as ""Specimens "" where Participant.ppid exists or Participant.gender in (""Female"") or Participant.race exists or Participant.vitalStatus exists and SpecimenCollectionGroup.collectionStatus = ""Complete"" and SpecimenCollectionGroup.clinicalDiagnoses.value any and SpecimenCollectionGroup.clinicalDiagnoses.code any and Specimen.type any and Specimen.availableQty > 0 and Specimen.availabilityStatus = ""Available"" and CollectionProtocol.shortTitle = ""Kidney Disease""","select count(distinct t0.CPR_ID) as c0, count(distinct t5.IDENTIFIER) as c1, count(distinct t7.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.GENDER_ID left join CATISSUE_COLLECTION_PROTOCOL t9 on t9.IDENTIFIER = t0.CP_ID and t9.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t7 on t7.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t7.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t7.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t5.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.VITAL_STATUS_ID where (t0.PPID is not null OR (t1.VALUE in ('Female')) OR t3.VALUE is not null OR t4.VALUE is not null AND t5.COLLECTION_STATUS = 'Complete' AND 1 = 1 AND 1 = 1 AND 1 = 1 AND t7.AVAILABLE_QUANTITY > 0 AND t7.AVAILABILITY_STATUS = 'Available' AND t9.SHORT_TITLE = 'Kidney Disease') AND (t0.ACTIVITY_STATUS != 'Disabled')" "500986","Mar 29, 2022 06:45","Catalog User","public_catalog_user","public_catalog_user","Count","1","1","select count(distinct Participant.id) as ""Participants "", count(distinct SpecimenCollectionGroup.id) as ""Visits "", count(distinct Specimen.id) as ""Specimens "" where Participant.ppid exists or Participant.gender in (""Female"") or Participant.race exists or Participant.vitalStatus exists and SpecimenCollectionGroup.collectionStatus = ""Complete"" and SpecimenCollectionGroup.clinicalDiagnoses.value any and SpecimenCollectionGroup.clinicalDiagnoses.code any and Specimen.type any and Specimen.availableQty > 0 and Specimen.availabilityStatus = ""Available"" and CollectionProtocol.shortTitle = ""Kidney Disease""","select count(distinct t0.CPR_ID) as c0, count(distinct t5.IDENTIFIER) as c1, count(distinct t7.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.GENDER_ID left join CATISSUE_COLLECTION_PROTOCOL t9 on t9.IDENTIFIER = t0.CP_ID and t9.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t7 on t7.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t7.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t7.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t5.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.VITAL_STATUS_ID where (t0.PPID is not null OR (t1.VALUE in ('Female')) OR t3.VALUE is not null OR t4.VALUE is not null AND t5.COLLECTION_STATUS = 'Complete' AND 1 = 1 AND 1 = 1 AND 1 = 1 AND t7.AVAILABLE_QUANTITY > 0 AND t7.AVAILABILITY_STATUS = 'Available' AND t9.SHORT_TITLE = 'Kidney Disease') AND (t0.ACTIVITY_STATUS != 'Disabled')" "500987","Mar 29, 2022 06:45","Catalog User","public_catalog_user","public_catalog_user","Data","25","10000","select Participant.ppid, Participant.gender as ""Gender of patient"", Participant.race as ""Race of patient"", Participant.ethnicity as ""Ethnicity of patient"", Participant.vitalStatus, SpecimenCollectionGroup.name as ""Visit Name"", SpecimenCollectionGroup.collectionStatus, SpecimenCollectionGroup.clinicalDiagnoses.value as ""Clinical Diagnosis"", SpecimenCollectionGroup.clinicalDiagnoses.code as ""Clinical Diagnosis Code"", Specimen.label, Specimen.type as ""Specimen Type"", Specimen.tissueSite, Specimen.availableQty, Specimen.lineage as ""Specimen lineage"", Specimen.class as ""Specimen class"", Specimen.pathologicalStatus, Specimen.id, Specimen.customFields.bloodSpecimenDetails.extractDate, Specimen.customFields.bloodSpecimenDetails.lysedDate where Participant.ppid exists or Participant.gender in (""Female"") or Participant.race exists or Participant.vitalStatus exists and SpecimenCollectionGroup.collectionStatus = ""Complete"" and SpecimenCollectionGroup.clinicalDiagnoses.value any and SpecimenCollectionGroup.clinicalDiagnoses.code any and Specimen.type any and Specimen.availableQty > 0 and Specimen.availabilityStatus = ""Available"" and CollectionProtocol.shortTitle = ""Kidney Disease"" limit 0, 10000","select * from (select tab.*, rownum rnum from (select t0.PPID as c0, t1.VALUE as c1, t3.VALUE as c2, t13.VALUE as c3, t4.VALUE as c4, t5.NAME as c5, t5.COLLECTION_STATUS as c6, t6.VALUE as c7, t6.CODE as c8, t7.LABEL as c9, t8.VALUE as c10, t14.VALUE as c11, t7.AVAILABLE_QUANTITY as c12, t7.LINEAGE as c13, t15.VALUE as c14, t16.VALUE as c15, t7.IDENTIFIER as c16, t11.DE_A_2 as c17, t11.DE_A_1 as c18, 't0', t0.CPR_ID as mc0, 't5', t5.IDENTIFIER as mc1, 't6', t6.IDENTIFIER as mc2, 't7', t7.IDENTIFIER as mc3, 't11', t11.IDENTIFIER as mc4 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.GENDER_ID left join CATISSUE_COLLECTION_PROTOCOL t9 on t9.IDENTIFIER = t0.CP_ID and t9.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t7 on t7.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t7.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t15 on t15.IDENTIFIER = t7.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t16 on t16.IDENTIFIER = t7.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t14 on t14.IDENTIFIER = t7.ANATOMIC_SITE_ID left join (OS_SPMN_CUST_FIELDS t10 inner join DE_E_23151 t11 on t11.IDENTIFIER = t10.RECORD_ID and t10.FORM_ID = 10226) on t10.SPECIMEN_ID = t7.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t7.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t5.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.VITAL_STATUS_ID left join OS_PARTICIPANT_ETHNICITIES t12 on t12.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t13 on t13.IDENTIFIER = t12.ETHNICITY_ID where (t0.PPID is not null OR (t1.VALUE in ('Female')) OR t3.VALUE is not null OR t4.VALUE is not null AND t5.COLLECTION_STATUS = 'Complete' AND 1 = 1 AND 1 = 1 AND 1 = 1 AND t7.AVAILABLE_QUANTITY > 0 AND t7.AVAILABILITY_STATUS = 'Available' AND t9.SHORT_TITLE = 'Kidney Disease') AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "500988","Mar 29, 2022 06:47","Divya Prabhu","divya@krishagni.com","divya.prabhu","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where CollectionProtocol.shortTitle = ""Kidney Disease""","select count(distinct t1.CPR_ID) as c0, count(distinct t2.IDENTIFIER) as c1, count(distinct t3.IDENTIFIER) as c2 from CPR_VIEW t1 left join CATISSUE_COLLECTION_PROTOCOL t0 on t0.IDENTIFIER = t1.CP_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t2 on t2.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t3 on t3.SPECIMEN_COLLECTION_GROUP_ID = t2.IDENTIFIER and t3.ACTIVITY_STATUS != 'Disabled' where (t0.SHORT_TITLE = 'Kidney Disease') AND (t1.ACTIVITY_STATUS != 'Disabled')" "500989","Mar 29, 2022 06:47","Divya Prabhu","divya@krishagni.com","divya.prabhu","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where CollectionProtocol.shortTitle = ""Kidney Disease"" and Specimen.availabilityStatus = ""Available"" and Specimen.availableQty > 0","select count(distinct t2.CPR_ID) as c0, count(distinct t3.IDENTIFIER) as c1, count(distinct t1.IDENTIFIER) as c2 from CPR_VIEW t2 left join CATISSUE_COLLECTION_PROTOCOL t0 on t0.IDENTIFIER = t2.CP_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' where (t0.SHORT_TITLE = 'Kidney Disease' AND t1.AVAILABILITY_STATUS = 'Available' AND t1.AVAILABLE_QUANTITY > 0) AND (t2.ACTIVITY_STATUS != 'Disabled')" "500990","Mar 29, 2022 06:48","Divya Prabhu","divya@krishagni.com","divya.prabhu","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where CollectionProtocol.shortTitle = ""Kidney Disease"" and Specimen.availabilityStatus = ""Available"" and Specimen.availableQty > 0","select count(distinct t2.CPR_ID) as c0, count(distinct t3.IDENTIFIER) as c1, count(distinct t1.IDENTIFIER) as c2 from CPR_VIEW t2 left join CATISSUE_COLLECTION_PROTOCOL t0 on t0.IDENTIFIER = t2.CP_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' where (upper(t0.SHORT_TITLE) = 'KIDNEY DISEASE' AND upper(t1.AVAILABILITY_STATUS) = 'AVAILABLE' AND t1.AVAILABLE_QUANTITY > 0) AND (t2.ACTIVITY_STATUS != 'Disabled')" "500991","Mar 29, 2022 06:48","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","2445","select Participant.id as ""$cprId"", Participant.ppid, Participant.regDate, Participant.gender, Participant.race, SpecimenCollectionGroup.clinicalDiagnoses.value, Specimen.id as ""$specimenId"", CollectionProtocol.id as ""$cpId"", Specimen.label, Specimen.type, Specimen.tissueSite, Specimen.spmnCollRecvDetails.collTime, Specimen.specimenStatistics.ischemiaTime where CollectionProtocol.shortTitle = ""Kidney Disease"" and Specimen.availabilityStatus = ""Available"" and Specimen.availableQty > 0 limit 0, 10000","select * from (select tab.*, rownum rnum from (select t4.CPR_ID as c0, t4.PPID as c1, t4.REGISTRATION_DATE as c2, t5.VALUE as c3, t7.VALUE as c4, t9.VALUE as c5, t1.IDENTIFIER as c6, t0.IDENTIFIER as c7, t1.LABEL as c8, t10.VALUE as c9, t11.VALUE as c10, t2.COLL_TIME as c11, t3.ISCHEMIA_TIME as c12, 't4', t4.CPR_ID as mc0, 't9', t9.IDENTIFIER as mc1, 't1', t1.IDENTIFIER as mc2, 't0', t0.IDENTIFIER as mc3, 't2', t2.SPECIMEN_ID as mc4, 't3', t3.SPECIMEN_ID as mc5 from CPR_VIEW t4 left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t4.GENDER_ID left join CATISSUE_RACE t6 on t6.PARTICIPANT_ID = t4.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t6.RACE_ID left join CATISSUE_COLLECTION_PROTOCOL t0 on t0.IDENTIFIER = t4.CP_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t8 on t8.COLLECTION_PROTOCOL_REG_ID = t4.CPR_ID and t8.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t8.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_STATS t3 on t3.SPECIMEN_ID = t1.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t2 on t2.SPECIMEN_ID = t1.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t1.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t1.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t9 on t9.VISIT_ID = t8.IDENTIFIER where (upper(t0.SHORT_TITLE) = 'KIDNEY DISEASE' AND upper(t1.AVAILABILITY_STATUS) = 'AVAILABLE' AND t1.AVAILABLE_QUANTITY > 0) AND (t4.ACTIVITY_STATUS != 'Disabled') order by t4.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "500992","Mar 29, 2022 06:48","Divya Prabhu","divya@krishagni.com","divya.prabhu","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where CollectionProtocol.shortTitle = ""Kidney Disease"" and Specimen.availabilityStatus = ""Available"" and Specimen.availableQty > 0 and Specimen.type exists","select count(distinct t3.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t1.IDENTIFIER) as c2 from CPR_VIEW t3 left join CATISSUE_COLLECTION_PROTOCOL t0 on t0.IDENTIFIER = t3.CP_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t1.SPECIMEN_TYPE_ID where (upper(t0.SHORT_TITLE) = 'KIDNEY DISEASE' AND upper(t1.AVAILABILITY_STATUS) = 'AVAILABLE' AND t1.AVAILABLE_QUANTITY > 0 AND t2.VALUE is not null ) AND (t3.ACTIVITY_STATUS != 'Disabled')" "500993","Mar 29, 2022 06:48","Divya Prabhu","divya@krishagni.com","divya.prabhu","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where CollectionProtocol.shortTitle = ""Kidney Disease"" and Specimen.availabilityStatus = ""Available"" and Specimen.availableQty > 0 and Specimen.type exists","select count(distinct t3.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t1.IDENTIFIER) as c2 from CPR_VIEW t3 left join CATISSUE_COLLECTION_PROTOCOL t0 on t0.IDENTIFIER = t3.CP_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t3.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t1.SPECIMEN_TYPE_ID where (upper(t0.SHORT_TITLE) = 'KIDNEY DISEASE' AND upper(t1.AVAILABILITY_STATUS) = 'AVAILABLE' AND t1.AVAILABLE_QUANTITY > 0 AND t2.VALUE is not null ) AND (t3.ACTIVITY_STATUS != 'Disabled')" "500994","Mar 29, 2022 06:49","Divya Prabhu","divya@krishagni.com","divya.prabhu","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where CollectionProtocol.shortTitle = ""Kidney Disease"" and Specimen.availabilityStatus = ""Available"" and Specimen.availableQty > 0 and Specimen.type exists and SpecimenCollectionGroup.clinicalDiagnoses.value exists","select count(distinct t5.CPR_ID) as c0, count(distinct t3.IDENTIFIER) as c1, count(distinct t1.IDENTIFIER) as c2 from CPR_VIEW t5 left join CATISSUE_COLLECTION_PROTOCOL t0 on t0.IDENTIFIER = t5.CP_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t5.CPR_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t1.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t4 on t4.VISIT_ID = t3.IDENTIFIER where (upper(t0.SHORT_TITLE) = 'KIDNEY DISEASE' AND upper(t1.AVAILABILITY_STATUS) = 'AVAILABLE' AND t1.AVAILABLE_QUANTITY > 0 AND t2.VALUE is not null AND t4.VALUE is not null ) AND (t5.ACTIVITY_STATUS != 'Disabled')" "500995","Mar 29, 2022 06:49","Divya Prabhu","divya@krishagni.com","divya.prabhu","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where CollectionProtocol.shortTitle = ""Kidney Disease"" and Specimen.availabilityStatus = ""Available"" and Specimen.availableQty > 0 and Specimen.type exists and SpecimenCollectionGroup.clinicalDiagnoses.value exists","select count(distinct t5.CPR_ID) as c0, count(distinct t3.IDENTIFIER) as c1, count(distinct t1.IDENTIFIER) as c2 from CPR_VIEW t5 left join CATISSUE_COLLECTION_PROTOCOL t0 on t0.IDENTIFIER = t5.CP_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t5.CPR_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t1.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t4 on t4.VISIT_ID = t3.IDENTIFIER where (upper(t0.SHORT_TITLE) = 'KIDNEY DISEASE' AND upper(t1.AVAILABILITY_STATUS) = 'AVAILABLE' AND t1.AVAILABLE_QUANTITY > 0 AND t2.VALUE is not null AND t4.VALUE is not null ) AND (t5.ACTIVITY_STATUS != 'Disabled')" "500996","Mar 29, 2022 06:49","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","2409","select Participant.id as ""$cprId"", Participant.ppid, Participant.regDate, Participant.gender, Participant.race, SpecimenCollectionGroup.clinicalDiagnoses.value, Specimen.id as ""$specimenId"", CollectionProtocol.id as ""$cpId"", Specimen.label, Specimen.type, Specimen.tissueSite, Specimen.spmnCollRecvDetails.collTime, Specimen.specimenStatistics.ischemiaTime where CollectionProtocol.shortTitle = ""Kidney Disease"" and Specimen.availabilityStatus = ""Available"" and Specimen.availableQty > 0 and Specimen.type exists and SpecimenCollectionGroup.clinicalDiagnoses.value exists limit 0, 10000","select * from (select tab.*, rownum rnum from (select t7.CPR_ID as c0, t7.PPID as c1, t7.REGISTRATION_DATE as c2, t8.VALUE as c3, t10.VALUE as c4, t4.VALUE as c5, t1.IDENTIFIER as c6, t0.IDENTIFIER as c7, t1.LABEL as c8, t2.VALUE as c9, t11.VALUE as c10, t5.COLL_TIME as c11, t6.ISCHEMIA_TIME as c12, 't7', t7.CPR_ID as mc0, 't4', t4.IDENTIFIER as mc1, 't1', t1.IDENTIFIER as mc2, 't0', t0.IDENTIFIER as mc3, 't5', t5.SPECIMEN_ID as mc4, 't6', t6.SPECIMEN_ID as mc5 from CPR_VIEW t7 left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t7.GENDER_ID left join CATISSUE_RACE t9 on t9.PARTICIPANT_ID = t7.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t9.RACE_ID left join CATISSUE_COLLECTION_PROTOCOL t0 on t0.IDENTIFIER = t7.CP_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t7.CPR_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_STATS t6 on t6.SPECIMEN_ID = t1.IDENTIFIER left join OS_SPMN_COLL_RECV_DETAILS_VIEW t5 on t5.SPECIMEN_ID = t1.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t1.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t1.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t4 on t4.VISIT_ID = t3.IDENTIFIER where (upper(t0.SHORT_TITLE) = 'KIDNEY DISEASE' AND upper(t1.AVAILABILITY_STATUS) = 'AVAILABLE' AND t1.AVAILABLE_QUANTITY > 0 AND t2.VALUE is not null AND t4.VALUE is not null ) AND (t7.ACTIVITY_STATUS != 'Disabled') order by t7.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "500997","Mar 29, 2022 06:50","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","2409","select Specimen.id, Specimen.id as ""$specimenId"", CollectionProtocol.id as ""$cpId"", Specimen.label, Specimen.class, Specimen.type, Specimen.tissueSite, Specimen.availableQty where CollectionProtocol.shortTitle = ""Kidney Disease"" and Specimen.availabilityStatus = ""Available"" and Specimen.availableQty > 0 and Specimen.type exists and SpecimenCollectionGroup.clinicalDiagnoses.value exists limit 0, 10000","select * from (select tab.*, rownum rnum from (select t1.IDENTIFIER as c0, t1.IDENTIFIER as c1, t0.IDENTIFIER as c2, t1.LABEL as c3, t5.VALUE as c4, t2.VALUE as c5, t6.VALUE as c6, t1.AVAILABLE_QUANTITY as c7, 't7', t7.CPR_ID as mc0, 't1', t1.IDENTIFIER as mc1, 't0', t0.IDENTIFIER as mc2 from CPR_VIEW t7 left join CATISSUE_COLLECTION_PROTOCOL t0 on t0.IDENTIFIER = t7.CP_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t7.CPR_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t1.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t1.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t1.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t4 on t4.VISIT_ID = t3.IDENTIFIER where (upper(t0.SHORT_TITLE) = 'KIDNEY DISEASE' AND upper(t1.AVAILABILITY_STATUS) = 'AVAILABLE' AND t1.AVAILABLE_QUANTITY > 0 AND t2.VALUE is not null AND t4.VALUE is not null ) AND (t7.ACTIVITY_STATUS != 'Disabled') order by t7.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "500998","Mar 29, 2022 06:50","Divya Prabhu","divya@krishagni.com","divya.prabhu","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where CollectionProtocol.shortTitle = ""Kidney Disease"" and Specimen.availabilityStatus = ""Available"" and Specimen.availableQty > 0 and Specimen.type exists and SpecimenCollectionGroup.clinicalDiagnoses.value exists","select count(distinct t5.CPR_ID) as c0, count(distinct t3.IDENTIFIER) as c1, count(distinct t1.IDENTIFIER) as c2 from CPR_VIEW t5 left join CATISSUE_COLLECTION_PROTOCOL t0 on t0.IDENTIFIER = t5.CP_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t5.CPR_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t1.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t4 on t4.VISIT_ID = t3.IDENTIFIER where (upper(t0.SHORT_TITLE) = 'KIDNEY DISEASE' AND upper(t1.AVAILABILITY_STATUS) = 'AVAILABLE' AND t1.AVAILABLE_QUANTITY > 0 AND t2.VALUE is not null AND t4.VALUE is not null ) AND (t5.ACTIVITY_STATUS != 'Disabled')" "500999","Mar 29, 2022 06:50","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","2409","select Specimen.id, Specimen.id as ""$specimenId"", CollectionProtocol.id as ""$cpId"", Specimen.label, Specimen.class, Specimen.type, Specimen.tissueSite, Specimen.availableQty where CollectionProtocol.shortTitle = ""Kidney Disease"" and Specimen.availabilityStatus = ""Available"" and Specimen.availableQty > 0 and Specimen.type exists and SpecimenCollectionGroup.clinicalDiagnoses.value exists limit 0, 10000","select * from (select tab.*, rownum rnum from (select t1.IDENTIFIER as c0, t1.IDENTIFIER as c1, t0.IDENTIFIER as c2, t1.LABEL as c3, t5.VALUE as c4, t2.VALUE as c5, t6.VALUE as c6, t1.AVAILABLE_QUANTITY as c7, 't7', t7.CPR_ID as mc0, 't1', t1.IDENTIFIER as mc1, 't0', t0.IDENTIFIER as mc2 from CPR_VIEW t7 left join CATISSUE_COLLECTION_PROTOCOL t0 on t0.IDENTIFIER = t7.CP_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t7.CPR_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t1.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t1.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t1.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t4 on t4.VISIT_ID = t3.IDENTIFIER where (upper(t0.SHORT_TITLE) = 'KIDNEY DISEASE' AND upper(t1.AVAILABILITY_STATUS) = 'AVAILABLE' AND t1.AVAILABLE_QUANTITY > 0 AND t2.VALUE is not null AND t4.VALUE is not null ) AND (t7.ACTIVITY_STATUS != 'Disabled') order by t7.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "501000","Mar 29, 2022 06:50","Divya Prabhu","divya@krishagni.com","divya.prabhu","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where Participant.ppid exists and Participant.gender exists and Participant.race exists and Participant.vitalStatus exists and SpecimenCollectionGroup.collectionStatus = ""Complete"" and SpecimenCollectionGroup.clinicalDiagnoses.value any and SpecimenCollectionGroup.clinicalDiagnoses.code any and Specimen.type any and Specimen.availableQty > 0 and Specimen.availabilityStatus = ""Available"" and CollectionProtocol.shortTitle = ""Kidney Disease""","select count(distinct t0.CPR_ID) as c0, count(distinct t5.IDENTIFIER) as c1, count(distinct t7.IDENTIFIER) as c2 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t1 on t1.IDENTIFIER = t0.GENDER_ID left join CATISSUE_COLLECTION_PROTOCOL t9 on t9.IDENTIFIER = t0.CP_ID and t9.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_RACE t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t5 on t5.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t7 on t7.SPECIMEN_COLLECTION_GROUP_ID = t5.IDENTIFIER and t7.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t7.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t6 on t6.VISIT_ID = t5.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.VITAL_STATUS_ID where (t0.PPID is not null AND t1.VALUE is not null AND t3.VALUE is not null AND t4.VALUE is not null AND t5.COLLECTION_STATUS = 'Complete' AND 1 = 1 AND 1 = 1 AND 1 = 1 AND t7.AVAILABLE_QUANTITY > 0 AND t7.AVAILABILITY_STATUS = 'Available' AND t9.SHORT_TITLE = 'Kidney Disease') AND (t0.ACTIVITY_STATUS != 'Disabled')" "501001","Mar 29, 2022 06:50","Divya Prabhu","divya@krishagni.com","divya.prabhu","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where SpecimenCollectionGroup.clinicalDiagnoses.value exists and Specimen.type exists and Specimen.availableQty > 0 and Specimen.availabilityStatus = ""Available"" and CollectionProtocol.shortTitle = ""Kidney Disease""","select count(distinct t5.CPR_ID) as c0, count(distinct t0.IDENTIFIER) as c1, count(distinct t2.IDENTIFIER) as c2 from CPR_VIEW t5 left join CATISSUE_COLLECTION_PROTOCOL t4 on t4.IDENTIFIER = t5.CP_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t5.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t0.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t1 on t1.VISIT_ID = t0.IDENTIFIER where (t1.VALUE is not null AND t3.VALUE is not null AND t2.AVAILABLE_QUANTITY > 0 AND t2.AVAILABILITY_STATUS = 'Available' AND t4.SHORT_TITLE = 'Kidney Disease') AND (t5.ACTIVITY_STATUS != 'Disabled')" "501002","Mar 29, 2022 06:50","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","2409","select Participant.id as ""$cprId"", Participant.ppid, Participant.gender as ""Gender of patient"", Participant.race as ""Race of patient"", Participant.ethnicity as ""Ethnicity of patient"", Participant.vitalStatus, SpecimenCollectionGroup.name as ""Visit Name"", SpecimenCollectionGroup.collectionStatus, SpecimenCollectionGroup.clinicalDiagnoses.value as ""Clinical Diagnosis"", SpecimenCollectionGroup.clinicalDiagnoses.code as ""Clinical Diagnosis Code"", Specimen.id as ""$specimenId"", CollectionProtocol.id as ""$cpId"", Specimen.label, Specimen.type as ""Specimen Type"", Specimen.tissueSite, Specimen.availableQty, Specimen.lineage as ""Specimen lineage"", Specimen.class as ""Specimen class"", Specimen.pathologicalStatus where SpecimenCollectionGroup.clinicalDiagnoses.value exists and Specimen.type exists and Specimen.availableQty > 0 and Specimen.availabilityStatus = ""Available"" and CollectionProtocol.shortTitle = ""Kidney Disease"" limit 0, 10000","select * from (select tab.*, rownum rnum from (select t5.CPR_ID as c0, t5.PPID as c1, t6.VALUE as c2, t8.VALUE as c3, t10.VALUE as c4, t11.VALUE as c5, t0.NAME as c6, t0.COLLECTION_STATUS as c7, t1.VALUE as c8, t1.CODE as c9, t2.IDENTIFIER as c10, t4.IDENTIFIER as c11, t2.LABEL as c12, t3.VALUE as c13, t12.VALUE as c14, t2.AVAILABLE_QUANTITY as c15, t2.LINEAGE as c16, t13.VALUE as c17, t14.VALUE as c18, 't5', t5.CPR_ID as mc0, 't0', t0.IDENTIFIER as mc1, 't1', t1.IDENTIFIER as mc2, 't2', t2.IDENTIFIER as mc3, 't4', t4.IDENTIFIER as mc4 from CPR_VIEW t5 left join CATISSUE_COLLECTION_PROTOCOL t4 on t4.IDENTIFIER = t5.CP_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t5.GENDER_ID left join CATISSUE_RACE t7 on t7.PARTICIPANT_ID = t5.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t7.RACE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t5.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t0.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t13 on t13.IDENTIFIER = t2.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t14 on t14.IDENTIFIER = t2.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t12 on t12.IDENTIFIER = t2.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t1 on t1.VISIT_ID = t0.IDENTIFIER left join OS_PARTICIPANT_ETHNICITIES t9 on t9.PARTICIPANT_ID = t5.PARTICIPANT_ID left join CATISSUE_PERMISSIBLE_VALUE t10 on t10.IDENTIFIER = t9.ETHNICITY_ID left join CATISSUE_PERMISSIBLE_VALUE t11 on t11.IDENTIFIER = t5.VITAL_STATUS_ID where (t1.VALUE is not null AND t3.VALUE is not null AND t2.AVAILABLE_QUANTITY > 0 AND t2.AVAILABILITY_STATUS = 'Available' AND t4.SHORT_TITLE = 'Kidney Disease') AND (t5.ACTIVITY_STATUS != 'Disabled') order by t5.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "501003","Mar 29, 2022 06:50","Divya Prabhu","divya@krishagni.com","divya.prabhu","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where SpecimenCollectionGroup.clinicalDiagnoses.value exists and Specimen.type exists and Specimen.availableQty > 0 and Specimen.availabilityStatus = ""Available"" and CollectionProtocol.shortTitle = ""Kidney Disease""","select count(distinct t5.CPR_ID) as c0, count(distinct t0.IDENTIFIER) as c1, count(distinct t2.IDENTIFIER) as c2 from CPR_VIEW t5 left join CATISSUE_COLLECTION_PROTOCOL t4 on t4.IDENTIFIER = t5.CP_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t5.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t0.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t1 on t1.VISIT_ID = t0.IDENTIFIER where (t1.VALUE is not null AND t3.VALUE is not null AND t2.AVAILABLE_QUANTITY > 0 AND t2.AVAILABILITY_STATUS = 'Available' AND t4.SHORT_TITLE = 'Kidney Disease') AND (t5.ACTIVITY_STATUS != 'Disabled')" "501004","Mar 29, 2022 06:51","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","2409","select Specimen.id, Specimen.id as ""$specimenId"", CollectionProtocol.id as ""$cpId"", Specimen.label, Specimen.type as ""Specimen Type"", Specimen.tissueSite, Specimen.availableQty, Specimen.lineage as ""Specimen lineage"", Specimen.class as ""Specimen class"", Specimen.pathologicalStatus where SpecimenCollectionGroup.clinicalDiagnoses.value exists and Specimen.type exists and Specimen.availableQty > 0 and Specimen.availabilityStatus = ""Available"" and CollectionProtocol.shortTitle = ""Kidney Disease"" limit 0, 10000","select * from (select tab.*, rownum rnum from (select t2.IDENTIFIER as c0, t2.IDENTIFIER as c1, t4.IDENTIFIER as c2, t2.LABEL as c3, t3.VALUE as c4, t5.VALUE as c5, t2.AVAILABLE_QUANTITY as c6, t2.LINEAGE as c7, t6.VALUE as c8, t7.VALUE as c9, 't8', t8.CPR_ID as mc0, 't2', t2.IDENTIFIER as mc1, 't4', t4.IDENTIFIER as mc2 from CPR_VIEW t8 left join CATISSUE_COLLECTION_PROTOCOL t4 on t4.IDENTIFIER = t8.CP_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t8.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t0.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t2.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t2.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t2.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t1 on t1.VISIT_ID = t0.IDENTIFIER where (t1.VALUE is not null AND t3.VALUE is not null AND t2.AVAILABLE_QUANTITY > 0 AND t2.AVAILABILITY_STATUS = 'Available' AND t4.SHORT_TITLE = 'Kidney Disease') AND (t8.ACTIVITY_STATUS != 'Disabled') order by t8.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "501005","Mar 29, 2022 06:51","Divya Prabhu","divya@krishagni.com","divya.prabhu","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where SpecimenCollectionGroup.clinicalDiagnoses.value exists and Specimen.type exists and Specimen.availableQty > 0 and Specimen.availabilityStatus = ""Available"" and CollectionProtocol.shortTitle = ""Kidney Disease""","select count(distinct t5.CPR_ID) as c0, count(distinct t0.IDENTIFIER) as c1, count(distinct t2.IDENTIFIER) as c2 from CPR_VIEW t5 left join CATISSUE_COLLECTION_PROTOCOL t4 on t4.IDENTIFIER = t5.CP_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t5.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t0.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t1 on t1.VISIT_ID = t0.IDENTIFIER where (t1.VALUE is not null AND t3.VALUE is not null AND t2.AVAILABLE_QUANTITY > 0 AND t2.AVAILABILITY_STATUS = 'Available' AND t4.SHORT_TITLE = 'Kidney Disease') AND (t5.ACTIVITY_STATUS != 'Disabled')" "501006","Mar 29, 2022 06:51","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","2409","select Specimen.id, Specimen.id as ""$specimenId"", CollectionProtocol.id as ""$cpId"", Specimen.label, Specimen.type as ""Specimen Type"", Specimen.tissueSite, Specimen.availableQty, Specimen.lineage as ""Specimen lineage"", Specimen.class as ""Specimen class"", Specimen.pathologicalStatus where SpecimenCollectionGroup.clinicalDiagnoses.value exists and Specimen.type exists and Specimen.availableQty > 0 and Specimen.availabilityStatus = ""Available"" and CollectionProtocol.shortTitle = ""Kidney Disease"" limit 0, 10000","select * from (select tab.*, rownum rnum from (select t2.IDENTIFIER as c0, t2.IDENTIFIER as c1, t4.IDENTIFIER as c2, t2.LABEL as c3, t3.VALUE as c4, t5.VALUE as c5, t2.AVAILABLE_QUANTITY as c6, t2.LINEAGE as c7, t6.VALUE as c8, t7.VALUE as c9, 't8', t8.CPR_ID as mc0, 't2', t2.IDENTIFIER as mc1, 't4', t4.IDENTIFIER as mc2 from CPR_VIEW t8 left join CATISSUE_COLLECTION_PROTOCOL t4 on t4.IDENTIFIER = t8.CP_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t8.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t0.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t2.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t2.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t2.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t1 on t1.VISIT_ID = t0.IDENTIFIER where (t1.VALUE is not null AND t3.VALUE is not null AND t2.AVAILABLE_QUANTITY > 0 AND t2.AVAILABILITY_STATUS = 'Available' AND t4.SHORT_TITLE = 'Kidney Disease') AND (t8.ACTIVITY_STATUS != 'Disabled') order by t8.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "501007","Mar 29, 2022 06:51","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 4973)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "501008","Mar 29, 2022 06:52","Catalog User","public_catalog_user","public_catalog_user","Count","0","1","select count(distinct Participant.id) as ""Participants "", count(distinct SpecimenCollectionGroup.id) as ""Visits "", count(distinct Specimen.id) as ""Specimens "" where CollectionProtocol.shortTitle = ""Kidney Disease"" and Specimen.availabilityStatus = ""Available"" and Specimen.availableQty > 0 and Specimen.type exists and SpecimenCollectionGroup.clinicalDiagnoses.value exists","select count(distinct t5.CPR_ID) as c0, count(distinct t3.IDENTIFIER) as c1, count(distinct t1.IDENTIFIER) as c2 from CPR_VIEW t5 left join CATISSUE_COLLECTION_PROTOCOL t0 on t0.IDENTIFIER = t5.CP_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t5.CPR_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t1.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t4 on t4.VISIT_ID = t3.IDENTIFIER where (upper(t0.SHORT_TITLE) = 'KIDNEY DISEASE' AND upper(t1.AVAILABILITY_STATUS) = 'AVAILABLE' AND t1.AVAILABLE_QUANTITY > 0 AND t2.VALUE is not null AND t4.VALUE is not null ) AND (t5.ACTIVITY_STATUS != 'Disabled')" "501009","Mar 29, 2022 06:52","Catalog User","public_catalog_user","public_catalog_user","Count","0","1","select count(distinct Participant.id) as ""Participants "", count(distinct SpecimenCollectionGroup.id) as ""Visits "", count(distinct Specimen.id) as ""Specimens "" where CollectionProtocol.shortTitle = ""Kidney Disease"" and Specimen.availabilityStatus = ""Available"" and Specimen.availableQty > 0 and Specimen.type in (""DNA"") and SpecimenCollectionGroup.clinicalDiagnoses.value exists","select count(distinct t5.CPR_ID) as c0, count(distinct t3.IDENTIFIER) as c1, count(distinct t1.IDENTIFIER) as c2 from CPR_VIEW t5 left join CATISSUE_COLLECTION_PROTOCOL t0 on t0.IDENTIFIER = t5.CP_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t5.CPR_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t1.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t4 on t4.VISIT_ID = t3.IDENTIFIER where (upper(t0.SHORT_TITLE) = 'KIDNEY DISEASE' AND upper(t1.AVAILABILITY_STATUS) = 'AVAILABLE' AND t1.AVAILABLE_QUANTITY > 0 AND (upper(t2.VALUE) in ('DNA')) AND t4.VALUE is not null ) AND (t5.ACTIVITY_STATUS != 'Disabled')" "501010","Mar 29, 2022 06:52","Catalog User","public_catalog_user","public_catalog_user","Data","0","24","select Specimen.id, Specimen.label, Specimen.class, Specimen.type, Specimen.tissueSite, Specimen.availableQty where CollectionProtocol.shortTitle = ""Kidney Disease"" and Specimen.availabilityStatus = ""Available"" and Specimen.availableQty > 0 and Specimen.type in (""DNA"") and SpecimenCollectionGroup.clinicalDiagnoses.value exists limit 0, 10000","select * from (select tab.*, rownum rnum from (select t1.IDENTIFIER as c0, t1.LABEL as c1, t5.VALUE as c2, t2.VALUE as c3, t6.VALUE as c4, t1.AVAILABLE_QUANTITY as c5, 't7', t7.CPR_ID as mc0, 't1', t1.IDENTIFIER as mc1 from CPR_VIEW t7 left join CATISSUE_COLLECTION_PROTOCOL t0 on t0.IDENTIFIER = t7.CP_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t7.CPR_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t1.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t1.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t1.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t4 on t4.VISIT_ID = t3.IDENTIFIER where (upper(t0.SHORT_TITLE) = 'KIDNEY DISEASE' AND upper(t1.AVAILABILITY_STATUS) = 'AVAILABLE' AND t1.AVAILABLE_QUANTITY > 0 AND (upper(t2.VALUE) in ('DNA')) AND t4.VALUE is not null ) AND (t7.ACTIVITY_STATUS != 'Disabled') order by t7.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "501011","Mar 29, 2022 06:55","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","65","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.ssn as ""NHS Number"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.SSN as c6, t0.REGISTRATION_DATE as c7, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c8 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4672) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "501012","Mar 29, 2022 06:57","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","65","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.ssn as ""NHS Number"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.SSN as c6, t0.REGISTRATION_DATE as c7, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c8 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4672) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "501013","Mar 29, 2022 06:57","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 4973)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "501014","Mar 29, 2022 06:59","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","45","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.ssn as ""NHS Number"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.SSN as c6, t0.REGISTRATION_DATE as c7, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c8 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4934) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "501015","Mar 29, 2022 07:03","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","45","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.ssn as ""NHS Number"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.SSN as c6, t0.REGISTRATION_DATE as c7, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c8 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4934) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "501016","Mar 29, 2022 07:04","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","45","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.ssn as ""NHS Number"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.SSN as c6, t0.REGISTRATION_DATE as c7, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c8 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4934) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "501017","Mar 29, 2022 07:05","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","45","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.ssn as ""NHS Number"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.SSN as c6, t0.REGISTRATION_DATE as c7, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c8 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4934) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "501018","Mar 29, 2022 07:05","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","45","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.ssn as ""NHS Number"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.SSN as c6, t0.REGISTRATION_DATE as c7, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c8 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4934) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "501019","Mar 29, 2022 07:06","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","45","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.ssn as ""NHS Number"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.SSN as c6, t0.REGISTRATION_DATE as c7, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c8 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4934) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "501020","Mar 29, 2022 07:08","Divya Prabhu","divya@krishagni.com","divya.prabhu","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where SpecimenCollectionGroup.clinicalDiagnoses.value exists and Specimen.type exists and Specimen.availableQty > 0 and Specimen.availabilityStatus = ""Available"" and CollectionProtocol.shortTitle = ""Kidney Disease"" and Specimen.lineage = ""New""","select count(distinct t5.CPR_ID) as c0, count(distinct t0.IDENTIFIER) as c1, count(distinct t2.IDENTIFIER) as c2 from CPR_VIEW t5 left join CATISSUE_COLLECTION_PROTOCOL t4 on t4.IDENTIFIER = t5.CP_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t0 on t0.COLLECTION_PROTOCOL_REG_ID = t5.CPR_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t2 on t2.SPECIMEN_COLLECTION_GROUP_ID = t0.IDENTIFIER and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t2.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t1 on t1.VISIT_ID = t0.IDENTIFIER where (t1.VALUE is not null AND t3.VALUE is not null AND t2.AVAILABLE_QUANTITY > 0 AND t2.AVAILABILITY_STATUS = 'Available' AND t4.SHORT_TITLE = 'Kidney Disease' AND t2.LINEAGE = 'New') AND (t5.ACTIVITY_STATUS != 'Disabled')" "501021","Mar 29, 2022 07:08","Divya Prabhu","divya@krishagni.com","divya.prabhu","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where CollectionProtocol.shortTitle = ""Kidney Disease"" and Specimen.availabilityStatus = ""Available"" and Specimen.availableQty > 0 and Specimen.type exists and SpecimenCollectionGroup.clinicalDiagnoses.value exists and Specimen.lineage = ""New""","select count(distinct t5.CPR_ID) as c0, count(distinct t3.IDENTIFIER) as c1, count(distinct t1.IDENTIFIER) as c2 from CPR_VIEW t5 left join CATISSUE_COLLECTION_PROTOCOL t0 on t0.IDENTIFIER = t5.CP_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t5.CPR_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t1.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t4 on t4.VISIT_ID = t3.IDENTIFIER where (upper(t0.SHORT_TITLE) = 'KIDNEY DISEASE' AND upper(t1.AVAILABILITY_STATUS) = 'AVAILABLE' AND t1.AVAILABLE_QUANTITY > 0 AND t2.VALUE is not null AND t4.VALUE is not null AND upper(t1.LINEAGE) = 'NEW') AND (t5.ACTIVITY_STATUS != 'Disabled')" "501022","Mar 29, 2022 07:08","Divya Prabhu","divya@krishagni.com","divya.prabhu","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where CollectionProtocol.shortTitle = ""Kidney Disease"" and Specimen.availabilityStatus = ""Available"" and Specimen.availableQty > 0 and Specimen.type exists and SpecimenCollectionGroup.clinicalDiagnoses.value exists and Specimen.lineage = ""New""","select count(distinct t5.CPR_ID) as c0, count(distinct t3.IDENTIFIER) as c1, count(distinct t1.IDENTIFIER) as c2 from CPR_VIEW t5 left join CATISSUE_COLLECTION_PROTOCOL t0 on t0.IDENTIFIER = t5.CP_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t5.CPR_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t1.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t4 on t4.VISIT_ID = t3.IDENTIFIER where (upper(t0.SHORT_TITLE) = 'KIDNEY DISEASE' AND upper(t1.AVAILABILITY_STATUS) = 'AVAILABLE' AND t1.AVAILABLE_QUANTITY > 0 AND t2.VALUE is not null AND t4.VALUE is not null AND upper(t1.LINEAGE) = 'NEW') AND (t5.ACTIVITY_STATUS != 'Disabled')" "501023","Mar 29, 2022 07:08","Divya Prabhu","divya@krishagni.com","divya.prabhu","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where CollectionProtocol.shortTitle = ""Kidney Disease"" and Specimen.availabilityStatus = ""Available"" and Specimen.availableQty > 0 and Specimen.type exists and SpecimenCollectionGroup.clinicalDiagnoses.value exists and Specimen.lineage = ""New""","select count(distinct t5.CPR_ID) as c0, count(distinct t3.IDENTIFIER) as c1, count(distinct t1.IDENTIFIER) as c2 from CPR_VIEW t5 left join CATISSUE_COLLECTION_PROTOCOL t0 on t0.IDENTIFIER = t5.CP_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t5.CPR_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t1.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t4 on t4.VISIT_ID = t3.IDENTIFIER where (upper(t0.SHORT_TITLE) = 'KIDNEY DISEASE' AND upper(t1.AVAILABILITY_STATUS) = 'AVAILABLE' AND t1.AVAILABLE_QUANTITY > 0 AND t2.VALUE is not null AND t4.VALUE is not null AND upper(t1.LINEAGE) = 'NEW') AND (t5.ACTIVITY_STATUS != 'Disabled')" "501024","Mar 29, 2022 07:09","Catalog User","public_catalog_user","public_catalog_user","Count","0","1","select count(distinct Participant.id) as ""Participants "", count(distinct SpecimenCollectionGroup.id) as ""Visits "", count(distinct Specimen.id) as ""Specimens "" where CollectionProtocol.shortTitle = ""Kidney Disease"" and Specimen.availabilityStatus = ""Available"" and Specimen.availableQty > 0 and Specimen.type exists and SpecimenCollectionGroup.clinicalDiagnoses.value exists and Specimen.lineage = ""New""","select count(distinct t5.CPR_ID) as c0, count(distinct t3.IDENTIFIER) as c1, count(distinct t1.IDENTIFIER) as c2 from CPR_VIEW t5 left join CATISSUE_COLLECTION_PROTOCOL t0 on t0.IDENTIFIER = t5.CP_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t5.CPR_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t1.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t4 on t4.VISIT_ID = t3.IDENTIFIER where (upper(t0.SHORT_TITLE) = 'KIDNEY DISEASE' AND upper(t1.AVAILABILITY_STATUS) = 'AVAILABLE' AND t1.AVAILABLE_QUANTITY > 0 AND t2.VALUE is not null AND t4.VALUE is not null AND upper(t1.LINEAGE) = 'NEW') AND (t5.ACTIVITY_STATUS != 'Disabled')" "501025","Mar 29, 2022 07:09","Catalog User","public_catalog_user","public_catalog_user","Count","0","1","select count(distinct Participant.id) as ""Participants "", count(distinct SpecimenCollectionGroup.id) as ""Visits "", count(distinct Specimen.id) as ""Specimens "" where CollectionProtocol.shortTitle = ""Kidney Disease"" and Specimen.availabilityStatus = ""Available"" and Specimen.availableQty > 0 and Specimen.type in (""Whole Blood"") and SpecimenCollectionGroup.clinicalDiagnoses.value exists and Specimen.lineage = ""New""","select count(distinct t5.CPR_ID) as c0, count(distinct t3.IDENTIFIER) as c1, count(distinct t1.IDENTIFIER) as c2 from CPR_VIEW t5 left join CATISSUE_COLLECTION_PROTOCOL t0 on t0.IDENTIFIER = t5.CP_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t5.CPR_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t1.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t4 on t4.VISIT_ID = t3.IDENTIFIER where (upper(t0.SHORT_TITLE) = 'KIDNEY DISEASE' AND upper(t1.AVAILABILITY_STATUS) = 'AVAILABLE' AND t1.AVAILABLE_QUANTITY > 0 AND (upper(t2.VALUE) in ('WHOLE BLOOD')) AND t4.VALUE is not null AND upper(t1.LINEAGE) = 'NEW') AND (t5.ACTIVITY_STATUS != 'Disabled')" "501026","Mar 29, 2022 07:09","Catalog User","public_catalog_user","public_catalog_user","Data","0","314","select Specimen.id, Specimen.label, Specimen.class, Specimen.type, Specimen.tissueSite, Specimen.availableQty where CollectionProtocol.shortTitle = ""Kidney Disease"" and Specimen.availabilityStatus = ""Available"" and Specimen.availableQty > 0 and Specimen.type in (""Whole Blood"") and SpecimenCollectionGroup.clinicalDiagnoses.value exists and Specimen.lineage = ""New"" limit 0, 10000","select * from (select tab.*, rownum rnum from (select t1.IDENTIFIER as c0, t1.LABEL as c1, t5.VALUE as c2, t2.VALUE as c3, t6.VALUE as c4, t1.AVAILABLE_QUANTITY as c5, 't7', t7.CPR_ID as mc0, 't1', t1.IDENTIFIER as mc1 from CPR_VIEW t7 left join CATISSUE_COLLECTION_PROTOCOL t0 on t0.IDENTIFIER = t7.CP_ID and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t7.CPR_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t1 on t1.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t1.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t1.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t2 on t2.IDENTIFIER = t1.SPECIMEN_TYPE_ID left join OS_VISIT_CD_VIEW t4 on t4.VISIT_ID = t3.IDENTIFIER where (upper(t0.SHORT_TITLE) = 'KIDNEY DISEASE' AND upper(t1.AVAILABILITY_STATUS) = 'AVAILABLE' AND t1.AVAILABLE_QUANTITY > 0 AND (upper(t2.VALUE) in ('WHOLE BLOOD')) AND t4.VALUE is not null AND upper(t1.LINEAGE) = 'NEW') AND (t7.ACTIVITY_STATUS != 'Disabled') order by t7.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "501027","Mar 29, 2022 07:12","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","45","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.ssn as ""NHS Number"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.SSN as c6, t0.REGISTRATION_DATE as c7, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c8 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4934) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "501028","Mar 29, 2022 07:12","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 4973)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "501029","Mar 29, 2022 07:12","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","45","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.ssn as ""NHS Number"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.SSN as c6, t0.REGISTRATION_DATE as c7, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c8 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4934) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "501030","Mar 29, 2022 07:12","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","45","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.ssn as ""NHS Number"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.externalSubjectId limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.SSN as c6, t0.REGISTRATION_DATE as c7, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c8 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4934) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.EXTERNAL_SUBJECT_ID asc ) tab where rownum <= 101) where rnum >= 1" "501031","Mar 29, 2022 07:13","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","45","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.ssn as ""NHS Number"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.SSN as c6, t0.REGISTRATION_DATE as c7, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c8 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4934) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "501032","Mar 29, 2022 07:23","AU1K6 KAVI 6","AU1K6.KAVI6@gmail.com","AU1K6","Data","0","1","select distinct CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle, CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and (((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 6349)) and ((CollectionProtocol.cpSites.siteId in sql(""select identifier from catissue_site where institute_id = 3374 and activity_status != 'Disabled'"")))) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6349) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6349)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3374 and activity_status != 'Disabled'))))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3374 and activity_status != 'Disabled')))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "501033","Mar 29, 2022 07:39","AU1K6 KAVI 6","AU1K6.KAVI6@gmail.com","AU1K6","Data","0","7","select distinct CollectionProtocol.id, Participant.regDate, Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.ssn as ""NHS Number"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) and (((((Participant.medicalRecord.mrnSiteId in sql(""select identifier from catissue_site where institute_id = 3374 and activity_status != 'Disabled'"") or CollectionProtocol.cpSites.siteId in sql(""select identifier from catissue_site where institute_id = 3374 and activity_status != 'Disabled'"")))))) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.SSN as c8, t0.REGISTRATION_DATE as c9, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c10 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 3374 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 3374 and activity_status != 'Disabled'))))))) AND t2.IDENTIFIER = 6117) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "501034","Mar 29, 2022 07:41","AU1K6 KAVI 6","AU1K6.KAVI6@gmail.com","AU1K6","Data","0","8","select distinct CollectionProtocol.id, Participant.regDate, Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.ssn as ""NHS Number"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) and (((((Participant.medicalRecord.mrnSiteId in sql(""select identifier from catissue_site where institute_id = 3374 and activity_status != 'Disabled'"") or CollectionProtocol.cpSites.siteId in sql(""select identifier from catissue_site where institute_id = 3374 and activity_status != 'Disabled'"")))))) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.SSN as c8, t0.REGISTRATION_DATE as c9, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c10 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 3374 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 3374 and activity_status != 'Disabled'))))))) AND t2.IDENTIFIER = 6117) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "501035","Mar 29, 2022 07:41","AU1K6 KAVI 6","AU1K6.KAVI6@gmail.com","AU1K6","Data","0","8","select distinct CollectionProtocol.id, Participant.regDate, Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.ssn as ""NHS Number"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) and (((((Participant.medicalRecord.mrnSiteId in sql(""select identifier from catissue_site where institute_id = 3374 and activity_status != 'Disabled'"") or CollectionProtocol.cpSites.siteId in sql(""select identifier from catissue_site where institute_id = 3374 and activity_status != 'Disabled'"")))))) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.SSN as c8, t0.REGISTRATION_DATE as c9, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c10 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 3374 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 3374 and activity_status != 'Disabled'))))))) AND t2.IDENTIFIER = 6117) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "501036","Mar 29, 2022 07:41","AU1K6 KAVI 6","AU1K6.KAVI6@gmail.com","AU1K6","Data","0","1","select distinct CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle, CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and (((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 6349)) and ((CollectionProtocol.cpSites.siteId in sql(""select identifier from catissue_site where institute_id = 3374 and activity_status != 'Disabled'"")))) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6349) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6349)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3374 and activity_status != 'Disabled'))))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3374 and activity_status != 'Disabled')))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "501037","Mar 29, 2022 07:43","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 6299)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "501038","Mar 29, 2022 07:43","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 6299)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "501039","Mar 29, 2022 07:45","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 6299)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "501040","Mar 29, 2022 07:45","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 6299)) and (CollectionProtocol.shortTitle contains ""a"") order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%A%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "501041","Mar 29, 2022 07:46","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","1","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 6299)) and (CollectionProtocol.shortTitle contains ""AHCP1"") order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%AHCP1%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "501042","Mar 29, 2022 07:46","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","5","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.ssn as ""NHS Number"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.SSN as c6, t0.REGISTRATION_DATE as c7, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c8 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "501043","Mar 29, 2022 07:48","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 6299)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "501044","Mar 29, 2022 07:48","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","4","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 6299)) and (CollectionProtocol.shortTitle contains ""AA"") order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%AA%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "501045","Mar 29, 2022 07:49","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 6299)) and (CollectionProtocol.shortTitle contains ""A"") order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%A%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "501046","Mar 29, 2022 07:49","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 6299)) and (CollectionProtocol.shortTitle contains ""A"") order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%A%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "501047","Mar 29, 2022 07:49","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","6","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.ssn as ""NHS Number"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.SSN as c6, t0.REGISTRATION_DATE as c7, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c8 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6093) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "501048","Mar 29, 2022 07:54","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 6299)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "501049","Mar 29, 2022 07:54","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","38","select Participant.id as ""cprId"", Participant.ppid as ""Participant Protocol ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5920) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "501050","Mar 29, 2022 07:54","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 6299)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "501051","Mar 29, 2022 08:07","AU1K3 KAVI 3","AU1K3.KAVI3@gmail.com","AU1K3","Data","0","0","select distinct CollectionProtocol.id, Participant.regDate, Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.ssn as ""NHS Number"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) and (((((Participant.medicalRecord.mrnSiteId in sql(""select identifier from catissue_site where institute_id = 3371 and activity_status != 'Disabled'"") or CollectionProtocol.cpSites.siteId in sql(""select identifier from catissue_site where institute_id = 3371 and activity_status != 'Disabled'"")))))) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.SSN as c8, t0.REGISTRATION_DATE as c9, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c10 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 3371 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 3371 and activity_status != 'Disabled'))))))) AND t2.IDENTIFIER = 6128) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "501052","Mar 29, 2022 09:52","AU1K6 KAVI 6","AU1K6.KAVI6@gmail.com","AU1K6","Data","0","0","select distinct CollectionProtocol.id, Participant.regDate, Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.ssn as ""NHS Number"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) and (((((Participant.medicalRecord.mrnSiteId in sql(""select identifier from catissue_site where institute_id = 3374 and activity_status != 'Disabled'"") or CollectionProtocol.cpSites.siteId in sql(""select identifier from catissue_site where institute_id = 3374 and activity_status != 'Disabled'"")))))) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.SSN as c8, t0.REGISTRATION_DATE as c9, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c10 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 3374 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 3374 and activity_status != 'Disabled'))))))) AND t2.IDENTIFIER = 6128) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "501053","Mar 29, 2022 11:37","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 244)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "501054","Mar 29, 2022 11:41","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 244)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "501055","Mar 29, 2022 11:46","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 244)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "501056","Mar 29, 2022 11:54","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 244)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "501057","Mar 29, 2022 11:54","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","26","select Participant.id as ""cprId"", Participant.ppid as ""Participant Protocol ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", date_format(Participant.regDate, ""%month2%/%month_day%/%year4% %hour%:%minute%"") as ""Registration Date"", Participant.customFields.additionalRegistration.preferredLanguage as ""Preferred Language"", Participant.econsents.customFields.consentCustomFields.consentDate as ""Consent Date"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "501058","Mar 29, 2022 11:56","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","26","select Participant.id as ""cprId"", Participant.ppid as ""Participant Protocol ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", date_format(Participant.regDate, ""%month2%/%month_day%/%year4% %hour%:%minute%"") as ""Registration Date"", Participant.customFields.additionalRegistration.preferredLanguage as ""Preferred Language"", Participant.econsents.customFields.consentCustomFields.consentDate as ""Consent Date"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, to_char(t0.REGISTRATION_DATE, 'MM/DD/YYYY HH24:MI') as c3, t3.DE_A_26 as c4, t6.DE_A_1 as c5 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t4 on t4.CPR_ID = t0.CPR_ID left join (OS_CONSENT_RESP_CUSTOM_FIELDS t5 inner join DE_E_19026 t6 on t6.IDENTIFIER = t5.RECORD_ID and t5.FORM_ID = 7226) on t5.RESPONSE_ID = t4.RESPONSE_ID left join (OS_CPR_CUST_FIELDS_VIEW t2 inner join DE_E_19776 t3 on t3.IDENTIFIER = t2.RECORD_ID and t2.FORM_ID = 7901) on t2.CPR_ID = t0.CPR_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4834) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "501059","Mar 29, 2022 11:56","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where Participant.econsents.docTitle exists","select count(distinct t0.CPR_ID) as c0, count(distinct t3.IDENTIFIER) as c1, count(distinct t4.IDENTIFIER) as c2 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t1 on t1.CPR_ID = t0.CPR_ID left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t4 on t4.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.DOC_TITLE is not null ) AND t2.IDENTIFIER = 4532) AND (t0.ACTIVITY_STATUS != 'Disabled')" "501060","Mar 29, 2022 11:56","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","44","select count(distinct Participant.ppid) as ""Patient Count "", Participant.firstName, Participant.lastName, Participant.dateOfBirth, Participant.econsents.docTitle, Participant.econsents.docVersion, Participant.econsents.stmtResponses.statement, Participant.econsents.stmtResponses.response, Participant.econsents.updater, Participant.econsents.updateTime, Participant.econsents.creator, Participant.econsents.creationTime where Participant.econsents.docTitle exists limit 0, 10000 crosstab((5,6,7), 8, (1) )","select * from (select tab.*, rownum rnum from (select count(distinct t0.PPID) as c0, t0.FIRST_NAME as c1, t0.LAST_NAME as c2, t0.DOB as c3, t1.DOC_TITLE as c4, t1.DOC_VERSION as c5, t3.STATEMENT as c6, t4.VALUE as c7, t5.NAME as c8, t1.UPDATE_TIME as c9, t6.NAME as c10, t1.CREATION_TIME as c11 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t1 on t1.CPR_ID = t0.CPR_ID left join OS_CPR_CONSENT_STMT_RESPS_VIEW t3 on t3.RESPONSE_ID = t1.RESPONSE_ID left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t3.VALUE_ID left join USER_VIEW t6 on t6.IDENTIFIER = t1.CREATOR_ID left join USER_VIEW t5 on t5.IDENTIFIER = t1.UPDATER_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where ((t1.DOC_TITLE is not null ) AND t2.IDENTIFIER = 4532) AND (t0.ACTIVITY_STATUS != 'Disabled') group by t0.FIRST_NAME, t0.LAST_NAME, t0.DOB, t1.DOC_TITLE, t1.DOC_VERSION, t3.STATEMENT, t4.VALUE, t5.NAME, t1.UPDATE_TIME, t6.NAME, t1.CREATION_TIME) tab where rownum <= 10000) where rnum >= 1" "501061","Mar 29, 2022 11:56","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Count","0","1","select count(distinct Participant.id) as ""cprCnt"", count(distinct SpecimenCollectionGroup.id) as ""visitCnt"", count(distinct Specimen.id) as ""specimenCnt"" where Participant.participantId exists and Participant.econsents.stmtResponses.statement any and Participant.econsents.docTitle any","select count(distinct t0.CPR_ID) as c0, count(distinct t4.IDENTIFIER) as c1, count(distinct t5.IDENTIFIER) as c2 from CPR_VIEW t0 left join OS_CPR_CONSENT_RESPS_VIEW t1 on t1.CPR_ID = t0.CPR_ID left join OS_CPR_CONSENT_STMT_RESPS_VIEW t2 on t2.RESPONSE_ID = t1.RESPONSE_ID left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t0.CPR_ID and t4.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SPECIMEN t5 on t5.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t5.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where ((t0.PARTICIPANT_ID is not null AND 1 = 1 AND 1 = 1 ) AND t3.IDENTIFIER = 5695) AND (t0.ACTIVITY_STATUS != 'Disabled')" "501062","Mar 29, 2022 11:56","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","105","select Participant.id as ""$cprId"", Participant.ppid, Participant.gender, Participant.econsents.docTitle, Participant.econsents.docVersion, Participant.econsents.creationTime, Participant.econsents.creator, Participant.econsents.stmtResponses.statement, Participant.econsents.stmtResponses.statementCode, Participant.econsents.stmtResponses.response where Participant.participantId exists and Participant.econsents.stmtResponses.statement any and Participant.econsents.docTitle any limit 0, 10000","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t4.VALUE as c2, t1.DOC_TITLE as c3, t1.DOC_VERSION as c4, t1.CREATION_TIME as c5, t5.NAME as c6, t2.STATEMENT as c7, t2.STATEMENT_CODE as c8, t6.VALUE as c9, 't0', t0.CPR_ID as mc0, 't1', t1.IDENTIFIER as mc1, 't2', t2.IDENTIFIER as mc2 from CPR_VIEW t0 left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.GENDER_ID left join OS_CPR_CONSENT_RESPS_VIEW t1 on t1.CPR_ID = t0.CPR_ID left join OS_CPR_CONSENT_STMT_RESPS_VIEW t2 on t2.RESPONSE_ID = t1.RESPONSE_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t2.VALUE_ID left join USER_VIEW t5 on t5.IDENTIFIER = t1.CREATOR_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t0.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where ((t0.PARTICIPANT_ID is not null AND 1 = 1 AND 1 = 1 ) AND t3.IDENTIFIER = 5695) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CPR_ID) tab where rownum <= 10000) where rnum >= 1" "501063","Mar 29, 2022 11:58","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","11","select Participant.id as ""cprId"", Participant.ppid as ""Participant Protocol ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5695) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "501064","Mar 30, 2022 00:26","Poornima Govindrao","poornima.govindrao@krishagni.com","poornima.govindrao","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 244)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 244) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 244))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "501065","Mar 30, 2022 00:55","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 5813)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "501066","Mar 30, 2022 00:57","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","7","select Participant.id as ""cprId"", Participant.ppid as ""Participant Protocol ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "501067","Mar 30, 2022 01:04","Vinayak Pawar","vinayak.pawar@krishagni.com","vpawar","Data","0","26","select Participant.id as ""cprId"", Participant.ppid as ""Deelnemer Protocol-ID(PPID)"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Naam"", Participant.regDate as ""Registratie Datum"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Leeftijd"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.REGISTRATION_DATE as c3, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c4 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5962) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "501068","Mar 30, 2022 01:09","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","7","select Participant.id as ""cprId"", Participant.ppid as ""Participant Protocol ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "501069","Mar 30, 2022 01:10","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","101","select Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Specimen.label as ""Label"", Specimen.createdOn as ""Created On"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", Specimen.pathologicalStatus as ""Pathology Status"", Specimen.availableQty as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.collectionStatus = ""Collected"" and Specimen.activityStatus = ""Active"") order by Specimen.createdOn desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "501070","Mar 30, 2022 01:10","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","101","select Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Specimen.label as ""Label"", Specimen.createdOn as ""Created On"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", Specimen.pathologicalStatus as ""Pathology Status"", Specimen.availableQty as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.collectionStatus = ""Collected"" and Specimen.activityStatus = ""Active"") order by Specimen.label limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.LABEL asc ) tab where rownum <= 101) where rnum >= 1" "501071","Mar 30, 2022 01:10","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","101","select Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Specimen.label as ""Label"", Specimen.createdOn as ""Created On"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", Specimen.pathologicalStatus as ""Pathology Status"", Specimen.availableQty as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.collectionStatus = ""Collected"" and Specimen.activityStatus = ""Active"") order by Specimen.label desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t3.VALUE as c1, t4.VALUE as c2, t0.AVAILABILITY_STATUS as c3, t1.IDENTIFIER as c4, t0.LABEL as c5, t0.CREATED_ON as c6, t3.VALUE as c7, t5.VALUE as c8, t6.VALUE as c9, t0.AVAILABLE_QUANTITY as c10, de_concat_if_not_null(t2.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t2.FORMATTED_POSITION, ')')),'')) as c11 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t7 on t7.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t8 on t8.CPR_ID = t7.COLLECTION_PROTOCOL_REG_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t8.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t2 on t2.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t4 on t4.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t5 on t5.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t3 on t3.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE')) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.LABEL desc ) tab where rownum <= 101) where rnum >= 1" "501072","Mar 30, 2022 01:36","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 6299)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "501073","Mar 30, 2022 01:36","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 6299)) and (CollectionProtocol.shortTitle contains ""M"") order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%M%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "501074","Mar 30, 2022 01:36","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","6","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 6299)) and (CollectionProtocol.shortTitle contains ""MS"") order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%MS%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "501075","Mar 30, 2022 01:36","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","0","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.ssn as ""NHS Number"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.SSN as c6, t0.REGISTRATION_DATE as c7, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c8 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6128) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "501076","Mar 30, 2022 01:36","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 6299)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "501077","Mar 30, 2022 01:37","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","6","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 6299)) and (CollectionProtocol.shortTitle contains ""MS"") order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299)) AND (upper(t0.SHORT_TITLE) like '%MS%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "501078","Mar 30, 2022 01:38","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 6299)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "501079","Mar 30, 2022 01:44","AU1K3 KAVI 3","AU1K3.KAVI3@gmail.com","AU1K3","Data","0","0","select distinct CollectionProtocol.id, Participant.regDate, Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.ssn as ""NHS Number"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) and (((((Participant.medicalRecord.mrnSiteId in sql(""select identifier from catissue_site where institute_id = 3371 and activity_status != 'Disabled'"") or CollectionProtocol.cpSites.siteId in sql(""select identifier from catissue_site where institute_id = 3371 and activity_status != 'Disabled'"")))))) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.SSN as c8, t0.REGISTRATION_DATE as c9, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c10 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 3371 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 3371 and activity_status != 'Disabled'))))))) AND t2.IDENTIFIER = 6128) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "501080","Mar 30, 2022 01:46","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 5813)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 5813) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 5813))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "501081","Mar 30, 2022 01:49","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","7","select Participant.id as ""cprId"", Participant.ppid as ""Participant Protocol ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "501082","Mar 30, 2022 01:51","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 6299)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6299) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 6299))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "501083","Mar 30, 2022 01:51","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","7","select Participant.id as ""cprId"", Participant.ppid as ""Participant Protocol ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "501084","Mar 30, 2022 01:51","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","7","select Participant.id as ""cprId"", Participant.ppid as ""Participant Protocol ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "501085","Mar 30, 2022 01:51","AU1K3 KAVI 3","AU1K3.KAVI3@gmail.com","AU1K3","Data","0","0","select distinct CollectionProtocol.id, Participant.regDate, Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.ssn as ""NHS Number"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) and (((((Participant.medicalRecord.mrnSiteId in sql(""select identifier from catissue_site where institute_id = 3371 and activity_status != 'Disabled'"") or CollectionProtocol.cpSites.siteId in sql(""select identifier from catissue_site where institute_id = 3371 and activity_status != 'Disabled'"")))))) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.SSN as c8, t0.REGISTRATION_DATE as c9, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c10 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 3371 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 3371 and activity_status != 'Disabled'))))))) AND t2.IDENTIFIER = 6128) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "501086","Mar 30, 2022 01:52","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","7","select Participant.id as ""cprId"", Participant.ppid as ""Participant Protocol ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "501087","Mar 30, 2022 02:02","AAHK CORD1 KAVI1","aahkcord.kavi1@gmail.com","AHKC1","Data","0","6","select distinct CollectionProtocol.id, Participant.regDate, Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.ssn as ""NHS Number"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) and (((((Participant.medicalRecord.mrnSiteId in sql(""select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled'"") or CollectionProtocol.cpSites.siteId in sql(""select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled'""))) or ((Participant.medicalRecord.mrnSiteId = 4556 or CollectionProtocol.cpSites.siteId = 4556))))) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.SSN as c8, t0.REGISTRATION_DATE as c9, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c10 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled'))) OR ((t1.SITE_ID = 4556 OR t3.SITE_ID = 4556)))))) AND t2.IDENTIFIER = 6093) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "501088","Mar 30, 2022 02:02","AAHK CORD1 KAVI1","aahkcord.kavi1@gmail.com","AHKC1","Data","0","7","select distinct CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle, CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and (((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 6311)) and ((CollectionProtocol.cpSites.siteId in sql(""select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled'"") or CollectionProtocol.cpSites.siteId = 4556))) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6311) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6311)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled') OR t2.SITE_ID = 4556)))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled')) OR (t2.SITE_ID = 4556))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "501089","Mar 30, 2022 02:02","AAHK CORD1 KAVI1","aahkcord.kavi1@gmail.com","AHKC1","Data","0","5","select distinct CollectionProtocol.id, Participant.regDate, Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.ssn as ""NHS Number"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) and (((((Participant.medicalRecord.mrnSiteId in sql(""select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled'"") or CollectionProtocol.cpSites.siteId in sql(""select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled'""))) or ((Participant.medicalRecord.mrnSiteId = 4556 or CollectionProtocol.cpSites.siteId = 4556))))) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.SSN as c8, t0.REGISTRATION_DATE as c9, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c10 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled'))) OR ((t1.SITE_ID = 4556 OR t3.SITE_ID = 4556)))))) AND t2.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "501090","Mar 30, 2022 02:03","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","65","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.ssn as ""NHS Number"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.SSN as c6, t0.REGISTRATION_DATE as c7, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c8 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 4672) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "501091","Mar 30, 2022 02:04","AU1S1 Technician","au1s1.kavi1@gmail.com","AU1S1K1","Data","0","5","select distinct CollectionProtocol.id, Participant.regDate, Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.ssn as ""NHS Number"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) and (((((Participant.medicalRecord.mrnSiteId = 4548 or CollectionProtocol.cpSites.siteId = 4548) and CollectionProtocol.id = 6089) or ((Participant.medicalRecord.mrnSiteId = 4549 or CollectionProtocol.cpSites.siteId = 4549) and CollectionProtocol.id = 6092)))) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.SSN as c8, t0.REGISTRATION_DATE as c9, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c10 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4548 OR t3.SITE_ID = 4548) AND t2.IDENTIFIER = 6089) OR ((t1.SITE_ID = 4549 OR t3.SITE_ID = 4549) AND t2.IDENTIFIER = 6092))))) AND t2.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "501092","Mar 30, 2022 02:12","TISSUEBANKER AU4K6","au4k5.tissuebanker@gmail.com","AU4K6","Data","0","0","select distinct CollectionProtocol.id, Participant.regDate, Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.ssn as ""NHS Number"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) and (((((Participant.medicalRecord.mrnSiteId = 4595 or CollectionProtocol.cpSites.siteId = 4595) and CollectionProtocol.id = 6117) or ((Participant.medicalRecord.mrnSiteId = 4596 or CollectionProtocol.cpSites.siteId = 4596) and CollectionProtocol.id = 6128)))) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.SSN as c8, t0.REGISTRATION_DATE as c9, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c10 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4595 OR t3.SITE_ID = 4595) AND t2.IDENTIFIER = 6117) OR ((t1.SITE_ID = 4596 OR t3.SITE_ID = 4596) AND t2.IDENTIFIER = 6128))))) AND t2.IDENTIFIER = 6128) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "501093","Mar 30, 2022 02:17","AU1K6 KAVI 6","AU1K6.KAVI6@gmail.com","AU1K6","Data","0","0","select distinct CollectionProtocol.id, Participant.regDate, Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.ssn as ""NHS Number"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) and (((((Participant.medicalRecord.mrnSiteId in sql(""select identifier from catissue_site where institute_id = 3374 and activity_status != 'Disabled'"") or CollectionProtocol.cpSites.siteId in sql(""select identifier from catissue_site where institute_id = 3374 and activity_status != 'Disabled'"")))))) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.SSN as c8, t0.REGISTRATION_DATE as c9, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c10 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 3374 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 3374 and activity_status != 'Disabled'))))))) AND t2.IDENTIFIER = 6128) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "501094","Mar 30, 2022 02:18","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 4973)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "501095","Mar 30, 2022 02:18","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","11","select Participant.id as ""cprId"", Participant.ppid as ""Participant ID"", Participant.regDate as ""Registration Date"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.REGISTRATION_DATE as c2 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6086) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "501096","Mar 30, 2022 02:21","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","10","select Participant.id as ""cprId"", Participant.ppid as ""Participant Protocol ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5113) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "501097","Mar 30, 2022 02:23","AU1K6 KAVI 6","AU1K6.KAVI6@gmail.com","AU1K6","Data","0","0","select distinct CollectionProtocol.id, Participant.regDate, Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.ssn as ""NHS Number"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) and (((((Participant.medicalRecord.mrnSiteId in sql(""select identifier from catissue_site where institute_id = 3374 and activity_status != 'Disabled'"") or CollectionProtocol.cpSites.siteId in sql(""select identifier from catissue_site where institute_id = 3374 and activity_status != 'Disabled'"")))))) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.SSN as c8, t0.REGISTRATION_DATE as c9, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c10 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 3374 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 3374 and activity_status != 'Disabled'))))))) AND t2.IDENTIFIER = 6128) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "501098","Mar 30, 2022 02:23","AAHK CORD1 KAVI1","aahkcord.kavi1@gmail.com","AHKC1","Data","0","5","select distinct CollectionProtocol.id, Participant.regDate, Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.ssn as ""NHS Number"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) and (((((Participant.medicalRecord.mrnSiteId in sql(""select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled'"") or CollectionProtocol.cpSites.siteId in sql(""select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled'""))) or ((Participant.medicalRecord.mrnSiteId = 4556 or CollectionProtocol.cpSites.siteId = 4556))))) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.SSN as c8, t0.REGISTRATION_DATE as c9, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c10 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled'))) OR ((t1.SITE_ID = 4556 OR t3.SITE_ID = 4556)))))) AND t2.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "501099","Mar 30, 2022 02:26","AAHK CORD1 KAVI1","aahkcord.kavi1@gmail.com","AHKC1","Data","0","5","select distinct CollectionProtocol.id, Participant.regDate, Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.ssn as ""NHS Number"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) and (((((Participant.medicalRecord.mrnSiteId in sql(""select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled'"") or CollectionProtocol.cpSites.siteId in sql(""select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled'""))) or ((Participant.medicalRecord.mrnSiteId = 4556 or CollectionProtocol.cpSites.siteId = 4556))))) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.SSN as c8, t0.REGISTRATION_DATE as c9, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c10 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled'))) OR ((t1.SITE_ID = 4556 OR t3.SITE_ID = 4556)))))) AND t2.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "501100","Mar 30, 2022 03:20","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","7","select Participant.id as ""cprId"", Participant.ppid as ""Participant Protocol ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "501101","Mar 30, 2022 03:22","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","7","select Participant.id as ""cprId"", Participant.ppid as ""Participant Protocol ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "501102","Mar 30, 2022 03:23","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","7","select Participant.id as ""cprId"", Participant.ppid as ""Participant Protocol ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "501103","Mar 30, 2022 03:24","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","7","select Participant.id as ""cprId"", Participant.ppid as ""Participant Protocol ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "501104","Mar 30, 2022 03:32","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","1","select count(Specimen.id) as ""Primary Specimens"" where (Specimen.id exists and Specimen.lineage = ""New"" and Specimen.collectionStatus = ""Collected"" ) and (Participant.id = 160818)","select count(t0.IDENTIFIER) as c0 from CPR_VIEW t1 left join CATISSUE_SPECIMEN_COLL_GROUP t3 on t3.COLLECTION_PROTOCOL_REG_ID = t1.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t3.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t1.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' where (((t0.IDENTIFIER is not null AND t0.LINEAGE = 'New' AND t0.COLLECTION_STATUS = 'Collected') AND (t1.CPR_ID = 160818)) AND t2.IDENTIFIER = 6089) AND (t1.ACTIVITY_STATUS != 'Disabled')" "501105","Mar 30, 2022 03:32","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","1","select count(Specimen.id) as ""Stored Specimens"" where (Specimen.id exists and Specimen.specimenPosition.containerName exists and Specimen.collectionStatus = ""Collected"" ) and (Participant.id = 160818)","select count(t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_POSITIONS_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t2.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (((t0.IDENTIFIER is not null AND t1.CONTAINER_NAME is not null AND t0.COLLECTION_STATUS = 'Collected') AND (t2.CPR_ID = 160818)) AND t3.IDENTIFIER = 6089) AND (t2.ACTIVITY_STATUS != 'Disabled')" "501106","Mar 30, 2022 03:32","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","1","select count(distinct Specimen.id) as ""Distributed Specimens"" where (Specimen.specimenOrders.orderStatus = ""EXECUTED"") and (Participant.id = 160818)","select count(distinct t0.IDENTIFIER) as c0 from CPR_VIEW t2 left join CATISSUE_SPECIMEN_COLL_GROUP t4 on t4.COLLECTION_PROTOCOL_REG_ID = t2.CPR_ID left join CATISSUE_SPECIMEN t0 on t0.SPECIMEN_COLLECTION_GROUP_ID = t4.IDENTIFIER and t0.ACTIVITY_STATUS != 'Disabled' left join OS_SPECIMEN_DISTRIBUTION_VIEW t1 on t1.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t2.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' where (((t1.ORDER_STATUS = 'EXECUTED') AND (t2.CPR_ID = 160818)) AND t3.IDENTIFIER = 6089) AND (t2.ACTIVITY_STATUS != 'Disabled')" "501107","Mar 30, 2022 03:32","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","101","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 4973)) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "501108","Mar 30, 2022 03:32","Divya Prabhu","divya@krishagni.com","divya.prabhu","Data","0","1","select CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and ((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 4973)) and (CollectionProtocol.shortTitle contains ""le-v"") order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.IDENTIFIER as c0, t0.CATALOG_ID as c1, t1.USER_ID as c2, t0.SHORT_TITLE as c3, t3.NAME as c4, t0.START_DATE as c5 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 4973) left join USER_VIEW t2 on t2.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t3 on t3.IDENTIFIER = t2.IDENTIFIER where ((t0.IDENTIFIER is not null ) AND ((t1.USER_ID is null OR t1.USER_ID = 4973)) AND (upper(t0.SHORT_TITLE) like '%LE-V%' ESCAPE '\' )) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "501109","Mar 30, 2022 03:32","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","5","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.ssn as ""NHS Number"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.SSN as c6, t0.REGISTRATION_DATE as c7, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c8 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "501110","Mar 30, 2022 03:32","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","5","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.ssn as ""NHS Number"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.SSN as c6, t0.REGISTRATION_DATE as c7, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c8 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "501111","Mar 30, 2022 03:33","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","5","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.ssn as ""NHS Number"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.SSN as c6, t0.REGISTRATION_DATE as c7, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c8 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "501112","Mar 30, 2022 03:34","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","5","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.ssn as ""NHS Number"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.SSN as c6, t0.REGISTRATION_DATE as c7, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c8 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "501113","Mar 30, 2022 03:34","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","5","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.ssn as ""NHS Number"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.SSN as c6, t0.REGISTRATION_DATE as c7, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c8 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "501114","Mar 30, 2022 03:35","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","5","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.ssn as ""NHS Number"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.SSN as c6, t0.REGISTRATION_DATE as c7, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c8 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "501115","Mar 30, 2022 03:35","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","5","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.ssn as ""NHS Number"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.SSN as c6, t0.REGISTRATION_DATE as c7, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c8 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "501116","Mar 30, 2022 03:35","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","6","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.ssn as ""NHS Number"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.SSN as c6, t0.REGISTRATION_DATE as c7, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c8 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "501117","Mar 30, 2022 03:38","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","6","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.ssn as ""NHS Number"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.SSN as c6, t0.REGISTRATION_DATE as c7, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c8 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "501118","Mar 30, 2022 03:38","Aditi Kavimandan","aditi.kavimandan@gmail.com","aditi","Data","0","6","select Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.ssn as ""NHS Number"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, t0.EXTERNAL_SUBJECT_ID as c2, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c3, t0.EMPI_ID as c4, t2.MEDICAL_RECORD_NUMBER as c5, t0.SSN as c6, t0.REGISTRATION_DATE as c7, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c8 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "501119","Mar 30, 2022 03:41","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","7","select distinct CollectionProtocol.id, Participant.regDate, Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.ssn as ""NHS Number"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) and (((((Participant.medicalRecord.mrnSiteId = 4547 or CollectionProtocol.cpSites.siteId = 4547) and CollectionProtocol.id = 6093) or ((Participant.medicalRecord.mrnSiteId = 4547 or CollectionProtocol.cpSites.siteId = 4547) and CollectionProtocol.id = 6100) or ((Participant.medicalRecord.mrnSiteId = 4549 or CollectionProtocol.cpSites.siteId = 4549) and CollectionProtocol.id = 6089)))) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.SSN as c8, t0.REGISTRATION_DATE as c9, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c10 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6093) OR ((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6100) OR ((t1.SITE_ID = 4549 OR t3.SITE_ID = 4549) AND t2.IDENTIFIER = 6089))))) AND t2.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "501120","Mar 30, 2022 03:41","AU2S2 Coordinator","au2s2.kavi1@gmai.com","AU2S2K1","Data","0","8","select distinct CollectionProtocol.id, Participant.regDate, Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.ssn as ""NHS Number"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) and (((((Participant.medicalRecord.mrnSiteId = 4547 or CollectionProtocol.cpSites.siteId = 4547) and CollectionProtocol.id = 6093) or ((Participant.medicalRecord.mrnSiteId = 4547 or CollectionProtocol.cpSites.siteId = 4547) and CollectionProtocol.id = 6100) or ((Participant.medicalRecord.mrnSiteId = 4549 or CollectionProtocol.cpSites.siteId = 4549) and CollectionProtocol.id = 6089)))) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.SSN as c8, t0.REGISTRATION_DATE as c9, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c10 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6093) OR ((t1.SITE_ID = 4547 OR t3.SITE_ID = 4547) AND t2.IDENTIFIER = 6100) OR ((t1.SITE_ID = 4549 OR t3.SITE_ID = 4549) AND t2.IDENTIFIER = 6089))))) AND t2.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "501121","Mar 30, 2022 03:43","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","7","select Participant.id as ""cprId"", Participant.ppid as ""Participant Protocol ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "501122","Mar 30, 2022 03:47","ANKITA CHAVAN","ankita@krishagni.com","Ankita","Data","0","7","select Participant.id as ""cprId"", Participant.ppid as ""Participant Protocol ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select t0.CPR_ID as c0, t0.PPID as c1, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c2, t0.EMPI_ID as c3, t0.REGISTRATION_DATE as c4, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c5 from CPR_VIEW t0 left join CATISSUE_COLLECTION_PROTOCOL t1 on t1.IDENTIFIER = t0.CP_ID and t1.ACTIVITY_STATUS != 'Disabled' where (((t0.CPR_ID is not null )) AND t1.IDENTIFIER = 5714) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "501123","Mar 30, 2022 03:49","AAHK CORD1 KAVI1","aahkcord.kavi1@gmail.com","AHKC1","Data","0","8","select distinct CollectionProtocol.id, Participant.regDate, Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.ssn as ""NHS Number"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) and (((((Participant.medicalRecord.mrnSiteId in sql(""select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled'"") or CollectionProtocol.cpSites.siteId in sql(""select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled'""))) or ((Participant.medicalRecord.mrnSiteId = 4556 or CollectionProtocol.cpSites.siteId = 4556))))) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.SSN as c8, t0.REGISTRATION_DATE as c9, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c10 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled'))) OR ((t1.SITE_ID = 4556 OR t3.SITE_ID = 4556)))))) AND t2.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "501124","Mar 30, 2022 03:50","AAHK CORD1 KAVI1","aahkcord.kavi1@gmail.com","AHKC1","Data","0","8","select distinct CollectionProtocol.id, Participant.regDate, Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.ssn as ""NHS Number"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) and (((((Participant.medicalRecord.mrnSiteId in sql(""select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled'"") or CollectionProtocol.cpSites.siteId in sql(""select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled'""))) or ((Participant.medicalRecord.mrnSiteId = 4556 or CollectionProtocol.cpSites.siteId = 4556))))) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.SSN as c8, t0.REGISTRATION_DATE as c9, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c10 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled'))) OR ((t1.SITE_ID = 4556 OR t3.SITE_ID = 4556)))))) AND t2.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "501125","Mar 30, 2022 03:50","AAHK CORD1 KAVI1","aahkcord.kavi1@gmail.com","AHKC1","Data","0","8","select distinct CollectionProtocol.id, Participant.regDate, Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.ssn as ""NHS Number"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) and (((((Participant.medicalRecord.mrnSiteId in sql(""select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled'"") or CollectionProtocol.cpSites.siteId in sql(""select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled'""))) or ((Participant.medicalRecord.mrnSiteId = 4556 or CollectionProtocol.cpSites.siteId = 4556))))) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.SSN as c8, t0.REGISTRATION_DATE as c9, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c10 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled'))) OR ((t1.SITE_ID = 4556 OR t3.SITE_ID = 4556)))))) AND t2.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "501126","Mar 30, 2022 03:51","AAHK CORD1 KAVI1","aahkcord.kavi1@gmail.com","AHKC1","Data","0","8","select distinct CollectionProtocol.id, Participant.regDate, Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.ssn as ""NHS Number"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) and (((((Participant.medicalRecord.mrnSiteId in sql(""select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled'"") or CollectionProtocol.cpSites.siteId in sql(""select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled'""))) or ((Participant.medicalRecord.mrnSiteId = 4556 or CollectionProtocol.cpSites.siteId = 4556))))) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.SSN as c8, t0.REGISTRATION_DATE as c9, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c10 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled'))) OR ((t1.SITE_ID = 4556 OR t3.SITE_ID = 4556)))))) AND t2.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "501127","Mar 30, 2022 03:52","AAHK CORD1 KAVI1","aahkcord.kavi1@gmail.com","AHKC1","Data","0","8","select distinct CollectionProtocol.id, Participant.regDate, Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.ssn as ""NHS Number"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) and (((((Participant.medicalRecord.mrnSiteId in sql(""select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled'"") or CollectionProtocol.cpSites.siteId in sql(""select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled'""))) or ((Participant.medicalRecord.mrnSiteId = 4556 or CollectionProtocol.cpSites.siteId = 4556))))) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.SSN as c8, t0.REGISTRATION_DATE as c9, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c10 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled'))) OR ((t1.SITE_ID = 4556 OR t3.SITE_ID = 4556)))))) AND t2.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "501128","Mar 30, 2022 03:52","AAHK CORD1 KAVI1","aahkcord.kavi1@gmail.com","AHKC1","Data","0","9","select distinct CollectionProtocol.id, Participant.regDate, Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.ssn as ""NHS Number"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) and (((((Participant.medicalRecord.mrnSiteId in sql(""select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled'"") or CollectionProtocol.cpSites.siteId in sql(""select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled'""))) or ((Participant.medicalRecord.mrnSiteId = 4556 or CollectionProtocol.cpSites.siteId = 4556))))) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.SSN as c8, t0.REGISTRATION_DATE as c9, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c10 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled'))) OR ((t1.SITE_ID = 4556 OR t3.SITE_ID = 4556)))))) AND t2.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "501129","Mar 30, 2022 03:53","AAHK CORD1 KAVI1","aahkcord.kavi1@gmail.com","AHKC1","Data","0","9","select distinct CollectionProtocol.id, Participant.regDate, Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.ssn as ""NHS Number"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) and (((((Participant.medicalRecord.mrnSiteId in sql(""select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled'"") or CollectionProtocol.cpSites.siteId in sql(""select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled'""))) or ((Participant.medicalRecord.mrnSiteId = 4556 or CollectionProtocol.cpSites.siteId = 4556))))) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.SSN as c8, t0.REGISTRATION_DATE as c9, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c10 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled'))) OR ((t1.SITE_ID = 4556 OR t3.SITE_ID = 4556)))))) AND t2.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "501130","Mar 30, 2022 03:53","AAHK CORD1 KAVI1","aahkcord.kavi1@gmail.com","AHKC1","Data","0","9","select distinct CollectionProtocol.id, Participant.regDate, Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.ssn as ""NHS Number"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) and (((((Participant.medicalRecord.mrnSiteId in sql(""select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled'"") or CollectionProtocol.cpSites.siteId in sql(""select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled'""))) or ((Participant.medicalRecord.mrnSiteId = 4556 or CollectionProtocol.cpSites.siteId = 4556))))) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.SSN as c8, t0.REGISTRATION_DATE as c9, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c10 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled'))) OR ((t1.SITE_ID = 4556 OR t3.SITE_ID = 4556)))))) AND t2.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "501131","Mar 30, 2022 03:56","AAHK CORD1 KAVI1","aahkcord.kavi1@gmail.com","AHKC1","Data","0","9","select distinct CollectionProtocol.id, Participant.regDate, Participant.id as ""cprId"", Participant.ppid as ""PPID"", Participant.externalSubjectId as ""External Subject ID"", concat_ws("" "", Participant.firstName, Participant.lastName) as ""Name"", Participant.empi as ""Master Patient Index"", Participant.medicalRecord.medicalRecordNumber as ""MRN"", Participant.ssn as ""NHS Number"", Participant.regDate as ""Registration Date"", concat(years_between(current_date(), Participant.dateOfBirth), "" yrs"") as ""Age"" where (Participant.id exists) and (((((Participant.medicalRecord.mrnSiteId in sql(""select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled'"") or CollectionProtocol.cpSites.siteId in sql(""select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled'""))) or ((Participant.medicalRecord.mrnSiteId = 4556 or CollectionProtocol.cpSites.siteId = 4556))))) order by Participant.regDate desc limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t2.IDENTIFIER as c0, t0.REGISTRATION_DATE as c1, t0.CPR_ID as c2, t0.PPID as c3, t0.EXTERNAL_SUBJECT_ID as c4, concat(de_concat_if_not_null(t0.FIRST_NAME, ' '), t0.LAST_NAME) as c5, t0.EMPI_ID as c6, t1.MEDICAL_RECORD_NUMBER as c7, t0.SSN as c8, t0.REGISTRATION_DATE as c9, de_concat_if_not_null(trunc(months_between(sysdate, t0.DOB) / 12), ' yrs') as c10 from CPR_VIEW t0 left join CATISSUE_PART_MEDICAL_ID t1 on t1.PARTICIPANT_ID = t0.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t2 on t2.IDENTIFIER = t0.CP_ID and t2.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t3 on t3.COLLECTION_PROTOCOL_ID = t2.IDENTIFIER where (((t0.CPR_ID is not null ) AND (((((t1.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled') OR t3.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled'))) OR ((t1.SITE_ID = 4556 OR t3.SITE_ID = 4556)))))) AND t2.IDENTIFIER = 6089) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.REGISTRATION_DATE desc ) tab where rownum <= 101) where rnum >= 1" "501132","Mar 30, 2022 03:56","AAHK CORD1 KAVI1","aahkcord.kavi1@gmail.com","AHKC1","Data","0","8","select distinct CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle, CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and (((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 6311)) and ((CollectionProtocol.cpSites.siteId in sql(""select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled'"") or CollectionProtocol.cpSites.siteId = 4556))) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6311) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6311)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled') OR t2.SITE_ID = 4556)))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled')) OR (t2.SITE_ID = 4556))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "501133","Mar 30, 2022 04:01","AAHK CORD1 KAVI1","aahkcord.kavi1@gmail.com","AHKC1","Data","0","8","select distinct CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle, CollectionProtocol.id as ""cpId"", CollectionProtocol.catalogId as ""catalogId"", CollectionProtocol.__userLabels.userId as ""starred"", CollectionProtocol.shortTitle as ""Title"", CollectionProtocol.principalInvestigator.investigatorName as ""Principal Investigator"", CollectionProtocol.startDate as ""Start Date"" where (CollectionProtocol.id exists) and (((CollectionProtocol.__userLabels.userId not exists or CollectionProtocol.__userLabels.userId = 6311)) and ((CollectionProtocol.cpSites.siteId in sql(""select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled'"") or CollectionProtocol.cpSites.siteId = 4556))) order by CollectionProtocol.__userLabels.userId, CollectionProtocol.shortTitle limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t1.USER_ID as c0, t0.SHORT_TITLE as c1, t0.IDENTIFIER as c2, t0.CATALOG_ID as c3, t1.USER_ID as c4, t0.SHORT_TITLE as c5, t4.NAME as c6, t0.START_DATE as c7 from CATISSUE_COLLECTION_PROTOCOL t0 left join OS_STARRED_CPS_VIEW t1 on t1.CP_ID = t0.IDENTIFIER and (t1.user_id is null or t1.user_id = 6311) left join CATISSUE_SITE_CP t2 on t2.COLLECTION_PROTOCOL_ID = t0.IDENTIFIER left join USER_VIEW t3 on t3.IDENTIFIER = t0.PRINCIPAL_INVESTIGATOR_ID left join USER_VIEW t4 on t4.IDENTIFIER = t3.IDENTIFIER where (((t0.IDENTIFIER is not null ) AND (((t1.USER_ID is null OR t1.USER_ID = 6311)) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled') OR t2.SITE_ID = 4556)))) AND ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled')) OR (t2.SITE_ID = 4556))) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t1.USER_ID asc , t0.SHORT_TITLE asc ) tab where rownum <= 101) where rnum >= 1" "501134","Mar 30, 2022 04:01","AAHK CORD1 KAVI1","aahkcord.kavi1@gmail.com","AHKC1","Data","0","3","select distinct Specimen.createdOn, Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Specimen.label as ""Label"", Specimen.createdOn as ""Created On"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", Specimen.pathologicalStatus as ""Pathology Status"", Specimen.availableQty as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.collectionStatus = ""Collected"" and Specimen.activityStatus = ""Active"") and (((((Participant.medicalRecord.mrnSiteId in sql(""select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled'"") or CollectionProtocol.cpSites.siteId in sql(""select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled'""))) or ((Participant.medicalRecord.mrnSiteId = 4556 or CollectionProtocol.cpSites.siteId = 4556))) or (Specimen.lineage = ""New"" and (((Participant.medicalRecord.mrnSiteId = 4556 or CollectionProtocol.cpSites.siteId = 4556)) or ((Participant.medicalRecord.mrnSiteId in sql(""select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled'"") or CollectionProtocol.cpSites.siteId in sql(""select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled'""))))))) order by Specimen.createdOn desc limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t0.CREATED_ON as c0, t0.IDENTIFIER as c1, t6.VALUE as c2, t7.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t3.IDENTIFIER as c5, t0.LABEL as c6, t0.CREATED_ON as c7, t6.VALUE as c8, t8.VALUE as c9, t9.VALUE as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t5.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t5.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t10 on t10.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t1 on t1.CPR_ID = t10.COLLECTION_PROTOCOL_REG_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t1.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t1.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t4 on t4.COLLECTION_PROTOCOL_ID = t3.IDENTIFIER left join OS_SPECIMEN_POSITIONS_VIEW t5 on t5.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE') AND (((((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled') OR t4.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled'))) OR ((t2.SITE_ID = 4556 OR t4.SITE_ID = 4556))) OR (upper(t0.LINEAGE) = 'NEW' AND (((t2.SITE_ID = 4556 OR t4.SITE_ID = 4556)) OR ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled') OR t4.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled')))))))) AND t3.IDENTIFIER = 6092) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "501135","Mar 30, 2022 04:03","AAHK CORD1 KAVI1","aahkcord.kavi1@gmail.com","AHKC1","Data","0","3","select distinct Specimen.createdOn, Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Specimen.label as ""Label"", Specimen.createdOn as ""Created On"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", Specimen.pathologicalStatus as ""Pathology Status"", Specimen.availableQty as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.collectionStatus = ""Collected"" and Specimen.activityStatus = ""Active"") and (((((Participant.medicalRecord.mrnSiteId in sql(""select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled'"") or CollectionProtocol.cpSites.siteId in sql(""select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled'""))) or ((Participant.medicalRecord.mrnSiteId = 4556 or CollectionProtocol.cpSites.siteId = 4556))) or (Specimen.lineage = ""New"" and (((Participant.medicalRecord.mrnSiteId = 4556 or CollectionProtocol.cpSites.siteId = 4556)) or ((Participant.medicalRecord.mrnSiteId in sql(""select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled'"") or CollectionProtocol.cpSites.siteId in sql(""select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled'""))))))) order by Specimen.createdOn desc limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t0.CREATED_ON as c0, t0.IDENTIFIER as c1, t6.VALUE as c2, t7.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t3.IDENTIFIER as c5, t0.LABEL as c6, t0.CREATED_ON as c7, t6.VALUE as c8, t8.VALUE as c9, t9.VALUE as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t5.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t5.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t10 on t10.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t1 on t1.CPR_ID = t10.COLLECTION_PROTOCOL_REG_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t1.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t1.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t4 on t4.COLLECTION_PROTOCOL_ID = t3.IDENTIFIER left join OS_SPECIMEN_POSITIONS_VIEW t5 on t5.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE') AND (((((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled') OR t4.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled'))) OR ((t2.SITE_ID = 4556 OR t4.SITE_ID = 4556))) OR (upper(t0.LINEAGE) = 'NEW' AND (((t2.SITE_ID = 4556 OR t4.SITE_ID = 4556)) OR ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled') OR t4.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled')))))))) AND t3.IDENTIFIER = 6092) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "501136","Mar 30, 2022 04:04","AAHK CORD1 KAVI1","aahkcord.kavi1@gmail.com","AHKC1","Data","0","4","select distinct Specimen.createdOn, Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Specimen.label as ""Label"", Specimen.createdOn as ""Created On"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", Specimen.pathologicalStatus as ""Pathology Status"", Specimen.availableQty as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.collectionStatus = ""Collected"" and Specimen.activityStatus = ""Active"") and (((((Participant.medicalRecord.mrnSiteId in sql(""select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled'"") or CollectionProtocol.cpSites.siteId in sql(""select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled'""))) or ((Participant.medicalRecord.mrnSiteId = 4556 or CollectionProtocol.cpSites.siteId = 4556))) or (Specimen.lineage = ""New"" and (((Participant.medicalRecord.mrnSiteId = 4556 or CollectionProtocol.cpSites.siteId = 4556)) or ((Participant.medicalRecord.mrnSiteId in sql(""select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled'"") or CollectionProtocol.cpSites.siteId in sql(""select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled'""))))))) order by Specimen.createdOn desc limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t0.CREATED_ON as c0, t0.IDENTIFIER as c1, t6.VALUE as c2, t7.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t3.IDENTIFIER as c5, t0.LABEL as c6, t0.CREATED_ON as c7, t6.VALUE as c8, t8.VALUE as c9, t9.VALUE as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t5.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t5.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t10 on t10.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t1 on t1.CPR_ID = t10.COLLECTION_PROTOCOL_REG_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t1.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t1.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t4 on t4.COLLECTION_PROTOCOL_ID = t3.IDENTIFIER left join OS_SPECIMEN_POSITIONS_VIEW t5 on t5.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE') AND (((((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled') OR t4.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled'))) OR ((t2.SITE_ID = 4556 OR t4.SITE_ID = 4556))) OR (upper(t0.LINEAGE) = 'NEW' AND (((t2.SITE_ID = 4556 OR t4.SITE_ID = 4556)) OR ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled') OR t4.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled')))))))) AND t3.IDENTIFIER = 6092) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "501137","Mar 30, 2022 04:04","AAHK CORD1 KAVI1","aahkcord.kavi1@gmail.com","AHKC1","Data","0","4","select distinct Specimen.createdOn, Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Specimen.label as ""Label"", Specimen.createdOn as ""Created On"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", Specimen.pathologicalStatus as ""Pathology Status"", Specimen.availableQty as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.collectionStatus = ""Collected"" and Specimen.activityStatus = ""Active"") and (((((Participant.medicalRecord.mrnSiteId in sql(""select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled'"") or CollectionProtocol.cpSites.siteId in sql(""select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled'""))) or ((Participant.medicalRecord.mrnSiteId = 4556 or CollectionProtocol.cpSites.siteId = 4556))) or (Specimen.lineage = ""New"" and (((Participant.medicalRecord.mrnSiteId = 4556 or CollectionProtocol.cpSites.siteId = 4556)) or ((Participant.medicalRecord.mrnSiteId in sql(""select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled'"") or CollectionProtocol.cpSites.siteId in sql(""select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled'""))))))) order by Specimen.createdOn desc limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t0.CREATED_ON as c0, t0.IDENTIFIER as c1, t6.VALUE as c2, t7.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t3.IDENTIFIER as c5, t0.LABEL as c6, t0.CREATED_ON as c7, t6.VALUE as c8, t8.VALUE as c9, t9.VALUE as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t5.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t5.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t10 on t10.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t1 on t1.CPR_ID = t10.COLLECTION_PROTOCOL_REG_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t1.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t1.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t4 on t4.COLLECTION_PROTOCOL_ID = t3.IDENTIFIER left join OS_SPECIMEN_POSITIONS_VIEW t5 on t5.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE') AND (((((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled') OR t4.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled'))) OR ((t2.SITE_ID = 4556 OR t4.SITE_ID = 4556))) OR (upper(t0.LINEAGE) = 'NEW' AND (((t2.SITE_ID = 4556 OR t4.SITE_ID = 4556)) OR ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled') OR t4.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled')))))))) AND t3.IDENTIFIER = 6092) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "501138","Mar 30, 2022 04:04","AAHK CORD1 KAVI1","aahkcord.kavi1@gmail.com","AHKC1","Data","0","4","select distinct Specimen.createdOn, Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Specimen.label as ""Label"", Specimen.createdOn as ""Created On"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", Specimen.pathologicalStatus as ""Pathology Status"", Specimen.availableQty as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.collectionStatus = ""Collected"" and Specimen.activityStatus = ""Active"") and (((((Participant.medicalRecord.mrnSiteId in sql(""select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled'"") or CollectionProtocol.cpSites.siteId in sql(""select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled'""))) or ((Participant.medicalRecord.mrnSiteId = 4556 or CollectionProtocol.cpSites.siteId = 4556))) or (Specimen.lineage = ""New"" and (((Participant.medicalRecord.mrnSiteId = 4556 or CollectionProtocol.cpSites.siteId = 4556)) or ((Participant.medicalRecord.mrnSiteId in sql(""select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled'"") or CollectionProtocol.cpSites.siteId in sql(""select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled'""))))))) order by Specimen.createdOn desc limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t0.CREATED_ON as c0, t0.IDENTIFIER as c1, t6.VALUE as c2, t7.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t3.IDENTIFIER as c5, t0.LABEL as c6, t0.CREATED_ON as c7, t6.VALUE as c8, t8.VALUE as c9, t9.VALUE as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t5.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t5.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t10 on t10.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t1 on t1.CPR_ID = t10.COLLECTION_PROTOCOL_REG_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t1.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t1.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t4 on t4.COLLECTION_PROTOCOL_ID = t3.IDENTIFIER left join OS_SPECIMEN_POSITIONS_VIEW t5 on t5.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE') AND (((((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled') OR t4.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled'))) OR ((t2.SITE_ID = 4556 OR t4.SITE_ID = 4556))) OR (upper(t0.LINEAGE) = 'NEW' AND (((t2.SITE_ID = 4556 OR t4.SITE_ID = 4556)) OR ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled') OR t4.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled')))))))) AND t3.IDENTIFIER = 6092) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1" "501139","Mar 30, 2022 04:05","AAHK CORD1 KAVI1","aahkcord.kavi1@gmail.com","AHKC1","Data","0","4","select distinct Specimen.createdOn, Specimen.id as ""specimenId"", Specimen.type as ""specimenType"", Specimen.class as ""specimenClass"", Specimen.availabilityStatus as ""availabilityStatus"", CollectionProtocol.id as ""cpId"", Specimen.label as ""Label"", Specimen.createdOn as ""Created On"", Specimen.type as ""Type"", Specimen.tissueSite as ""Anatomic Site"", Specimen.pathologicalStatus as ""Pathology Status"", Specimen.availableQty as ""Quantity"", concat(Specimen.specimenPosition.containerName, concat_ws("""", concat("" ("", Specimen.specimenPosition.formattedPos, "")""))) as ""Location"" where (Specimen.collectionStatus = ""Collected"" and Specimen.activityStatus = ""Active"") and (((((Participant.medicalRecord.mrnSiteId in sql(""select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled'"") or CollectionProtocol.cpSites.siteId in sql(""select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled'""))) or ((Participant.medicalRecord.mrnSiteId = 4556 or CollectionProtocol.cpSites.siteId = 4556))) or (Specimen.lineage = ""New"" and (((Participant.medicalRecord.mrnSiteId = 4556 or CollectionProtocol.cpSites.siteId = 4556)) or ((Participant.medicalRecord.mrnSiteId in sql(""select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled'"") or CollectionProtocol.cpSites.siteId in sql(""select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled'""))))))) order by Specimen.createdOn desc limit 0, 101","select * from (select tab.*, rownum rnum from (select distinct t0.CREATED_ON as c0, t0.IDENTIFIER as c1, t6.VALUE as c2, t7.VALUE as c3, t0.AVAILABILITY_STATUS as c4, t3.IDENTIFIER as c5, t0.LABEL as c6, t0.CREATED_ON as c7, t6.VALUE as c8, t8.VALUE as c9, t9.VALUE as c10, t0.AVAILABLE_QUANTITY as c11, de_concat_if_not_null(t5.CONTAINER_NAME, concat(de_concat_if_not_null(' (', de_concat_if_not_null(t5.FORMATTED_POSITION, ')')),'')) as c12 from CATISSUE_SPECIMEN t0 left join CATISSUE_SPECIMEN_COLL_GROUP t10 on t10.IDENTIFIER = t0.SPECIMEN_COLLECTION_GROUP_ID left join CPR_VIEW t1 on t1.CPR_ID = t10.COLLECTION_PROTOCOL_REG_ID and t1.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_PART_MEDICAL_ID t2 on t2.PARTICIPANT_ID = t1.PARTICIPANT_ID left join CATISSUE_COLLECTION_PROTOCOL t3 on t3.IDENTIFIER = t1.CP_ID and t3.ACTIVITY_STATUS != 'Disabled' left join CATISSUE_SITE_CP t4 on t4.COLLECTION_PROTOCOL_ID = t3.IDENTIFIER left join OS_SPECIMEN_POSITIONS_VIEW t5 on t5.SPECIMEN_ID = t0.IDENTIFIER left join CATISSUE_PERMISSIBLE_VALUE t7 on t7.IDENTIFIER = t0.SPECIMEN_CLASS_ID left join CATISSUE_PERMISSIBLE_VALUE t9 on t9.IDENTIFIER = t0.PATHOLOGICAL_STATUS_ID left join CATISSUE_PERMISSIBLE_VALUE t8 on t8.IDENTIFIER = t0.ANATOMIC_SITE_ID left join CATISSUE_PERMISSIBLE_VALUE t6 on t6.IDENTIFIER = t0.SPECIMEN_TYPE_ID where (((upper(t0.COLLECTION_STATUS) = 'COLLECTED' AND upper(t0.ACTIVITY_STATUS) = 'ACTIVE') AND (((((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled') OR t4.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled'))) OR ((t2.SITE_ID = 4556 OR t4.SITE_ID = 4556))) OR (upper(t0.LINEAGE) = 'NEW' AND (((t2.SITE_ID = 4556 OR t4.SITE_ID = 4556)) OR ((t2.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled') OR t4.SITE_ID in (select identifier from catissue_site where institute_id = 3365 and activity_status != 'Disabled')))))))) AND t3.IDENTIFIER = 6092) AND (t0.ACTIVITY_STATUS != 'Disabled') order by t0.CREATED_ON desc ) tab where rownum <= 101) where rnum >= 1"