DVTk API
CommandField Property
DVTkDvtkData.DimseDicomMessageCommandField
DVTk API

[This is preliminary documentation and is subject to change.]

The CommandField of the CommandSet linked to the DicomMessage.
Declaration Syntax
C#Visual BasicVisual C++
public DimseCommand CommandField { get; }
Public ReadOnly Property CommandField As DimseCommand
public:
property DimseCommand CommandField {
	DimseCommand get ();
}
Remarks

Retrieve Only, Derived Property. Derive via CommandSet.

TODO: Check new serialization for necessity of this property!!! Required by Xml serialization. The CommandSet is a implements the ICollection interface. This has the side-effect that the Xml Serializer can not serialize any attributes which are present on the CommandSet. The DicomMessage will therefor be used to Xml serialize this information.

The CommandField is only provided by means of a get method on DicomMessage.

Assembly: DvtkData (Module: DvtkData) Version: 0.0.0.0