Leadtools.Dicom.Services

PatientName Property (RolesPatientsPermission)

Show in webframe



Gets or sets the patient name.
Syntax
'Declaration
 
<DataMemberAttribute()>
Public Property PatientName As String
'Usage
 
Dim instance As RolesPatientsPermission
Dim value As String
 
instance.PatientName = value
 
value = instance.PatientName
[DataMemberAttribute()]
public string PatientName {get; set;}
[DataMemberAttribute()]
public:
property String^ PatientName {
   String^ get();
   void set (    String^ value);
}

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

See Also

Reference

RolesPatientsPermission Class
RolesPatientsPermission Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.