C#
VB
C++
Gets the DicomElement that corresponds to the JSON data that is about to be written.
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 corresponds to the JSON data that is about to be written.
For an example, refer to SaveJsonCallback.
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