DicomObjects.NET.V8
DicomObjects Namespace / DicomDataSet Class / Command Property



In This Topic
    Command Property (DicomDataSet)
    In This Topic
    The full command dataset received
    Syntax
    'Declaration
     
    Public ReadOnly Property Command As DicomDataSet
    'Usage
     
    Dim instance As DicomDataSet
    Dim value As DicomDataSet
     
    value = instance.Command
    public DicomDataSet Command {get;}
    public:
    property DicomDataSet^ Command {
       DicomDataSet^ get();
    }
    Remarks
    Returns the DataSet which contains elements in the 0000 and 0002 Group.
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also