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


"

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

"

Public Methods

 NameDescription
public Method DeleteInstanceDelete the composite instances information that matches the given query parameters. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent)
public Method DeletePatientDelete the patient's information that matches the given query parameters. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent)
public Method DeleteSeriesDelete the series information that matches the given query parameters. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent)
public Method DeleteStudyDelete the studies information that matches the given query parameters. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent)
public Method FindCompositeInstancesCountReturns the number of composite instances that matches the query parameters. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent)
public Method FindPatientsCountReturns the number of patients that matches the query parameters. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent)
public Method FindSeriesCountReturns the number of series that matches the query parameters. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent)
public Method FindStudiesCountReturns the number of studies that matches the query parameters. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent)
public Method IsCompositeInstancesExistsReturns whether a DICOM instance information exists for the given SOP Instance UID. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent)
public Method IsPatientsExistsReturns whether a patient information exists for the given Patient ID. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent)
public Method IsSeriesExistsReturns whether a series information exists for the given Series Instance UID. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent)
public Method IsStudyExistsReturns whether a study information exists for the given Study Instance UID. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent)
public Method QueryCompositeInstancesFind composite instance information with the specified matching parameters. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent)
public Method QueryPatientsFind patient's information with the specified matching parameters. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent)
public Method QuerySeriesFind series information with the specified matching parameters. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent)
public Method QueryStudiesFind studies information with the specified matching parameters. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent)
public Method StoreDicomAdd DICOM information into the storage source. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent)
public Method UpdateCompositeInstanceUpdate the information of DICOM composite instance by adding, deleting or modifying information. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent)
Top

Protected Methods

 NameDescription
protected Method CreateCompositeInstanceDataSetReturns an empty CompositeInstanceDataSet. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent)
protected Method CreateDatabaseProviderOverridden. Creates the database provider for connecting and working with DICOM Storage SQL Server database.  
protected Method GetCompositeInstanceQueryDataAdapterTablesOverridden. Returns the table names which should be used to update a System.Data.Common.DataAdapter.TableMappings when performing a query.  
protected Method GetDicomDataSetConverterReturns an object used to convert a Leadtools.Dicom.DicomDataSet into a CompositeInstanceDataSet. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent)
protected Method PrepareDeleteInstanceCommandOverridden. Initializes an System.Data.IDbCommand object to delete composite instances using matching parameters.  
protected Method PrepareDeletePatientsCommandOverridden. Initializes an System.Data.IDbCommand object to delete patients using matching parameters.  
protected Method PrepareDeletePatientsNoChildStudiesCommandOverridden. Initializes an System.Data.IDbCommand object to delete orphan studies that doesn't have child series information.  
protected Method PrepareDeleteSeriesCommandOverridden. Initializes an System.Data.IDbCommand object to delete series using matching parameters.  
protected Method PrepareDeleteSeriesNoChildInstancesCommandOverridden. Initializes an System.Data.IDbCommand object to delete orphan patients that doesn't have child studies information.  
protected Method PrepareDeleteStudiesCommandOverridden. Initializes an System.Data.IDbCommand object to delete studies using matching parameters.  
protected Method PrepareDeleteStudiesNoChildSeriesCommandOverridden. Initializes an System.Data.IDbCommand object to delete orphan series that doesn't have child composite instances information.  
protected Method PrepareInstanceQueryCommandOverridden. Initializes an System.Data.IDbCommand object to query for Composite Instance information using matching parameters.  
protected Method PrepareInstanceQueryCountCommandOverridden. Initializes an System.Data.IDbCommand object to query for composite instances count using matching parameters.  
protected Method PrepareIsInstanceExistsCommandOverridden. Initializes a System.Data.IDbCommand object to check whether a DICOM Instance information exists.  
protected Method PrepareIsPatientExistsCommandOverridden. Initializes a System.Data.IDbCommand object to check whether a patient information exists.  
protected Method PrepareIsSeriesExistsCommandOverridden. Initializes a System.Data.IDbCommand object to check whether a series information exists.  
protected Method PrepareIsStudyExistsCommandOverridden. Initializes a System.Data.IDbCommand object to check whether a study information exists.  
protected Method PreparePatientsQueryCommandOverridden. Initializes an System.Data.IDbCommand object to query for patient information using matching parameters.  
protected Method PreparePatientsQueryCountCommandOverridden. Initializes an System.Data.IDbCommand object to query for patients count using matching parameters.  
protected Method PrepareSeriesQueryCommandOverridden. Initializes an System.Data.IDbCommand object to query for series information using matching parameters.  
protected Method PrepareSeriesQueryCountCommandOverridden. Initializes an System.Data.IDbCommand object to query for series count using matching parameters.  
protected Method PrepareStudiesQueryCommandOverridden. Initializes an System.Data.IDbCommand object to query for studies information using matching parameters.  
protected Method PrepareStudiesQueryCountCommandOverridden. Initializes an System.Data.IDbCommand object to query for studies count using matching parameters.  
protected Method UpdateTableOverridden. Update a specific table in a CompositeInstanceDataSet by adding, deleting or modifying information.  
Top

See Also

Leadtools.Medical.Storage.DataAccessLayer requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features