DicomObjects Reference
DicomObjects Reference / DicomDataSet Object / MakeDictionary Method
In This Topic
    MakeDictionary Method
    In This Topic
    Description
    Create a Datasets collection containing a null copy of all 'known' possible attributes
    Syntax
    Visual Basic
    Public Sub MakeDictionary() 
    Remarks
    The DicomDataSet to which this method is applied has added to it one item for every official DICOM element known to the internal DicomObjects dictionary.  This is useful for those wishing to check what items are known. 
    If you wish to add new items as if they were part of the included dictionary see the DicomGlobal’s AddDictionaryElement method.
    See Also