Uses of Class
org.projecthusky.communication.ch.camel.chpharm1.requests.ChQueryRegistry
Packages that use ChQueryRegistry
Package
Description
-
Uses of ChQueryRegistry in org.projecthusky.communication.ch.camel.chpharm1.transform
Methods in org.projecthusky.communication.ch.camel.chpharm1.transform that return ChQueryRegistryModifier and TypeMethodDescriptionChPharm1Converters.convertChQueryRegistry(org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.query.AdhocQueryRequest ebXML) Methods in org.projecthusky.communication.ch.camel.chpharm1.transform with parameters of type ChQueryRegistryModifier and TypeMethodDescriptionorg.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.query.AdhocQueryRequestChPharm1Converters.convertChQueryRegistry(ChQueryRegistry queryRegistry) -
Uses of ChQueryRegistry in org.projecthusky.communication.ch.camel.chpharm1.transform.requests
Methods in org.projecthusky.communication.ch.camel.chpharm1.transform.requests that return ChQueryRegistryModifier and TypeMethodDescription@Nullable ChQueryRegistryChQueryRegistryTransformer.fromEbXML(@Nullable org.openehealth.ipf.commons.ihe.xds.core.ebxml.EbXMLAdhocQueryRequest ebXML) Transforms the ebXML representation into a request.Methods in org.projecthusky.communication.ch.camel.chpharm1.transform.requests with parameters of type ChQueryRegistryModifier and TypeMethodDescription@Nullable org.openehealth.ipf.commons.ihe.xds.core.ebxml.EbXMLAdhocQueryRequestChQueryRegistryTransformer.toEbXML(@Nullable ChQueryRegistry request) Transforms the request into its ebXML representation.