... h2. Export Selector Tests Test Description provided by Mesa: [http://ihedoc.wustl.edu/mesasoftware/9.10.5/doc/pdf/exp_selector.pdf] h3. 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}}: {noformat} # 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 {noformat} 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 | h3. Run and evaluate the tests h4. Start the Mesa Servers {noformat} $ cd {{$MESA_TARGET/mesa_tests/rad/actors/expsel $ scripts/start_mesa_servers.csh {noformat} h4. Export Selector Test 3001: Simple Single Study Teaching File Export Start the test: {noformat} $ perl scripts/expsel_tce.pl 3001 4 {noformat} 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: {noformat} $ dcm4che-2.0.7/bin/dcmsnd DCM4CHEE@localhost:11112 $MESA_TARGET/storage/modality/T3001IM/ {noformat} 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 !export_tf.gif!. 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 {noformat} $ perl 3001/eval_3001.pl 4 {noformat} which should results in {noformat} Total Differences: 0 Logs stored in 3001/grade_3001.txt {noformat} h4. Export Selector Test 3003: Teaching File Export with Wait for More Data Sent via DICOM Export Start the test: {noformat} $ perl scripts/expsel_tce.pl 3003 4 {noformat} 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: {noformat}
|
$ dcm4che-2.0.7/bin/dcmsnd DCM4CHEE@localhost:11112 $MESA_TARGET/storage/modality/T3001IM/ $MESA_TARGET/storage/modality/T3003IM1/
|
{noformat} 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 !export_tf.gif!.
|
... 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: {noformat}
|
$ dcm4che-2.0.7/bin/dcmsnd DCM4CHEE@localhost:11112 $MESA_TARGET/storage/modality/T3002IM/ $MESA_TARGET/storage/modality/T3003IM2/
|
{noformat} 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 !export_tf.gif!.
|
... 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 {noformat} $ perl 3003/eval_3003.pl 4 {noformat} which should results in {noformat} Total Differences: 0 Logs stored in 3003/grade_3003.txt {noformat} h4. Stop the Mesa Servers {noformat} $ stop_mesa_servers.csh {noformat}
|