Leadtools.Dicom.Services
LEAD Technologies, Inc

CanRetrieve Property






Gets or sets a value that indicates whether a Role can retrieve Patient information.
Syntax
[DataMemberAttribute()]
public bool CanRetrieve {get; set;}
'Declaration
 
<DataMemberAttribute()>
Public Property CanRetrieve As Boolean
'Usage
 
Dim instance As RolesPatientsPermission
Dim value As Boolean
 
instance.CanRetrieve = value
 
value = instance.CanRetrieve
[DataMemberAttribute()]
public bool CanRetrieve {get; set;}
DataMemberAttribute()
 get_CanRetrieve();
set_CanRetrieve(value);
[DataMemberAttribute()]
public:
property bool CanRetrieve {
   bool get();
   void set (    bool value);
}

Property Value

true to allow the role specified by RoleName to access the patient's information; otherwise false.
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.