return template;
}
public static TextSection createTextSection7() {
TextSection template = new TextSection();
template.setSectionId("32895A34-023E-11E2-A13A-EFAA6188709B");
template.setTitle("End of Life Care Observations");
template.setTimeAuthored(new DateValue("201209111400+0000"));
template.setAuthor(createAuthorJohnManning());
Section2 s2 = new Section2();
s2.setSectionId("39E95522-023E-11E2-B794-F3AA6188709B");
s2.setTitle("Primary EoLC Diagnosis");
s2.setText("Carcinoma of greater curve of stomach. This condition was diagnosed on 08/Mar/2012 and is ongoing.");
template.addSection2(s2);
Section2 s2b = new Section2();
s2b.setSectionId("3E3791D4-023E-11E2-81DE-F4AA6188709B");
s2b.setTitle("Other EoLC Diagnosis");
s2b.setText("Chest Infection NOS. The Patient is suffering from chest infection from 02/July/2012 and is ongoing.");
template.addSection2(s2b);
Section2 s2c = new Section2();
s2c.setSectionId("4531036C-023E-11E2-B2E3-FCAA6188709B");
s2c.setTitle("Disabilities");
s2c.setText("Mild learning disablity<br/>Walking disability");
template.addSection2(s2c);
Section2 s2d = new Section2();
s2d.setSectionId("ABCCEF6E-023E-11E2-ABAD-90AB6188709B");
s2d.setTitle("Allergies and Adverse Reaction Summary");
s2d.setText("Lithium carbonate allergy<br/>No drug adverse reaction is noted on records");
template.addSection2(s2d);
return template;
}