←Select platform

OperatorsName Property

Summary

Gets or sets the name of the operators name.

Syntax

C#
VB
C++
[Element(DicomTag.OperatorName, Requirement = DicomIodUsageType.Type2MandatoryElement, DefaultValue = typeof(List<PersonName>))] 
public List<PersonName> OperatorsName { get; set; } 
<Leadtools.Dicom.Common.Extensions.ElementAttribute()> 
Public Property OperatorsName As List(Of PersonName) 
[Leadtools.Dicom.Common.Extensions.ElementAttribute()] 
public: 
property List<PersonName^>^ OperatorsName { 
   List<PersonName^>^ get(); 
   void set (    List<PersonName^>^ ); 
} 

Property Value

The name of the operators name.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly