C#
VB
C++
Gets or sets the value specifying whether to extract information from the instances to use as labels.
[Element(DicomTag.LabelUsingInformationExtractedFromInstances)]
public Nullable<YesNo> UseLabelInformationFromInstances { get; set; }
<Leadtools.Dicom.Common.Extensions.ElementAttribute()>
<TypeConverterAttribute("Leadtools.Dicom.Common.Editing.Converters.EnumValueConverter`1[[Leadtools.Dicom.Common.DataTypes.YesNo, Leadtools.Dicom.Common, Version=19.0.0.0, Culture=neutral, PublicKeyToken=3b25a5de27f81977]], Leadtools.Dicom.Common, Version=19.0.0.0, Culture=neutral, PublicKeyToken=3b25a5de27f81977")>
Public Property UseLabelInformationFromInstances As Nullable(Of YesNo)
[Leadtools.Dicom.Common.Extensions.ElementAttribute()]
[TypeConverterAttribute("Leadtools.Dicom.Common.Editing.Converters.EnumValueConverter`1[[Leadtools.Dicom.Common.DataTypes.YesNo, Leadtools.Dicom.Common, Version=19.0.0.0, Culture=neutral, PublicKeyToken=3b25a5de27f81977]], Leadtools.Dicom.Common, Version=19.0.0.0, Culture=neutral, PublicKeyToken=3b25a5de27f81977")]
public:
property Nullable<YesNo> UseLabelInformationFromInstances {
Nullable<YesNo> get();
void set ( Nullable<YesNo> );
}
Yes to extract label information from the instances; otherwise, no.
It is at the discretion of the SCP as to what information to extract for use as a label.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET