VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomSeriesManagerControlJS type / set_StudyTextBlockFormat Property
Syntax BrowserCompatibility SeeAlso
set_StudyTextBlockFormat Method
Sets the format string for study text block.
Syntax
var instance = new Vintasoft.Imaging.Dicom.WebDicomSeriesManagerControlJS(parentDiv);

var returnValue; // Type: any

// Parameters
var value; // Type: WebDicomSeriesManagerTextLineJS[]

returnValue = instance.set_StudyTextBlockFormat(value);

Parameters

value
Default value is array with the following labels: "{StudyDate} {StudyTime}", "{StudyDescription}", "{Modality}: {Runtime!SeriesCount} series".
Browser Compatibility
56+
45+
11
See Also