Closed Jonas1312 closed 4 years ago
Query-able attributes are limited to those defined on the respective classes. See the Scan
class API and example usage.
If you want to access the raw dicom data, then you can use the load_all_dicom_images()
member function on the Scan
class. This function returns a list of pydicom.dataset.FileDataset
instances.
ok thanks 👍
Hi,
Is there a way to access dicom attributes through pylidc?
Thanks