The following tables list the members exposed by WorkstationDataAccessAgent.
| Name | Description | |
|---|---|---|
|
WorkstationDataAccessAgent Constructor | Initializes a new instance of the WorkstationDataAccessAgent class with a connection string. |
| Name | Description | |
|---|---|---|
|
ConnectionString | Gets the string used to open a database. |
|
DatabaseProvider | Gets the abstract object which database commands are run against. |
| Name | Description | |
|---|---|---|
|
AddDicom | Inserts a DicomDataSet into the underlying data store. (Inherited from IWorkstationDataAccessAgent) |
|
AddUser | Adds a new user to the database. (Inherited from IWorkstationDataAccessAgent). |
![]() |
GetHashedPassword | Converts a SecureString password into a hashed string. |
|
GetImage | Queries for image information. (Inherited from IWorkstationDataAccessAgent) |
|
GetPatient | Queries patient information. (Inherited from IWorkstationDataAccessAgent) |
|
GetSeries | Queries for single series information. (Inherited from IWorkstationDataAccessAgent) |
|
GetStudy | Queries a single study information. (Inherited from IWorkstationDataAccessAgent) |
|
GetUsers | Retrieves all available users. (Inherited from IWorkstationDataAccessAgent). |
|
IsAdmin | Determines whether the user is an administrator. (Inherited from IWorkstationDataAccessAgent). |
|
IsConfigurationRegistered | Checks whether a component has a configuration registered to it. (Inherited from IWorkstationDataAccessAgent). |
|
IsUserValid | Determines whether user information is valid. (Inherited from IWorkstationDataAccessAgent). |
|
QueryDicomInformation | Queries for the DICOM information using the provided search parameters. (Inherited from IWorkstationDataAccessAgent) |
|
QueryImages | Queries for the image information using the provided search parameters. (Inherited from IWorkstationDataAccessAgent) |
|
QueryPatients | Queries for the patient's information using the provided search parameters. (Inherited from IWorkstationDataAccessAgent) |
|
QuerySeries | Queries for the series information using the provided search parameters. (Inherited from IWorkstationDataAccessAgent) |
|
QueryStudies | Queries studies information using the provided search parameters. (Inherited from IWorkstationDataAccessAgent) |
|
ReadConfiguration | Reads configuration data for a component. (Inherited from IWorkstationDataAccessAgent). |
|
RegisterConfiguration | Registers a new component configuration. (Inherited from IWorkstationDataAccessAgent). |
|
RemoveDicom | Overloaded. Deletes all DICOM information that matches the provided query parameters. (Inherited from IWorkstationDataAccessAgent) |
|
RemoveUser | Removes an existing user from the database. (Inherited from IWorkstationDataAccessAgent). |
|
SetAdminUser | Updates the Administrator state of an existing user. (Inherited from IWorkstationDataAccessAgent). |
|
SetUserPassword | Updates an existing user's password. (Inherited from IWorkstationDataAccessAgent). |
|
UpdateConfiguration | Updates the configuration data for the specified component. (Inherited from IWorkstationDataAccessAgent). |
| Name | Description | |
|---|---|---|
|
CreateDatabaseProvider | Creates a Database instance. |
|
InitializeAddUserCommand | Initializes a DbCommand to insert a user in the database. |
|
InitializeGetUsersCommand | Initializes a DbCommand to retrieve all database users. |
|
InitializeImageInsertCommand | Initializes a DbCommand to insert a new image row into the database. |
|
InitializeImagesDeleteCommand | Initializes a DbCommand to delete image row from the database. |
|
InitializeInsertConfigurationCommand | Initializes a DbCommand to insert a component configuration row. |
|
InitializeIsAdminCommand | Initializes a DbCommand to check if a user is administrator. |
|
InitializeIsComponentConfigurationInsertedCommand | Initializes a DbCommand to check if a component's name is inserted into the configuration table. |
|
InitializeIsUserValidCommand | Initializes a DbCommand to check if user information exists in the database. |
|
InitializePatientInsertCommand | Initializes a DbCommand to insert a new patient row into the database. |
|
InitializePatientsDeleteCommand | Initializes a DbCommand to delete a patient row from the database. |
|
InitializeQueryImagesCommand | Initializes a DbCommand to query image information from the database with the specified query parameters. |
|
InitializeQueryPatientsCommand | Initializes a DbCommand to query patient's information from the database with the specified query parameters. |
|
InitializeQuerySeriesCommand | Initializes a DbCommand to query series information from the database with the specified query parameters. |
|
InitializeQueryStudiesCommand | Initializes a DbCommand to query studies information from the database with the specified query parameters. |
|
InitializeReadConfigurationCommand | Initializes a DbCommand to read a component configuration. |
|
InitializeRemoveUserCommand | Initializes a DbCommand to delete a user from the database. |
|
InitializeSeriesDeleteCommand | Initializes a DbCommand to delete series row from the database. |
|
InitializeSeriesInsertCommand | Initializes a DbCommand to insert a new series row into the database. |
|
InitializeSetAdminUserCommand | Initializes a DbCommand to update a user administration state. |
|
InitializeSetUserPasswordCommand | Initializes a DbCommand to update a user password. |
|
InitializeStudiesDeleteCommand | Initializes a DbCommand to delete study row from the database. |
|
InitializeStudyInsertCommand | Initializes a DbCommand to insert a new study row into the database. |
|
InitializeUpdateConfigurationCommand | Initializes a DbCommand to update a component's configuration data. |