• 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 Image
    • notice
    • A new DVD optical disk media must be used.
  1. 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.
  2. 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.
  3. Click DVD. The DVD composer window appears.
  4. 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.
  5. Click Copy.
    note: Copy burns the images into the disk.
  6. 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.”

  7. Click Ok.
  8. Click Eject, to eject the DVD from the DVD drive.

2 Verify that Exam/Series/Images On DVD Storage Media

Procedure

  1. Insert the burned DVD optical disk in laptop.
  2. 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

3 Finalization

No finalization steps.