DVTk API
DicomMessage Constructor (dimseCommand, dataSet)
DVTkDvtkHighLevelInterface.Dicom.MessagesDicomMessageDicomMessage(DimseCommand, DataSet)
DVTk API

[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.
Declaration Syntax
C#Visual BasicVisual C++
public DicomMessage(
	DimseCommand dimseCommand,
	DataSet dataSet
)
Public Sub New ( _
	dimseCommand As DimseCommand, _
	dataSet As DataSet _
)
public:
DicomMessage(
	DimseCommand dimseCommand, 
	DataSet^ dataSet
)
Parameters
dimseCommand (DimseCommand)
The Dimse command.
dataSet (DataSet)
The Dataset.

Assembly: DvtkHighLevelInterface (Module: DvtkHighLevelInterface) Version: 0.0.0.0