C#
VB
C++
Java
Inserts a new module in the Data Set.
public DicomModule InsertModule(
DicomModuleType module,
bool optional
)
Public Function InsertModule( _
ByVal module As DicomModuleType, _
ByVal optional As Boolean _
) As DicomModule
public:
DicomModule^ InsertModule(
DicomModuleType module,
bool optional
)
module
The module to be inserted.
optional
true to insert all elements of the specified module; false to insert only the mandatory elements of the specified module.
The newly inserted module.
LEAD controls the placement of the module in the Data Set.