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


"

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

"

Public Methods

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

Protected Methods

 NameDescription
protected Method CreateDatabaseProviderCreates a 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.  
protected Method InitializeIsComponentConfigurationInsertedCommandInitializes a System.Data.Common.DbCommand to check if a component's name is inserted into the configuration table.  
protected Method InitializeReadConfigurationCommandInitializes a System.Data.Common.DbCommand to read a component configuration.  
protected Method InitializeUpdateConfigurationCommandInitializes a System.Data.Common.DbCommand to update a component's configuration data.  
protected Method PrepareDeleteAnnotationCommandInitializes a System.Data.Common.DbCommand to delete the annotation container that corresponds to the sopInstanceUID and annotationNumber.  
protected Method PrepareDeleteVolumeCommandInitializes a System.Data.Common.DbCommand object which deletes a 3D volume information from the database.  
protected Method PrepareGetAnnotationDescriptionCommandInitializes a System.Data.Common.DbCommand to get the description of annotation containers associated with an sopInstanceUID.  
protected Method PrepareGetAnnotationFileCommandInitializes a System.Data.Common.DbCommand to get the annotation file associated with an sopInstanceUID.  
protected Method PrepareGetAnnotationNumbersCommandInitializes a System.Data.Common.DbCommand to get the annotationNumbers associated with an sopInstanceUID.  
protected Method PrepareGetAnnotationsCountCommandInitializes a System.Data.Common.DbCommand to get the number of annotation containers associated with an sopInstanceUID.  
protected Method PrepareGetUserIdentifierCommandInitializes a System.Data.Common.DbCommand object to get the user identifier string of a 3D volume.  
protected Method PrepareGetVolumeFileCommandInitializes a System.Data.Common.DbCommand object to get the path of the 3D volume data file.  
protected Method PrepareGetVolumeNumbersCommandInitializes a System.Data.Common.DbCommand object to get all the number of the available 3D volume in a series.  
protected Method PrepareGetVolumeStateFileCommandInitializes a System.Data.Common.DbCommand object to get the path of the 3D volume state file.  
protected Method PrepareIsSeriesVolumeExistsCommandInitializes a System.Data.Common.DbCommand object which returns a scalar value if a 3D volume exists for the given series.  
protected Method PrepareStoreAnnotationObjectCommandInitializes a System.Data.Common.DbCommand to insert an annotation.  
protected Method PrepareStoreVolumeCommnadInitializes a System.Data.Common.DbCommand object to store a 3D volume information.  
Top

See Also