←Select platform

InsertModule Method

Summary

Inserts a new module in the Data Set.

Syntax
C#
VB
C++
Java
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, boolean optional) 
public: 
DicomModule^ InsertModule(  
   DicomModuleType module, 
   bool optional 
)  

Parameters

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.

Return Value

The newly inserted module.

Remarks

LEAD controls the placement of the module in the Data Set.

Example

For an example, refer to DeleteModule.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly