C#
VB
C++
Gets or sets the name of the operators name.
[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^>^ );
}
The name of the operators name.
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