Public Slots | |
Scripting access | |
| QString | getPrivateCreator (int group, int element) |
| MLABDicomTag * | getTag (const QString &name) |
| MLABDicomTag * | getTagById (int group, int element) |
| QList< MLABDicomTag * > | getTags () |
Objects of this class are handed to the scripting API and deleted when not referenced anymore (at least under Python).
| QString MLABDicomTree::getPrivateCreator | ( | int | group, | |
| int | element | |||
| ) | [slot] |
Get private creator string for id given by group id and element id.
| MLABDicomTag* MLABDicomTree::getTag | ( | const QString & | name | ) | [slot] |
Get tag from DICOM tree selected either by name or by id with format "(xxxx,yyyy)", where xxxx is the group id and yyyy is the element id.
| MLABDicomTag* MLABDicomTree::getTagById | ( | int | group, | |
| int | element | |||
| ) | [slot] |
Get tag from DICOM tree selected by group and element id.
| QList<MLABDicomTag*> MLABDicomTree::getTags | ( | ) | [slot] |
Get list of all DICOM tags contained in this tree.
This method is only accessible from Python.
1.5.8