LEADTOOLS Medical (Leadtools.Dicom assembly)

InsertModule Method

Show in webframe







The module to be inserted.
true to insert all elements of the specified module; false to insert only the mandatory elements of the specified module.
Inserts a new module in the Data Set.
Syntax
public DicomModule InsertModule( 
   DicomModuleType module,
   bool optional
)
'Declaration
 
Public Function InsertModule( _
   ByVal module As DicomModuleType, _
   ByVal optional As Boolean _
) As DicomModule
'Usage
 
Dim instance As DicomDataSet
Dim module As DicomModuleType
Dim optional As Boolean
Dim value As DicomModule
 
value = instance.InsertModule(module, optional)
public DicomModule InsertModule( 
   DicomModuleType module,
   bool optional
)

            
public DicomModule insertModule(DicomModuleType module, boolean optional)
 function Leadtools.Dicom.DicomDataSet.InsertModule( 
   module ,
   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

See Also

Reference

DicomDataSet Class
DicomDataSet Members
DeleteModule Method
DeleteElement Method
Reset Method

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Dicom requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features