[This is preliminary documentation and is subject to change.]
The CommandField of the CommandSet linked to the DicomMessage.
| C# | Visual Basic | Visual C++ |
public DimseCommand CommandField { get; }
Public ReadOnly Property CommandField As DimseCommand
public: property DimseCommand CommandField { DimseCommand get (); }
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.