DicomObjects.NET.8.48 Documentation
DicomObjects.EventArguments Namespace / CStoreRequestArgs Class / Command Property

In This Topic
    Command Property (CStoreRequestArgs)
    In This Topic
    This field distinguishes the DIMSE-C operation conveyed by this Message. The value of this field shall be set to 0001H for the C-STORE-RQ Message.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Command As System.UShort
    public System.ushort Command {get;}
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also