Search in sources :

Example 1 with GetSubmissionSetsQueryTransformer

use of org.openehealth.ipf.commons.ihe.xds.core.transform.requests.query.GetSubmissionSetsQueryTransformer in project ipf by oehf.

the class GetSubmissionSetsQueryTransformerTest method setUp.

@BeforeEach
public void setUp() {
    transformer = new GetSubmissionSetsQueryTransformer();
    query = new GetSubmissionSetsQuery();
    query.setUuids(Arrays.asList("uuid1", "uuid2"));
    query.setHomeCommunityId("home");
    ebXML = new EbXMLFactory30().createAdhocQueryRequest();
}
Also used : GetSubmissionSetsQuery(org.openehealth.ipf.commons.ihe.xds.core.requests.query.GetSubmissionSetsQuery) EbXMLFactory30(org.openehealth.ipf.commons.ihe.xds.core.ebxml.ebxml30.EbXMLFactory30) GetSubmissionSetsQueryTransformer(org.openehealth.ipf.commons.ihe.xds.core.transform.requests.query.GetSubmissionSetsQueryTransformer) BeforeEach(org.junit.jupiter.api.BeforeEach)

Aggregations

BeforeEach (org.junit.jupiter.api.BeforeEach)1 EbXMLFactory30 (org.openehealth.ipf.commons.ihe.xds.core.ebxml.ebxml30.EbXMLFactory30)1 GetSubmissionSetsQuery (org.openehealth.ipf.commons.ihe.xds.core.requests.query.GetSubmissionSetsQuery)1 GetSubmissionSetsQueryTransformer (org.openehealth.ipf.commons.ihe.xds.core.transform.requests.query.GetSubmissionSetsQueryTransformer)1