Examples of ChildPatientOrganisationPartOf


Examples of uk.nhs.interoperability.payloads.templates.ChildPatientOrganisationPartOf

      if (providerOrganisationAddress) {
        template.setOrganisationAddress(fields.getProviderOrganisationAddress());
      }
     
      if (providerParentOrganisationODSID) {
        template.addOrganisationPartOf(new ChildPatientOrganisationPartOf()
                          .addOrganisationId(new OrgID(OrgIDType.ODSOrgID.code,
                                          fields.getProviderParentOrganisationODSID())));
      }
    }
    return template;
View Full Code Here

Examples of uk.nhs.interoperability.payloads.templates.ChildPatientOrganisationPartOf

                      .addAddressLine("Freshney Green PCC")
                      .addAddressLine("Grimsby")
                      .setPostcode("DN34 4GB")
                      .setAddressUse(AddressType.WorkPlace.code));
    template.setOrganisationType(CDAOrganizationProviderType._GPPractice);
    template.addOrganisationPartOf(new ChildPatientOrganisationPartOf()
                        .addOrganisationId(new OrgID(OrgIDType.ODSOrgID.code, "V396G")));
   
    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.