+ "</tbody></table>");
return template;
}
public static TextSection createTextSection3() {
TextSection template = new TextSection();
template.setSectionId("AD8D0E24-0243-11E2-A989-D6B26188709B");
template.setTitle("Blood Spot Screening");
template.setText("<table width=\"100%\"><tbody>"
+ "<tr align=\"left\" valign=\"top\"><th>Blood spot screening tests</th><th>Results</th><th>Re-evaluated Result: Laboratory Confirm as Correct</th><th>Status Sub Code</th><th>Reason Text</th><th>Supplementary Text</th></tr>"
+ "<tr align=\"left\" valign=\"top\"><td>Phenylketonuria screening test</td><td>Condition not suspected</td><td>Yes</td><td>Not contactable, reasonable efforts made</td><td>PKU Reason Text</td><td>PKU supplementary text</td></tr>"
+ "<tr align=\"left\" valign=\"top\"><td>Screening for sickle cell disease</td><td>Condition not suspected</td><td/><td>Not contactable, reasonable efforts made</td><td>SCD Reason Text</td><td>SCD supplementary text</td></tr>"
+ "<tr align=\"left\" valign=\"top\"><td>Cystic fibrosis screening test</td><td>Condition not suspected</td><td/><td>Not contactable, reasonable efforts made</td><td>CFS Reason Text</td><td>CFS supplementary text</td></tr>"
+ "<tr align=\"left\" valign=\"top\"><td>Congenital hypothyroidism screening test</td><td>Condition not suspected</td><td/><td>Not contactable, reasonable efforts made</td><td>CHT Reason Text</td><td>CHT supplementary text</td></tr>"
+ "<tr align=\"left\" valign=\"top\"><td>Medium-chain acyl-coenzyme A dehydrogenase deficiency screening test</td><td>Condition not suspected</td><td/><td>Not contactable, reasonable efforts made</td><td>MCADD Reason Text</td><td>MCADD supplementary text</td></tr>"
+ "</tbody></table>");
Section2 s2 = new Section2("97069BCA-3D35-11E2-9A71-5C3D6188709B", "Laboratory Details", "St James Pathology Laboratory");
template.addSection2(s2);
s2.addSection3(new Section3("4FFF101C-3D36-11E2-B4B7-9C3E6188709D","Date of Receipt at Lab","11-Sep-2012, 13:10"));
s2.addSection3(new Section3("4FFF101C-3D36-11E2-B4B7-9C3E6188709B","Lab Card Serial Number","0902652801"));
s2.addSection3(new Section3("9415CD54-3D36-11E2-9337-C93F6188709B","Previous Lab Card Serial Number","0902652800"));
Section2 s2b = new Section2("97069BCA-3D35-11E2-9A71-5C3D6188709B","Specimen Collection Details","Blood specimen collected at St. James Hospital");
template.addSection2(s2b);
s2b.addSection3(new Section3("4FFF101C-3D36-11E2-B4B7-9C3E6188709D","Specimen Collection Time","11-Sep-2012, 13:00"));
s2b.addSection3(new Section3("4FFF101C-3D36-11E2-B4B7-9C3E6188709B","Specimen Collected by","Mr Brian Weberly"));
return template;