[This is preliminary documentation and is subject to change.]
Properties affecting the DataSet encoding for the DIMSE Dicom communication.
| C# | Visual Basic | Visual C++ |
public interface IDataSetEncodingSettings
Public Interface IDataSetEncodingSettings
public interface class IDataSetEncodingSettings
| All Members | Properties | ||||
| Icon | Member | Description |
|---|---|---|
| AddGroupLength |
The AddGroupLength option,
is used to have DVT add Group Length attributes to all
Groups found in each message sent.
| |
| AutoType2Attributes |
The AutoType2Attributes option,
causes DVT to add any Type 2 Attributes (with a zero-length)
to the defined Dataset before sending it to the Product.
| |
| DefineSqLength |
The DefineSqLength option,
is used to make DVT encode explicit length Sequences when sending messages.
|