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.
private_dictionary_VM
Return the VM of the private element corresponding to tag.
tag (int) – The tag for the element whose value multiplicity (VM) is being retrieved.
private_creator (str) – The name of the private creater.
The VM of the corresponding element.
str
KeyError – If the tag is not present in the private dictionary.