Sample health records
Type | Name | Size |
---|
Privacy in HealthDataLume
In-the-browser processing
All of HealthDataLume's data processing code runs in the browser (often called “client-side scripting”). This means that when a user opens a health record file, HealthDataLume never sends data from user health record files over the Internet.
As a result, HealthDataLume is very portable! It's safe to use without an encrypted (https) connection. You can even download HealthDataLume and use it to view health record files without an Internet connection.*
Getting “Sample records”
Gh3, the library HealthDataLume uses to browse and load sample records, always communicates with GitHub over a secure (https) connection.
Usage statistics
Future versions of HealthDataLume may use Google Analytics to gather usage statistics. In that case, users will have the ability to opt-out.
License
HealthDataLume is free software, licensed under the MIT License.
Copyright © 2014 Shelley V. Adams.
The MIT License (MIT)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Third-party components
HealthDataLume depends on the following third-party components, which are included in the lib/ directory. All third-party components are provided under their own respective licenses. License details from each project are provided in the lib/licenses/ directory.
Third-party components
-
Bootstrap by Mark Otto, Jacob Thornton, et al. Copyright Twitter, Inc. MIT license
Provides layout, styles, and widgets.
-
Font Awesome By Dave Gandy. SIL OFL 1.1 and MIT license
Icon font containing +400 pictographs.
-
gh3 By Philippe Charrière. MIT license
Provides JavaScript bindings to the GitHub API v3 used for in-application access to sample records.
-
jQuery by the jQuery Foundation. MIT license
Used in HealthDataLume's interface; required for Bootstrap and gh3.
-
UnderscoreJS By Jeremy Ashkenas, DocumentCloud, et al. MIT license
Required for gh3.
Useful tools & documentation
The following are helpful for working with the HealthDataLume source, but they are neither required by nor included in the project.
JSDoc by Michael Mathews, et al. Apache license, v2.0
HealthDataLume's JavaScript uses JSDoc comments. Generated documentation is not included, but etc/jsdoc/conf.json provides the JSDoc configuration used during development.