Class CStoreRequest
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)
System.Object.ToString()
Namespace:EvilDICOM.Network.DIMSE
Assembly:EvilDICOM.dll
Syntax
public class CStoreRequest : AbstractDIMSERequest, IIOD
Constructors
View SourceCStoreRequest()
Declaration
public CStoreRequest()
CStoreRequest(DICOMObject)
Declaration
public CStoreRequest(DICOMObject d)
Parameters
Type | Name | Description |
---|---|---|
DICOMObject | d |
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> |
Overrides
Implements
View SourceMoveOrigAETitle
Declaration
public string MoveOrigAETitle { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MoveOrigMessageID
Declaration
public ushort MoveOrigMessageID { get; set; }
Property Value
Type | Description |
---|---|
System.UInt16 |
Priority
Declaration
public ushort Priority { get; set; }
Property Value
Type | Description |
---|---|
System.UInt16 |