UIKit0 / freemedforms

Automatically exported from code.google.com/p/freemedforms
Other
0 stars 0 forks source link

Prescription Printing: allow to print daily table #291

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In some circumstances, MD needs to print a daily reminder for the prescription. 
This reminder is presented as a table with:
- rows: drugs
- columns: morning, midday, afternoon, mealtime, bedtime
- each cells contain the number to give.
Eg:

+--------+--------+--------+--------+--------+--------+
|  DRUG      |  Morning | Midday    | ....                                      
       |
+--------+--------+--------+--------+--------+--------+
| Aspirine   |      0        |       1       |       0       |       0       |  
     0       |
+--------+--------+--------+--------+--------+--------+

Original issue reported on code.google.com by eric.mae...@gmail.com on 9 Feb 2013 at 12:41

GoogleCodeExporter commented 9 years ago
+--------+--------+--------+--------+--------+--------+
|  DRUG  |  Morni | Midday | ....                     |
+--------+--------+--------+--------+--------+--------+
| Aspir. |   0    |   1    |   0    |   0    |   0    |
+--------+--------+--------+--------+--------+--------+

Original comment by eric.mae...@gmail.com on 9 Feb 2013 at 12:42