Right now, SMDA reports are parsed and translated into MCRIT's database.
It is likely that some information is lost on the way, i.e. fields being stripped that are not relevant to MCRIT's operation.
This should be changed in a way that SMDA reports can be reassembled from the data stored in MCRIT, as this would enable further processing options benefiting from the full data view of the original SMDA report.
To achieve this, all except the xcfg field should be stored in a SampleEntry, and the full function dict should be stored in the FunctionEntry.
Right now, SMDA reports are parsed and translated into MCRIT's database.
It is likely that some information is lost on the way, i.e. fields being stripped that are not relevant to MCRIT's operation.
This should be changed in a way that SMDA reports can be reassembled from the data stored in MCRIT, as this would enable further processing options benefiting from the full data view of the original SMDA report.
To achieve this, all except the xcfg field should be stored in a SampleEntry, and the full function dict should be stored in the FunctionEntry.