←Select platform

CanRetrieve Property

Summary

Gets or sets a value that indicates whether a Role can retrieve Patient information.

Syntax

C#
VB
C++
[DataMemberAttribute()] 
public bool CanRetrieve { get; set; } 
  
<DataMemberAttribute()> 
Public Property CanRetrieve As Boolean 
[DataMemberAttribute()] 
public: 
property bool CanRetrieve { 
   bool get(); 
   void set (    bool ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Services Assembly