Visual Basic (Declaration) | |
---|---|
Public Function InsertModule( _ ByVal module As DicomModuleType, _ ByVal optional As Boolean _ ) As DicomModule |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public DicomModule InsertModule( DicomModuleType module, bool optional ) |
Managed Extensions for C++ | |
---|---|
public: DicomModule* InsertModule( DicomModuleType module, bool optional ) |
C++/CLI | |
---|---|
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.For an example, refer to DeleteModule.
LEAD controls the placement of the module in the Data Set.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family