VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomSeriesManagerControlJS type / set_PatientTextBlockFormat Property
Syntax BrowserCompatibility SeeAlso
In This Topic
set_PatientTextBlockFormat Method
In This Topic
Sets the format string for patient text block.
Syntax
var instance = new Vintasoft.Imaging.Dicom.WebDicomSeriesManagerControlJS(parentDiv);

var returnValue; // Type: any

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

returnValue = instance.set_PatientTextBlockFormat(value);

Parameters

value
Default value is array with the following labels: "{PatientName}", "", "{PatientBirthDate:d}".
Browser Compatibility
56+
45+
11
See Also