Inserts a new module in the Data Set.
public DicomModule InsertModule(
DicomModuleType module,
bool optional
)
Public Function InsertModule( _
ByVal module As Leadtools.Dicom.DicomModuleType, _
ByVal optional As Boolean _
) As Leadtools.Dicom.DicomModule
public Leadtools.Dicom.DicomModule InsertModule(
Leadtools.Dicom.DicomModuleType module,
bool optional
)
function Leadtools.Dicom.DicomDataSet.InsertModule(
module ,
optional
)
public:
Leadtools.Dicom.DicomModule^ InsertModule(
Leadtools.Dicom.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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET