ActionTypeID Property (original) (raw)
Summary
The Action Type ID (0000,1008) of the original DIMSE request.
Syntax
[Element(DicomTag.ActionTypeID)]
public Nullable<int> ActionTypeID {get; set;}
public:
[ElementAttribute((gcnew DicomTag::ActionTypeID()))]
property Nullable<Int32>^ ActionTypeID
{
Nullable<Int32>^ get()
void set(Nullable<Int32>^ value)
}
Property Value
The Action Type ID (0000,1008) of the original DIMSE request.
Remarks
This optional field contains the ID of the Action Type that either was not recognized or does not exist. Permitted only in the N-ACTION-RSP.
Leadtools.Dicom.Common Assembly