DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomGlobal Class / MakeDictionary Method



In This Topic
    MakeDictionary Method
    In This Topic
    Create a Dataset containing a null copy of all 'known' possible attributes
    Syntax
    'Declaration
     
    
    Public Shared Function MakeDictionary() As DicomDataSet
    'Usage
     
    
    Dim value As DicomDataSet
     
    value = DicomGlobal.MakeDictionary()
    public static DicomDataSet MakeDictionary()
    public:
    static DicomDataSet^ MakeDictionary(); 

    Return Value

    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