Leadtools.Dicom.Services Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.25
IDICOMManage Interface Methods
See Also 
Leadtools.Dicom.Services Namespace : IDICOMManage Interface


"

For a list of all members of this type, see IDICOMManage members.

"

Public Methods

 NameDescription
 Method AddUsersToRole Adds users to the specified roles.  
 Method ChangePassword Change a user password.  
 Method CreateRole Creates a new role.  
 Method CreateUser Creates a new user.  
 Method DeleteRole Deletes a specific role.  
 Method DeleteUser Deletes a specific user.  
 Method GetAllRoles Retrieves all roles defined by the server.  
 Method GetAllUsers Retrieves all users names stored in the server.  
 Method GetRolesForUser Gets the roles which a user is a member of.  
 Method GetRolesPatientsPermissions Retrieves the permissions to access patients information for a role.  
 Method GetUserCacheExpirationDuration Retrieves the time specified for the user cache items to be expired.  
 Method GetUsersInRole Retrieves all users which are members in the specified role.  
 Method IsUserInRole Checks whether a user is a member of specific role.  
 Method RemoveUsersFromRoles Removes a group of users from a group of roles.  
 Method ResetPassword Resets a user password into a new password.  
 Method RoleExists Check if a role defiened by the server.  
 Method SetRolesPatientsPermissions Updates the roles permissions for accessing patients information.  
 Method SetUserCacheExpirationDuration Updates the time the cache items will be expired for a user.  
 Method ValidateUser Checks if the user name and password are valid.  
Top

See Also