-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comprehensive export system (PDF, CSV, ...) #30
Comments
Also plan to add formating options for export |
pdf still not implemented |
A human readable date is also something that doctors and their employees would profit from. I'd like to propose a divider here on the sorting panel. Items above the divider are exported, items below are left out. Maybe someone don't want their comments be read by the surgery team. And thanks for your great efforts around exporting! |
@uli-on you can swipe the elements in the sorting panel to the side to remove them from export. This also allows you to export time in ISO format, which is easier to read. As you are now the second person who didn't notice this, I will consider using your design. |
If I interpret you right, this would mean with the ISO date visible right from the start, below the divider, and selectable by dragging upwards. That'd be cool! |
If anyone wants something to be part of the PDF export, here is the time and place to make your suggestions. Let me emphasize, that the export-import system should be as comprehensive as possible. It is currently planned to have the following components available:
|
The table page would offer room for one more column: Pulse pressure. This is calculated from the difference between systole and diastole and is the measure for the tightness of the heart valves. |
My main concern would be the export to CSV, though: Is it perhaps possible to fine-tune the date a bit further, so that post-processing and regex with a text editor on a desktop PC plus transfers to and fro become unnecessary? For making the file compatible with my analysis app, I myself would have to replace the „T“ of the ISO time with a blank space, remove the decimal places from the time (dot as well as thousandths) and append a few more empty fields (more precisely |
@uli-on What analysis app are you using? I would probably add an export format for it so others have a preset they can easily use and I can avoid adding a bunch of generic options that will only be useful for one app. Would you like this solution or do you want something more generic? I will allow adding custom columns for things like pulse pressure, and maybe allow adding your own fields with basic math. |
I'm using My Heart/Blutdruck (unfortunately from the Google Play Store), currently parallel to Blood Pressure Monitor. It has a plethora of computations it conducts on these three basic values and creates n kinds of diagrams from it (but is quite sluggish starting up and loading data and uses these awkward huuuge wheels to enter values). A sample of its data:
I could totally stop feeding it with data if I could – once a month or like so – use the export from your app, which is so much quicker and easier to fill in.
Yes, for my own interest this would be ideal, thanks!! This would not be cast in stone, right, so that others could also exchange/rearrange elements for their export interests? |
Yes exactly. I would add the option to add your own fields to the CSV file (For example Title: Gewicht Value: 0.0 or Title: DATUM Value: $DATEFORMAT(yyyy-MM-dd HH:mm:ss)). These options will be documented and I try to keep them minimal. As these take effort to set up, I will also include a list of presets (e.g. Default, My Heart Export, ...). I would also write something in there to encourage sharing a configuration here and have it added to the defaults. |
@uli-on Does that look good to you?
Or is there some trick to the export format that you do in your editor? |
If this is an excerpt from the exported csv, then you're already there in the first go. Great! |
What you want
Creating more custom exports that can be read by other software such as ms Excel. This can be related to exports of the data, as shown in the app as a PDF or other widely accepted format.
Why you want it
Unfortunately the current time export format isn't supported out of the box and manual time conversions can be prone to errors.
The text was updated successfully, but these errors were encountered: