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 549abf6 commit 6e64547Copy full SHA for 6e64547
nibabel/nicom/dicomwrappers.py
@@ -107,6 +107,8 @@ class Wrapper(object):
107
* is_same_series(other)
108
* __getitem__ : return attributes from `dcm_data`
109
* get(key[, default]) - as usual given __getitem__ above
110
+ * get_elem(key) - Provide full DICOM element instead of just value
111
+ * __iter__ - Iterate over DICOM keys available in this data set
112
113
Attributes and things that look like attributes:
114
0 commit comments