LEADTOOLS Medical (Leadtools.Medical.Workstation.DataAccessLayer assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
WorkstationSqlDataAccessAgent Class Methods
See Also 
Leadtools.Medical.Workstation.DataAccessLayer Namespace : WorkstationSqlDataAccessAgent Class


"

For a list of all members of this type, see WorkstationSqlDataAccessAgent members.

"

Public Methods

 NameDescription
public Method DeleteAnnotationObjectDeletes the annotation defined by annotationId from the datbase. (Inherited from Leadtools.Medical.Workstation.DataAccessLayer.WorkstationDataAccessAgent)
public Method DeleteVolumeDeletes a 3D volume information. (Inherited from Leadtools.Medical.Workstation.DataAccessLayer.WorkstationDataAccessAgent)
public Method GetAnnotationFileReturns the full path and file name of the annotation file that is associated with the annotationId. (Inherited from Leadtools.Medical.Workstation.DataAccessLayer.WorkstationDataAccessAgent)
public Method GetAnnotationIdentifierReturns the array of AnnotationIdentifier for the data set with sopInstanceUID (Inherited from Leadtools.Medical.Workstation.DataAccessLayer.WorkstationDataAccessAgent)
public Method GetAnnotationObjectsCountReturns the count of annotation containers that is associated with the sopInstanceUID. (Inherited from Leadtools.Medical.Workstation.DataAccessLayer.WorkstationDataAccessAgent)
public Method GetSeriesVolumeReturns a 3D volume. (Inherited from Leadtools.Medical.Workstation.DataAccessLayer.WorkstationDataAccessAgent)
public Method GetVolumesFind the 3D volumes which are stored for the provided series. (Inherited from Leadtools.Medical.Workstation.DataAccessLayer.WorkstationDataAccessAgent)
public Method HasVolumeDecides whether a 3D volume has been stored for a series. (Inherited from Leadtools.Medical.Workstation.DataAccessLayer.WorkstationDataAccessAgent)
public Method IsConfigurationRegisteredChecks whether a component has a configuration registered to it. (Inherited from Leadtools.Medical.Workstation.DataAccessLayer.WorkstationDataAccessAgent)
public Method ReadConfigurationReturns the configuration for a component. (Inherited from Leadtools.Medical.Workstation.DataAccessLayer.WorkstationDataAccessAgent)
public Method RegisterConfigurationRegisters a new component configuration. (Inherited from Leadtools.Medical.Workstation.DataAccessLayer.WorkstationDataAccessAgent)
public Method StoreAnnotationObjectStores the annotation storageFile in the database. (Inherited from Leadtools.Medical.Workstation.DataAccessLayer.WorkstationDataAccessAgent)
public Method StoreVolumeOverloaded. Store 3D volume information. (Inherited from Leadtools.Medical.Workstation.DataAccessLayer.WorkstationDataAccessAgent)
public Method UpdateConfigurationUpdates the configuration data for the specified component. (Inherited from Leadtools.Medical.Workstation.DataAccessLayer.WorkstationDataAccessAgent)
public Method UpdateVolumeStateUpdate the state information of a 3D volume (Inherited from Leadtools.Medical.Workstation.DataAccessLayer.WorkstationDataAccessAgent)
Top

Protected Methods

 NameDescription
protected Method CreateDatabaseProviderOverridden. Creates a SQL Server database provider for connecting and working with the Medical Workstation database.  
protected Method InitializeInsertConfigurationCommandOverridden. Initializes a System.Data.Common.DbCommand to insert a component configuration row.  
protected Method InitializeIsComponentConfigurationInsertedCommandOverridden. Initializes a System.Data.Common.DbCommand to check if a component's name is inserted into the configuration table.  
protected Method InitializeReadConfigurationCommandOverridden. Initializes a System.Data.Common.DbCommand to read a component configuration.  
protected Method InitializeUpdateConfigurationCommandOverridden. Initializes a System.Data.Common.DbCommand to update a component's configuration data.  
protected Method PrepareDeleteAnnotationCommandOverridden. Initializes a System.Data.Common.DbCommand to delete the annotation container that corresponds to the sopInstanceUID and annotationNumber.  
protected Method PrepareDeleteVolumeCommandOverridden. Initializes a System.Data.Common.DbCommand object which deletes a 3D volume information from the database.  
protected Method PrepareGetAnnotationDescriptionCommandOverridden. Initializes a System.Data.Common.DbCommand to get the description of annotation containers associated with an sopInstanceUID.  
protected Method PrepareGetAnnotationFileCommandOverridden. Initializes a System.Data.Common.DbCommand to get the annotation file associated with an sopInstanceUID.  
protected Method PrepareGetAnnotationNumbersCommandOverridden. Initializes a System.Data.Common.DbCommand to get the annotationNumbers associated with an sopInstanceUID.  
protected Method PrepareGetAnnotationsCountCommandOverridden. Initializes a System.Data.Common.DbCommand to get the number of annotation containers associated with an sopInstanceUID.  
protected Method PrepareGetUserIdentifierCommandOverridden. Initializes a System.Data.Common.DbCommand object to get the user identifier string of a 3D volume.  
protected Method PrepareGetVolumeFileCommandOverridden. Initializes a System.Data.Common.DbCommand object to get the path of the 3D volume data file.  
protected Method PrepareGetVolumeNumbersCommandOverridden. Initializes a System.Data.Common.DbCommand object to get all the number of the available 3D volume in a series.  
protected Method PrepareGetVolumeStateFileCommandOverridden. Initializes a System.Data.Common.DbCommand object to get the path of the 3D volume state file.  
protected Method PrepareIsSeriesVolumeExistsCommandOverridden. Initializes a System.Data.Common.DbCommand object which returns a scalar value if a 3D volume exists for the given series.  
protected Method PrepareStoreAnnotationObjectCommandOverridden. Initializes a System.Data.Common.DbCommand to insert an annotation.  
protected Method PrepareStoreVolumeCommnadOverridden. Initializes a System.Data.Common.DbCommand object to store a 3D volume information.  
Top

See Also