VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomSeriesManagerControlJS type / set_StudyTextBlockFormat Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    set_StudyTextBlockFormat Method
    In This Topic
    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);
    
    
    function set_StudyTextBlockFormat(
    value
    Default value is array with the following labels: "{StudyDate} {StudyTime}", "{StudyDescription}", "{Modality}: {Runtime!SeriesCount} series".
    : WebDicomSeriesManagerTextLineJS[]
    ) : any;

    Parameters

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