Class FindDocumentsByReferenceIdForMultiplePatientsQueryTransformer
java.lang.Object
org.openehealth.ipf.commons.ihe.xds.core.transform.requests.query.FindDocumentsByReferenceIdForMultiplePatientsQueryTransformer
Transforms between a
FindDocumentsByReferenceIdForMultiplePatientsQuery and EbXMLAdhocQueryRequest.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidCalled byfromEbXML(StoredQuery, EbXMLAdhocQueryRequest)to transform slots.voidfromEbXML(FindDocumentsByReferenceIdForMultiplePatientsQuery query, EbXMLAdhocQueryRequest<AdhocQueryRequest> ebXML) Transforms the ebXML representation of a query into a query object.protected voidCalled bytoEbXML(StoredQuery, EbXMLAdhocQueryRequest)to transform slots.voidtoEbXML(FindDocumentsByReferenceIdForMultiplePatientsQuery query, EbXMLAdhocQueryRequest<AdhocQueryRequest> ebXML) Transforms the query into its ebXML representation.
-
Constructor Details
-
FindDocumentsByReferenceIdForMultiplePatientsQueryTransformer
public FindDocumentsByReferenceIdForMultiplePatientsQueryTransformer()
-
-
Method Details
-
toEbXML
protected void toEbXML(FindDocumentsByReferenceIdForMultiplePatientsQuery query, QuerySlotHelper slots) Called bytoEbXML(StoredQuery, EbXMLAdhocQueryRequest)to transform slots.- Parameters:
query- the query to transform.slots- the slots to be filled.
-
fromEbXML
protected void fromEbXML(FindDocumentsByReferenceIdForMultiplePatientsQuery query, QuerySlotHelper slots) Called byfromEbXML(StoredQuery, EbXMLAdhocQueryRequest)to transform slots.- Parameters:
query- the target query.slots- the slots to transform.
-
getInstance
-
toEbXML
public void toEbXML(FindDocumentsByReferenceIdForMultiplePatientsQuery query, EbXMLAdhocQueryRequest<AdhocQueryRequest> 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 benull.ebXML- the ebXML representation. Can benull.
-
fromEbXML
public void fromEbXML(FindDocumentsByReferenceIdForMultiplePatientsQuery query, EbXMLAdhocQueryRequest<AdhocQueryRequest> 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 benull.ebXML- the ebXML representation. Can benull.
-