DVTk API
SutMaximumLengthReceived Property
DVTkDvtkApplicationLayerScriptSessionSutMaximumLengthReceived
DVTk API

[This is preliminary documentation and is subject to change.]

The maximum length of message fragment (P-DATA-TF PDU) that the System Under Test (SUT) can receive from the Dicom Validation Tool (DVT).
Declaration Syntax
C#Visual BasicVisual C++
public uint SutMaximumLengthReceived { get; set; }
Public Property SutMaximumLengthReceived As UInteger
public:
property unsigned int SutMaximumLengthReceived {
	unsigned int get ();
	void set (unsigned int value);
}
Remarks
DICOM DIMSE-messages are split into P-DATA-TF PDU fragments - e.g., C-STORE-RQ of a modality image.

Assembly: DvtkApplicationLayer (Module: DvtkApplicationLayer) Version: 0.0.0.0