←Select platform

PatientName Property

Summary

Gets or sets the patient name.

Syntax

C#
VB
C++
[DataMemberAttribute()] 
public string PatientName { get; set; } 
  
<DataMemberAttribute()> 
Public Property PatientName As String 
[DataMemberAttribute()] 
public: 
property String^ PatientName { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

A System.String representing the DICOM patient's name.

Example

For an example, refer to the Medical Web Viewer demo, located in DICOMServicescs.csproj project.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Services Assembly