MWL page colors

Trouble during PacsOne Server installations
Post Reply
diegog
Posts:36
Joined:Sat Feb 25, 2012 12:01 pm
Contact:
MWL page colors

Post by diegog » Sat Jun 21, 2014 7:56 pm

What means the different colors that appear in the MWL page?
On Week modality worklist I see yellow, with and blue orders?

I can't find any explanation on the manual.

Thanks!

Diego[/img]

pacsone
Site Admin
Posts:3149
Joined:Tue Sep 30, 2003 2:47 am

Post by pacsone » Sun Jun 22, 2014 1:44 pm

The following study color definitions can be found in the "php/constants.php" script under the directory where PacsOne Server is installed:

Code: Select all

$STUDY_COLORS = array(
    $STUDY_STATUS_SCHEDULED             => "white",
    $STUDY_STATUS_PATIENT_ARRIVED       => "#3366FF",
    $STUDY_STATUS_STARTED               => "#6633FF",
    $STUDY_STATUS_COMPLETED             => "#CC33FF",
    $STUDY_STATUS_UPDATED               => "#FF33CC",
    $STUDY_STATUS_VERIFIED              => "#FF6633",
    $STUDY_STATUS_DISCONTINUED          => "#B88A00",
    $STUDY_STATUS_DELETED               => "black",
    $STUDY_STATUS_IMAGE_ARRIVED         => "yellow",
    $STUDY_STATUS_IMAGE_ARRIVED_STAT    => "red",
    $STUDY_STATUS_READ                  => "green",
);

Post Reply