Package uk.nhs.interoperability.payloads.templates

Examples of uk.nhs.interoperability.payloads.templates.AnticipatoryMedicineBoxIssueProcedure.serialise()


  @Test
  public void testRoundTrip() {
    String expectedResult = loadExpectedResult("/TestData/Templates/COCD_TP146418GB01_AH_01.xml", true);
    AnticipatoryMedicineBoxIssueProcedure template = new AnticipatoryMedicineBoxIssueProcedure();
    template.parse(expectedResult, parentNamespaces);
    String result = template.serialise("procedure", parentNamespaces);
    testXMLisSimilar("/TestData/Templates/COCD_TP146418GB01_AH_01.xml", result, true);
  }
}
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.