C#
VB
C++
Gets or sets the patient name.
[DataMemberAttribute()]public string PatientName { get; set; }
<DataMemberAttribute()>Public Property PatientName As String
[DataMemberAttribute()]public:property String^ PatientName {String^ get();void set ( String^ );}
A System.String representing the DICOM patient's name.
For an example, refer to the Medical Web Viewer demo, located in DICOMServicescs.csproj project.
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
