HIMSS and RSNA
Integrating the Healthcare Enterprise
IHE/MESA Image Display Tests
Electronic Radiology Laboratory
Mallinckrodt Institute of Radiology
510 South Kingshighway Blvd.
St. Louis, MO 63110
314.362.6965 (Voice)
314.362.6971 (Fax)
Revision 10.7.0
31-Oct-2006
Image Display Tests
Introduction
Message Attributes
Message Values
Configuration
Starting the MESA Servers
Submission of Results
Individual Tests
Nuclear Medicine Profile Tests
Evidence Document – Cardiology Options Profile Tests
Image Fusion (FUS) Profile Tests
Stress Testing Integration Profile (STRESS) Tests
This document describes several tests for Image Display systems. The Display Consistency tests are defined in a separate document: Display Consistency Test Plan for Image Displays.
This document lists a number of tests for Image Display Systems. You may not be responsible for all of these tests.
Please refer to the Connectathon web tool to list the required tests for your system. The web address of this tool depends on the year and project manager. Please contact the appropriate project manager to obtain this information.
Image Displays may make queries using a number of attributes. The tests defined in this document will request queries by specific attributes listed in the table below. It is expected that the Image Display software will contain other attributes as well; the tests require only that some attributes are present.
The tests also allow you to perform multiple queries to cover all of the requested attributes. That is, we list a number of attributes in the table below and do not expect your system to use all of these attributes as matching keys in a single query.
Matching Key Attributes for Image Displays
Attribute Name |
Tag |
Study Date |
0008 0020 |
Accession Number |
0008 0050 |
Patient Name |
0010 0010 |
Patient ID |
0010 0020 |
Modalities in Study |
0008 0061 |
Tests described in section 2 will require specific values in the matching keys. These are defined in tables in section 2.
The MESA Image Manager maintains a database of DICOM applications used for C-Move operations. Add an entry for the storage SCP(s) associated with your workstation. Edit the text file $MESA_TARGET/db/loaddicomapp.pgsql (Unix) or $MESA_TARGET/db/loaddicomapp.sql (Windows NT) Use the existing entries as a template and add entries for your workstations as appropriate. The column names found in the SQL insert statements are described in the following table.
Column Name |
Description |
aet |
DICOM Application Entity Title. Must be unique. |
host |
Host name (or IP address) of the application. |
port |
TCP/IP port number for receiving associations. |
org |
The organization that operates the device. Useful if multiple organizations use the Image Manager. |
com |
A comment field. |
You can test your work as follows:
perl load_apps.pl imgmgrThe file $MESA_TARGET/runtime/imgmgr/ds_dcm.cfg is used to configure the MESA Image Manager. The only parameter users should change is the LOG_LEVEL value. Log levels are defined in Starting the MESA Servers. DICOM configuration parameters are listed in the table below.
Application |
AE Title |
Port |
MESA Image Manager |
MESA_IMG_MGR |
2350 |
Read the Runtime Notes section of the Installation Guide to determine the proper settings for the MESA runtime environment.
These instructions assume you are using a terminal emulator on Unix systems or an MS DOS command window under Windows NT. Each test uses a command line interface; there is no graphical user interface. Before you start the test procedure, you need to start the MESA Image Manager servers. Make sure the appropriate database is running (PostgreSQL, SQL Server). To start the MESA servers:
scripts/start_mesa_servers.csh (Unix)
scripts\start_mesa_servers.bat (Windows)
Log levels are set for the MESA Image Manager in the file: $MESA_TARGET/runtime/imgmgr/ds_dcm.cfg. Log levels are:
When you are finished running one or more tests, you can stop the servers:
scripts/stop_mesa_servers.csh (Unix)
scripts\stop_mesa_servers.bat (Windows)Log files are stored in $MESA_TARGET/logs.
Test descriptions below inform the reader to “submit results to the Project Manager”. This is does not mean “email”. The current submission process should be documented by the Project Manager, but will not include emailing files directly to the Project Manager.
311: Create/Render Encapsulated PDFIn this test, Image Displays will render one Encapsulated PDF document ReferencesInstructions
EvaluationSupplemental Information |
312: Create/Render SWF Evidence DocumentIn this test, Image Displays will render one or more evidence documents provided by the Project Manager. This test is not yet ready; please refer to 314. ReferencesInstructionsEvaluationSupplemental InformationThe goal of this test is to make sure your system can render the Evidence Documents produced by other systems. This also serves as a test of those documents. |
314: Render submitted Evidence DocumentsIn this test, Image Displays will render one or more evidence documents submitted by other systems. ReferencesInstructions
Evaluation
Supplemental InformationThe goal of this test is to make sure your system can render the Evidence Documents produced by other systems. This also serves as a test of those documents. |
Image Display Test 500: Display CalibrationImage Displays supporting the Consistent Presentation of Images Integration Profile must calibrate their displays in accordance with DICOM PS 3.14. Instructions for this test are included in the document: Display Consistency Test Plan for Image Displays. See section 2.2. ReferencesInstructionsEvaluationSupplemental Information |
In this test, the Image Display is required to query the MESA Image Manager using specific matching keys. For each matching key and value in the table below, direct the Image Display to make one or more queries of the MESA Image Manager. Repeat or multiple queries are allowed. That is, you might choose to query several times with a certain matching key. We do not expect the Image Display to send individual queries with multiple matching keys (Patient Name and Patient ID), but the test software will allow that.
Attribute Name |
Tag |
Matching Key Value |
Study Date |
0008 0020 |
19950126 |
Accession Number |
0008 0050 |
2001B20 |
Patient Name |
0010 0010 |
CRTHREE* |
Patient ID |
0010 0020 |
CR3 |
Modalities in Study |
0008 0061 |
MR |
perl 50x/load_img_mgr.pl
perl 501/eval_501.pl <AE Title of Image Display>
Results will be found in the file 501/grade_501.txt. If you need to clear the existing queries to run the test again, you can restart at step 3 or run this script:
perl scripts/clear_img_mgr_queries.pl
Image Display Test 502: SCU Query EvaluationThis test uses the queries sent by the Image Display during Test 501 and any other queries you want to evaluate. This test examines all queries sent by the Image Display to determine if they are legal DICOM queries. ReferencesInstructionsEvaluationEvaluate the Image Display queries as follows: perl 502/eval_502.pl <AE Title of Image Display> Supplemental InformationQuery results are stored in the file 502/grade_502.txt. perl scripts/clear_img_mgr_queries.pl |
There are no extra requirements for Image Displays when querying for Presentation State objects. There are other optional keys that are not tested with this software.
Image Display Test 504: Key Image Note SCU Query KeysThis test is not complete in IHE Y4 and is not required. |
This test is not ready with this release of software.
This test simulates patient updates on an Image Manager. This is an optional test as Image Displays are not required to honor patient updates (only suggested to).
You will be asked to retrieve images from the MESA Image Manager. We will then change the patient name on the Image Manager and ask you to retrieve the images a second time. Your software should update your internal system with the new patient name.
This test produces no results that can be recorded.
perl 505/change_patient_name.pl <new name>
Image Display Test 506: Patients Merged in Image ManagerThis test is not ready with this release of software. ReferencesInstructions
EvaluationSupplemental Information |
In this test, Image Displays will render a Key Image Note that refers to a single image from a series.
perl 50x/load_img_mgr.pl
perl 51x/load_img_mgr.pl
Image Display Test 512: Render Key Image Note 512In this test, Image Displays will render a Key Image Note that refers to two images from one series. ReferencesInstructions
perl 50x/load_img_mgr.pl perl 51x/load_img_mgr.pl EvaluationSupplemental Information |
In this test, Image Displays will render a Key Image Note that refers to two images; each from a different series.
perl 50x/load_img_mgr.pl
perl 51x/load_img_mgr.pl
Image Display Test 521: Consistent Presentation of ImagesThis test is for Image Displays that support the Consistent Display of Images integration profile. Instructions for this test are found in the document Display Consistency Test Plan for Image Displays. See all of sections 2.3 through 3.3. |
Image Display Test 2400: NM Display Window Upper/LowerReferenceRad TF-1: E.5.1. InstructionsOpen or import the NM image in file MESA2400.dcm. From the imgdisp test directory, you can use the script: perl scripts/send_nm_image.pl 2400 <AE Title> host port to push (DICOM C-Store) the image to your Image Display actor. EvaluationSupplemental Information |
Rad TF-1: E.5.1.
Open or import the NM image in file MESA2401.dcm. From the imgdisp test directory, you can use the script:
perl scripts/send_nm_image.pl 2401 <AE Title> host port
to push (DICOM C-Store) the image to your Image Display actor.
Image Display actors should be able to load a pseudo-color table to map intensity values. The format of the table is unspecified. The test data includes an Excel spreadsheet that maps intensity values to RGB colors. The spreadsheet is in the file $MESA_TARGET/mesa_tests/rad/actors/imgdisp/color/2401.xls.
Perform a screen capture and store the result in a JPEG, GIF or other format that is easily displayable using IE. Label the file with your company name and test number and submit to the Project Manager for evaluation.
Image Display Test 2402: NM Image Resizing 1ReferenceRad TF-1: E.5.2. InstructionsOpen or import the NM image in file MESA2402.dcm. From the imgdisp test directory, you can use the script: perl scripts/send_nm_image.pl 2402 <AE Title> host port to push (DICOM C-Store) the image to your Image Display actor. EvaluationSupplemental Information |
Rad TF-1: E.5.2.
Open or import the NM image in file MESA2403.dcm. From the imgdisp test directory, you can use the script:
perl scripts/send_nm_image.pl 2403 <AE Title> host port
to push (DICOM C-Store) the image to your Image Display actor.
The test image is stored at 64x64 pixels. Display the image according to the Frame Zoom Guidelines in Rad TF-1: E.5.2. Use an upper value of 1280 and a lower value of 768.
Perform a screen capture and store the result in a JPEG, GIF or other format that is easily displayable using IE. Label the file with your company name and test number and submit to the Project Manager for evaluation.
Image Display Test 2404: NM Image Resizing 3ReferenceRad TF-1: E.5.2. InstructionsOpen or import the NM image in file MESA2404.dcm. From the imgdisp test directory, you can use the script: perl scripts/send_nm_image.pl 2404 <AE Title> host port to push (DICOM C-Store) the image to your Image Display actor. EvaluationSupplemental Information |
Rad TF-1: E.5.2.
Open or import the NM image in file MESA2405.dcm. From the imgdisp test directory, you can use the script:
perl scripts/send_nm_image.pl 2405 <AE Title> host port
to push (DICOM C-Store) the image to your Image Display actor.
The test image is stored at 256x1024 pixels. Display the image according to the Frame Zoom Guidelines in Rad TF-1: E.5.2. Use an upper value of 1280 and a lower value of 768.
Perform a screen capture and store the result in a JPEG, GIF or other format that is easily displayable using IE. Label the file with your company name and test number and submit to the Project Manager for evaluation.
Image Display Test 2406: NM Image Display Query KeysReferenceRad TF-2: 4.14.4.1.2 InstructionsIn this test, Image Displays will query an Image Manager for Study and Series level information and display that for the user. In particular, the Image Display is supposed to query for and be able to display the DICOM attribute Series Description (0008, 103E). The Image Display need not query by Series Description; it only needs to use that attribute as a return key and display the data.
perl 24xx/load_img_mgr.pl EvaluationSupplemental Information |
Rad TF-2: 4.16.4.2.2.3
In test 2408, the Image Display is required to display these attributes:
0054 0220 View Code Sequence
0040 0555 Acquisition Context Sequence
0008 103E Series Description
The Image Display will retrieve a specific image from the MESA Image Manager, display the image and demonstrate the display of the attributes listed above. The Technical Framework does not specify how the values are displayed nor the actions required by the user.
perl 24xx/load_img_mgr.pl
Image Display Test 2410: NM Grid DisplayReferenceRad TF-2: 4.16.4.2.2.3.2 InstructionsIn test 2410, the Image Display is required to display an image using the Grid Display.
perl 24xx/load_img_mgr.pl EvaluationSupplemental Information |
Rad TF-2: 4.16.4.2.2.3.2
In test 2411, the Image Display is required to display an image using the Fit Display.
perl 24xx/load_img_mgr.pl
Image Display Test 2412: NM Comparison DisplayReferenceRad TF-2: 4.16.4.2.2.3.2 InstructionsIn test 2412, the Image Display is required to display an image using the Comparison Display.
perl 24xx/load_img_mgr.pl EvaluationSupplemental Information |
Rad TF-2: 4.16.4.2.2.3.2
In test 2413, the Image Display is required to display an image using the Wholebody Display.
perl 24xx/load_img_mgr.pl
Image Display Test 2414: NM MPR DisplayReferenceRad TF-2: 4.16.4.2.2.3.2 InstructionsIn test 2414, the Image Display is required to display an image using the MPR Display.
perl 24xx/load_img_mgr.pl EvaluationSupplemental Information |
Rad TF-2: 4.16.4.2.2.3.4
In test 2415, the Image Display is required to display an image with zoom.
perl 24xx/load_img_mgr.pl
Image Display Test 2416: NM Image Review OptionReferenceRad TF-2: 4.16.4.2.2.3.5 InstructionsIn test 2416, the Image Display is required to display images with the Image Review Option.
perl 24xx/load_img_mgr.pl EvaluationSupplemental Information |
Rad TF-2: 4.16.4.2.2.4
In test 2416, the Image Display is required to display images with the Image Review Option.
perl 24xx/load_img_mgr.pl
Image Display Test 2420: NM Image STATICReferenceRad TF-2: 4.16.4.2.2.3 InstructionsOpen or import the NM image in file MESA2420.dcm. From the imgdisp test directory, you can use the script: perl scripts/send_nm_image.pl 2420 <AE Title> host portto push (DICOM C-Store) the image to your Image Display actor. This image has these values
A tabular representation is:
This image has one value for Energy Window and two values for Detector. Select the second Detector and display the image in a Grid Display or Fit Display. EvaluationSupplemental Information |
Rad TF-2: 4.16.4.2.2.3
Test not defined.
Image Display Test 2422: NM Image DYNAMICReferenceRad TF-2: 4.16.4.2.2.3 InstructionsOpen or import the NM image in file MESA2422.dcm. From the imgdisp test directory, you can use the script: perl scripts/send_nm_image.pl 2422 <AE Title> host portThis image has these values
A tabular representation is:
Select the second Detector and first phase and display the frames in a Grid Display or Fit Display. EvaluationSupplemental Information |
Rad TF-2: 4.16.4.2.2.3
Open or import the NM image in file MESA2423.dcm. From the imgdisp test directory, you can use the script:
perl scripts/send_nm_image.pl 2423 <AE Title> host portThis image has these values
Energy Window |
1 value |
Detector # |
1 value |
R-R Interval |
3 values |
Time Slot |
Multiple values |
A tabular representation is:
Frame |
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
Energy Window # |
1 |
1 |
1 |
1 |
1 |
1 |
1 |
1 |
1 |
1 |
1 |
1 |
1 |
1 |
1 |
1 |
1 |
1 |
Detector # |
1 |
1 |
1 |
1 |
1 |
1 |
1 |
1 |
1 |
1 |
1 |
1 |
1 |
1 |
1 |
1 |
1 |
1 |
R-R interval |
1 |
1 |
1 |
1 |
1 |
2 |
2 |
2 |
2 |
2 |
3 |
3 |
3 |
3 |
3 |
3 |
3 |
3 |
Time Slot # |
1 |
2 |
3 |
4 |
5 |
1 |
2 |
3 |
4 |
5 |
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
Select the first Detector and first R-R Interval and display the frames in a Grid Display or Fit Display. Also, select the first Detector and third R-R Interval and display the frames in a Grid Display or Fit Display.
Perform a screen capture and store the result in a JPEG, GIF or other format that is easily displayable using IE. Label the file with your company name and test number and submit to the Project Manager for evaluation.
Use IE or other browser to display the file MESA2423RR1CINE.gif and MESA2423RR3CINE.gif. This should display a cine view of the data listed above. Use your Image Display system to display the same cine view. Discounting display speed, the displays should be equivalent. Be prepared to show your display to a Project Manager at the Connectathon. You do not need to submit a screen capture of the cine movie.
Image Display Test 2424: NM Image TOMOReferenceRad TF-2: 4.16.4.2.2.3 InstructionsOpen or import the NM image in file MESA2424.dcm. From the imgdisp test directory, you can use the script: perl scripts/send_nm_image.pl 2424 <AE Title> host portThis image has these values
Display the frames in a Grid Display or Fit Display. EvaluationSupplemental Information |
Rad TF-2: 4.16.4.2.2.3
Test not defined.
Image Display Test 2426: NM Image RECON TOMOReferenceRad TF-2: 4.16.4.2.2.3 InstructionsEvaluationSupplemental InformationTest not defined.
|
Rad TF-2: 4.16.4.2.2.3
Test not defined.
Image Display Test 2428: NM Image Display Multiple FramesetsReferenceRad TF-2: 4.16.4.2.2.3 InstructionsIn test 2428, the Image Display displays multiple framesets taken from two different series of the same study.
perl 24xx/load_img_mgr.pl Evaluation Supplemental Information |
This test applies to Image Displays which support the Cardiac NM Option. This test allows Image Displays to test with sample image sets submitted by NM Acquisition Modalities.
The Image Displays will ensure they are able to use MPR of two RECON TOMO short axis images to display them in the standard format approved by the American College of Cardiology (ACC NM Cardiac Display format). See Technical Framework references below .
Rad TF-1: Appendix E.5.2, E.5.2.1-3
Rad TF-2:4.16 Table 4.16-1 and 4.16.4.2.2.3.2
The evaluation of this test comes in the form of feedback you give to the creators of the data. If you find issues in displaying the studies, you will be asked to work with those vendors (and the Project Manager) to resolve those issues.
The goal of this test is to make sure your system can properly render the NM images produced by other systems. This also serves as a test of those images.
These test cases are generally associated with the Radiology PDI profile
Test Case 1931: Media “Reader” Read RSNA 2004 CDThe purpose of this test is for the Display actor to open the DICOMDIR file on the RSNA 2004 CD and render the images and other composite objects on the CD. ReferencesRAD TF InstructionsTo run this test, follow these steps:
Evaluation
Supplemental Information |
The purpose of this test is for the Display actor to open the DICOMDIR file on CDs provided by vendors for the RSNA 2004 PDI demonstration and to render the composite objects on those CDs.
To run this test, follow these steps:
Image Display Test 20603: ED: Describe Image Display/Report Creator MethodsReferencesInstructions
EvaluationSupplemental InformationMESA: No software required. |
<this test is not yet implemented in the MESA tools>
Test 20630 tests the display of a well known SR.
Card TF-2:4.4.2
In test 20630, the Image Display displays a known SR document.
No MESA test script required for evaluation. Submit your snapshot to the Project Manager as your results for this test.
Image Display Test 20631: Evidence Display – Echo Evidence option<this test is not yet implemented in the MESA tools> Test 20631 tests the display of a well known SR. ReferenceCard TF-2:4.4.3 InstructionsIn test 20631, the Image Display displays a known SR document.
perl 20631/load_img_mgr.pl EvaluationNo MESA test script required for evaluation. Submit your snapshot to the Project Manager as your results for this test. Supplemental Information |
Test 20650 tests the display of SR objects created by other vendors. Every cath vendor SR object submitted to the MESA test tool must be tested and properly displayed.
MESA: No MESA software required.
Identifier |
Description |
Source |
Destination |
Verify |
|
C-Store and Display every (all) cath SR objects which are submitted by SR vendors |
Image Manager/ Image Archive (with IHE web tool acting as SR repository) |
Image Display |
Visually verify that, in some reasonable format, the template data is displayed. |
The evaluation of this test comes in the form of feedback you give to the creators of the data. If you find issues in displaying the studies, you will be asked to work with those vendors (and the Project Manager) to resolve those issues.
The goal of this test is to make sure your system can render the datasets produced by other systems. This also serves as a test of those objects.
Test Case 20651: Evidence Display – Echo –Vendor InteroperabilityReferencesInstructionsTest 20651 tests the display of SR objects created by other vendors. Every vendor echo SR object submitted to the MESA test tool must be tested and properly displayed.
Instructions
EvaluationThe evaluation of this test comes in the form of feedback you give to the creators of the data. If you find issues in displaying the studies, you will be asked to work with those vendors (and the Project Manager) to resolve those issues. Supplemental InformationThe goal of this test is to make sure your system can render the datasets produced by other systems. This also serves as a test of those objects. |
The tests in this section apply to Image Display actors in the Image Fusion Profile.
<this test is not yet implemented in the MESA tools>
In this test, the Image Display is required to query the MESA Image Manager using specific matching keys. For each matching key and value in the table below, direct the Image Display to make one or more queries of the MESA Image Manager. Repeat or multiple queries are allowed. That is, you might choose to query several times with a certain matching key. We do not expect the Image Display to send individual queries with multiple matching keys (Patient Name and Patient ID), but the test software will allow that.
Attribute Name |
Tag |
Matching Key Value |
Study Date |
0008 0020 |
19950126 |
Accession Number |
0008 0050 |
2001B20 |
Patient Name |
0010 0010 |
CRTHREE* |
Patient ID |
0010 0020 |
CR3 |
Modalities in Study |
0008 0061 |
MR |
perl 3548/load_img_mgr.pl
perl 3548/eval_3548.pl <AE Title of Image Display>
Results will be found in the file 3548/grade_3548.txt. If you need to clear the existing queries to run the test again, you can restart at step 3 or run this script:
perl scripts/clear_img_mgr_queries.pl
Image Display Test 3560: Apply BSPS and Display – same FoR<Note: the datasets needed to run this test are not yet available in MESA_STORAGE> ReferenceRad TF-2:4.17.4.2.3.2 InstructionsIn test 3560, the Image Display is required to display the underlying and superimposed image sets (two series with the same Frame of Reference) according to the blending parameters in the BSPS. Prepare to receive the test objects for this test. From the imgdisp test directory, you can use the script: perl scripts/store_fusion_objects.pl 3560 <AE Title> host portto push (DICOM C-STORE) the BSPS and image objects patient Kumquat^K for this test to your Image Display actor.
EvaluationSupplemental Information |
<Note: the datasets needed to run this test are not yet available in MESA_STORAGE>
Rad TF-2:4.17.4.2.3.2
In test 3562, the Image Display is required to display the underlying and superimposed image sets (two series with the different Frames of Reference) according to the blending parameters in the BSPS and the transformations in the Spatial Registration object.
Prepare to receive the test objects for this test. From the imgdisp test directory, you can use the script:
perl scripts/store_fusion_objects.pl 3562 <AE Title> host portto push (DICOM C-STORE) the BSPS and image objects patient Lemon^L for this test to your Image Display actor.
Image Display Test 3600: Side-by-side display: underlying and superimposed<Note: the datasets needed to run this test are not yet available in MESA_STORAGE> ReferenceRad TF-2:4.17.4.2.3.2 InstructionsIn test 3600, the Image Display is required to display the underlying and superimposed image sets (series) side-by-side (ie un-blended). Prepare to receive the test objects for this test. From the imgdisp test directory, you can use the script: perl scripts/store_fusion_objects.pl 3600 <AE Title> host portto push (DICOM C-STORE) the BSPS, Spatial Registration and image objects patient Grape^G for this test to your Image Display actor.
EvaluationSupplemental Information |
<Note: the datasets needed to run this test are not yet available in MESA_STORAGE>
Rad TF-2:4.17.4.2.3.2
In test 3602, the Image Display is required to demonstrate it provides the user the ability to adjust the transparency of the fusion overlay (blending factor).
Prepare to receive the test objects for this test. From the imgdisp test directory, you can use the script:
perl scripts/store_fusion_objects.pl 3602 <AE Title> host portto push (DICOM C-STORE) the BSPS and image objects for patient Berry^B for this test to your Image Display actor.
Image Display Test 3604: Display Multi-Planar Reconstructed planes of fused data<Note: the datasets needed to run this test are not yet available in MESA_STORAGE> ReferenceRad TF-2:4.17.4.2.3.2 InstructionsIn test 3604, the Image Display is required to demonstrate its ability to do MPR display of fused data. Prepare to receive the test objects for this test. From the imgdisp test directory, you can use the script: perl scripts/store_fusion_objects.pl 3604 <AE Title> host portto push (DICOM C-STORE) the BSPS and image objects for patient Fig^F for this test to your Image Display actor.
EvaluationSupplemental Information |
<Note: the datasets needed to run this test are not yet available in MESA_STORAGE>
Rad TF-2:4.17.4.2.3.2
Rad TF-1:E.5.1
In test 3606, the Image Display is required to demonstrate it provides direct independent control over the Upper Window Level and the Lower Window Level display parameters for NM and PET series.
Prepare to receive the test objects for this test. From the imgdisp test directory, you can use the script:
perl scripts/store_fusion_objects.pl 3606 <AE Title> host portto push (DICOM C-STORE) BSPS and image objects (PET/CT) for patient Raisin^R for this test to your Image Display actor.
Image Display Test 3608: Display Series Description and Derivation Code Sequence<Note: the datasets needed to run this test are not yet available in MESA_STORAGE> ReferenceRad TF-2:4.17.4.2.3.2 InstructionsTest 3608 uses the same images as test 3606. The Image Display is required to display the values of Series Description (0008,103E) and Derivation Code Sequence (0008,9215) (Code Value, Coding Scheme, Code Meaning) to the user.
Evaluation
Supplemental Information |
Test 3620 tests the display of BSPS, Spatial Registration and image objects for Fusion created by other vendors. Every vendor’s objects submitted to the MESA test tool for this profile in test 551 must be tested and properly displayed.
No MESA software required.
The evaluation of this test comes in the form of feedback you give to the creators of the data. If you find issues in displaying the fused studies, you will be asked to work with those vendors (and the Project Manager) to resolve those issues.
Test Case 20730: Stress - SCU Query KeysThis test is not yet implemented in the MESA tools. In this test, the Image Display is required to query the MESA Image Manager using specific matching keys. For each matching key and value in the table below, direct the Image Display to make one or more queries of the MESA Image Manager. Repeat or multiple queries are allowed. That is, you might choose to query several times with a certain matching key. We do not expect the Image Display to send individual queries with multiple matching keys (Patient Name and Patient ID), but the test software will allow that.
ReferencesInstructions
Evaluation
Supplemental InformationResults will be found in the file 20730/grade_20723.txt. If you need to clear the existing queries to run the test again, you can restart at step 3 or run this script: |
||||||||||||||||||
Test 20750 tests the display of DICOM objects created by Evidence Creators and Acquisition Modality actors which support the Stress ECG, Stress Echo or Nuclear Medicine options in the Stress profile. Import the objects which match the option your Image Display supports. Every vendors' objects submitted must be tested and properly displayed.
Image Displays which support the (required) STRESS ECG option must support all of these SOP classes:
No MESA software is required for this test.
CARD TF-2:4.4.4
CARD TF-2:4.4.4.1
Evaluation
The evaluation of this test comes in the form of feedback you give to the creators of the data. If you find issues in displaying the studies, you will be asked to work with those vendors (and the Project Manager) to resolve those issues.
.
The goal of this test is to make sure your system can render the datasets produced by other systems. This also serves as a test of those objects.
The tests in this section apply to Image Display actors in the Eye Care Workflow Profile.
50501: Eye Care Image SCU Query KeysIn this test, the Image Display is required to query the MESA Image Manager using specific matching keys. For each matching key and value in the table below, direct the Image Display to make one or more queries of the MESA Image Manager. Repeat or multiple queries are allowed. That is, you might choose to query several times with a certain matching key. We do not expect the Image Display to send individual queries with multiple matching keys (Patient Name and Patient ID), but the test software will allow that.
ReferencesInstructions
Evaluation
Supplemental InformationResults will be found in the file 50501/grade_50501.txt. If you need to clear the existing queries to run the test again, you can restart at step 3 or run this script: perl scripts/clear_img_mgr_queries.pl |
502: Eye Care SCU Query EvaluationThis test uses the queries sent by the Image Display during Test 50501 and any other queries you want to evaluate. This test examines all queries sent by the Image Display to determine if they are legal DICOM queries. After you conclude Test 50501, the MESA Image Manager will still have a record of the queries sent by your Image Display. If you want to send more queries to the Image Manager, you may do so. There are no required queries. You might want to send queries at the Series and SOP Instance level. ReferencesInstructionsEvaluationEvaluate the Image Display queries as follows: perl 50502/eval_50502.pl <log level> Supplemental InformationQuery results are stored in the file 50502/grade_50502.txt. perl scripts/clear_img_mgr_queries.pl |