C#
Objective-C
C++
Java
public DicomModule InsertModule(
DicomModuleType module,
bool optional
)
- (nullable LTDicomModule *)insertModule:(LTDicomModuleType)module optional:(BOOL)optional;
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.
For an example, refer to DeleteModule.