-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathCHANGELOG
99 lines (98 loc) · 4.08 KB
/
CHANGELOG
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
v0.6.0 -
* port to newer platform. target debian/ buster w/ django 1.11
* fix autocomplete bug (preggers bug) [d9fc952]
v0.5.6 -
* finish hmis105 report
v0.5.5 -
v0.5.3 -
* added restore_backup function to web interface
v0.5.2 -
* fix unhandled form error DiagnosisType Doesn't exist
* added quantity (dispenseAmount) to medqueue medview
* Backup/Restore
- compress unencrypted backups
- change backup file default naming to include db_backend type
- added restoredb command to manage.py
v0.5.1 -
* update patient note form to allow blank note.
* add report for diagnosis patient report.
v0.5.0.1 -
* recipient list for backup encryption fix.
* GPG Server Key Generation moved out of postinst.
* Type doesn't exist form errors in Diagnosis and Med forms.
v0.5.0 -
* add vaccination tracking tab on chart.
* cost estimation (assign cost in labtype and medtype)
* track alternate contact info for patients
* add pulse oximetry and oxygen vitals
* add "Merge Village" utility
* patient navigation and search enahancements
* "Admin" panel moved to user prefs page
* disable types (lab, med, diagnosis) in Data Admin Panel
* database backup for staff
* debianized
* FIX: dupe Diags with multiple user claim of visit.
* FIX: word wrap issue in view/print record
* FIX: daily pt report: pt # of month wrong in dec
* FIX: record uses visit finished date
v0.4.1.2 -
- encode unicode sting to utf-8 before sending it out to enscript
v0.4.1.1 -
- Added better error checking to the Add Vital form
- Fixed bug where all patients were getting an allergies header
on their record even when none existed
v0.4.1 -
- Added error templates for 404 500 errors
- Fixes for graphing in production
v0.4.0 -
- Updated code to run on python 2.6 and DJANGO 1.2.3
- Cleaned up and documented default config file (settings.py)
- New Config Options: PRINTER_NAME, PAPER_SIZE
- Enabled SESSION_EXPIRE_AT_BROWSER_CLOSE in default config file
- Removed hack for european dates / using language support instead
- Convert Dates to display based on current locale
- Vitals get added from one large form instead of individual forms
- Height, Weight, and Temperature data now require units when adding
- Height, Weight, and Temperature data no display in metric and std.
- Historical Graphing for patient vital statistics
- Removed 'Scheduled' section from patient_queue.
- Added 'Seen' to the scheduled visits on patient demographic page
- Can edit patient's gender from demographics page
- Added contact phone and email fields to Patient
- Created a user_prefs page. (can set language)
- Added link to /admin site for 'staff' users
- Redesigned Past Visits Page
- Made Allergies display in red on chart
- Add Allergies list to Visit Record
- Added Lab and Med Tally Reports
- Added Clinician Tally Report
- Updated Tally Reports to provide CSV, direct display, or pie graphs.
- Reformatted user manual in latex.
v0.3.4 -
- CHANGE: added age range restriction options to diagnosis tally report.
v0.3.3 -
- CHANGE: added a print link to the view record pop-up.
v0.3.2 -
- CHANGE: admin site to make management easier...
v0.3.1 -
- FIXED: don't allow printing of record until meds are finished.
- FIXED: add a way to print or view record from old visits.
v0.3.0 -
- CHANGE: diagnosis tally report to accept arbitrary date ranges.
- ADDED: patient merge to patient info page.
- FIXED: patient queue to show visits finished today but scheduled
another day.
- FIXED: when claiming a visit, we should grab the most recently
'finished' visit to look for active diagnoses.
- FIXED: legacy patient daily report should find visits "finished"
on the days in question not scheduled.
- CHANGE: Made Patient Search Easier. Only one name field that
now searches both given and family names. Also, you can
seperate search terms by whitespace.
- ADDED: added autofocus first form field on popup form window.
- ADDED: added autofocus to New Patient and Patient Search Pages.
v0.2.1 -
- fixed med queue to show visits "resolved" today but scheduled on
another date.
v0.2.0 -
- Initial Release