Examples of addId()


Examples of uk.nhs.interoperability.payloads.templates.RecipientPersonUniversalv1.addId()

    return template;
  }
 
  public static RecipientPersonUniversalv1 createCopyRecipient() {
    RecipientPersonUniversalv1 template = new RecipientPersonUniversalv1();
    template.addId(new RoleID().setNullFlavour(NullFlavour.NI.code));
    template.setJobRoleName(JobRoleName._GeneralMedicalPractitioner);
    template.setName(new PersonName()
                .setFamilyName("Shelley")
                .setGivenName("Pauline"));
    template.setOrgId(new OrgID()
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.