[This is preliminary documentation and is subject to change.]
System parameters for the Dicom Validation Tool (DVT).
| C# | Visual Basic | Visual C++ |
public interface IDvtSystemSettings : IDvtSocketParameters, IDvtDulParameters
Public Interface IDvtSystemSettings _ Implements IDvtSocketParameters, IDvtDulParameters
public interface class IDvtSystemSettings : IDvtSocketParameters, IDvtDulParameters
| All Members | Properties | ||||
| Icon | Member | Description |
|---|---|---|
| AeTitle |
The DVT AE Title is the application entity name of the DVT machine in the test.
(Inherited from IDvtDulParameters.) | |
| ImplementationClassUid |
This is the unique identifier (UID) for the Dicom Validation Tool (DVT) implementation.
(Inherited from IDvtDulParameters.) | |
| ImplementationVersionName |
This is the implementation version name for the Dicom Validation Tool (DVT) implementation.
(Inherited from IDvtDulParameters.) | |
| MaximumLengthReceived |
The maximum length of message fragment (P-DATA-TF PDU)
that the Dicom Validation Tool (DVT) can receive from the System Under Test (SUT).
(Inherited from IDvtDulParameters.) | |
| Port |
The port that the System Under Test (SUT) should use when making a connection to
the Dicom Validation Tool (DVT).
(Inherited from IDvtSocketParameters.) | |
| SocketTimeout |
The period that the Dicom Validation Tool (DVT) will listen for incomming messages
on the TCP/IP connection before automatically aborting the session.
(Inherited from IDvtSocketParameters.) |
Implements; IDvtSocketParameters and IDvtDulParameters.