Uses of Class
org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.query.AdhocQueryResponse
Package
Description
-
Uses of AdhocQueryResponse in org.openehealth.ipf.commons.ihe.xds.core.ebxml
Modifier and TypeMethodDescriptionEbXMLFactory.createAdhocQueryResponse
(EbXMLObjectLibrary objectLibrary, boolean returnsObjectRefs) Creates a new response for a query request. -
Uses of AdhocQueryResponse in org.openehealth.ipf.commons.ihe.xds.core.ebxml.ebxml30
Modifier and TypeMethodDescriptionEbXMLFactory30.createAdhocQueryResponse
(EbXMLObjectLibrary objectLibrary, boolean returnsObjectRefs) ModifierConstructorDescriptionEbXMLQueryResponse30
(AdhocQueryResponse response) Constructs the response wrapper using a newEbXMLObjectLibrary
.EbXMLQueryResponse30
(AdhocQueryResponse response, EbXMLObjectLibrary objectLibrary) Constructs a query response by wrapping the given ebXML 3.0 object. -
Uses of AdhocQueryResponse in org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.query
Modifier and TypeMethodDescriptionObjectFactory.createAdhocQueryResponse()
Create an instance ofAdhocQueryResponse
-
Uses of AdhocQueryResponse in org.openehealth.ipf.commons.ihe.xds.core.transform.responses
Modifier and TypeMethodDescriptionQueryResponseTransformer.toEbXML
(QueryResponse response) Transforms aQueryResponse
to aEbXMLQueryResponse
.Modifier and TypeMethodDescriptionQueryResponseTransformer.fromEbXML
(EbXMLQueryResponse<AdhocQueryResponse> ebXML) Transforms aEbXMLQueryResponse
to aQueryResponse
. -
Uses of AdhocQueryResponse in org.openehealth.ipf.commons.ihe.xds.iti18
Modifier and TypeMethodDescriptionIti18PortType.documentRegistryRegistryStoredQuery
(AdhocQueryRequest body) Performs a stored query according to the ITI-18 specification. -
Uses of AdhocQueryResponse in org.openehealth.ipf.commons.ihe.xds.iti38
Modifier and TypeMethodDescriptionIti38PortType.documentRegistryRegistryStoredQuery
(AdhocQueryRequest body) Performs a stored query according to the ITI-38 specification. -
Uses of AdhocQueryResponse in org.openehealth.ipf.commons.ihe.xds.iti38.asyncresponse
Modifier and TypeMethodDescriptionvoid
Iti38AsyncResponsePortType.documentRegistryRegistryStoredQuery
(AdhocQueryResponse body) -
Uses of AdhocQueryResponse in org.openehealth.ipf.commons.ihe.xds.iti51
Modifier and TypeMethodDescriptionIti51PortType.documentRegistryMultiPatientStoredQuery
(AdhocQueryRequest body) Performs a stored query according to the ITI-51 specification. -
Uses of AdhocQueryResponse in org.openehealth.ipf.commons.ihe.xds.iti63
Modifier and TypeMethodDescriptionIti63PortType.crossGatewayFetch
(AdhocQueryRequest body) Performs an XCF Cross-Community Fetch query according to the ITI-63 specification. -
Uses of AdhocQueryResponse in org.openehealth.ipf.commons.ihe.xds.iti63.asyncresponse
Modifier and TypeMethodDescriptionvoid
Iti63AsyncResponsePortType.crossGatewayFetchAsyncResponse
(AdhocQueryResponse body) -
Uses of AdhocQueryResponse in org.openehealth.ipf.commons.ihe.xds.pharm1
Modifier and TypeMethodDescriptionPharm1PortType.communityPharmacyManagerQueryPharmacyDocuments
(AdhocQueryRequest body) Performs a stored query according to the PHARM-1 specification. -
Uses of AdhocQueryResponse in org.openehealth.ipf.platform.camel.ihe.xds
Modifier and TypeMethodDescriptionprotected AdhocQueryResponse
XdsAdhocQueryService.processRequest
(AdhocQueryRequest body) -
Uses of AdhocQueryResponse in org.openehealth.ipf.platform.camel.ihe.xds.core.converters
Modifier and TypeMethodDescriptionstatic AdhocQueryResponse
EbXML30Converters.convert
(QueryResponse in) Standard Camel converter for the Query response.Modifier and TypeMethodDescriptionstatic QueryResponse
EbXML30Converters.convertToQueryResponse
(AdhocQueryResponse in) Standard Camel converter for the Query response. -
Uses of AdhocQueryResponse in org.openehealth.ipf.platform.camel.ihe.xds.iti18
Modifier and TypeMethodDescriptionIti18Service.documentRegistryRegistryStoredQuery
(AdhocQueryRequest body) -
Uses of AdhocQueryResponse in org.openehealth.ipf.platform.camel.ihe.xds.iti38
Modifier and TypeMethodDescriptionIti38Service.documentRegistryRegistryStoredQuery
(AdhocQueryRequest body) -
Uses of AdhocQueryResponse in org.openehealth.ipf.platform.camel.ihe.xds.iti38.asyncresponse
Modifier and TypeMethodDescriptionvoid
Iti38AsyncResponseService.documentRegistryRegistryStoredQuery
(AdhocQueryResponse response) -
Uses of AdhocQueryResponse in org.openehealth.ipf.platform.camel.ihe.xds.iti51
Modifier and TypeMethodDescriptionIti51Service.documentRegistryMultiPatientStoredQuery
(AdhocQueryRequest body) -
Uses of AdhocQueryResponse in org.openehealth.ipf.platform.camel.ihe.xds.iti63
-
Uses of AdhocQueryResponse in org.openehealth.ipf.platform.camel.ihe.xds.iti63.asyncresponse
Modifier and TypeMethodDescriptionvoid
Iti63AsyncResponseService.crossGatewayFetchAsyncResponse
(AdhocQueryResponse response) -
Uses of AdhocQueryResponse in org.openehealth.ipf.platform.camel.ihe.xds.pharm1
Modifier and TypeMethodDescriptionPharm1Service.communityPharmacyManagerQueryPharmacyDocuments
(AdhocQueryRequest body)