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