←Select platform

Name Property

Summary

Gets or sets the patient name.

Syntax

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

Property Value

The patient name.

Requirements

Target Platforms

See Also

Reference

CopyStudy Class

CopyStudy Members

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