VintaSoft Imaging .NET SDK 14.0: Документация для Веб разработчика
Vintasoft.Imaging.Dicom Namespace / WebDicomSeriesManagerControlJS type / set_StudyTextBlockFormat Property
Syntax BrowserCompatibility SeeAlso
В этом разделе
    set_StudyTextBlockFormat Метод
    В этом разделе
    Задает строку формата для блока текста исследования.
    Синтаксис
    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
    Значение по умолчанию: массив со следующими метками: "{StudyDate} {StudyTime}", "{StudyDescription}", "{Modality}: {Runtime!SeriesCount} series".
    : WebDicomSeriesManagerTextLineJS[]
    ) : any;

    Parameters

    value
    Значение по умолчанию: массив со следующими метками: "{StudyDate} {StudyTime}", "{StudyDescription}", "{Modality}: {Runtime!SeriesCount} series".
    Совместимость с веб браузерами
    9
    5
    11
    5
    Смотрите также