]> Creatis software - gdcm.git/commit
* src/gdcm.h, src/gdcmHeader.cxx: added GetPubTagNames() resp.
authorfrog <frog>
Mon, 16 Dec 2002 14:37:07 +0000 (14:37 +0000)
committerfrog <frog>
Mon, 16 Dec 2002 14:37:07 +0000 (14:37 +0000)
commit25ae0e96617ff16547270adacb5fa4fd3d9ddc0a
tree5f72ac0234ae69cea9f6e7ff0a5644509f231101
parentcb5e6c7cb10e5a644ebb8deb9bb4d35c89f6e736
  * src/gdcm.h, src/gdcmHeader.cxx: added GetPubTagNames() resp.
        GetPubTagNamesByCategory() to gdcmHeader that return a list of the
        entries within the associated public Dicom dictionary resp. the same
        information but sorted by the fourth field (PAT, IMG, DIR) of the
        dictionary.
        - Dicts/dicomV3.dic Entries which had and unspecified fourth field
          are now in the "???" group.
        - python/gdcm.i changed accordingly,
        - python/demo/printGroupedPublicDict.py added, that gives an example
          of the above new functionalities in Python.  --- Frog
ChangeLog
Dicts/dicomV3.dic
src/gdcm.h
src/gdcmHeader.cxx