Leadtools.Dicom.Services

CanRetrieve Property

Show in webframe



Gets or sets a value that indicates whether a Role can retrieve Patient information.
Syntax
'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()]
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

See Also

Reference

RolesPatientsPermission Class
RolesPatientsPermission Members

 

 


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