C#
VB
C++
Gets a value representing the DicomDataSet that is being loaded with DICOM tags and values corresponding to the input JSON file.
public DicomDataSet DicomDataSet { get; set; }
Public Property DicomDataSet As Leadtools.Dicom.DicomDataSet
public:
property Leadtools.Dicom.DicomDataSet^ DicomDataSet {
Leadtools.Dicom.DicomDataSet^ get();
void set ( Leadtools.Dicom.DicomDataSet^ );
}
The DicomDataSet that is being loaded with DICOM tags and values corresponding to the input JSON file.
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