Getting started
Documentation
pydicom.charset
pydicom.config
pydicom.data
pydicom.datadict
pydicom.dataset
pydicom.fileset
pydicom.dicomdir
pydicom.encaps
pydicom.errors
pydicom.misc
pydicom.uid
Examples
Additional Information
pydicom.datadict.
dictionary_VM
Return the VM of the element corresponding to tag.
Only performs the lookup for official DICOM elements.
tag (int) – The tag for the element whose value multiplicity (VM) is being retrieved.
The VM of the corresponding element.
str
KeyError – If the tag is not present in the DICOM data dictionary.