mod_loadresultset__define.pro


Name:
mod_loadresultset
Description:
Loads a result set
For now we use a very simple workflow and UI layout

Name:
mod_loadresultset::init
Description:

Name:
mod_loadresultset::readyToExecute
Description:
We're always ready to execute

Name:
mod_loadresultset::map
Description:
Workflow:
Present a fileselector box to the user
Load the sequence
Check, whether this is a sequence as we expect
Check whether the studyUID matches existing data (if necessary)
If we got that far, finally map the UI which:
- asks the user for a name for this image set - suggest the
filename (without _s??) as default
- if the name already exists, warn the user and ask whether to
replace the existing set or chose a different name

Name:
mod_loadresultset::unmap
Description:
call of this function is very likely a result of the user pressing
the close handle - i.e. we'll do some cleanup here

Name:
mod_loadresultset::keyEvt
Description:

Name:
mod_loadresultset::suggestFilenameEvt
Description:
In the two suggest functions, we essentially try to reverse the
default settings as made in mod_save.
For the filename, we replace the underscores by blanks and
remove a trailing _s??.dcm

Name:
mod_loadresultset::suggestDescriptionEvt
Description:
As above.
Here we remove a leading 'Calculated ' and a trailing version
information.

Name:
mod_loadresultset::cancelButtonEvt
Description:

Name:
mod_loadresultset::okButtonEvt
Description:

Name:
mod_loadresultset::addSet
Description:

Name:
mod_loadresultset__define
Description:
Private Procedure (constructor)

Last modified: Fri Oct 29 07:19:17 2004