Retrieves the permissions to access patients information for a role.
public List<RolesPatientsPermission> GetRolesPatientsPermissions(string roleName,string patientId,string extraData)
Function GetRolesPatientsPermissions( _ByVal roleName As String, _ByVal patientId As String, _ByVal extraData As String _) As List(Of RolesPatientsPermission)
List<RolesPatientsPermission^>^ GetRolesPatientsPermissions(String^ roleName,String^ patientId,String^ extraData)
roleName
A System.String specifying the role name for which to get its patients access permissions. This value can be null to retrieve permissions assigned for all roles.
patientId
The patient ID for which permissions are to be retrieved. This value can be null to retrieve permissions for all patients.
extraData
User custom data.
A list of Leadtools.Dicom.Services.DataTypes.RolesPatientsPermission objects specifying the patient's permissions for the specified role(s).
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
