LEADTOOLS Medical (Leadtools.Medical.Workstation.DataAccessLayer assembly)
LEAD Technologies, Inc

WorkstationSqlCeDataAccessAgent Class

Properties  Methods 


The following tables list the members exposed by WorkstationSqlCeDataAccessAgent.

Public Constructors
 NameDescription
Public ConstructorWorkstationSqlCeDataAccessAgent ConstructorInitializes a new instance of the WorkstationSqlCeDataAccessAgent class.  
Top
Public Properties
 NameDescription
Public PropertyConnectionStringGets or sets the connection string for the Medical Workstation database. (Inherited from Leadtools.Medical.Workstation.DataAccessLayer.WorkstationSqlDataAccessAgent)
Top
Protected Properties
 NameDescription
Protected PropertyDatabaseProviderGets the database provider for connecting and working with the Medical Workstation database. (Inherited from Leadtools.Medical.Workstation.DataAccessLayer.WorkstationDataAccessAgent)
Top
Public Methods
 NameDescription
Public MethodDeleteAnnotationObjectDeletes the annotation defined by annotationId from the datbase. (Inherited from Leadtools.Medical.Workstation.DataAccessLayer.WorkstationDataAccessAgent)
Public MethodDeleteVolumeDeletes a 3D volume information. (Inherited from Leadtools.Medical.Workstation.DataAccessLayer.WorkstationDataAccessAgent)
Public MethodGetAnnotationFileReturns the full path and file name of the annotation file that is associated with the annotationId. (Inherited from Leadtools.Medical.Workstation.DataAccessLayer.WorkstationDataAccessAgent)
Public MethodGetAnnotationIdentifierReturns the array of AnnotationIdentifier for the data set with sopInstanceUID (Inherited from Leadtools.Medical.Workstation.DataAccessLayer.WorkstationDataAccessAgent)
Public MethodGetAnnotationObjectsCountReturns the count of annotation containers that is associated with the sopInstanceUID. (Inherited from Leadtools.Medical.Workstation.DataAccessLayer.WorkstationDataAccessAgent)
Public MethodGetSeriesVolumeReturns a 3D volume. (Inherited from Leadtools.Medical.Workstation.DataAccessLayer.WorkstationDataAccessAgent)
Public MethodGetVolumesFind the 3D volumes which are stored for the provided series. (Inherited from Leadtools.Medical.Workstation.DataAccessLayer.WorkstationDataAccessAgent)
Public MethodHasVolumeDecides whether a 3D volume has been stored for a series. (Inherited from Leadtools.Medical.Workstation.DataAccessLayer.WorkstationDataAccessAgent)
Public MethodIsConfigurationRegisteredChecks whether a component has a configuration registered to it. (Inherited from Leadtools.Medical.Workstation.DataAccessLayer.WorkstationDataAccessAgent)
Public MethodReadConfigurationReturns the configuration for a component. (Inherited from Leadtools.Medical.Workstation.DataAccessLayer.WorkstationDataAccessAgent)
Public MethodRegisterConfigurationRegisters a new component configuration. (Inherited from Leadtools.Medical.Workstation.DataAccessLayer.WorkstationDataAccessAgent)
Public MethodStoreAnnotationObjectStores the annotation storageFile in the database. (Inherited from Leadtools.Medical.Workstation.DataAccessLayer.WorkstationDataAccessAgent)
Public MethodStoreVolumeOverloaded. Store 3D volume information. (Inherited from Leadtools.Medical.Workstation.DataAccessLayer.WorkstationDataAccessAgent)
Public MethodUpdateConfigurationUpdates the configuration data for the specified component. (Inherited from Leadtools.Medical.Workstation.DataAccessLayer.WorkstationDataAccessAgent)
Public MethodUpdateVolumeStateUpdate the state information of a 3D volume (Inherited from Leadtools.Medical.Workstation.DataAccessLayer.WorkstationDataAccessAgent)
Top
Protected Methods
 NameDescription
Protected MethodCreateDatabaseProviderOverridden. Creates a SQL CE database provider for connecting and working with the Medical Workstation database.  
Protected MethodInitializeInsertConfigurationCommandInitializes a System.Data.Common.DbCommand to insert a component configuration row. (Inherited from Leadtools.Medical.Workstation.DataAccessLayer.WorkstationSqlDataAccessAgent)
Protected MethodInitializeIsComponentConfigurationInsertedCommandInitializes a System.Data.Common.DbCommand to check if a component's name is inserted into the configuration table. (Inherited from Leadtools.Medical.Workstation.DataAccessLayer.WorkstationSqlDataAccessAgent)
Protected MethodInitializeReadConfigurationCommandInitializes a System.Data.Common.DbCommand to read a component configuration. (Inherited from Leadtools.Medical.Workstation.DataAccessLayer.WorkstationSqlDataAccessAgent)
Protected MethodInitializeUpdateConfigurationCommandInitializes a System.Data.Common.DbCommand to update a component's configuration data. (Inherited from Leadtools.Medical.Workstation.DataAccessLayer.WorkstationSqlDataAccessAgent)
Protected MethodPrepareDeleteAnnotationCommandInitializes a System.Data.Common.DbCommand to delete the annotation container that corresponds to the sopInstanceUID and annotationNumber. (Inherited from Leadtools.Medical.Workstation.DataAccessLayer.WorkstationSqlDataAccessAgent)
Protected MethodPrepareDeleteVolumeCommandInitializes a System.Data.Common.DbCommand object which deletes a 3D volume information from the database. (Inherited from Leadtools.Medical.Workstation.DataAccessLayer.WorkstationSqlDataAccessAgent)
Protected MethodPrepareGetAnnotationDescriptionCommandInitializes a System.Data.Common.DbCommand to get the description of annotation containers associated with an sopInstanceUID. (Inherited from Leadtools.Medical.Workstation.DataAccessLayer.WorkstationSqlDataAccessAgent)
Protected MethodPrepareGetAnnotationFileCommandInitializes a System.Data.Common.DbCommand to get the annotation file associated with an sopInstanceUID. (Inherited from Leadtools.Medical.Workstation.DataAccessLayer.WorkstationSqlDataAccessAgent)
Protected MethodPrepareGetAnnotationNumbersCommandInitializes a System.Data.Common.DbCommand to get the annotationNumbers associated with an sopInstanceUID. (Inherited from Leadtools.Medical.Workstation.DataAccessLayer.WorkstationSqlDataAccessAgent)
Protected MethodPrepareGetAnnotationsCountCommandInitializes a System.Data.Common.DbCommand to get the number of annotation containers associated with an sopInstanceUID. (Inherited from Leadtools.Medical.Workstation.DataAccessLayer.WorkstationSqlDataAccessAgent)
Protected MethodPrepareGetUserIdentifierCommandInitializes a System.Data.Common.DbCommand object to get the user identifier string of a 3D volume. (Inherited from Leadtools.Medical.Workstation.DataAccessLayer.WorkstationSqlDataAccessAgent)
Protected MethodPrepareGetVolumeFileCommandInitializes a System.Data.Common.DbCommand object to get the path of the 3D volume data file. (Inherited from Leadtools.Medical.Workstation.DataAccessLayer.WorkstationSqlDataAccessAgent)
Protected MethodPrepareGetVolumeNumbersCommandInitializes a System.Data.Common.DbCommand object to get all the number of the available 3D volume in a series. (Inherited from Leadtools.Medical.Workstation.DataAccessLayer.WorkstationSqlDataAccessAgent)
Protected MethodPrepareGetVolumeStateFileCommandInitializes a System.Data.Common.DbCommand object to get the path of the 3D volume state file. (Inherited from Leadtools.Medical.Workstation.DataAccessLayer.WorkstationSqlDataAccessAgent)
Protected MethodPrepareIsSeriesVolumeExistsCommandInitializes a System.Data.Common.DbCommand object which returns a scalar value if a 3D volume exists for the given series. (Inherited from Leadtools.Medical.Workstation.DataAccessLayer.WorkstationSqlDataAccessAgent)
Protected MethodPrepareStoreAnnotationObjectCommandInitializes a System.Data.Common.DbCommand to insert an annotation. (Inherited from Leadtools.Medical.Workstation.DataAccessLayer.WorkstationSqlDataAccessAgent)
Protected MethodPrepareStoreVolumeCommnadInitializes a System.Data.Common.DbCommand object to store a 3D volume information. (Inherited from Leadtools.Medical.Workstation.DataAccessLayer.WorkstationSqlDataAccessAgent)
Top
See Also

Reference

WorkstationSqlCeDataAccessAgent Class
Leadtools.Medical.Workstation.DataAccessLayer Namespace

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.