The following tables list the members exposed by DICOMService.
Public Constructors
Name | Description | |
---|---|---|
DICOMService | Initializes a new instance of the DICOMService class. |
Public Methods
Name | Description | |
---|---|---|
AddUsersToRole | Adds users to the specified roles. | |
ChangePassword | Changes a user password. | |
CreateRole | Creates a new role. | |
CreateUser | Creates a new user. | |
DeleteRole | Deletes a specific role. | |
DeleteUser | Deletes a specific user. | |
FindObjectInstance | Queries for DICOM objects information based on search parameters. | |
FindObjectInstanceEx | Queries for DICOM objects information based on search parameters. | |
FindSeries | Queries for the DICOM series information using matching parameters. | |
FindSeriesObjects | Queries for the DICOM series information using matching parameters. | |
FindStudies | Queries for the DICOM studies information using matching parameters. | |
FindStudyObjects | Queries for the DICOM studies information using matching parameters. | |
GetAllRoles | Retrieves all roles defined by the server. | |
GetAllUsers | Retrieves all users names stored in the server. | |
GetDicom | Retrieves a DICOM object and its options. | |
GetImage | Gets an image from a DICOM object with the preferred compression options. | |
GetImageInfo | Retrieves general image information for a DICOM object. | |
GetImageInfoEx | Retrieves extended image information for a DICOM object. | |
GetObjectTags | Retrieves DICOM and image information for queried DICOM objects. | |
GetObjectType | Returns the DICOM object type. | |
GetPrecompressedImagesFormat | Gets the server stored Pre-compressed images formats for the specified DICOM objects. | |
GetRolesForUser | Gets the roles which a user is a member of. | |
GetRolesPatientsPermissions | Retrieves the specified role's permissions for accessing patient information. | |
GetSeriesImages | Retrieves all the DICOM images in a series with the preferred compression options. | |
GetStorageOptions | Gets the administrator storage options for different compressions | |
GetUserCacheExpirationDuration | Retrieves the time specified for user cache items to expire. | |
GetUsersInRole | Retrieves all users which are members in the specified role. | |
IsUserInRole | Checks whether a user is a member of specific role. | |
RemoveUsersFromRoles | Removes a group of users from a group of roles. | |
ResetPassword | Resets a user password into a new password. | |
RoleExists | Checks if a role defined by the server. | |
SetRolesPatientsPermissions | Update the roles permissions for accessing patients information. | |
SetStorageOptions | Updates the storage options for image compression. | |
SetUserCacheExpirationDuration | Updates the time at which the cache items will expire for a user. | |
StoreDICOM | Stores a DICOM object. | |
ValidateUser | Checks if the user name and password are valid. |