DicomObjects.NET Core Documentation
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also