Interface Pharm1PortType
- All Known Implementing Classes:
Pharm1Service
Provides the PHARM-1 web-service interface.
- Since:
- 3.7
-
Method Summary
Modifier and TypeMethodDescriptionPerforms a stored query according to the PHARM-1 specification.
-
Method Details
-
communityPharmacyManagerQueryPharmacyDocuments
@Action(input="urn:ihe:pharm:cmpd:2010:QueryPharmacyDocuments", output="urn:ihe:pharm:cmpd:2010:QueryPharmacyDocumentsResponse") AdhocQueryResponse communityPharmacyManagerQueryPharmacyDocuments(AdhocQueryRequest body) Performs a stored query according to the PHARM-1 specification.- Parameters:
body
- the query request.- Returns:
- the query response.
-