[This is preliminary documentation and is subject to change.]
System parameters for the System Under Test (SUT).
| C# | Visual Basic | Visual C++ |
public interface ISutSystemSettings : ISutSocketParameters, ISutDulParameters
Public Interface ISutSystemSettings _ Implements ISutSocketParameters, ISutDulParameters
public interface class ISutSystemSettings : ISutSocketParameters, ISutDulParameters
| All Members | Properties | ||||
| Icon | Member | Description |
|---|---|---|
| AeTitle |
The DVT AE Title is the application entity name of the SUT machine in the test.
(Inherited from ISutDulParameters.) | |
| CommunicationRole |
Indicates the role that the System Under Test (SUT) plays in the validation test.
(Inherited from ISutSocketParameters.) | |
| HostName |
The name that the Dicom Validation Tool (DVT) should use when making a connection to the
product machine of the System Under Test (SUT).
(Inherited from ISutSocketParameters.) | |
| ImplementationClassUid |
This is the unique identifier (UID) for the Product's implementation of the System Under Test (SUT).
(Inherited from ISutDulParameters.) | |
| ImplementationVersionName |
The version name given by the Manufacturer to the Product implementation to identify it internally.
DVT checks that the value sent by the Product matches the values given here.
(Inherited from ISutDulParameters.) | |
| MaximumLengthReceived |
The maximum length of message fragment (P-DATA-TF PDU)
that the System Under Test (SUT) can receive from the Dicom Validation Tool (DVT).
(Inherited from ISutDulParameters.) | |
| Port |
The port number that the Dicom Validation Tool (DVT) should use when making a
connection to the product machine of the System Under Test (SUT).
(Inherited from ISutSocketParameters.) |
Implements; ISutSocketParameters and ISutDulParameters.