The following tables list the members exposed by RetrieveClient.
Name | Description | |
---|---|---|
RetrieveClient Constructor | Initializes a new instance of the RetrieveClient class |
Name | Description | |
---|---|---|
ClientAE | Gets the information about the client. | |
EnableLog | Gets or sets whether logging is enabled. | |
LoadRetrievedDataSet | Gets or sets a value that indicates whether to load the retrieved DicomDataSet. | |
LogFileName | Gets or sets the name of the log file. | |
Processing | Gets a value that indicates whether the client is currently busy in a retrieve operation. |
Name | Description | |
---|---|---|
Cancelling | Gets a value that indicates whether the RetrieveClient is currently cancelling the retrieve operation. |
Name | Description | |
---|---|---|
CancelRetrieve | Cancels the current retrieve operation. | |
RetrieveImages | Starts the operation of retrieving DICOM DataSets. |
Name | Description | |
---|---|---|
DoCancelRetrieve | Performs the Cancel request for the retrieve process. | |
DoRetrieveImages | Performs the retrieve operation for the matching DICOM instance. | |
OnDicomDataSetReceived | Provides information for the InstanceReceivedEventArgs and raises the RetrieveClient.InstanceReceived event. | |
OnInstanceReceived | Raises the RetrieveClient.InstanceReceived event. |
Name | Description | |
---|---|---|
InstanceReceived | Occurs when a DicomDataSet is retrieved. |