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
-
okClicked
- Indicated whether the SentTo button was clicked to close the dialog frame.
-
selectedItem
- Contains a targetID after dialog closing (if OK-Button is clicked).
-
StuMan.SendToDlg(Frame, jDVInterface)
-
-
LoadAll()
-
-
OnDetails()
-
-
OnSend()
-
-
addNotify()
-
-
setVisible(boolean)
- Shows or hides the component depending on the boolean flag b.
okClicked
public boolean okClicked
- Indicated whether the SentTo button was clicked to close the dialog frame.
selectedItem
public java.lang.String selectedItem
- Contains a targetID after dialog closing (if OK-Button is clicked).
SendToDlg
public SendToDlg(Frame parent,
jDVInterface dvi)
LoadAll
protected void LoadAll()
OnDetails
public void OnDetails()
OnSend
protected void OnSend()
addNotify
public void addNotify()
- Overrides:
- addNotify in class Dialog
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