ImportDialog

MacroModule
genre GUI
author MeVis Medical Solutions AG
package MeVisLab/Standard
definition dialogs.def
see also DicomImport, OpenImage, DicomBrowser
keywords DICOM, eatDicom, open, load

Purpose

The ImportDialog can be used to display a modal dialog window for running the MeVisLab eatDicom import tool.

It makes use of the DicomImport module.

Usage

From an application, use a call like:

ctx.module("ImportDialog").showModalDialog()

to display the import dialog. See the DicomImport documentation for details on the import dialog options.

Windows

Default Panel

../../../Modules/Macros/Dialogs/mhelp/Images/Screenshots/ImportDialog._default.png

Parameter Fields

Field Index

defaultOptions: Trigger
import: Trigger
options: String
source: String
target: String

Hidden Fields

source

name: source, type: String

target

name: target, type: String

options

name: options, type: String

import

name: import, type: Trigger

defaultOptions

name: defaultOptions, type: Trigger