Status: New
Owner: ----
Labels: Type-Defect Priority-Medium Difficulty-Medium
New issue 157 by agrothberg: Setting is_little_endian and is_implicit_VR
does not set file_meta.TransferSyntaxUID
https://code.google.com/p/pydicom/issues/detail?id=157
If I call:
ds.is_little_endian = True
ds.is_implicit_VR = True
and then I try to read:
ds.file_meta.TransferSyntaxUID
I get the following exception:
AttributeError: Dataset does not have attribute 'TransferSyntaxUID'.
This means that I cannot create a DICOM file in memory and then pass it to
pynetdicom for sending (assuming that my code using pynetdicom reads the
file_meta.TransferSyntaxUID).
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings