Examples of addSection2()


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

   
    Section2 s2 = new Section2();
    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");
View Full Code Here

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

   
    Section2 s2 = new Section2();
    s2.setSectionId("3D3C6C6E-3254-11E2-A6F5-78B16188709B");
    s2.setTitle("Authority to LPA");
    s2.setText("<content ID=\"a7\">Patient has appointed Mr Alan Smith with personal welfare lasting power of attorney with authority for life sustaining decisions</content>");
    template.addSection2(s2);
   
    Section2 s2b = new Section2();
    s2b.setSectionId("6A0F3668-3254-11E2-B4E1-97B16188709B");
    s2b.setTitle("Prognosis Awareness");
    s2b.setText("<content ID=\"a6\">Main informal carer Mrs Emily Smith is aware of prognosis</content>");
View Full Code Here

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

   
    Section2 s2b = new Section2();
    s2b.setSectionId("6A0F3668-3254-11E2-B4E1-97B16188709B");
    s2b.setTitle("Prognosis Awareness");
    s2b.setText("<content ID=\"a6\">Main informal carer Mrs Emily Smith is aware of prognosis</content>");
    template.addSection2(s2b);
   
    return template;
  }
 
  public static TextSection createTextSection3() {
View Full Code Here

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

   
    Section2 s2 = new Section2();
    s2.setSectionId("D434C50A-3248-11E2-9648-00A86188709B");
    s2.setTitle("Current Stage");
    s2.setText("first stage in liverpool pathway");
    template.addSection2(s2);
   
    return template;
  }

  public static TextSection createTextSection4() {
View Full Code Here

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

   
    Section2 s2 = new Section2();
    s2.setSectionId("116ACB88-0191-11E2-B40B-57D36088709B");
    s2.setTitle("First preferred place of death");
    s2.setText("Home");
    template.addSection2(s2);
   
    Section2 s2b = new Section2();
    s2b.setSectionId("68CD9444-0193-11E2-9B1D-46D56088709B");
    s2b.setTitle("Second preferred place of death");
    s2b.setText("Hospice");
View Full Code Here

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

   
    Section2 s2b = new Section2();
    s2b.setSectionId("68CD9444-0193-11E2-9B1D-46D56088709B");
    s2b.setTitle("Second preferred place of death");
    s2b.setText("Hospice");
    template.addSection2(s2b);
   
    Section2 s2c = new Section2();
    s2c.setSectionId("6E0226C8-0193-11E2-8A9A-4DD56088709B");
    s2c.setTitle("Other patient preferences");
    s2c.setText("None currently");
View Full Code Here

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

   
    Section2 s2c = new Section2();
    s2c.setSectionId("6E0226C8-0193-11E2-8A9A-4DD56088709B");
    s2c.setTitle("Other patient preferences");
    s2c.setText("None currently");
    template.addSection2(s2c);
   
    return template;
  }

  public static TextSection createTextSection5() {
View Full Code Here

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

   
    Section2 s2 = new Section2();
    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>");
View Full Code Here

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

    template.setTimeAuthored(new DateValue("201209111400+0000"));
    template.setAuthor(createAuthorJohnManning());
   
    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.");
View Full Code Here

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

   
    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.");
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.