Imaging Document Consumer RAD-55 WADO Retrieve: Multi Image Study

Purpose / Context

The Imaging Document Consumer performs:

The test points are:

Test Steps

Setup Instructions
  1. The Imaging Document Consumer is instructed to query the Registry/Repository simulator for the KOS object for the patient with patient ID:
    IDCAD021-a^^^&1.3.6.1.4.1.21367.2005.13.20.1000&ISO
  2. The Imaging Document Consumer should both query for and retrieve the KOS object.
  3. The Imaging Document Consumer is instructed to use a RAD-55 (DICOM WADO) transaction to retrieve the imaging study with multiple images from the Imaging Document Source simulator.
  4. The Imaging Document Consumer is instructed to render the retrieved images and present the rendered data through an Internet desk sharing application. If the Imaging Document Consumer is not an application with a user facing GUI, the Imaging Document Consumer must somehow demonstrate that the images were indeed retrieved and made available for other use.
Validation
  1. Test Manager: Verify that the retrieved images are the correct ones. One study with a 20 image series of MR images and a series of 16 MR images
  2. Test Manager: They should contain the following attributes:
    (0008,0050) SH #6 [IDC021-a] AccessionNumber
    (0010,0010) PN #12 [Multi^Wado^a] PatientName
    (0010,0020) LO #10 [IDCDEPT021-a] PatientID
  3. Test Manager: Using an Internet desk sharing application, review the rendered study presented by the Imaging Document Consumer. If the Imaging Document Consumer is not an application with a user facing GUI, the Imaging Document Consumer must somehow demonstrate that the images were indeed retrieved and made available for other use.
  4. Test Manager: Verify by hand that the request is of the format listed in the example below. Verify that these attributes are present in the request with appropriate values. There are two series with different UIDs; see below.There are 36 images in the study; the objectUIDs number from 031.1 to 031.37
    1. requestType (shall be WADO)
    2. studyUID 1.3.6.1.4.1.21367.201599.1.201604021948031
    3. seriesUID 1.3.6.1.4.1.21367.201599.2.201604021948031
      Or 1.3.6.1.4.1.21367.201599.2.201604021948031.21
    4. objectUID 1.3.6.1.4.1.21367.201599.3.201604021948031.1
    5. contentType (shall be application/dicom or image/jpeg)

    6. GET /wado?requestType=WADO&studyUID=1.3.6.1.4.1.21367.201599.1.xxx&seriesUID=1.3.6.1.4.1.21367.201599.2.xxx&objectUID=1.3.6.1.4.1.21367.201599.3.xxx&contentType=application/dicom&overlays=false HTTP/1.1