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


"

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

"

Public Methods

 NameDescription
public Method AddUsersToRoleAdds users to the specified roles.  
public Method ChangePasswordChanges a user password.  
public Method CreateRoleCreates a new role.  
public Method CreateUserCreates a new user.  
public Method DeleteRoleDeletes a specific role.  
public Method DeleteUserDeletes a specific user.  
public Method FindObjectInstanceQueries for DICOM objects information based on search parameters.  
public Method FindObjectInstanceExQueries for DICOM objects information based on search parameters.  
public Method FindSeriesQueries for the DICOM series information using matching parameters.  
public Method FindSeriesObjectsQueries for the DICOM series information using matching parameters.  
public Method FindStudiesQueries for the DICOM studies information using matching parameters.  
public Method FindStudyObjectsQueries for the DICOM studies information using matching parameters.  
public Method GetAllRolesRetrieves all roles defined by the server.  
public Method GetAllUsersRetrieves all users names stored in the server.  
public Method GetDicomRetrieves a DICOM object with options.  
public Method GetImageGets an image from a DICOM object with the preferred compression options.  
public Method GetImageInfoRetrieves general image information for a DICOM object.  
public Method GetImageInfoExRetrieves extended image information for a DICOM object.  
public Method GetObjectTagsRetrieves DICOM and image information for queried DICOM objects.  
public Method GetObjectTypeReturns the DICOM object type.  
public Method GetPrecompressedImagesFormatGets the server stored Pre-compressed images formats for the specified DICOM objects.  
public Method GetRolesForUserGets the roles which a user is a member of.  
public Method GetRolesPatientsPermissionsRetrieves the permissions to access patients information for a role.  
public Method GetSeriesImagesRetrieves all the DICOM images in a series with the preferred compression options.  
public Method GetStorageOptionsGets the administrator storage options for different compressions  
public Method GetUserCacheExpirationDurationRetrieves the time specified for the user cache items to be expired.  
public Method GetUsersInRoleRetrieves all users which are members in the specified role.  
public Method IsUserInRoleChecks whether a user is a member of specific role.  
public Method RemoveUsersFromRolesRemoves a group of users from a group of roles.  
public Method ResetPasswordResets a user password into a new password.  
public Method RoleExistsChecks if a role defined by the server.  
public Method SetRolesPatientsPermissionsUpdate the roles permissions for accessing patients information.  
public Method SetStorageOptionsUpdates the storage options for images compression.  
public Method SetUserCacheExpirationDurationUpdates the time the cache items will be expired for a user.  
public Method StoreDICOMStores a DICOM object.  
public Method ValidateUserChecks if the user name and password are valid.  
Top

See Also