Help

Table of Contents

 

Query Database

The form allows one to limit the patients returned to a subset based on the criteria entered.

The text fields (Firstname, Lastname, Patient ID, Accession #)  allow for typing desired criteria. One can use * as a wildcard character. (such as [jon*] to get all the lastnames that begin with jon) 

The date fields (Birthdate, Study Begindate, Study Enddate)  will accept a variety of date formats as long as they are in the order [Month][Day][Year].
Month can be 1, 01, Jan, January, etc.
Day can be in the format 1, or 01.
Year can be in the format 2000, 00, 99, 1999, etc.

The drop down menus (Physician, Radiologist, Department, Hospital, Anatomical Area) have all the distinct possible values from the database. A single value can be selected to limit the search. The drop down menu (Study Date) allows for limiting the search to patients with recent studies.

The checkboxes (CR, CT, MR, SC, US, Condensed, Reviewed), if checked, will limit the search to patients with a study that matches the selected types.

The "Query Database" button will perform the search. The "Reset" button will blank the form to remove all the limiting criteria.

 

Patient List

The Patient List page displays all the patients that match the search criteria that was entered in the "Query Database" form.

Clicking on the column headers (ID, Last, FirstName, Gender, Age, Most Recent Study) will resort the patient list based on the selected column.

To see the studies for a patient in the list, click the cooresponding ID.

 

Study List

The Study List page displays all the studies for a single patient in the database. Clicking on the last column number (Images) will display that series of images.

There are some special links at the bottom of the page which change the web page to display images differently.

 

Series Image Display

The Series Image Display page displays the images in a series. The whole page is a Java Applet, which allows a more powerful (and complex) way of displaying images compared to a standard web page. There are many controls and the page, and many actions with the keyboard and mouse that change the images that are displayed.

Concepts

Applet Buttons

Keyboard Controls

Mouse Controls

Printing Images

The "Print..." button is used to print the currently visible set of images. Before pressing the "Print..." button, prepare the page of images by:

When the "Print..." button is clicked, the standard system Print Dialog is displayed for the user to select the printer, number of copies, page orientation, etc.

If the standard system Print Dialog isn't displayed, than you will not be able to print. This is usually caused by a Java Security Violation. Make sure that your web browser "trusts" this web applet. [This is hard to do by hand right now, In future versions this will be done automatically for you].