set_DicomViewerControl Method
In This Topic
Sets the DICOM viewer control that is associated with DICOM series manager control.
Syntax
var instance = new Vintasoft.Imaging.Dicom.UI.Panels.WebDicomSeriesManagerPanelJS(settings, stateButton);
var returnValue; // Type: any
// Parameters
var value; // Type: WebDicomViewerControlJS
returnValue = instance.set_DicomViewerControl(value);
function set_DicomViewerControl(
: WebDicomViewerControlJS
) : any;
Parameters
- value
- An instance of WebDicomViewerControlJS class.
Browser Compatibility
See Also