Export Selector Tests
Export Selector Tests
Test Description provided by Mesa: http://ihedoc.wustl.edu/mesasoftware/9.10.5/doc/pdf/exp_selector.pdf
DCM4CHEE Configuration
Map the disposition text value ("Dr.Jost teaching file") used by both Export Selector Tests to configuration file dcm4chee-tce/mesa-expsel.conf
, by enabling the prepared entry in $DCM4CHEE/server/default/conf/dcm4chee-tce.conf
:
# Enable for MESA Export Manager Tests # Dr.Jost\ teaching\ file=dcm4chee-tce/mesa-expmgr.conf # Enable for MESA Export Selector Tests Dr.Jost\ teaching\ file=dcm4chee-tce/mesa-expsel.conf
Add an entry for the MESA Export Manager using the AE Management function of the Web Application:
AE Title: |
MESA_EXPMGR |
Host: |
mesa-host |
Port: |
2350 |
Modify following MBean attributes of the TCE Manager service, using the JMX Management Console http://localhost:8080/jmx-console:
DelayReasons: |
NONE |
PersonNameMapping: |
admin:MOORE^STEVE |
Run and evaluate the tests
Start the Mesa Servers
$ cd {{$MESA_TARGET/mesa_tests/rad/actors/expsel $ scripts/start_mesa_servers.csh
Export Selector Test 3001: Simple Single Study Teaching File Export
Start the test:
$ perl scripts/expsel_tce.pl 3001 4
and repeat entering RETURN, until the test script exits.
Send the images generated by the the test script at $MESA_TARGET/storage/modality/T3001IM/
to DCM4CHE, using the dcmsnd utility of dcm4che-2.0.7:
$ dcm4che-2.0.7/bin/dcmsnd DCM4CHEE@localhost:11112 $MESA_TARGET/storage/modality/T3001IM/
In the Study List of the Web Application, select the imported study "LEFT WRIST" of patient "BROWN^JOHN" with id=3001-1 and click on .
In the Teaching File Selector form, select
Document Title: |
For Teaching File Export |
Delay Reason: |
- |
Disposition: |
Dr.Jost teaching file |
and submit it by the Export
button.
Evaluate the test
$ perl 3001/eval_3001.pl 4
which should results in
Total Differences: 0 Logs stored in 3001/grade_3001.txt
Export Selector Test 3003: Teaching File Export with Wait for More Data Sent via DICOM Export
Start the test:
$ perl scripts/expsel_tce.pl 3003 4
and repeat entering RETURN, until the test script exits.
Send the images generated by the the test script at $MESA_TARGET/storage/modality/T3003IM1/to DCM4CHE, using the dcmsnd utility of dcm4che-2.0.7:
$ dcm4che-2.0.7/bin/dcmsnd DCM4CHEE@localhost:11112 $MESA_TARGET/storage/modality/T3003IM1/
In the Study List of the Web Application, select the imported study "LEFT WRIST" of patient "BROWN^JOHN" with id=3003-1 and click on .
In the Teaching File Selector from, select
Document Title: |
For Teaching File Export |
Delay Reason: |
Delay export until clinical information is available |
Disposition: |
Dr.Jost teaching file |
and submit it by the Export
button.
Send the images generated by the the test script at $MESA_TARGET/storage/modality/T3003IM2/
to DCM4CHE, using the dcmsnd utility of dcm4che-2.0.7:
$ dcm4che-2.0.7/bin/dcmsnd DCM4CHEE@localhost:11112 $MESA_TARGET/storage/modality/T3003IM2/
In the Study List of the Web Application, select the imported study "CHEST/ABD" AND the former imported study "LEFT WRIST" of patient "BROWN^JOHN" with id=3003-1 and click on .
In the Teaching File Selector form, select
Document Title: |
For Teaching File Export |
Delay Reason: |
- |
Disposition: |
Dr.Jost teaching file |
and submit it by the Export
button.
Evaluate the test
$ perl 3003/eval_3003.pl 4
which should results in
Total Differences: 0 Logs stored in 3003/grade_3003.txt
Stop the Mesa Servers
$ stop_mesa_servers.csh