Specialized Element Value Representation (pydicom.valuerep)

Representation of the value for data elements with VR of PN, DS, IS, DA, DT or TM and utilities.

DA(val, str, _DA, datetime.date])

Store value for an element with VR DA as datetime.date.

DS(val)

Factory function for creating DS class instances.

DSdecimal(val, int, float, decimal.Decimal])

Store value for an element with VR DS as decimal.Decimal.

DSfloat(val, int, float, decimal.Decimal])

Store value for an element with VR DS as float.

DT(val, str, _DT, datetime.datetime])

Store value for an element with VR DT as datetime.datetime.

IS(val, str, int, float, decimal.Decimal])

Store value for an element with VR IS as int.

MultiString(val[, valtype])

Split a bytestring by delimiters if there are any

PersonName(*args, **kwargs)

Representation of the value for an element with VR PN.

PersonNameUnicode

alias of pydicom.valuerep.PersonName

TM(val, str, _TM, datetime.time])

Store value for an element with VR TM as datetime.time.