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);
function set_PatientTextBlockFormat(
: WebDicomSeriesManagerTextLineJS[]
) : any;
Parameters
- value
- Default value is array with the following labels: "{PatientName}", "", "{PatientBirthDate:d}".
Browser Compatibility
See Also