C#
VB
C++
Gets the patient's name.
[Element(DicomTag.PatientName)]
public PersonName Name { get; set; }
Public Property Name As Leadtools.Dicom.Common.Datatypes.PersonName
public:
property Leadtools.Dicom.Common.Datatypes.PersonName^ Name {
Leadtools.Dicom.Common.Datatypes.PersonName^ get();
void set ( Leadtools.Dicom.Common.Datatypes.PersonName^ );
}
Patient's full legal name.
For an example refer to QueryRetrieveScu.Find
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