In This Topic
Adds DICOM files to this DICOM viewer.
Syntax
var instance = new Vintasoft.Imaging.Dicom.WebDicomViewerBaseControlJS(parentDiv);
var value; // Type: any
// Parameters
var sources; // Type: string[]
value = instance.addSources(sources);
function addSources(
: string[]
) : any;
Parameters
- sources
- A string array that contains identifiers of DICOM files, which should be loaded in DICOM viewer.
Browser Compatibility
See Also