Leadtools.Dicom.WCF
LEAD Technologies, Inc

GetRolesPatientsPermissions Method (DICOMService)






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.
The patient ID which permissions are to be retrieved. This value can be null to retrieve permissions for all patients..
User custom data.
Retrieves the permissions to access patients information for a role.
Syntax
public virtual List<RolesPatientsPermission> GetRolesPatientsPermissions( 
   string roleName,
   string patientId,
   string extraData
)
'Declaration
 
Public Overridable Function GetRolesPatientsPermissions( _
   ByVal roleName As String, _
   ByVal patientId As String, _
   ByVal extraData As String _
) As List(Of RolesPatientsPermission)
'Usage
 
Dim instance As DICOMService
Dim roleName As String
Dim patientId As String
Dim extraData As String
Dim value As List(Of RolesPatientsPermission)
 
value = instance.GetRolesPatientsPermissions(roleName, patientId, extraData)
public virtual List<RolesPatientsPermission> GetRolesPatientsPermissions( 
   string roleName,
   string patientId,
   string extraData
)
 function Leadtools.Dicom.WCF.DICOMService.GetRolesPatientsPermissions( 
   roleName ,
   patientId ,
   extraData 
)
public:
virtual 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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DICOMService Class
DICOMService Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.