Closed
Description
When transferring a video file (be it MPEG-2/MPEG-4 or HEVC), it is (probably) never feasible to convert it into native format.
With fo-dicom, all CStoreRequests always include the (mandatory) Implicit VR Little Endian transfer syntax, but in situations where a compressed video file is to be transferred, this is not desired, since the remote party may accept this transfer syntax if the "correct" one is not supported.
In a situation like this, I would rather get an association error indicating we could not agree on a common transfer syntax.
Therefore; I suggest adding a property in the CStoreRequest to allow the implementor to not include the default transfer syntax.