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