Class ChPharmacyDocumentsQueryTransformer<T extends ChPharmacyDocumentsQuery>
java.lang.Object
org.projecthusky.communication.ch.camel.chpharm1.transform.requests.query.ChPharmacyDocumentsQueryTransformer<T>
- Direct Known Subclasses:
- ChFindMedicationCardQueryTransformer,- ChFindMedicationListQueryTransformer,- ChPharmacyStableDocumentsQueryTransformer
Base transformations for all CH:PHARM-1 queries.
- Author:
- Quentin Ligier
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidfromEbXML(@Nullable T query, @Nullable org.openehealth.ipf.commons.ihe.xds.core.ebxml.EbXMLAdhocQueryRequest ebXML) Transforms the ebXML representation of a query into a query object.voidtoEbXML(@Nullable T query, @Nullable org.openehealth.ipf.commons.ihe.xds.core.ebxml.EbXMLAdhocQueryRequest ebXML) Transforms the query into its ebXML representation.
- 
Constructor Details- 
ChPharmacyDocumentsQueryTransformerpublic ChPharmacyDocumentsQueryTransformer()
 
- 
- 
Method Details- 
toEbXMLpublic void toEbXML(@Nullable T query, @Nullable org.openehealth.ipf.commons.ihe.xds.core.ebxml.EbXMLAdhocQueryRequest ebXML) Transforms the query into its ebXML representation.Does not perform any transformation if one of the parameters is null.- Parameters:
- query- the query. Can be- null.
- ebXML- the ebXML representation. Can be- null.
 
- 
fromEbXMLpublic void fromEbXML(@Nullable T query, @Nullable org.openehealth.ipf.commons.ihe.xds.core.ebxml.EbXMLAdhocQueryRequest ebXML) Transforms the ebXML representation of a query into a query object.Does not perform any transformation if one of the parameters is null.- Parameters:
- query- the query. Can be- null.
- ebXML- the ebXML representation. Can be- null.
 
 
-