The following tables list the members exposed by CStoreCommand.
| Name | Description | |
|---|---|---|
| CStoreCommand Constructor | Initializes a new instance of the CStoreCommand class. |
| Name | Description | |
|---|---|---|
| Canceled | Gets a value indicating if the DicomCommand.Cancel method was called on the command. (Inherited from Leadtools.Dicom.Scp.Command.DicomCommand) |
| Configuration | Gets the configuration for the CStoreCommand |
| RequestDataSet | Gets the Leadtools.Dicom.DicomDataSet that is received with the client request. (Inherited from Leadtools.Dicom.Scp.Command.DicomCommand) |
| Session | Gets the client proxy that performs the communication with the actual client. |
| Name | Description | |
|---|---|---|
| Cancel | Cancel the processing of the command. (Inherited from Leadtools.Dicom.Scp.Command.DicomCommand) |
| Execute | Process the client request. (Inherited from Leadtools.Dicom.Scp.Command.DicomCommand) |
| Name | Description | |
|---|---|---|
| DoExecute | Overridden. Process the C-STORE request. |
| DoStoreDataSet | Saves the Leadtools.Dicom.DicomDataSet and generates images. |
| IfCanceledThrowException | Throws an exception if the user canceled the execution of the command. (Inherited from Leadtools.Dicom.Scp.Command.DicomCommand) |
| OnDataSetStored | Fires the CStoreCommand.DataSetStored event. |
| OnStoringDataSet | Fires the CStoreCommand.StoringDataSet event. |
| SendErrorResponse | Overridden. Sends the error response that occured during a DICOM command. |
| StoreToQueryModel | Allows inherited classes to process the request dataset and store it to the query model. |
| ValidateRequestDataSet | Validates the dataset sent during a DICOM command request. (Inherited from Leadtools.Dicom.Scp.Command.DicomCommand) |
| ValidateSOPInstance | Allows inherited classes to validate the parameters of the DICOM instance before storing it. |
| Name | Description | |
|---|---|---|
| DataSetStored | Occurs after storing a DICOM DataSet. |
| StoringDataSet | Occurs before storing a DICOM DataSet. |