Package uk.nhs.interoperability.payloads.templates

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


    return template;
  }
 
  public static RecipientPersonUniversalv1 createRecipient() {
    RecipientPersonUniversalv1 template = new RecipientPersonUniversalv1();
    template.addId(new RoleID()
              .setID("1234512345")
              .setAssigningOrganisation("V396A:Medway PCT"));
    template.addTelephoneNumber(new Telecom()
                      .setTelecom("mailto:t.hall@emailfree.co.uk"));
    template.setJobRoleName(JobRoleName._SpecialistNursePractitioner);
View Full Code Here


    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.