C#
VB
C++
Gets or sets the name of the patient.
[Element(DicomTag.PatientName, Requirement = DicomIodUsageType.Type2MandatoryElement)]
public PersonName PatientName { get; set; }
<Leadtools.Dicom.Common.Extensions.ElementAttribute()>
Public Property PatientName As Leadtools.Dicom.Common.Datatypes.PersonName
[Leadtools.Dicom.Common.Extensions.ElementAttribute()]
public:
property Leadtools.Dicom.Common.Datatypes.PersonName^ PatientName {
Leadtools.Dicom.Common.Datatypes.PersonName^ get();
void set ( Leadtools.Dicom.Common.Datatypes.PersonName^ );
}
The name of the patient.
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