Stream: implementers
Topic: Sensor raw data
Krishna Moorthi (Dec 06 2021 at 11:46):
Hello all,
We have an application which captures the cgm sensor raw signals, the values measured directly by the sensor (current in nano Ampere [nA]). The intended use of raw data is for clinical study which is used by prediction algorithm.
Any suggestions to model the cgm raw data ?
for example data...medianCurrent (2 nA) ,stdDevCurrent (3 nA).
Thanks
Lloyd McKenzie (Dec 06 2021 at 15:32):
Those would presumably still be Observations. You might choose to capture multiple components so that median and stdDev would appear in the same instance.
Krishna Moorthi (Dec 06 2021 at 20:09):
Thanks .. I was going to explore any standard extensions exist in standard but the component element would be most suitable in this case.
Last updated: Apr 12 2022 at 19:14 UTC