DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomDataSet Class / Command Property






    Command Property (DicomDataSet)
    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
    Remarks
    Returns the DataSet which contains elements in the 0000 and 0002 Group.
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also