We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc18fb6 commit 17e8939Copy full SHA for 17e8939
nibabel/nicom/dicomwrappers.py
@@ -109,6 +109,8 @@ class Wrapper(object):
109
* is_same_series(other)
110
* __getitem__ : return attributes from `dcm_data`
111
* get(key[, default]) - as usual given __getitem__ above
112
+ * get_elem(key) - Provide full DICOM element instead of just value
113
+ * __iter__ - Iterate over DICOM keys available in this data set
114
115
Attributes and things that look like attributes:
116
0 commit comments