Error processing SSI file
Leadtools.Dicom.Services

Show in webframe

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:
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

Error processing SSI file