Class | Description | |
---|---|---|
ClientAssociationException | The exception that is thrown when a DICOM association is rejected by the client. | |
ClientCommunicationCanceled | The exception that is thrown when a Query or Retrieve operation is cancelled. | |
ClientCommunicationException | The exception that is thrown when an error occurs while the client is processing. | |
ClientConnectionException | The exception that is thrown when a client connection error occurs. | |
ClientQueryDataSet | A strongly typed DataSet which contains tables representing the DICOM query information. | |
ClientQueryDataSet.ImagesDataTable | A strongly typed ADO.NET DataTable which contains the information for the queried images. | |
ClientQueryDataSet.ImagesRow | A strongly typed ADO.NET DataRow which contains the information for a single image. | |
ClientQueryDataSet.ImagesRowChangeEvent | Provides data for the ImagesDataTable.ImagesRowChanged, ImagesDataTable.ImagesRowChanging, ImagesDataTable.ImagesRowDeleting, and ImagesDataTable.ImagesRowDeleted events. | |
ClientQueryDataSet.SeriesDataTable | A strongly typed ADO.NET DataTable which contains the information for the queried series. | |
ClientQueryDataSet.SeriesRow | A strongly typed ADO.NET DataRow which contains the information for a single series. | |
ClientQueryDataSet.SeriesRowChangeEvent | Provides data for the SeriesDataTable.SeriesRowChanged, SeriesDataTable.SeriesRowChanging, SeriesDataTable.SeriesRowDeleting, and SeriesDataTable.SeriesRowDeleted events. | |
ClientQueryDataSet.StudiesDataTable | A strongly typed ADO.NET DataTable which contains the information for the queried studies. | |
ClientQueryDataSet.StudiesRow | A strongly typed ADO.NET DataRow which contains the information for a single study. | |
ClientQueryDataSet.StudiesRowChangeEvent | Provides data for the StudiesDataTable.StudiesRowChanged, StudiesDataTable.StudiesRowChanging, StudiesDataTable.StudiesRowDeleting, and StudiesDataTable.StudiesRowDeleted events. | |
InstanceReceivedEventArgs | Provides data for the RetrieveClient.InstanceReceived event. | |
InstanceStoredEventArgs | Provides data for the StoreClient.InstanceStored event. | |
QueryClient | An abstract layer for implementing DICOM Query operations. | |
RetrieveClient | An abstract layer for implementing DICOM Retrieve operations. | |
RetrievedDataSet | Holds the data for the DataSets returned from the RetrieveClient. | |
StoreClient | Performs DICOM Store operations against DICOM servers. |
Delegate | Description | |
---|---|---|
ClientQueryDataSet.ImagesRowChangeEventHandler | Represents the method that will handle the ImagesDataTable.ImagesRowChanging, ImagesDataTable.ImagesRowChanged, ImagesDataTable.ImagesRowDeleting, and ImagesDataTable.ImagesRowDeleted events of ClientQueryDataSet.ImagesDataTable. | |
ClientQueryDataSet.SeriesRowChangeEventHandler | Represents the method that will handle the SeriesDataTable.SeriesRowChanging, SeriesDataTable.SeriesRowChanged, SeriesDataTable.SeriesRowDeleting, and SeriesDataTable.SeriesRowDeleted events of ClientQueryDataSet.SeriesDataTable. | |
ClientQueryDataSet.StudiesRowChangeEventHandler | Represents the method that will handle the StudiesDataTable.StudiesRowChanging, StudiesDataTable.StudiesRowChanged, StudiesDataTable.StudiesRowDeleting, and StudiesDataTable.StudiesRowDeleted events of ClientQueryDataSet.StudiesDataTable. |