- Topic ID: task_rqc_sm3_w3b
- Version: 3.0
- Date: Dec 29, 2020 1:00:46 AM
CD/DVD Drive Functional Test (PMT-23)
Prerequisites
This procedure apply for PMT-23.
This document describes the steps necessary to test the functionality of the DVD Peripheral Media Tower. The test method utilizes system functionality for accessing and writing data to the DVD optical drives. Full details can be found in the Managing Images section of the Optima Learning and Reference Guide.
1 Save Exam/Series/Images using DVD Interchange Option
Interchange Option is used to write or recall images from a DVD in DICOM format. DVD cannot be selected as the default archive device. Exam, series, or images will not be marked as archived. A DICOM viewer is stored on the media so the images can be viewed on a PC. The media is write-once and all selections must be queued at the same time. Approximately 7000 images can be stored to a 4.7 Gb DVD.
Procedure
- notice
- With the desired DVD in the DVD optical drive, select the Image Works desktop. This is located in the upper left corner of the display monitor.
- Select the exam(s), series, or image(s) to be saved to the disk. To aid in this, The Sort and Selection menu on the browser can be used.
- Click DVD. The DVD composer window appears.
- Click Add Exams, Add Series, or Clear.note: Add Exams adds all of the exams that are selected. Add Series adds all of the series that are selected. Clear deletes all selections.
- Click Copy.note: Copy burns the images into the disk.
- Click Yes on the copy confirmation window.
The Interchange Media Browser appears, which shows the selections and progress of storage. A window appears stating “Restore or Copy completed successfully.”
- Click Ok.
- Click Eject, to eject the DVD from the DVD drive.
![]() |
2 Verify that Exam/Series/Images On DVD Storage Media
Procedure
- Insert the burned DVD optical disk in laptop.
- Type: mkdir /mnt/dvd
Check the path and name of the DVD drive, it is sr0 or sr1, type:
lsblk
su -
Enter the password of foot, could be sr0 or sr1, type:
mount /dev/sr0 /mnt/dvd
cd /mnt/dvd
Verify that the data saved to the DVD optical disk is viewable, type:
ls
Copy a file into ctuser to test the copy function, type:
cp name file /usr/g/ctuser
cd /usr/g/ctuser
ls
Remove the file you have copied, type:
rm name file
umount /dev/sr0
exit
