Uses of Class
org.projecthusky.communication.ch.camel.chpharm1.requests.query.ChFindMedicationListQuery
Packages that use ChFindMedicationListQuery
Package
Description
-
Uses of ChFindMedicationListQuery in org.projecthusky.communication.ch.camel.chpharm1.requests.query
Methods in org.projecthusky.communication.ch.camel.chpharm1.requests.query with parameters of type ChFindMedicationListQueryModifier and TypeMethodDescriptionvoidChPharmacyDocumentsQuery.Visitor.visit(ChFindMedicationListQuery query) -
Uses of ChFindMedicationListQuery in org.projecthusky.communication.ch.camel.chpharm1.transform
Methods in org.projecthusky.communication.ch.camel.chpharm1.transform that return ChFindMedicationListQueryModifier and TypeMethodDescriptionChPharm1Converters.convertChFindMedicationListQuery(org.openehealth.ipf.commons.ihe.xds.core.ebxml.ebxml30.EbXMLAdhocQueryRequest30 ebXML) Methods in org.projecthusky.communication.ch.camel.chpharm1.transform with parameters of type ChFindMedicationListQueryModifier and TypeMethodDescriptionorg.openehealth.ipf.commons.ihe.xds.core.ebxml.EbXMLAdhocQueryRequestChPharm1Converters.convertChFindMedicationListQuery(ChFindMedicationListQuery query) -
Uses of ChFindMedicationListQuery in org.projecthusky.communication.ch.camel.chpharm1.transform.requests.query
Methods in org.projecthusky.communication.ch.camel.chpharm1.transform.requests.query with parameters of type ChFindMedicationListQueryModifier and TypeMethodDescriptionvoidChFindMedicationListQueryTransformer.fromEbXML(@Nullable ChFindMedicationListQuery query, @Nullable org.openehealth.ipf.commons.ihe.xds.core.ebxml.EbXMLAdhocQueryRequest ebXML) Transforms the ebXML representation of a query into a query object.voidChFindMedicationListQueryTransformer.toEbXML(@Nullable ChFindMedicationListQuery query, @Nullable org.openehealth.ipf.commons.ihe.xds.core.ebxml.EbXMLAdhocQueryRequest ebXML) Transforms the query into its EbXML representation. -
Uses of ChFindMedicationListQuery in org.projecthusky.communication.xdsmhdconversion.converters
Methods in org.projecthusky.communication.xdsmhdconversion.converters with parameters of type ChFindMedicationListQueryModifier and TypeMethodDescriptionprotected static ChPharmacyDocumentsQueryChPharm5RequestConverter.convertMedicationListQuery(ChFindMedicationListQuery query, org.openehealth.ipf.commons.ihe.fhir.pharm5.Pharm5SearchParameters searchParams, ChPharm5Operations operation) Fills the criteria that are specific to the FindMedicationList operation.