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
Alter folder_extraction to contain all files with float, integer, and composite types.
correctly decrypt data according to the CNS specification
add frequency (or rate) of how many values need to be shown in one second
make sure that the python component of the project does fail and runs successfully
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 includesinteger
andcomposite
data types as well.Possible Solution
float
,integer
, andcomposite
types.