Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.8.26
|
Leadtools.Medical.Storage.DataAccessLayer Namespace : DataTableHelper Class |
The following tables list the members exposed by DataTableHelper.
Name | Description | |
---|---|---|
InstanceTableName | Returns the name of the database table that corresponds to the DICOM General Image IOD | |
PatientTableName | Returns the name of the database table that corresponds to the DICOM Patient IOD | |
Schema | Returns the path to the xml-schema that is used to create a typed dataset | |
SeriesTableName | Returns the name of the database table that corresponds to the DICOM General Series IOD | |
StudyTableName | Returns the name of the database table that corresponds to the DICOM General Study IOD |
Name | Description | |
---|---|---|
CreateTypedDataSet | Returns a typed System.Data.DataSet that contains all the necessary DICOM database tables | |
InstanceRowCount | Extension method that returns the number of System.Data.DataRow for the Instance Table | |
InstanceRows | Extension method that returns a System.Data.DataRowCollection of System.Data.DataRow for the Instance Table | |
PatientRowCount | Extension method that returns the number of System.Data.DataRow for the Patient Table | |
PatientRows | Extension method that returns a System.Data.DataRowCollection of System.Data.DataRow for the Patient Table | |
SchemaExists | Returns true if Schema has been set; false otherwise | |
SeriesRowCount | Extension method that returns the number of System.Data.DataRow for the Series Table | |
SeriesRows | Extension method that returns a System.Data.DataRowCollection of System.Data.DataRow for the Series Table | |
StudyRowCount | Extension method that returns the number of System.Data.DataRow for the Study Table | |
StudyRows | Extension method that returns a System.Data.DataRowCollection of System.Data.DataRow for the Study Table |