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


"

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

"

Public Methods

 NameDescription
 Method AddUsersToRoleAdds users to the specified roles.  
 Method ChangePasswordChanges a user password.  
 Method CreateRoleCreates a new role.  
 Method CreateUserCreates a new user.  
 Method DeleteRoleDeletes a specific role.  
 Method DeleteUserDeletes a specific user.  
 Method GetAllRolesRetrieves all roles defined by the server.  
 Method GetAllUsersRetrieves all users names stored in the server.  
 Method GetRolesForUserGets the roles which a user is a member of.  
 Method GetRolesPatientsPermissionsRetrieves the permissions to access patients information for a role.  
 Method GetUserCacheExpirationDurationRetrieves the time specified for the user cache items to be expired.  
 Method GetUsersInRoleRetrieves all users which are members in the specified role.  
 Method IsUserInRoleChecks whether a user is a member of specific role.  
 Method RemoveUsersFromRolesRemoves a group of users from a group of roles.  
 Method ResetPasswordResets a user password into a new password.  
 Method RoleExistsChecks if a role defiened by the server.  
 Method SetRolesPatientsPermissionsUpdates the roles permissions for accessing patients information.  
 Method SetUserCacheExpirationDurationUpdate the time the cache items will be expired for a user.  
 Method ValidateUserChecks if the user name and password are valid.  
Top

See Also