For a list of all members of this type, see WorkstationSqlCeDataAccessAgent members
Protected Methods
Name | Description | |
---|---|---|
CreateDatabaseProvider | Creates a SQL CE database provider for connecting and working with the Medical Workstation database. | |
InitializeInsertConfigurationCommand | Initializes a System.Data.Common.DbCommand to insert a component configuration row. (Inherited from WorkstationSqlDataAccessAgent) | |
InitializeIsComponentConfigurationInsertedCommand | Initializes a System.Data.Common.DbCommand to check if a component's name is inserted into the configuration table. (Inherited from WorkstationSqlDataAccessAgent) | |
InitializeReadConfigurationCommand | Initializes a System.Data.Common.DbCommand to read a component configuration. (Inherited from WorkstationSqlDataAccessAgent) | |
InitializeUpdateConfigurationCommand | Initializes a System.Data.Common.DbCommand to update a component's configuration data. (Inherited from WorkstationSqlDataAccessAgent) | |
PrepareDeleteAnnotationCommand | Initializes a System.Data.Common.DbCommand to delete the annotation container that corresponds to the _sopInstanceUID_ and _annotationNumber_. (Inherited from WorkstationSqlDataAccessAgent) | |
PrepareDeleteVolumeCommand | Initializes a System.Data.Common.DbCommand object which deletes a 3D volume information from the database. (Inherited from WorkstationSqlDataAccessAgent) | |
PrepareGetAnnotationDescriptionCommand | Initializes a System.Data.Common.DbCommand to get the description of annotation containers associated with an _sopInstanceUID_. (Inherited from WorkstationSqlDataAccessAgent) | |
PrepareGetAnnotationFileCommand | Initializes a System.Data.Common.DbCommand to get the annotation file associated with an _sopInstanceUID_. (Inherited from WorkstationSqlDataAccessAgent) | |
PrepareGetAnnotationNumbersCommand | Initializes a System.Data.Common.DbCommand to get the annotationNumbers associated with an _sopInstanceUID_. (Inherited from WorkstationSqlDataAccessAgent) | |
PrepareGetAnnotationsCountCommand | Initializes a System.Data.Common.DbCommand to get the number of annotation containers associated with an _sopInstanceUID_. (Inherited from WorkstationSqlDataAccessAgent) | |
PrepareGetUserIdentifierCommand | Initializes a System.Data.Common.DbCommand object to get the user identifier string of a 3D volume. (Inherited from WorkstationSqlDataAccessAgent) | |
PrepareGetVolumeFileCommand | Initializes a System.Data.Common.DbCommand object to get the path of the 3D volume data file. (Inherited from WorkstationSqlDataAccessAgent) | |
PrepareGetVolumeNumbersCommand | Initializes a System.Data.Common.DbCommand object to get all the number of the available 3D volume in a series. (Inherited from WorkstationSqlDataAccessAgent) | |
PrepareGetVolumeStateFileCommand | Initializes a System.Data.Common.DbCommand object to get the path of the 3D volume state file. (Inherited from WorkstationSqlDataAccessAgent) | |
PrepareIsSeriesVolumeExistsCommand | Initializes a System.Data.Common.DbCommand object which returns a scalar value if a 3D volume exists for the given series. (Inherited from WorkstationSqlDataAccessAgent) | |
PrepareStoreAnnotationObjectCommand | Initializes a System.Data.Common.DbCommand to insert an annotation. (Inherited from WorkstationSqlDataAccessAgent) | |
PrepareStoreVolumeCommnad | Initializes a System.Data.Common.DbCommand object to store a 3D volume information. (Inherited from WorkstationSqlDataAccessAgent) |
See Also