File: biomarkers.html

package info (click to toggle)
cronometer 0.9.9%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 8,788 kB
  • sloc: java: 17,382; xml: 909; makefile: 19
file content (31 lines) | stat: -rw-r--r-- 1,369 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
	<link rel="stylesheet" href="cron.css" type="text/css"/>
	<title>About CRON-o-Meter</title>
	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></meta>
</head>

<body>

<h2>Biomarkers</h2>
<b>Entering Biomarkers</b><br>
Click on the "Biomarkers" tab for a specific date.  Click on the check box of the specific
biomarker that you want to track (Weight, Body Temperature, Systolic, or Diastolic Blood Pressure).
Enter a numeric value.  Note that there are no units associated with any of these biomarkers.
Therefore, you can enter your weight in pounds or kilograms, and your temperature in either Celsius or
Fahrenheit degrees.  Clicking on the corresponding chart button for each biomarker will display 
a graph of the variations over time.
<br><br>
<div align="center">
	<img src="biomarkers.png" width="459" height="276" alt="Biomarkers"><br>
</div>  

 <!-------------------------------------------------------->
<br><br><hr>
<div id="plea">Help make this manual better for the next user. <br>
 Contribute some material to the sourceforge project at <a href="http://sourceforge.net/projects/cronometer/">http://sourceforge.net/projects/cronometer/</a></div>
 
</body>
</html>