pydicom.values.convert_DA_string¶
-
pydicom.values.
convert_DA_string
(byte_string, is_little_endian, struct_format=None)¶ Return a decoded ‘DA’ value.
Parameters: - byte_string (bytes or str) – The encoded ‘DA’ element value.
- is_little_endian (bool) –
True
if the value is encoded as little endian,False
otherwise. - struct_format (str, optional) – Not used.
Returns: If
datetime_conversion
isTrue
then returns eitherDA
or alist
ofDA
, otherwise returnsstr
orlist
ofstr
.Return type: str or list of str or valuerep.DA or list of valuerep.DA