Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Overview

Verify Document Query (XDSDocumentEntryPatientId) required element is present in the request.

Test Detail

The Document Query (Passthrought) service is running with JMX call script to set the CONNECT application to Passthrough services without application restart.

  • Update CONNECT config

  • Update Database table (Correlation, AA Mapping)

  • Send Document Query (without XDSDocumentEntryPatientId) and verify error message.

DocumentQueryErrorCodes:

XDSStoredQueryMissingParam Missing XDSDocumentEntryPatientId (Value)

  1. Update configuration

  2. Clear correlation table and Add Correlation

  3. Clear AA Mapping and Add Mapping

  4. Delay 30,000 milliseconds (30 seconds)

  5. Document Query

    • Assert errorCode (XDSStoredQueryMissingParam)

    • Assert codeContext (Required parameter XDSDocumentEntryPatientId, not present in query request)

XDSStoredQueryMissingParam Missing XDSDocumentEntryPatientId (slot element)

  1. Update configuration

  2. Clear correlation table and Add Correlation

  3. Clear AA Mapping and Add Mapping

  4. Delay 1,000 milliseconds? (30 seconds)

  5. Document Query

    • Assert errorCode (XDSStoredQueryMissingParam)

    • Assert codeContext (Required parameter XDSDocumentEntryPatientId, not present in query request)

  • No labels