We should consider adding tags which describe pixel data formats and compression to the image-level schema. This primarily refers to TransferSyntaxUID (and its human-readable description), which determines how the pixel data is encoded. Parsing this in fo-dicom can also be used to quickly determine if an image has been lossy compressed.
We already have LossyImageCompression, however this only takes boolean values of 0/1 instead of describing the compression format.
We should consider adding tags which describe pixel data formats and compression to the image-level schema. This primarily refers to
TransferSyntaxUID(and its human-readable description), which determines how the pixel data is encoded. Parsing this in fo-dicom can also be used to quickly determine if an image has been lossy compressed.We already have
LossyImageCompression, however this only takes boolean values of 0/1 instead of describing the compression format.