←Select platform

GetRolesPatientsPermissions Method

Summary

Retrieves the permissions to access patients information for a role.

Syntax

C#
VB
C++
[OperationContractAttribute()] 
public List<RolesPatientsPermission> GetRolesPatientsPermissions( 
   string roleName, 
   string patientId, 
   string extraData 
) 
  
<OperationContractAttribute()> 
Function GetRolesPatientsPermissions( _ 
   ByVal roleName As String, _ 
   ByVal patientId As String, _ 
   ByVal extraData As String _ 
) As List(Of RolesPatientsPermission) 
[OperationContractAttribute()] 
List<RolesPatientsPermission^>^ GetRolesPatientsPermissions(  
   String^ roleName, 
   String^ patientId, 
   String^ extraData 
)  

Parameters

roleName
A System.String specifying the role name to get its patients access permissions. This value can be null to retrieve permissions assigned for all roles.

patientId
The patient ID which permissions are to be retrieved. This value can be null to retrieve permissions for all patients..

extraData
User custom data.

Return Value

A list of Leadtools.Dicom.Services.DataTypes.RolesPatientsPermission objects specifying the patients permissions for the specified role(s).

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.WCF Assembly