For a list of all members of this type, see CStoreCommand members.
"| 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. |