The following tables list the members exposed by WorkstationSqlDataAccessAgent.
| Name | Description | |
|---|---|---|
| WorkstationSqlDataAccessAgent Constructor | Initializes a new instance of the WorkstationDataAccessAgent class. |
| Name | Description | |
|---|---|---|
| ConnectionString | Gets or sets the connection string for the Medical Workstation database. |
| Name | Description | |
|---|---|---|
| DatabaseProvider | Gets the database provider for connecting and working with the Medical Workstation database. (Inherited from Leadtools.Medical.Workstation.DataAccessLayer.WorkstationDataAccessAgent) |
Top
| Name | Description | |
|---|---|---|
| CreateDatabaseProvider | Overridden. Creates a SQL Server database provider for connecting and working with the Medical Workstation database. |
| InitializeInsertConfigurationCommand | Overridden. Initializes a System.Data.Common.DbCommand to insert a component configuration row. |
| InitializeIsComponentConfigurationInsertedCommand | Overridden. Initializes a System.Data.Common.DbCommand to check if a component's name is inserted into the configuration table. |
| InitializeReadConfigurationCommand | Overridden. Initializes a System.Data.Common.DbCommand to read a component configuration. |
| InitializeUpdateConfigurationCommand | Overridden. Initializes a System.Data.Common.DbCommand to update a component's configuration data. |
| PrepareDeleteAnnotationCommand | Overridden. Initializes a System.Data.Common.DbCommand to delete the annotation container that corresponds to the sopInstanceUID and annotationNumber. |
| PrepareDeleteVolumeCommand | Overridden. Initializes a System.Data.Common.DbCommand object which deletes a 3D volume information from the database. |
| PrepareGetAnnotationDescriptionCommand | Overridden. Initializes a System.Data.Common.DbCommand to get the description of annotation containers associated with an sopInstanceUID. |
| PrepareGetAnnotationFileCommand | Overridden. Initializes a System.Data.Common.DbCommand to get the annotation file associated with an sopInstanceUID. |
| PrepareGetAnnotationNumbersCommand | Overridden. Initializes a System.Data.Common.DbCommand to get the annotationNumbers associated with an sopInstanceUID. |
| PrepareGetAnnotationsCountCommand | Overridden. Initializes a System.Data.Common.DbCommand to get the number of annotation containers associated with an sopInstanceUID. |
| PrepareGetUserIdentifierCommand | Overridden. Initializes a System.Data.Common.DbCommand object to get the user identifier string of a 3D volume. |
| PrepareGetVolumeFileCommand | Overridden. Initializes a System.Data.Common.DbCommand object to get the path of the 3D volume data file. |
| PrepareGetVolumeNumbersCommand | Overridden. Initializes a System.Data.Common.DbCommand object to get all the number of the available 3D volume in a series. |
| PrepareGetVolumeStateFileCommand | Overridden. Initializes a System.Data.Common.DbCommand object to get the path of the 3D volume state file. |
| PrepareIsSeriesVolumeExistsCommand | Overridden. Initializes a System.Data.Common.DbCommand object which returns a scalar value if a 3D volume exists for the given series. |
| PrepareStoreAnnotationObjectCommand | Overridden. Initializes a System.Data.Common.DbCommand to insert an annotation. |
| PrepareStoreVolumeCommnad | Overridden. Initializes a System.Data.Common.DbCommand object to store a 3D volume information. |