Name Property

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

Property Value

The patient name.

Requirements

Target Platforms

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

Leadtools.Dicom.Common Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.