var instance = new Vintasoft.Imaging.Dicom.WebDicomSeriesManagerControlJS(parentDiv); var value; // Type: string // Parameters var location; // Type: object value = instance.getSeriesIdetifierByLocation(location);
function getSeriesIdetifierByLocation(
locationThe location - { x:number, y:number }.: object
) : string;
Parameters
- location
- The location - { x:number, y:number }.
Return Value
The series identifier at specified location in control space.