DicomObjects.NET8 Documentation
DicomObjects.EventArguments Namespace / CStoreRequestArgs Class / CommondDataSetType Property



In This Topic
    CommondDataSetType Property
    In This Topic
    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 UShort
    'Usage
     
    
    Dim instance As CStoreRequestArgs
    Dim value As UShort
     
    value = instance.CommondDataSetType
    public ushort CommondDataSetType {get;}
    public:
    property ushort CommondDataSetType {
       ushort get();
    }
    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