Class DicomCStoreResponse
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.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: FellowOakDicom.Network
Assembly: fo-dicom.core.dll
Syntax
public sealed class DicomCStoreResponse : DicomResponse
Constructors
DicomCStoreResponse(DicomDataset)
Constructor for DICOM C-Store response received from SCP.
Declaration
public DicomCStoreResponse(DicomDataset command)
Parameters
Type | Name | Description |
---|---|---|
DicomDataset | command | DICOM 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.
Declaration
public DicomCStoreResponse(DicomCStoreRequest request, DicomStatus status)
Parameters
Type | Name | Description |
---|---|---|
DicomCStoreRequest | request | DICOM C-Store request being responded to |
DicomStatus | status | Status result of the C-Store operation |
Properties
AffectedSOPInstanceUID
Gets the SOP Instance UID of the DICOM file associated with this DICOM C-Store request.
Declaration
public DicomUID AffectedSOPInstanceUID { get; set; }
Property Value
Type | Description |
---|---|
DicomUID |