Examples of OrgID


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

  public static AuthorDeviceUniversal createMinimal() {
    AuthorDeviceUniversal minimal = new AuthorDeviceUniversal();
       
     minimal.setManufacturerModelName(new CodedValue("OMRON-M2", "BASIC BP DEVICE"));
     minimal.setSoftwareName(new CodedValue("B003CYK6FA", "OMRON M2 BP MONITOR"));
     minimal.setOrgId(new OrgID()
                .setID("SITE1234")
                .setType(OrgIDType.ODSOrgID.code));
     minimal.setOrgName("MEDWAY HEATH CENTRE");
   
    return minimal;
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.