Package uk.nhs.interoperability.payloads.templates

Examples of uk.nhs.interoperability.payloads.templates.Section3


   
    Section2 s2 = new Section2();
    s2.setSectionId("E9F3B2E4-3247-11E2-857F-16A76188709B");
    template.addSection2(s2);
   
    Section3 s3 = new Section3();
    s3.setSectionId("C80A6B56-023F-11E2-8ACA-08AD6188709B");
    s3.setTitle("Location of DNACPR documentation");
    s3.setText("Original DNACPR documentation is scanned and uploaded to EMIS on 11/09/2012. The signed copy of the documentation is available at GP surgery in locker number 12345.");
    s2.addSection3(s3);
   
    return template;
  }
View Full Code Here


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

    s2.setSectionId("7612D502-349B-11E2-9477-A6D46088709B");
    s2.setTitle("Record Created By");
    s2.setText("Ms Niral Singh, Palliative Care Physician at St James Hospital");
    template.addSection2(s2);
   
    Section3 s3 = new Section3();
    s3.setSectionId("E4B5FD04-349B-11E2-96DB-DCD46088709B");
    s3.setTitle("Record Creation Date");
    s3.setText("11-Sep-2012, 14:00");
    s2.addSection3(s3);
   
    Section3 s3b = new Section3();
    s3b.setSectionId("FA885E2E-349B-11E2-8876-E0D46088709B");
    s3b.setTitle("Record Amended Date");
    s3b.setText("11-Sep-2012, 14:25");
    s2.addSection3(s3b);
   
    Section3 s3c = new Section3();
    s3c.setSectionId("0555B342-349C-11E2-A2C8-E7D46088709B");
    s3c.setTitle("Record Review Date");
    s3c.setText("11-Oct-2012");
    s2.addSection3(s3c);
   
    return template;
  }
View Full Code Here

    s2.setSectionId("956E6B3E-3246-11E2-840D-14A66188709B");
    s2.setTitle("Advance Decision to Refuse Treatment (ADRT)");
    s2.setText("<content ID=\"a2\">Patient has advance decision to refuse treatment</content>");
    template.addSection2(s2);
   
    Section3 s3 = new Section3();
    s3.setSectionId("E36C402C-3246-11E2-A181-7FA66188709B");
    s3.setTitle("Discussion about ADRT");
    s3.setText("<content ID=\"a3\">Patient has involved healthcare professional in advance decision to refuse treatment.</content>");
    s2.addSection3(s3);
   
    Section3 s3b = new Section3();
    s3b.setSectionId("E36C402C-3246-11E2-A181-7FA66188709B");
    s3b.setTitle("Location of ADRT documentation");
    s3b.setText("Original ADRT documentation is scanned and uploaded to EMIS on 11/09/2012. The signed copy of the documentation is available at patient bedside table.");
    s2.addSection3(s3b);
   
    return template;
  }
View Full Code Here

TOP

Related Classes of uk.nhs.interoperability.payloads.templates.Section3

Copyright © 2018 www.massapicom. 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.