Codiologoist / DigitalTwins

0 stars 0 forks source link

[Bug] Incomplete folder extraction #38

Open Flam30 opened 3 weeks ago

Flam30 commented 3 weeks ago

Description

The python code base from Binary boys is does not correctly decrypt the binary files that contain patient's data. Moreover, the code base only decrypts binary files for which the values take the float type. There needs to be a bug fix that decrypts data according to the CNS specification and includes integer and composite data types as well.

Possible Solution