Name Property

Summary

Gets or sets the name.

Syntax
C#
VB
C++
[Element(DicomTag.PatientName)] 
public PersonName Name { get; set; } 
<TypeConverterAttribute("Leadtools.Dicom.Common.Editing.Converters.PersonNameConverter, Leadtools.Dicom.Common, Version=19.0.0.0, Culture=neutral, PublicKeyToken=3b25a5de27f81977")> 
<ElementAttribute()> 
Public Property Name As PersonName 
[TypeConverterAttribute("Leadtools.Dicom.Common.Editing.Converters.PersonNameConverter, Leadtools.Dicom.Common, Version=19.0.0.0, Culture=neutral, PublicKeyToken=3b25a5de27f81977")] 
[ElementAttribute()] 
public: 
property PersonName^ Name { 
   PersonName^ get(); 
   void set (    PersonName^ ); 
} 

Property Value

The patient name.

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