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






    CommondDataSetType Property
    This field indicates that a Data Set is present in the Message. It shall be set to any value other than 0101H (Null).
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CommondDataSetType As System.UShort
     
    'Usage
     
    
    Dim instance As CStoreRequestArgs
    Dim value As System.UShort
     
    value = instance.CommondDataSetType
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also