Package uk.nhs.interoperability.payloads.templates

Examples of uk.nhs.interoperability.payloads.templates.Section2.addSection3()


   
    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;
  }
 
  public static TextSection createTextSection7() {
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.