The application's main window contains various standard elements like a title bar, menu bar, tool button bar and status bar. In addition its client area contains a TreeView and Image View such that selecting an image item in the TreeView causes the corresponding image to be displayed in the Image View.
Click on the image to access links to appropriate information
The Tree View window appears as the left pane of the main window's client area. It organizes images selected from the database into a hierarchy as shown:
Root: URA
Trial Centre (Hospital): UAT-CentreB
Patient Ref: 98000003
Scan Dates (Appointments): 2006-01-23
Images (Scan of Patient taken during appointment): 0000014.1.1.0
Note: The Image label is obtained by truncating the image's full DICOM reference which appears in the status bar
when it is selected. It is call the 'Short DicomRef'
The Image View window appears as the right pane of the main window's client area. It displays the image selected in the Tree View (or its header information, see View | Show DICOM header).