Class StuMan.SendToDlg
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class StuMan.SendToDlg

Object
   |
   +----Component
           |
           +----Container
                   |
                   +----Window
                           |
                           +----Dialog
                                   |
                                   +----StuMan.SendToDlg

public class SendToDlg
extends Dialog
Opens a Send-To-Dialog for sending IODs, series and studies to another DICOM-application. After choosing a target and clicking on OK the targetID is returned in selectedItem. Element okClicked indicates whether the SendTo-Button is clicked or not.

Author:
Andreas Schroeter
Since:
30.04.1999

Variable Index

 o okClicked
Indicated whether the SentTo button was clicked to close the dialog frame.
 o selectedItem
Contains a targetID after dialog closing (if OK-Button is clicked).

Constructor Index

 o StuMan.SendToDlg(Frame, jDVInterface)

Method Index

 o LoadAll()
 o OnDetails()
 o OnSend()
 o addNotify()
 o setVisible(boolean)
Shows or hides the component depending on the boolean flag b.

Variables

 o okClicked
public boolean okClicked
Indicated whether the SentTo button was clicked to close the dialog frame.

 o selectedItem
public java.lang.String selectedItem
Contains a targetID after dialog closing (if OK-Button is clicked).

Constructors

 o SendToDlg
public SendToDlg(Frame parent,
                 jDVInterface dvi)

Methods

 o LoadAll
protected void LoadAll()
 o OnDetails
public void OnDetails()
 o OnSend
protected void OnSend()
 o addNotify
public void addNotify()
Overrides:
addNotify in class Dialog
 o setVisible
public void setVisible(boolean b)
Shows or hides the component depending on the boolean flag b.

Parameters:
b - if true, show the component; otherwise, hide the component.
Overrides:
setVisible in class Component
See Also:
isVisible

All Packages  Class Hierarchy  This Package  Previous  Next  Index