C#
VB
C++
Gets or sets a value that indicates whether a Role can retrieve Patient information.
[DataMemberAttribute()]
public bool CanRetrieve { get; set; }
<DataMemberAttribute()>
Public Property CanRetrieve As Boolean
true to allow the role specified by RoleName to access the patient's information; otherwise false.
For an example, refer to the Medical Web Viewer demo, located in DICOMServicescs.csproj project.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET