Class NActionRequest
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 NActionRequest : AbstractDIMSERequest, IIOD
Constructors
View SourceNActionRequest()
Declaration
public NActionRequest()
NActionRequest(DICOMObject)
Declaration
public NActionRequest(DICOMObject d)
Parameters
Type | Name | Description |
---|---|---|
DICOMObject | d |
Fields
View Source_actionTypeId
Declaration
protected UnsignedShort _actionTypeId
Field Value
Type | Description |
---|---|
UnsignedShort |
_requestedSOPClassUID
Declaration
protected UniqueIdentifier _requestedSOPClassUID
Field Value
Type | Description |
---|---|
UniqueIdentifier |
_requestedSOPInstanceUID
Declaration
protected UniqueIdentifier _requestedSOPInstanceUID
Field Value
Type | Description |
---|---|
UniqueIdentifier |
Properties
View SourceActionTypeID
Declaration
public ushort ActionTypeID { get; set; }
Property Value
Type | Description |
---|---|
System.UInt16 |
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
View SourceRequestedSOPClassUID
Declaration
public string RequestedSOPClassUID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RequestedSOPInstanceUID
Declaration
public string RequestedSOPInstanceUID { get; set; }
Property Value
Type | Description |
---|---|
System.String |