Package uk.nhs.interoperability.payloads.templates

Examples of uk.nhs.interoperability.payloads.templates.TextSection.addSection2()


   
    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");
View Full Code Here


   
    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");
View Full Code Here

   
    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;
  }
 
  public static TextSection createTextSection8() {
View Full Code Here

   
    Section2 s2 = new Section2();
    s2.setSectionId("EF3FC326-0242-11E2-A44C-5FB26188709B");
    s2.setTitle("Anticipatory Medicine Box");
    s2.setText("<content ID=\"a4\">Anticipatory medicine box is issued and kept in refrigerator at patient home.</content>");
    template.addSection2(s2);
   
    return template;
  }
 
  public static TextSection createTextSection9() {
View Full Code Here

        + "<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"));
   
View Full Code Here

    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;
View Full Code Here

    Section2 s2 = new Section2();
    s2.setSectionId("EF3FC326-0242-11E2-A44C-5FB26188709B");
    s2.setTitle("Anticipatory Medicine Box");
    s2.setText("<content ID=\"a4\">Anticipatory medicine box is issued and kept in refrigerator at patient home.</content>");
   
    template.addSection2(s2);
   
    return template;
  }
 
  @Test
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.