| " + PageFlowUtil.filter(rs.getString("Id")) +
+ " | " + PageFlowUtil.filter(rs.getString("date")) +
+ " | " + PageFlowUtil.filter(rs.getString("servicerequested")) +
+ " | " + PageFlowUtil.filter(rs.getString("testid")) +
+ " | " + PageFlowUtil.filter(rs.getString("qualResult")) +
+ " | " + PageFlowUtil.filter(rs.getString("taskid")) +
+ " | " + PageFlowUtil.filter(Vetname) + " |
\n");
+ break;
+
+ }
+ }
+
+ }
+
+ }
+
+ );
+
+ }
+ final TableInfo tt = getTableInfo("study", "clinpathRuns");
+ SimpleFilter filtert = new SimpleFilter(FieldKey.fromString("objectid"), runid, CompareType.EQUAL);
+ filter.addCondition(FieldKey.fromString("id"), id, CompareType.EQUAL);
+
+ TableSelector tst = new TableSelector(ti, PageFlowUtil.set("vet"), filter, null);
+ tst.forEach(new Selector.ForEachBlock<>()
+ {
+ @Override
+ public void exec(ResultSet rs) throws SQLException
+ {
+ Integer vetId = rs.getInt("vet");
+ Set