52 void _initializeFieldsAndMembers();
55 void _resetLoadedMembers();
59 std::string _saveDocument();
63 void _updateCDADump(
const MLuint8 *data,
const size_t numBytes);
#define MLDIRECTDICOMIMPORTOUTPUTS_EXPORT
DLL export macro definition.
Field to encapsulate a boolean value.
Field to encapsulate an enumerated value.
Base class for all fields used in the ML.
The ML module base class MultiFileVolumeListBaseOutput used to implement further output modules for t...
The ML module class MultiFileVolumeListDOCOutput providing an additional output for (encapsulated doc...
void _updateVolumeInformation(MultiFileVolume *currVol) override
This is called by the super class if the volume has changed.
void handleNotification(Field *field) override
Handles changes of fields.
MultiFileVolumeListDOCOutput(int numInputs=0, int numOutputs=0)
Constructor.
~MultiFileVolumeListDOCOutput() override
Destructor.
void activateAttachments() override
Called after changes of fields without handleNotification calls.
Management class used by DirectDicomImport to create, represent and describe volumes composed of mult...
Field without value for notifications.
Field to encapsulate a string value.
#define ML_MODULE_CLASS_HEADER(className)
Like ML_CLASS_HEADER for the usage of derived classes from Module.
Provides the base class for an additional output for a MultiFileVolumeList module.
Target mlrange_cast(Source arg)
Generic version of checked ML casts.