C#
VB
C++
Gets the referring physician's name.
[Element(DicomTag.ReferringPhysicianName)]
public PersonName ReferringPhysiciansName { get; set; }
Public Property ReferringPhysiciansName As Leadtools.Dicom.Common.Datatypes.PersonName
public:
property Leadtools.Dicom.Common.Datatypes.PersonName^ ReferringPhysiciansName {
Leadtools.Dicom.Common.Datatypes.PersonName^ get();
void set ( Leadtools.Dicom.Common.Datatypes.PersonName^ );
}
Name of the patient's referring physician.
For an example refer to Find(dicomscp,findquery)
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