UseLabelInformationFromInstances Property

Summary

Gets or sets the value specifying whether to extract information from the instances to use as labels.

Syntax
C#
VB
C++
[Element(DicomTag.LabelUsingInformationExtractedFromInstances)] 
public Nullable<YesNo> UseLabelInformationFromInstances { get; set; } 
<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) 
[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> ); 
} 

Property Value

Yes to extract label information from the instances; otherwise, no.

Remarks

It is at the discretion of the SCP as to what information to extract for use as a label.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly