Hi folks,
I'm attempting to extract Smo2 and tHb fields using FIT SDK version 21.141. There are summary (avg, mix, max) values of these fields available in the Lap and Session messages. They are named:
avg_total_hemoglobin_conc
min_total_hemoglobin_conc
max_total_hemoglobin_conc
avg_saturated_hemoglobin_percent
min_saturated_hemoglobin_percent
max_saturated_hemoglobin_percent
Per the FIT profile these are all arrays. I can't find a description of why these are arrays. Does anyone know why, or give any guidance on how to extract this data? I can't figure out why these would be arrays.
Thank you