Package uk.nhs.interoperability.payloads.commontypes

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


  }
 
  public static AuthorDeviceUniversal createFull() {
    AuthorDeviceUniversal template = new AuthorDeviceUniversal();
   
     template.addDeviceId(new DeviceID().setID("123456"));
    template.setManufacturerModelName(new CodedValue("OMRON-M2", "BASIC BP DEVICE"));
    template.setSoftwareName(new CodedValue("B003CYK6FA", "OMRON M2 BP MONITOR"));
    template.setOrgId(new OrgID()
                .setID("SITE1234")
                .setType(OrgIDType.ODSOrgID.code));
View Full Code Here

TOP

Related Classes of uk.nhs.interoperability.payloads.commontypes.DeviceID

Copyright © 2018 www.massapicom. 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.