EventTypeID Property (original) (raw)
Summary
Gets or sets the Event Type ID (0000,1002), of the original DIMSE request.
Syntax
[Element(DicomTag.EventTypeID)]
public Nullable<int> EventTypeID {get; set;}
public:
[ElementAttribute((gcnew DicomTag::EventTypeID()))]
property Nullable<Int32>^ EventTypeID
{
Nullable<Int32>^ get()
void set(Nullable<Int32>^ value)
}
Property Value
The Event Type ID (0000,1002), of the original DIMSE request.
Remarks
This optional field contains the ID of the Event Type for which the argument does not exist or was not recognized. Permitted only in the N-EVENT-REPORT-RSP.
Leadtools.Dicom.Common Assembly