Examples of SystemID


Examples of uk.nhs.interoperability.payloads.commontypes.SystemID

   
    // Request
    template.setRequestID("E71ADBF0-3A09-11E2-81C1-0800200C9A66");
   
    // System Author
    template.setOriginatingSystemSystemID(new SystemID()
        .setType(SystemIDType.LocalSystemID.code)
        .setAssigningOrganisation("RA8:St Elsewhere's Hospital")
        .setID("112YT"));
    template.setOriginatingSystemOrgID(new OrgID()
        .setType(OrgIDType.ODSOrgID.code)
View Full Code Here

Examples of uk.nhs.interoperability.payloads.commontypes.SystemID

    document.setTime(new DateValue("20121127151500+0000"));
    document.setNotificationID("1A97FCE0-389F-11E2-81C1-0800200C9A66");
   
    // ********** ORIGINATING SYSTEM ********************************
    OriginatingSystem originator = new OriginatingSystem();
    originator.setSystemID(new SystemID()
                .setType(SystemIDType.LocalSystemID.code)
                .setAssigningOrganisation("RA8:St Elsewhere's Hospital")
                .setID("112YT"));
    originator.setOrgID(new OrgID()
                .setType(OrgIDType.ODSOrgID.code)
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.