Class CStoreResponse
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:EvilDICOM.Network.DIMSE
Assembly:EvilDICOM.dll
Syntax
public class CStoreResponse : AbstractDIMSEResponse, IIOD
Constructors
View SourceCStoreResponse()
Declaration
public CStoreResponse()
CStoreResponse(DICOMObject)
Declaration
public CStoreResponse(DICOMObject d)
Parameters
| Type | Name | Description |
|---|---|---|
| DICOMObject | d |
CStoreResponse(CStoreRequest, Status)
Declaration
public CStoreResponse(CStoreRequest req, Status status)
Parameters
| Type | Name | Description |
|---|---|---|
| CStoreRequest | req | |
| Status | status |
Properties
View SourceAffectedSOPInstanceUID
Declaration
public string AffectedSOPInstanceUID { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Elements
The order of elements to send in a IIOD packet
Declaration
public override List<IDICOMElement> Elements { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<IDICOMElement> |