Class NEventReportResponse
Inheritance
System.Object
NEventReportResponse
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 NEventReportResponse : AbstractDIMSEResponse, IIOD
Constructors
View SourceNEventReportResponse()
Declaration
public NEventReportResponse()
NEventReportResponse(DICOMObject)
Declaration
public NEventReportResponse(DICOMObject d)
Parameters
Type | Name | Description |
---|---|---|
DICOMObject | d |
NEventReportResponse(NEventReportRequest, Status)
Declaration
public NEventReportResponse(NEventReportRequest req, Status status)
Parameters
Type | Name | Description |
---|---|---|
NEventReportRequest | req | |
Status | status |
Fields
View Source_affectedSOPInstanceUID
Declaration
protected UniqueIdentifier _affectedSOPInstanceUID
Field Value
Type | Description |
---|---|
UniqueIdentifier |
_eventTypeId
Declaration
protected UnsignedShort _eventTypeId
Field Value
Type | Description |
---|---|
UnsignedShort |
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
View SourceEventTypeId
Declaration
public ushort EventTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.UInt16 |