Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Svarets SOAP-body indeholder få dokument-metadata for fremfundne dokumenter, herunder for hvert dokument en reference til en MTOM encoded repræsentation af dokumentet indeholdt i HTTP response.

Code Block
  <RetrieveDocumentSetResponse>
   <DocumentResponse>
    <RepositoryUniqueId>1.2.3.4.55.66</RepositoryUniqueId>
    <DocumentUniqueId>12345678901234567</DocumentUniqueId>
    <mimeType>text/xml</mimeType>
    <Document>
     <xop:Include xmlns:xop="http://www.w3.org/2004/08/xop/include"
      href="cid:2f35d330-b1c3-4799-8655-18a22e55e518-10@urn%3Aihe%3Aiti%3Axds-
            b%3A2007" />
    </Document>
   </DocumentResponse>
  </RetrieveDocumentSetResponse>

...

Den videre behandling af laboratoriesvarsdokumenter forudsættes kendt af dokumentanvender. Se beskrivelsen i \[Svareksponeringsservice snitflade\]. Dog er brug af Privacy Information Header i svaret ikke aktuel, da denne alene benyttes til samtykkekontrol i Dokumentdelingsservicen. Et laboratoriesvarsdokument returneret fra Dokumentdelingsservicen er altså uden Privacy Information Header.

  <RetrieveDocumentSetResponse>

   <DocumentResponse>

    <RepositoryUniqueId>1.2.3.4.55.66</RepositoryUniqueId>

    <DocumentUniqueId>12345678901234567</DocumentUniqueId>

    <mimeType>text/xml</mimeType>

    <Document>

     <xop:Include xmlns:xop="http://www.w3.org/2004/08/xop/include"

      href="cid:2f35d330-b1c3-4799-8655-18a22e55e518-10@urn%3Aihe%3Aiti%3Axds-

            b%3A2007" />

    </Document>

   </DocumentResponse>

...