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.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 (bytes or str) – DICOM byte string to split up.
valtype – 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 list of valtype