Package uk.nhs.interoperability.payloads.templates

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


  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);
    template.setName(new PersonName()
                .setTitle("Mr")
                .setFamilyName("Hall")
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.