Leadtools.Dicom.Services
LEAD Technologies, Inc

PatientId Property (RolesPatientsPermission)






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

Property Value

A System.String representing the DICOM patient's ID value.
Example
For an example, refer to the Medical Web Viewer demo, located in DICOMServicescs.csproj project.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RolesPatientsPermission Class
RolesPatientsPermission Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.