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






    Command Property (CStoreRequestArgs)
    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
     
    'Usage
     
    
    Dim instance As CStoreRequestArgs
    Dim value As System.UShort
     
    value = instance.Command
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also