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


"

For a list of all members of this type, see WorkstationSqlCeDataAccessAgent 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 CE database provider for connecting and working with the Medical Workstation database.  
protected Method InitializeInsertConfigurationCommandInitializes a System.Data.Common.DbCommand to insert a component configuration row. (Inherited from Leadtools.Medical.Workstation.DataAccessLayer.WorkstationDataAccessAgent)
protected Method InitializeIsComponentConfigurationInsertedCommandInitializes a System.Data.Common.DbCommand to check if a component's name is inserted into the configuration table. (Inherited from Leadtools.Medical.Workstation.DataAccessLayer.WorkstationDataAccessAgent)
protected Method InitializeReadConfigurationCommandInitializes a System.Data.Common.DbCommand to read a component configuration. (Inherited from Leadtools.Medical.Workstation.DataAccessLayer.WorkstationDataAccessAgent)
protected Method InitializeUpdateConfigurationCommandInitializes a System.Data.Common.DbCommand to update a component's configuration data. (Inherited from Leadtools.Medical.Workstation.DataAccessLayer.WorkstationDataAccessAgent)
protected Method PrepareDeleteAnnotationCommandInitializes a System.Data.Common.DbCommand to delete the annotation container that corresponds to the sopInstanceUID and annotationNumber. (Inherited from Leadtools.Medical.Workstation.DataAccessLayer.WorkstationDataAccessAgent)
protected Method PrepareDeleteVolumeCommandInitializes a System.Data.Common.DbCommand object which deletes a 3D volume information from the database. (Inherited from Leadtools.Medical.Workstation.DataAccessLayer.WorkstationDataAccessAgent)
protected Method PrepareGetAnnotationDescriptionCommandInitializes a System.Data.Common.DbCommand to get the description of annotation containers associated with an sopInstanceUID. (Inherited from Leadtools.Medical.Workstation.DataAccessLayer.WorkstationDataAccessAgent)
protected Method PrepareGetAnnotationFileCommandInitializes a System.Data.Common.DbCommand to get the annotation file associated with an sopInstanceUID. (Inherited from Leadtools.Medical.Workstation.DataAccessLayer.WorkstationDataAccessAgent)
protected Method PrepareGetAnnotationNumbersCommandInitializes a System.Data.Common.DbCommand to get the annotationNumbers associated with an sopInstanceUID. (Inherited from Leadtools.Medical.Workstation.DataAccessLayer.WorkstationDataAccessAgent)
protected Method PrepareGetAnnotationsCountCommandInitializes a System.Data.Common.DbCommand to get the number of annotation containers associated with an sopInstanceUID. (Inherited from Leadtools.Medical.Workstation.DataAccessLayer.WorkstationDataAccessAgent)
protected Method PrepareGetUserIdentifierCommandInitializes a System.Data.Common.DbCommand object to get the user identifier string of a 3D volume. (Inherited from Leadtools.Medical.Workstation.DataAccessLayer.WorkstationDataAccessAgent)
protected Method PrepareGetVolumeFileCommandInitializes a System.Data.Common.DbCommand object to get the path of the 3D volume data file. (Inherited from Leadtools.Medical.Workstation.DataAccessLayer.WorkstationDataAccessAgent)
protected Method PrepareGetVolumeNumbersCommandInitializes 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.WorkstationDataAccessAgent)
protected Method PrepareGetVolumeStateFileCommandInitializes a System.Data.Common.DbCommand object to get the path of the 3D volume state file. (Inherited from Leadtools.Medical.Workstation.DataAccessLayer.WorkstationDataAccessAgent)
protected Method PrepareIsSeriesVolumeExistsCommandInitializes 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.WorkstationDataAccessAgent)
protected Method PrepareStoreAnnotationObjectCommandInitializes a System.Data.Common.DbCommand to insert an annotation. (Inherited from Leadtools.Medical.Workstation.DataAccessLayer.WorkstationDataAccessAgent)
protected Method PrepareStoreVolumeCommnadInitializes a System.Data.Common.DbCommand object to store a 3D volume information. (Inherited from Leadtools.Medical.Workstation.DataAccessLayer.WorkstationDataAccessAgent)
Top

See Also