Examples of Telecom


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

     template.addAddress(new Address()
            .addAddressLine("Potter Street")
            .addAddressLine("Grimsby")
            .setPostcode("DN3 6AA")
            .setAddressUse(AddressType.WorkPlace.code));
     template.addTelephoneNumber(new Telecom("tel:01472312345"));
     template.setName(new PersonName()
            .setTitle("Ms")
            .setGivenName("Niral")
            .setFamilyName("Singh"));
    template.setOrganisationId(new OrgID()
View Full Code Here

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

    author.addAddress(new Address()
                  .addAddressLine("Potter Street")
                  .addAddressLine("Grimsby")
                  .setPostcode("DN3 6AA")
                  .setAddressUse(AddressType.WorkPlace.code));
    author.addTelephoneNumber(new Telecom("tel:01472312345"));
    author.setName(new PersonName()
                  .setTitle("Mrs")
                  .setGivenName("Isabella")
                  .setFamilyName("Hopkins"));
    author.setOrganisationId(new OrgID()
View Full Code Here

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

                  .addAddressLine("Carlton Court")
                  .addAddressLine("Martin Road")
                  .addAddressLine("Grimsby")
                  .setPostcode("DN34 4GB")
                  .setAddressUse(AddressType.WorkPlace.code));
    author.addTelephoneNumber(new Telecom("tel:07621846951"));
    author.setName(new PersonName()
                  .setTitle("Dr")
                  .setGivenName("John")
                  .setFamilyName("Manning"));
    author.setOrganisationId(new OrgID()
View Full Code Here

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

              .setID("13579")
              .setAssigningOrganisation("AB1:Medway NHS Foundation Trust"));
   
    template.setJobRoleName(JobRoleName._NR0050);
   
    template.addTelephoneNumber(new Telecom("tel:01634446995"));
   
    template.setName(new PersonName()
                .setTitle("Dr")
                .setGivenName("Peter")
                .setFamilyName("Thomson"));
View Full Code Here

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

                  .addAddressLine("21, County Lodge")
                  .addAddressLine("Woodtown")
                  .setCity("Medway")
                  .setPostcode("ME5 FS1"));
   
    template.addTelephoneNumber(new Telecom("tel:01634446995"));
   
    template.setName(new PersonName()
                .setTitle("Dr")
                .setGivenName("Peter")
                .setFamilyName("Thomson"));
View Full Code Here

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

     template.setID("EF0C2E84-2A89-11E2-A57D-D9CB6088709B");
    
     PatientRelationshipParticipantRole rp = new PatientRelationshipParticipantRole();
     rp.setPersonRole(JobRoleName._NR1980);
     rp.setAddress(new Address().setNullFlavour(NullFlavour.NI.code));
     rp.addTelephoneNumber(new Telecom("tel:014722823451"));
     rp.addTelephoneNumber(new Telecom("tel:07831191333"));
     rp.setPersonName(new PersonName()
                 .setTitle("Mrs")
                 .setGivenName("Emily")
                 .setFamilyName("Smith"));
     template.addRelatedPerson(new RelatedPersonDetails().setParticipant(rp));
   
     PatientRelationshipParticipantRole rp2 = new PatientRelationshipParticipantRole();
     rp2.setPersonRole(JobRoleName._NR1990);
     rp2.setAssociatedJobRole(JobRoleName._NR2040);
     rp2.setAddress(new Address().setNullFlavour(NullFlavour.NI.code));
     rp2.addTelephoneNumber(new Telecom("tel:07833825701"));
     rp2.setPersonName(new PersonName()
                 .setTitle("Ms")
                 .setGivenName("Niral")
                 .setFamilyName("Singh"));
     template.addRelatedPerson(new RelatedPersonDetails().setParticipant(rp2));
    
     PatientRelationshipParticipantRole rp3 = new PatientRelationshipParticipantRole();
     rp3.setPersonRole(JobRoleName._NR2000);
     rp3.setAddress(new Address().setNullFlavour(NullFlavour.NI.code));
     rp3.addTelephoneNumber(new Telecom("tel:07822761939"));
     rp3.setPersonName(new PersonName()
                 .setTitle("Ms")
                 .setGivenName("Gemma")
                 .setFamilyName("Hopkins"));
     template.addRelatedPerson(new RelatedPersonDetails().setParticipant(rp3));

     PatientRelationshipParticipantRole rp4 = new PatientRelationshipParticipantRole();
     rp4.setPersonRole(JobRoleName._NR2010);
     rp4.setAddress(new Address().setNullFlavour(NullFlavour.NI.code));
     rp4.addTelephoneNumber(new Telecom("tel:07871715735"));
     rp4.setPersonName(new PersonName()
                 .setTitle("Mr")
                 .setGivenName("Alan")
                 .setFamilyName("Smith"));
     template.addRelatedPerson(new RelatedPersonDetails().setParticipant(rp4));

     PatientRelationshipParticipantRole rp5 = new PatientRelationshipParticipantRole();
     rp5.addID(new PersonID()
             .setID("110")
             .setAssigningOrganisation("TAN01:NORTH EAST LINCOLNSHIRE CARE TRUST")
             .setType(PersonIDType.LocalPersonID.code));
     rp5.setPersonRole(JobRoleName._NR2020);
     rp5.setAssociatedJobRole(JobRoleName._NR2050);
     rp5.setAddress(new Address()
                 .addAddressLine("St James Hospital")
                 .addAddressLine("Potter Street")
                 .addAddressLine("Grimsby")
                 .setPostcode("DN3 6AA")
                 .setAddressUse(AddressType.WorkPlace.code));
     rp5.addTelephoneNumber(new Telecom("tel:07334345612"));
     rp5.setPersonName(new PersonName()
                 .setTitle("Mrs")
                 .setGivenName("Isabella")
                 .setFamilyName("Allen"));
     rp5.setOrgId(new OrgID()
               .setID("V356F")
               .setType(OrgIDType.ODSOrgID.code));
     rp5.setOrgDescription("St James Hospital");
     template.addRelatedPerson(new RelatedPersonDetails().setParticipant(rp5));

     PatientRelationshipParticipantRole rp6 = new PatientRelationshipParticipantRole();
     rp6.addID(new PersonID()
      .setID("112")
      .setAssigningOrganisation("TAN01:NORTH EAST LINCOLNSHIRE CARE TRUST")
      .setType(PersonIDType.LocalPersonID.code));
     rp6.setPersonRole(JobRoleName._NR2030);
     rp6.setAssociatedJobRole(JobRoleName._NR0260);
     rp6.setAddress(new Address()
                 .addAddressLine("Freshney Green PCC")
                 .addAddressLine("Carlton Court")
                 .addAddressLine("Martin Road")
                 .addAddressLine("Grimsby")
                 .setPostcode("DN34 4GB")
                 .setAddressUse(AddressType.WorkPlace.code));
     rp6.addTelephoneNumber(new Telecom("tel:07621846951"));
     rp6.setPersonName(new PersonName()
                 .setTitle("Dr")
                 .setGivenName("John")
                 .setFamilyName("Manning"));
     rp6.setOrgId(new OrgID()
View Full Code Here

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

                  .setID("12345")
                  .setType(PersonIDType.SDSRoleProfile.code));

    template.setJobRoleName(JobRoleName._NR0050);
       
    template.addTelephoneNumber(new Telecom("tel:01634445697"));
   
    template.setPersonName(new PersonName()
                  .setTitle("Dr")
                  .setGivenName("Bruce")
                  .setFamilyName("Weller"));
View Full Code Here

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

  }
 
  public static RecipientOrganizationUniversalv2 createFull() {
    RecipientOrganizationUniversalv2 template = new RecipientOrganizationUniversalv2();
   
    template.addTelephoneNumber(new Telecom()
                  .setTelecom("tel:01634445667"));
   
    template.setOrgId(new OrgID()
                .setID("XZ901")
                .setType(OrgIDType.ODSSiteCode.code));
View Full Code Here

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

                  .addAddressLine("21, County Lodge")
                  .addAddressLine("Woodtown")
                  .setCity("Medway")
                  .setPostcode("ME5 FS1"));
   
    template.addTelephoneNumber(new Telecom("tel:01634446995"));
   
    template.setPersonName(new PersonName()
                  .setTitle("Dr")
                  .setGivenName("Peter")
                  .setFamilyName("Thomson"));
View Full Code Here

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

    template.setJobRoleName(JobRoleName._NR0050);
    template.setOrganisationName("St. Elsewhere's Hospital");
    template.setOrganisationId(new OrgID()
                  .setID("XZ901")
                  .setType(OrgIDType.ODSOrgID.code));
    template.addTelephoneNumber(new Telecom("tel:01634445667"));
    return template;
  }
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.