C#
VB
C++
Gets a value representing the DicomElement that has just been added to the DicomDataSet.
public DicomElement DicomElement { get; set; }
Public Property DicomElement As Leadtools.Dicom.DicomElement
public:
property Leadtools.Dicom.DicomElement^ DicomElement {
Leadtools.Dicom.DicomElement^ get();
void set ( Leadtools.Dicom.DicomElement^ );
}
The DicomElement that has just been added to the DicomDataSet.
For an example, refer to LoadJsonBeforeElementCallback.
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