Getting started
Documentation
pydicom.charset
pydicom.config
pydicom.data
pydicom.datadict
pydicom.dataelem
pydicom.tag
pydicom.values
pydicom.multival
pydicom.sequence
pydicom.valuerep
pydicom.dataset
pydicom.fileset
pydicom.dicomdir
pydicom.encaps
pydicom.errors
pydicom.misc
pydicom.uid
Examples
Additional Information
pydicom.valuerep.
MultiString
Split a bytestring by delimiters if there are any
val (str) – The string to split up.
valtype (type or callable, optional) – Default str, but can be e.g. UID to overwrite to a specific type.
str
UID
The split value as valtype or a list of valtype.
list
valtype or MultiValue of valtype