Uses of Class
org.openehealth.ipf.commons.ihe.xds.core.requests.QueryRegistry
Packages that use QueryRegistry
Package
Description
-
Uses of QueryRegistry in org.openehealth.ipf.commons.ihe.xds.core.transform.requests
Methods in org.openehealth.ipf.commons.ihe.xds.core.transform.requests that return QueryRegistryModifier and TypeMethodDescriptionQueryRegistryTransformer.fromEbXML(EbXMLAdhocQueryRequest<AdhocQueryRequest> ebXML) Transforms the ebXML representation into a request.Methods in org.openehealth.ipf.commons.ihe.xds.core.transform.requests with parameters of type QueryRegistryModifier and TypeMethodDescriptionQueryRegistryTransformer.toEbXML(QueryRegistry request) Transforms the request into its ebXML representation. -
Uses of QueryRegistry in org.openehealth.ipf.platform.camel.ihe.xds.core.converters
Methods in org.openehealth.ipf.platform.camel.ihe.xds.core.converters that return QueryRegistryModifier and TypeMethodDescriptionstatic QueryRegistryEbXML30Converters.convert(AdhocQueryRequest in) Standard Camel converter for the Query Registry request.Methods in org.openehealth.ipf.platform.camel.ihe.xds.core.converters with parameters of type QueryRegistryModifier and TypeMethodDescriptionstatic AdhocQueryRequestEbXML30Converters.convert(QueryRegistry in) Standard Camel converter for the Query Registry request.