[This is preliminary documentation and is subject to change.]
Constructor.
Use this constructor to create a DicomMessage with an empty command set
and the given Dataset.
| C# | Visual Basic | Visual C++ |
public DicomMessage( DimseCommand dimseCommand, DataSet dataSet )
Public Sub New ( _ dimseCommand As DimseCommand, _ dataSet As DataSet _ )
public: DicomMessage( DimseCommand dimseCommand, DataSet^ dataSet )
- dimseCommand (DimseCommand)
- The Dimse command.
- dataSet (DataSet)
- The Dataset.