Interface ChPharm1PortType

All Known Implementing Classes:
ChPharm1Service

@DataBinding(org.openehealth.ipf.commons.ihe.xds.core.XdsJaxbDataBinding.class) public interface ChPharm1PortType
Provides the CH:PHARM-1 web-service interface.
Author:
Quentin Ligier
  • Method Summary

    Modifier and Type
    Method
    Description
    org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.query.AdhocQueryResponse
    communityPharmacyManagerQueryPharmacyDocuments(org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.query.AdhocQueryRequest body)
    Performs a stored query according to the CH:PHARM-1 specification.
  • Method Details

    • communityPharmacyManagerQueryPharmacyDocuments

      @Action(input="urn:ihe:pharm:cmpd:2010:QueryPharmacyDocuments", output="urn:ihe:pharm:cmpd:2010:QueryPharmacyDocumentsResponse") org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.query.AdhocQueryResponse communityPharmacyManagerQueryPharmacyDocuments(org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.query.AdhocQueryRequest body)
      Performs a stored query according to the CH:PHARM-1 specification.
      Parameters:
      body - The query request.
      Returns:
      the query response.