1====== selfmeasurement Plugin ======
2
3---- plugin ----
4description: Self measurement blood pressure form
5author     : Eric Maeker, MD
6email      : eric.maeker@gmail.com
7type       : syntax
8lastupdate : 2016-08-20
9compatible : Adora Belle
10depends    :
11conflicts  :
12similar    :
13tags       : form, medical, blood_pressure
14
15downloadurl: https://github.com/EricMaeker/dokuwiki-plugin-selfmeasurement/archive/master.zip
16bugtracker : https://github.com/EricMaeker/dokuwiki-plugin-selfmeasurement
17sourcerepo : https://github.com/EricMaeker/dokuwiki-plugin-selfmeasurement
18donationurl:
19----
20
21===== Installation =====
22
23This plugin is part of the [[http://freemedforms.com|medical FreeMedForms project]].
24Install the plugin using the [[plugin:plugin|Plugin Manager]] and the download URL above, which points to latest version of the plugin. Refer to [[:Plugins]] on how to install plugins manually.
25
26===== Examples/Usage =====
27
28Code:
29
30  {{selfmeasurement}}
31
32Adds a complet blood pressure self-measurement form. Allow user to enter his blood pressure values, clear the form and send the form to the configurated email account (see configuration).
33
34When user validate the form, a report is generated and sent to the configurated email. The report contains all the blood pressure values, all the averages and the main result. It is sent as a textual mail, including two attached files (an HTML version and the .txt file).
35
36===== Syntax =====
37
38Code:
39
40  {{selfmeasurement}}
41
42
43===== Configuration and Settings =====
44
45You can configure the email where to send the reports in the dokuwiki configuration manager.
46
47===== Development =====
48
49  * Source code is released under the BSD-3 clause license
50  * Without any warranty
51
52=== Change Log ===
53
54  * **2016-08-20**
55    * Uploading source to github
56  * **2013-02-26**
57    * Initial release - 1.0
58
59=== Known Bugs and Issues ===
60
61  * The attached textual file is not correctly encoded in UTF8 ?
62  * Missing translations
63
64  * TODO:
65    * manage languages in the form, the report and the script
66    * remove some magic numbers in the syntax.php
67
68===== FAQ =====
69
70  * Discuss about this plugin on the FreeMedForms project mailing list: <freemedforms@googlegroups.com>
71
72===== Discussion =====
73
74
75