Annotated Retrieve Document Set Transaction

From IHE Wiki
Revision as of 15:53, 25 November 2009 by BillM (talk | contribs) (New page: == Retrieve Document Set Transaction == What follows is the metadata for the Retrieve Document Set transaction as generated by a Document Consumer. This example was generated with the te...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Retrieve Document Set Transaction

What follows is the metadata for the Retrieve Document Set transaction as generated by a Document Consumer. This example was generated with the testing tool xdstest using testkit test 12029.

The Retrieve Document Set transaction is always carried in a SOAP over HTTP package formatted with MTOM/XOP rules. This applies to both the request and the response. An example showing the SOAP and HTTP is found here.

The outer element is RetrieveDocumentSetRequest. Within that is one or more DocumentRequest elements. If more than one

<RetrieveDocumentSetRequest xmlns="urn:ihe:iti:xds-b:2007"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <DocumentRequest>
        <RepositoryUniqueId>1.19.6.24.109.42.1.5</RepositoryUniqueId>
        <DocumentUniqueId>1.2009.0827.08.33.5105</DocumentUniqueId>
    </DocumentRequest>
</RetrieveDocumentSetRequest>