Apnea Board Forum - CPAP | Sleep Apnea
Oscar export of contained pulse ox data - Printable Version

+- Apnea Board Forum - CPAP | Sleep Apnea (https://www.apneaboard.com/forums)
+-- Forum: Public Area (https://www.apneaboard.com/forums/Forum-Public-Area)
+--- Forum: Software Support Forum (https://www.apneaboard.com/forums/Forum-Software-Support-Forum)
+--- Thread: Oscar export of contained pulse ox data (/Thread-Oscar-export-of-contained-pulse-ox-data)



Oscar export of contained pulse ox data - on the virge - 08-21-2020

Greetings,  
Since June 20, I have been using the Phillips DreamStation APAP replacing my PRS 1. I used Sleepyhead before and Oscar now. I use the export function to extract the data into a spreadsheet within which I do my "analysis". I have begun the nightly use of pulse ox and adding the data to Oscar. Precision is not my goal but the repetitive collection of similarly obtained data is. My question is:
Is there a clear way to extract the Oscar data containing the pulse ox data? A separate extraction would work fine. So is there a way to identify the data positions much like for example,
"FL Count
SA Count
NR Count
EP Count
LF Coun
UF1 Count
UF2 Count"
which are extracted?
I am not recommending a modification to Oscar because the "need" is quite limited. What I would like is sufficient knowledge of the way the Oscar data is accessed to produce the export so that I might use or develop an "extraction" tool that I could use for my extended export of pulse ox.

Thank you


RE: Oscar export of contained pulse ox data - sawinglogz - 08-21-2020

Sadly, there's not a good way to export high-resolution data out of OSCAR currently.

Also, the various calculated oximetry events are probably not accurate, so there's not much use in exporting those.

OSCAR's internal data structure is complicated, both for good reasons and for bad ones. We're in the process of excising the bad reasons before (hopefully) converting it to a proper database. At that point extracting whatever you want would be much more straightforward.

In the mean time, being open source, you can always build a version yourself to add additional functionality. You can even submit a patch if you think it would be useful in the official release.


RE: Oscar export of contained pulse ox data - on the virge - 08-21-2020

Thank you - such a straight forward answer, unfortunately.  But perhaps there is some near term "hope". The output I am looking to get need not be precise but hopefully repeatable so that the same input creates the same output as I assume it does in Oscar.

My skill level is very low and the hoped for technique would be something like: the current export function says for a=1 to n, write the data in cell a to the export file. AND my clever change would be to change a=1 to n to say for a=1 to n+6 where the next 6 cells store the desired data. ALAS, this has already stretched my capability.
I will now wish you well in excising the "bad reasons" and look forward to the conversion to a proper database.

Thank you.