Class DicomCStoreResponse
- Namespace
- FellowOakDicom.Network
- Assembly
- fo-dicom.core.dll
Represents a DICOM C-Store response to be returned to a C-Store SCU or a C-Store response that has been received from a C-Store SCP.
public sealed class DicomCStoreResponse : DicomResponse
- Inheritance
-
DicomCStoreResponse
- Inherited Members
- Extension Methods
Constructors
DicomCStoreResponse(DicomDataset)
Constructor for DICOM C-Store response received from SCP.
public DicomCStoreResponse(DicomDataset command)
Parameters
command
DicomDatasetDICOM Command Dataset
Remarks
In most use cases this constructor will only be called by the library.
DicomCStoreResponse(DicomCStoreRequest, DicomStatus)
Initializes DICOM C-Store response to be returned to SCU.
public DicomCStoreResponse(DicomCStoreRequest request, DicomStatus status)
Parameters
request
DicomCStoreRequestDICOM C-Store request being responded to
status
DicomStatusStatus result of the C-Store operation
Properties
AffectedSOPInstanceUID
Gets the SOP Instance UID of the DICOM file associated with this DICOM C-Store request.
public DicomUID AffectedSOPInstanceUID { get; set; }