Versions Compared

Key

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

...

The invalid scenarios for Patient Service testing are described in WP3.4 Deliverable D3.4.2 - Common Components Specification v2.2 (Pages: 58 and 59).

N/A

MRO Service

Normal Usage

This tests represent the normal usage of MRO Service.

Test #1 : "testRetrieveMro"

Test Id

PT_CLIENT_XCA_MRO_#0

NametestRetrieveMro
Description

This test performs an XCA Retrieve for MRO, using valid Document Identifiers.

It is a simple test designed uniquely for testing the normal work-flow of the XCA Retrieve.

Test Inputs

Valid document identifier.

Code Block
languagehtml/xml
titleRequest Soap Body
collapsetrue
<cc:retrieveDocument xmlns:cc="http://clientconnector.protocolterminator.openncp.epsos/">
    <arg0>
        <countryCode>ZZ</countryCode>
        <homeCommunityId>2.16.620.1.101.10.1.1</homeCommunityId>
        <documentId>
            <repositoryUniqueId>2.16.17.710.811</repositoryUniqueId>
            <documentUniqueId>2.25.3569993591790061285901367284794224715^2.25.208861972525593786945152155986656371691.1</documentUniqueId>
        </documentId>
        <classCode>
            <nodeRepresentation>56445-0</nodeRepresentation>
            <schema>2.16.840.1.113883.6.1</schema>
            <value>MRO</value>
        </classCode>
        <targetLanguage>pt-PT</targetLanguage>
    </arg0>
</cc:retrieveDocument>
Expects

A valid document.

Status
Status
colourGreen
titleDone

References

  • WP3.4 Deliverable D3.4.2 - Common Components Specification v2.2 (Pages: 33, 44 and 59)

  • IHE International: IHE IT Infrastructure (ITI) Technical Framework. Volume 1: Integration Profiles. August 2011.

...