added ending dates of service
[openemr.git] / ChangeLog
blobc1d8f3f083ffc9805a5773badeaf7be6231b624e
1 2008-03-17 Added sms/email reminder by Larry
2 - interface/globals.php - added log folder, smtp settings and sms gateway access  - line 281 to 299
3 - added folder log/ - to store various openemr logs
4 - added folder modules/ - attempt for future modularity
5 - added folder modules/sms_email_reminder - backend scripts for sms/email reminder functionality
6 - modules/sms_email_reminder/cron_functions.php - general purpose functions for sms/email notification
7 - modules/sms_email_reminder/cron_email_notification.php - email notification script
8 - modules/sms_email_reminder/cron_sms_notification.php - sms notification script
9 - modules/sms_email_reminder/sms_clickatell.php - sms class to send via clickatell
10 - modules/sms_email_reminder/sms_tmb4.php - sms class to send via tmb4
11 - modules/sms_email_reminder/readme.txt - quick instructions on how to set the cron jobs
12 - library/classes/smtp/smtp.php, sasl.php, login_sasl_client.php - smtp access classes
13 - interface/usergroup/usergroup_navigation.php - changed batchcom label to notification - line 68 to 72
14 - interface/batchcom/batchcom.php - to include batch_navigation.php submenu with sms/email and setting for notifications (include the original batch com from the main menu ) - line 155 to 157
15 - interface/batchcom/batch_navigation.php - sub menu added with sms/email notification front end settings
16 - interface/batchcom/smsnotification.php - sms notification setup page
17 - interface/batchcom/emailnotification.php - email notification setup page
18 - interface/batchcom/settingsnotification.php - general purpose notification settings 
19 - sql/database.sql:
20    - added in table patient_data at line 5060 - 5061 hipaa_allowsms and hipaa_allowemail
21    - added in table openemr_postcalendar_events at line 4927-4928 pc_sendalertsms and pc_sendalertemail
22    - insert in layout_options from line 4621-4622 hipaa_allowsms and hipaa_allowemail
23    - added at the buttom from line 5549 tables automatic_notification, notification_log, notification_settings
24 - sql/add_sms_email_reminder.sql - just changes to apply to upgrade db to sms/email reminder func
25 ------------------------------------------------------------------------
26 2008-02-04 Changes made to OpenEMR by CHEMED
27 1. Each user is associated with one facility (Default Facility) in the interface
28 2. Calendar will not be able to schedule appointments in a facility other than default for the user.
29 3. When clicking on the time slot to make an appointment the popup form is populated with relevant user and his facility.
30    These fields are made read only.
31 4. When scheduling a new appointment using "Add" button the user and facility fields are editable.
32 5. The Calendar is redesigned.
33    a) All the columns are of equial width.
34    b) Calendar view resizes itself on the browser window resize
35    c) Events are presented as colored chips overlaying the calendar, so the length of event is apparent.
36    d) IN/OUT/LUNCH etc. events are visually different from others (do not look like chips).
37    e) View (day/week/year) is selected by buttons.
38    f) When mousing over an icon to the left of jumpdate field user is presented with a popup overlay that
39       allows him to select a date from a calendar or some users from a list or a facility.
40    g) Facility change is immediate (no need to click on "Go" button).
41    h) To dismiss this popup user have to mouse over the icon again.
42    i) When printing the calendar old template wil be used, because of the problem in Firefox, which only
43       prints a first page of absolutely positioned DOM elements. New interface printing does work in IE.
44    j) The column headers stay in place and only the events list scrolls down.
45    k) Appointment Status symbol is shown in a top-right corner of event chip.
46 6. When selecting a patient for an appointment it is possible to search by whole or part of a phone number.
47 7. Bug: Calendar showed '12pm' as '12am'
48 8. Bug: The time on the event chip was in 24 hours format, changed to am/pm format.
49 9. Calendar UI choice is now a per-user option (new field added to users table).
50 ------------------------------------------------------------------------
51 2007-06-05 lemonsoftware Added multiple_providers option 
52 This customization was made for Dutch version. It is controlled in globals.php
53 by $GLOBALS['select_multi_providers'] default set to false
54 ------------------------------------------------------------------------
55 2007-05-29 ballards In config.php, changed initial setting of global 
56 variable for the document repository from $GLOBALS['oer_config']['documents']['repository'] 
57 to $GLOBALS['oer_config']['documents']['repopath']
58 ------------------------------------------------------------------------
59 2007-05-04 ballards In library/sql-ledger.inc, changed function SLConnect()
60 to use  $GLOBALS['oer_config']['ws_accounting']['server'] as the
61 hostname instead of 'localhost'
62 ------------------------------------------------------------------------
63 r92 | rroark | 2005-02-08 10:30:48 -0800 (Tue, 08 Feb 2005) | 1 line
65 fixed bug that was keeping claims from generating sql-ledger invoices
66 ------------------------------------------------------------------------
67 r91 | rroark | 2005-02-07 20:56:23 -0800 (Mon, 07 Feb 2005) | 1 line
69 formSubmit() did not insert billing codes properly; perhaps this fix will save someone some grief
70 ------------------------------------------------------------------------
71 r90 | daryam | 2005-02-07 16:13:03 -0800 (Mon, 07 Feb 2005) | 1 line
73 fixed db error
74 ------------------------------------------------------------------------
75 r89 | james | 2005-02-07 16:06:10 -0800 (Mon, 07 Feb 2005) | 2 lines
77 changed weel to well
78 ------------------------------------------------------------------------
79 r88 | daryam | 2005-02-07 15:44:29 -0800 (Mon, 07 Feb 2005) | 1 line
81 fixed some dumb errors
82 ------------------------------------------------------------------------
83 r87 | daryam | 2005-02-07 08:43:55 -0800 (Mon, 07 Feb 2005) | 1 line
85 pulling out old unused forms and putting them in forms tree
86 ------------------------------------------------------------------------
87 r86 | daryam | 2005-02-04 14:22:00 -0800 (Fri, 04 Feb 2005) | 2 lines
89 updated unassinged to unassigned
90 ------------------------------------------------------------------------
91 r85 | daryam | 2005-02-04 13:33:10 -0800 (Fri, 04 Feb 2005) | 2 lines
93 added formate of date in the select screen
94 ------------------------------------------------------------------------
95 r84 | daryam | 2005-02-04 13:16:13 -0800 (Fri, 04 Feb 2005) | 2 lines
97 updated weel_child to well_child
98 ------------------------------------------------------------------------
99 r83 | daryam | 2005-02-03 12:06:35 -0800 (Thu, 03 Feb 2005) | 1 line
101 Changes as per Walt to add a custom superbill report allowing users to enter a date range and have all the encounters print, initial version
102 ------------------------------------------------------------------------
103 r82 | daryam | 2005-02-02 15:22:51 -0800 (Wed, 02 Feb 2005) | 1 line
105 fixed errors in reporting
106 ------------------------------------------------------------------------
107 r81 | rroark | 2005-02-02 14:05:52 -0800 (Wed, 02 Feb 2005) | 1 line
109 improve robustness and flexibility of parsing input dates
110 ------------------------------------------------------------------------
111 r80 | daryam | 2005-02-01 14:31:11 -0800 (Tue, 01 Feb 2005) | 1 line
113 added proxymed as x12 partner format type
114 ------------------------------------------------------------------------
115 r79 | rroark | 2005-02-01 12:38:47 -0800 (Tue, 01 Feb 2005) | 1 line
117 cosmetics: change yellow areas to blue, remove the gradient title image, vertically center navigation and title lines, make some frames resizable with borders
118 ------------------------------------------------------------------------
119 r78 | rroark | 2005-02-01 12:34:38 -0800 (Tue, 01 Feb 2005) | 1 line
121 fix for garbage at end of pdf output when printing a prescription
122 ------------------------------------------------------------------------
123 r77 | daryam | 2005-01-27 09:50:04 -0800 (Thu, 27 Jan 2005) | 1 line
125 Added as per Walt
126 ------------------------------------------------------------------------
127 r76 | daryam | 2005-01-24 08:09:21 -0800 (Mon, 24 Jan 2005) | 1 line
129 Moved web services to false in config.php:
130 ------------------------------------------------------------------------
131 r75 | daryam | 2005-01-20 17:19:46 -0800 (Thu, 20 Jan 2005) | 1 line
133 posting to self so you don't have to go back and forth between diagnosis to add codes
134 ------------------------------------------------------------------------
135 r74 | james | 2005-01-20 16:19:48 -0800 (Thu, 20 Jan 2005) | 2 lines
137 there is nothing here
138 ------------------------------------------------------------------------
139 r73 | daryam | 2005-01-19 11:04:48 -0800 (Wed, 19 Jan 2005) | 1 line
141 backing out commit
142 ------------------------------------------------------------------------
143 r72 | daryam | 2005-01-19 10:59:42 -0800 (Wed, 19 Jan 2005) | 1 line
145 OpenEMR requires register_globals off to run properly, setting that in a .htaccess file
146 ------------------------------------------------------------------------
147 r71 | daryam | 2005-01-17 10:10:59 -0800 (Mon, 17 Jan 2005) | 1 line
149 fixed various errors with calendaring
150 ------------------------------------------------------------------------
151 r70 | daryam | 2005-01-17 10:08:18 -0800 (Mon, 17 Jan 2005) | 1 line
153 url escaping name
154 ------------------------------------------------------------------------
155 r69 | daryam | 2005-01-17 10:00:52 -0800 (Mon, 17 Jan 2005) | 1 line
157 Breaking out superbill to it's own page
158 ------------------------------------------------------------------------
159 r68 | daryam | 2005-01-17 09:59:39 -0800 (Mon, 17 Jan 2005) | 1 line
161 Added ability to set date on encounter
162 ------------------------------------------------------------------------
163 r67 | daryam | 2005-01-17 09:57:44 -0800 (Mon, 17 Jan 2005) | 1 line
165 Added ability to assign a date to an encounter
166 ------------------------------------------------------------------------
167 r66 | james | 2005-01-06 09:03:16 -0800 (Thu, 06 Jan 2005) | 2 lines
169 updated to work with sql ledger
170 ------------------------------------------------------------------------
171 r65 | james | 2005-01-06 08:44:24 -0800 (Thu, 06 Jan 2005) | 2 lines
173 updated to workaround  global arrray issue
174 ------------------------------------------------------------------------
175 r64 | daryam | 2004-12-22 11:40:37 -0800 (Wed, 22 Dec 2004) | 1 line
177 new auth scheme
178 ------------------------------------------------------------------------
179 r63 | daryam | 2004-12-22 11:40:09 -0800 (Wed, 22 Dec 2004) | 1 line
181 Code to break out superbill and seperate codes
182 ------------------------------------------------------------------------
183 r62 | daryam | 2004-12-22 11:38:18 -0800 (Wed, 22 Dec 2004) | 1 line
185 using db sequence for encounter now
186 ------------------------------------------------------------------------
187 r61 | (no author) | 2004-12-21 22:49:25 -0800 (Tue, 21 Dec 2004) | 1 line
188 ------------------------------------------------------------------------
189 r60 | (no author) | 2004-12-21 22:43:28 -0800 (Tue, 21 Dec 2004) | 1 line
190 ------------------------------------------------------------------------
191 r59 | (no author) | 2004-12-17 20:28:29 -0800 (Fri, 17 Dec 2004) | 1 line
192 ------------------------------------------------------------------------
193 r58 | (no author) | 2004-12-17 20:27:30 -0800 (Fri, 17 Dec 2004) | 1 line
194 ------------------------------------------------------------------------
195 r57 | daryam | 2004-12-16 15:54:50 -0800 (Thu, 16 Dec 2004) | 1 line
197 changed frameset to break out superbill
198 ------------------------------------------------------------------------
199 r56 | daryam | 2004-12-16 15:54:15 -0800 (Thu, 16 Dec 2004) | 1 line
201 Added a back link and changed more to use self as target
202 ------------------------------------------------------------------------
203 r55 | daryam | 2004-12-16 15:52:39 -0800 (Thu, 16 Dec 2004) | 1 line
205 Changed target of superbill to main
206 ------------------------------------------------------------------------
207 r54 | daryam | 2004-12-16 15:28:50 -0800 (Thu, 16 Dec 2004) | 1 line
209 Can now select date of service for an encounter
210 ------------------------------------------------------------------------
211 r53 | daryam | 2004-12-16 15:28:19 -0800 (Thu, 16 Dec 2004) | 1 line
213 added ability to pass date to addForm function
214 ------------------------------------------------------------------------
215 r52 | daryam | 2004-12-16 10:49:25 -0800 (Thu, 16 Dec 2004) | 2 lines
217 Created branch for eHDL code line
218 ------------------------------------------------------------------------
219 r51 | daryam | 2004-12-16 10:46:10 -0800 (Thu, 16 Dec 2004) | 1 line
221 Delete top level items, they are now in trunk
222 ------------------------------------------------------------------------
223 r50 | daryam | 2004-12-16 10:41:01 -0800 (Thu, 16 Dec 2004) | 2 lines
225 Copy current revision into trunk, this will be the main code line now
226 ------------------------------------------------------------------------
227 r49 | daryam | 2004-12-16 10:40:03 -0800 (Thu, 16 Dec 2004) | 1 line
229 added extra directories to track branches and main line
230 ------------------------------------------------------------------------
231 r48 | daryam | 2004-11-17 13:49:42 -0800 (Wed, 17 Nov 2004) | 1 line
233 added state to infor passed with customer
234 ------------------------------------------------------------------------
235 r47 | daryam | 2004-11-17 12:32:17 -0800 (Wed, 17 Nov 2004) | 1 line
237 Fixed error with ffa not carrying event title over
238 ------------------------------------------------------------------------
239 r46 | daryam | 2004-11-17 09:14:31 -0800 (Wed, 17 Nov 2004) | 1 line
241 comment
242 ------------------------------------------------------------------------
243 r45 | james | 2004-11-16 15:18:42 -0800 (Tue, 16 Nov 2004) | 2 lines
245 updated for findfirst dur/start hour/min 
246 ------------------------------------------------------------------------
247 r44 | james | 2004-11-16 15:18:04 -0800 (Tue, 16 Nov 2004) | 2 lines
249 pass along dur/start min/hour
250 ------------------------------------------------------------------------
251 r43 | james | 2004-11-16 15:07:35 -0800 (Tue, 16 Nov 2004) | 2 lines
253 updated to pass dur hour/min through double book error
254 ------------------------------------------------------------------------
255 r42 | james | 2004-11-16 15:07:00 -0800 (Tue, 16 Nov 2004) | 2 lines
257 updated so that dur min/hr get passed by double bookings
258 ------------------------------------------------------------------------
259 r41 | james | 2004-11-15 10:45:44 -0800 (Mon, 15 Nov 2004) | 3 lines
261 find first bug fix 
262 ------------------------------------------------------------------------
263 r40 | daryam | 2004-11-13 11:57:31 -0800 (Sat, 13 Nov 2004) | 1 line
265 fixed typo in status
266 ------------------------------------------------------------------------
267 r39 | daryam | 2004-11-10 11:59:29 -0800 (Wed, 10 Nov 2004) | 1 line
269 Added Comment function
270 ------------------------------------------------------------------------
271 r38 | daryam | 2004-11-10 10:09:53 -0800 (Wed, 10 Nov 2004) | 1 line
273 added date of last visit
274 ------------------------------------------------------------------------
275 r37 | daryam | 2004-11-09 15:44:21 -0800 (Tue, 09 Nov 2004) | 1 line
277 added dateoflastvisit function
278 ------------------------------------------------------------------------
279 r36 | daryam | 2004-11-09 11:16:31 -0800 (Tue, 09 Nov 2004) | 1 line
281 added defaults
282 ------------------------------------------------------------------------
283 r35 | daryam | 2004-11-08 13:34:03 -0800 (Mon, 08 Nov 2004) | 1 line
285 reverted to PnVar inc for time
286 ------------------------------------------------------------------------
287 r34 | daryam | 2004-11-05 14:13:00 -0800 (Fri, 05 Nov 2004) | 1 line
289 added button to menu class
290 ------------------------------------------------------------------------
291 r33 | daryam | 2004-11-05 13:55:16 -0800 (Fri, 05 Nov 2004) | 1 line
293 backwards logic
294 ------------------------------------------------------------------------
295 r32 | daryam | 2004-11-05 13:52:43 -0800 (Fri, 05 Nov 2004) | 1 line
297 Fixed yet another bug in patient finder
298 ------------------------------------------------------------------------
299 r31 | daryam | 2004-11-05 13:06:43 -0800 (Fri, 05 Nov 2004) | 1 line
301 enabled prescription faxing
302 ------------------------------------------------------------------------
303 r30 | daryam | 2004-11-05 13:06:19 -0800 (Fri, 05 Nov 2004) | 1 line
305 Fixed patient finder bug
306 ------------------------------------------------------------------------
307 r29 | daryam | 2004-11-05 12:18:01 -0800 (Fri, 05 Nov 2004) | 1 line
309 enabled faxing
310 ------------------------------------------------------------------------
311 r28 | daryam | 2004-11-04 10:19:49 -0800 (Thu, 04 Nov 2004) | 1 line
313 Added signature config
314 ------------------------------------------------------------------------
315 r27 | daryam | 2004-11-04 10:18:54 -0800 (Thu, 04 Nov 2004) | 1 line
317 added signature to printout
318 ------------------------------------------------------------------------
319 r26 | daryam | 2004-11-03 18:15:04 -0800 (Wed, 03 Nov 2004) | 1 line
321 fixed error in FFA
322 ------------------------------------------------------------------------
323 r25 | james | 2004-11-03 14:00:53 -0800 (Wed, 03 Nov 2004) | 2 lines
325 fixed view so that when an admin logs in the calandar view is of only thier events 
326 ------------------------------------------------------------------------
327 r24 | james | 2004-11-03 12:19:53 -0800 (Wed, 03 Nov 2004) | 2 lines
329 updated look and functionality of week view
330 ------------------------------------------------------------------------
331 r23 | james | 2004-11-03 12:17:53 -0800 (Wed, 03 Nov 2004) | 2 lines
333 updated look and functionality of week view
334 ------------------------------------------------------------------------
335 r22 | daryam | 2004-11-03 11:19:16 -0800 (Wed, 03 Nov 2004) | 1 line
337 changed configured back to 0
338 ------------------------------------------------------------------------
339 r21 | daryam | 2004-11-03 11:15:25 -0800 (Wed, 03 Nov 2004) | 1 line
341 Fixed error in FFA where all needed data not carried over
342 ------------------------------------------------------------------------
343 r20 | daryam | 2004-11-03 08:09:23 -0800 (Wed, 03 Nov 2004) | 1 line
345 removed best branch
346 ------------------------------------------------------------------------
347 r19 | james | 2004-11-02 22:47:11 -0800 (Tue, 02 Nov 2004) | 2 lines
349 updated to really fix this time.... REALLY
350 ------------------------------------------------------------------------
351 r18 | daryam | 2004-11-02 21:44:57 -0800 (Tue, 02 Nov 2004) | 1 line
353 tracking previous calendar page
354 ------------------------------------------------------------------------
355 r17 | daryam | 2004-11-02 21:40:49 -0800 (Tue, 02 Nov 2004) | 1 line
357 removed branches
358 ------------------------------------------------------------------------
359 r16 | daryam | 2004-11-02 21:32:21 -0800 (Tue, 02 Nov 2004) | 2 lines
361 import to best tree
362 ------------------------------------------------------------------------
363 r15 | daryam | 2004-11-02 21:29:17 -0800 (Tue, 02 Nov 2004) | 2 lines
365 Import best code to tree
366 ------------------------------------------------------------------------
367 r14 | daryam | 2004-11-02 21:22:05 -0800 (Tue, 02 Nov 2004) | 3 lines
369 Import branch from best
370 ------------------------------------------------------------------------
371 r13 | daryam | 2004-11-02 21:15:19 -0800 (Tue, 02 Nov 2004) | 1 line
373 deleted branches
374 ------------------------------------------------------------------------
375 r12 | james | 2004-11-02 21:06:58 -0800 (Tue, 02 Nov 2004) | 2 lines
377 updated for darya :) ... And to get the week view to work with calendar intervals 
378 ------------------------------------------------------------------------
379 r11 | daryam | 2004-11-02 21:05:43 -0800 (Tue, 02 Nov 2004) | 2 lines
381 Import of best code to our tree as branch
382 ------------------------------------------------------------------------
383 r10 | daryam | 2004-11-02 20:22:33 -0800 (Tue, 02 Nov 2004) | 2 lines
385 Import branch
386 ------------------------------------------------------------------------
387 r9 | daryam | 2004-11-02 16:54:54 -0800 (Tue, 02 Nov 2004) | 1 line
389 limits are tied to providers
390 ------------------------------------------------------------------------
391 r8 | james | 2004-11-02 14:35:04 -0800 (Tue, 02 Nov 2004) | 2 lines
393 fixed edit event date so if the end day month year are 0 (no end date) changes day month year to today.
394 ------------------------------------------------------------------------
395 r7 | james | 2004-11-02 14:07:05 -0800 (Tue, 02 Nov 2004) | 2 lines
397 updated name of day_calendar_interval to calendar_interval
398 ------------------------------------------------------------------------
399 r6 | james | 2004-11-02 13:59:19 -0800 (Tue, 02 Nov 2004) | 2 lines
401 updated weekview to have configurable intervals and renamed the var day_calendar_interval to calendar_interval 
402 ------------------------------------------------------------------------
403 r5 | daryam | 2004-11-02 09:12:22 -0800 (Tue, 02 Nov 2004) | 1 line
405 made middlename default to ''
406 ------------------------------------------------------------------------
407 r4 | daryam | 2004-11-02 08:51:53 -0800 (Tue, 02 Nov 2004) | 1 line
409 Tied providerid to limit
410 ------------------------------------------------------------------------
411 r3 | daryam | 2004-11-01 15:06:26 -0800 (Mon, 01 Nov 2004) | 1 line
413 test2
414 ------------------------------------------------------------------------
415 r2 | daryam | 2004-11-01 15:04:49 -0800 (Mon, 01 Nov 2004) | 1 line
417 test
418 ------------------------------------------------------------------------
419 r1 | (no author) | 2004-11-01 14:44:02 -0800 (Mon, 01 Nov 2004) | 2 lines
421 Initial import of openemr to the new subversion server
422 ------------------------------------------------------------------------
424 Changes from 2.7.2 until 2.7.3-rc1:
427 Working file: INSTALL
428 date: 2005/10/24 16:22:41;  author: sunsetsystems;  state: Exp;  lines: +10 -7
429 added and revised some notes about directories
430 date: 2005/09/29 15:23:27;  author: sunsetsystems;  state: Exp;  lines: +2 -2
431 added phpGACL setup utility
433 Working file: acl_setup.php
434 date: 2005/10/21 00:51:41;  author: andres_paglayan;  state: Exp;  lines: +170 -169
435 batchcom authorization added for admin
436 date: 2005/10/20 01:22:04;  author: sunsetsystems;  state: Exp;  lines: +2 -1
437 added ability (for superuser only) to delete patients, encounters, issues
438 date: 2005/09/29 15:23:27;  author: sunsetsystems;  state: Exp;
439 added phpGACL setup utility
441 Working file: setup.php
442 date: 2005/10/26 18:07:48;  author: andres_paglayan;  state: Exp;  lines: +9 -0
443 some info added
444 date: 2005/10/05 00:08:49;  author: sunsetsystems;  state: Exp;  lines: +33 -37
445 fixed a couple of silly display errors
447 Working file: Documentation/README.phpgacl
448 date: 2005/09/29 15:23:27;  author: sunsetsystems;  state: Exp;  lines: +26 -42
449 added phpGACL setup utility
450 date: 2005/08/04 22:28:29;  author: sunsetsystems;  state: Exp;  lines: +8 -4
451 phpgacl implementation updates
452 date: 2005/08/02 23:53:46;  author: sunsetsystems;  state: Exp;
453 initial checkin
455 Working file: Documentation/modifications.txt
456 date: 2005/06/23 05:28:00;  author: drbowen;  state: Exp;  lines: +0 -0
457 Initial import.
459 Working file: accounting/README.sql-ledger
460 date: 2005/06/01 13:57:19;  author: sunsetsystems;  state: Exp;
461 branches:  1.1.1;
463 Working file: accounting/sql-ledger.conf
464 date: 2005/06/01 13:57:19;  author: sunsetsystems;  state: Exp;
465 branches:  1.1.1;
467 Working file: accounting/ws_server.pl
468 date: 2005/06/01 13:57:19;  author: sunsetsystems;  state: Exp;
469 branches:  1.1.1;
471 Working file: contrib/forms/assessment_intake/info.txt
472 date: 2005/10/22 19:23:42;  author: sunsetsystems;  state: Exp;
473 new form from jim proctor
475 Working file: contrib/forms/clinical_notes/info.txt
476 date: 2005/10/05 00:12:20;  author: sunsetsystems;  state: Exp;
477 initial checkin
479 Working file: contrib/forms/podiatry/info.txt
480 date: 2005/10/20 22:27:51;  author: sunsetsystems;  state: Exp;
481 initial checkin
483 Working file: contrib/forms/podiatry/report.php
484 date: 2005/10/28 05:19:12;  author: sunsetsystems;  state: Exp;  lines: +1 -0
485 force just one column
486 date: 2005/10/20 22:27:51;  author: sunsetsystems;  state: Exp;
487 initial checkin
489 Working file: contrib/forms/soccer_injury/info.txt
490 date: 2005/08/02 23:51:33;  author: sunsetsystems;  state: Exp;
491 new encounter form
493 Working file: contrib/forms/specialist_notes/info.txt
494 date: 2005/10/05 00:12:20;  author: sunsetsystems;  state: Exp;
495 initial checkin
497 Working file: contrib/forms/sports_fitness/info.txt
498 date: 2005/08/02 23:51:33;  author: sunsetsystems;  state: Exp;
499 new encounter form
501 Working file: contrib/forms/well_child/FormWellChild.class.php
502 date: 2005/08/24 14:49:47;  author: tekknogenius;  state: Exp;  lines: +2 -2
503 corrected typo and logic error
505 Working file: contrib/forms/well_child/report.php
506 date: 2005/08/24 14:49:47;  author: tekknogenius;  state: Exp;  lines: +1 -1
507 corrected typo and logic error
509 Working file: contrib/forms/well_infant/report.php
510 date: 2005/08/24 14:51:33;  author: tekknogenius;  state: Exp;  lines: +1 -1
511 corrected table name from form_weel_child to form_well_infant
513 Working file: contrib/util/backup_oemr.sh
514 date: 2005/08/29 22:20:10;  author: andres_paglayan;  state: Exp;  lines: +5 -1
515 added bzip and newer-than date to the tar part of the script.
516 date: 2005/08/01 19:38:18;  author: andres_paglayan;  state: Exp;  lines: +13 -15
517 dump for sql-ledger added
518 date: 2005/07/25 22:41:58;  author: andres_paglayan;  state: Exp;
519 This file is a basic script than can be cronned to backup an openemr sys to a cd
521 Working file: controllers/C_InsuranceNumbers.class.php
522 date: 2005/07/16 15:07:09;  author: tekknogenius;  state: Exp;  lines: +0 -1
523 removed extra line at end of file, caused header info being sent
524 date: 2005/07/06 02:38:55;  author: tekknogenius;  state: Exp;  lines: +112 -104
525 Added rendering provider number and type
527 Working file: controllers/C_Prescription.class.php
528 date: 2005/07/16 15:08:44;  author: tekknogenius;  state: Exp;  lines: +8 -3
529 configurable paper size and margins via config.php
530 date: 2005/06/25 17:09:26;  author: tekknogenius;  state: Exp;  lines: +2 -2
531 fixed typo elseif to else
532 date: 2005/06/10 16:16:40;  author: andres_paglayan;  state: Exp;  lines: +5 -2
533 little logic fixed in auto send at send_action_process function
535 Working file: custom/code_types.inc.php
536 date: 2005/10/17 17:07:23;  author: sunsetsystems;  state: Exp;  lines: +4 -2
537 added ucsmc codes for uk sports medicine
538 date: 2005/08/12 05:29:10;  author: sunsetsystems;  state: Exp;  lines: +2 -1
539 added physiotherapy codes for sports medicine
540 date: 2005/06/06 18:04:01;  author: sunsetsystems;  state: Exp;
541 branches:  1.1.1;
543 Working file: custom/export_xml.php
544 date: 2005/08/26 17:11:35;  author: sunsetsystems;  state: Exp;
545 added xml-based patient export and import
547 Working file: custom/import_xml.php
548 date: 2005/09/01 16:51:25;  author: sunsetsystems;  state: Exp;  lines: +3 -0
549 implemented squads as access control objects
550 date: 2005/08/26 17:11:35;  author: sunsetsystems;  state: Exp;
551 added xml-based patient export and import
553 Working file: images/space.gif
554 date: 2005/10/23 01:17:58;  author: sunsetsystems;  state: Exp;
555 from jim proctor for assessment_intake form
557 Working file: includes/config.php
558 date: 2005/08/10 06:19:34;  author: sunsetsystems;  state: Exp;  lines: +4 -4
559 more sensible default settings
560 date: 2005/07/16 15:08:45;  author: tekknogenius;  state: Exp;  lines: +17 -3
561 configurable paper size and margins via config.php
562 date: 2005/06/25 20:32:42;  author: tekknogenius;  state: Exp;  lines: +3 -1
563 Added option to use signature graphic or not instead of testing if the signature graphic existed
565 Working file: interface/globals.php
566 date: 2005/07/08 15:10:18;  author: sunsetsystems;  state: Exp;  lines: +4 -5
567 adding appointment status and option to include appt title in calendar display
568 date: 2005/07/03 07:19:52;  author: sunsetsystems;  state: Exp;  lines: +2 -2
569 version bump to 2.7.3-rc1
570 date: 2005/06/20 17:44:24;  author: sunsetsystems;  state: Exp;  lines: +5 -3
571 updates for support of team sports medicine
572 date: 2005/06/14 12:20:15;  author: sunsetsystems;  state: Exp;  lines: +5 -0
573 rewrote display and editing of medical problems, allergies, medications and surgeries
574 date: 2005/06/03 12:56:50;  author: tekknogenius;  state: Exp;  lines: +1 -1
575 Removed the 'rc2' from the tag
577 Working file: interface/login_screen.php
578 date: 2005/09/29 15:25:38;  author: sunsetsystems;  state: Exp;  lines: +8 -8
579 work around mozilla bug with onload and https
581 Working file: interface/batchcom/batchCSV.php
582 date: 2005/10/21 19:00:17;  author: andres_paglayan;  state: Exp;  lines: +1 -1
583 other features added
584 date: 2005/10/21 00:54:28;  author: andres_paglayan;  state: Exp;
585 initial commit for batchcom module
587 Working file: interface/batchcom/batchEmail.php
588 date: 2005/10/21 19:49:59;  author: andres_paglayan;  state: Exp;  lines: +4 -0
589 table registry added
590 date: 2005/10/21 19:00:17;  author: andres_paglayan;  state: Exp;  lines: +51 -2
591 other features added
592 date: 2005/10/21 00:54:28;  author: andres_paglayan;  state: Exp;
593 initial commit for batchcom module
595 Working file: interface/batchcom/batchPhoneList.php
596 date: 2005/10/21 19:00:17;  author: andres_paglayan;  state: Exp;  lines: +41 -1
597 other features added
598 date: 2005/10/21 00:54:28;  author: andres_paglayan;  state: Exp;
599 initial commit for batchcom module
601 Working file: interface/batchcom/batchcom.css
602 date: 2005/10/21 00:54:28;  author: andres_paglayan;  state: Exp;
603 initial commit for batchcom module
605 Working file: interface/batchcom/batchcom.inc.php
606 date: 2005/10/21 19:49:59;  author: andres_paglayan;  state: Exp;  lines: +44 -25
607 table registry added
608 date: 2005/10/21 00:54:28;  author: andres_paglayan;  state: Exp;
609 initial commit for batchcom module
611 Working file: interface/batchcom/batchcom.php
612 date: 2005/10/21 19:00:17;  author: andres_paglayan;  state: Exp;  lines: +12 -0
613 other features added
614 date: 2005/10/21 00:54:28;  author: andres_paglayan;  state: Exp;
615 initial commit for batchcom module
617 Working file: interface/billing/billing_process.php
618 date: 2005/10/17 17:14:27;  author: sunsetsystems;  state: Exp;  lines: +6 -2
619 added ub-92 support
620 date: 2005/06/06 17:51:59;  author: sunsetsystems;  state: Exp;  lines: +3 -5
621 ignore deleted items
623 Working file: interface/billing/billing_report.php
624 date: 2005/10/17 17:14:27;  author: sunsetsystems;  state: Exp;  lines: +9 -5
625 added ub-92 support
626 date: 2005/06/06 18:04:01;  author: sunsetsystems;  state: Exp;  lines: +3 -1
627 implemented customization of billing code types
629 Working file: interface/billing/sl_eob_help.php
630 date: 2005/06/25 17:16:46;  author: sunsetsystems;  state: Exp;  lines: +25 -15
631 use insurance-done flags to track who is responsible for payment rather than relying on due dates
633 Working file: interface/billing/sl_eob_invoice.php
634 date: 2005/07/18 21:46:15;  author: sunsetsystems;  state: Exp;  lines: +1 -0
635 added "bad check" as an adjustment reason
636 date: 2005/06/25 17:16:46;  author: sunsetsystems;  state: Exp;  lines: +24 -8
637 use insurance-done flags to track who is responsible for payment rather than relying on due dates
638 date: 2005/06/20 17:41:46;  author: sunsetsystems;  state: Exp;  lines: +103 -18
639 misc improvements
640 date: 2005/06/14 12:03:28;  author: sunsetsystems;  state: Exp;  lines: +67 -10
641 improved tracking of insurance during searching and posting
642 date: 2005/06/06 18:04:01;  author: sunsetsystems;  state: Exp;  lines: +66 -4
643 implemented customization of billing code types
645 Working file: interface/billing/sl_eob_search.php
646 date: 2005/06/25 17:16:46;  author: sunsetsystems;  state: Exp;  lines: +38 -27
647 use insurance-done flags to track who is responsible for payment rather than relying on due dates
648 date: 2005/06/20 17:41:46;  author: sunsetsystems;  state: Exp;  lines: +21 -4
649 misc improvements
650 date: 2005/06/14 12:03:28;  author: sunsetsystems;  state: Exp;  lines: +18 -1
651 improved tracking of insurance during searching and posting
652 date: 2005/06/06 17:58:31;  author: sunsetsystems;  state: Exp;  lines: +30 -5
653 enhancements for patient statements and showing everything due
655 Working file: interface/forms/ankleinjury/report.php
656 date: 2005/06/23 17:39:11;  author: sunsetsystems;  state: Exp;  lines: +28 -23
657 fixed some display and logic bugs
659 Working file: interface/forms/fee_sheet/codes.php
660 date: 2005/06/06 18:04:02;  author: sunsetsystems;  state: Exp;  lines: +12 -11
661 implemented customization of billing code types
663 Working file: interface/forms/fee_sheet/new.php
664 date: 2005/10/17 17:10:31;  author: sunsetsystems;  state: Exp;  lines: +13 -5
665 added ucsmc codes for uk sports medicine; allow selection of providers not in the calendar
666 date: 2005/07/03 07:20:53;  author: sunsetsystems;  state: Exp;  lines: +5 -2
667 allow cpt4 codes in opcs lists
668 date: 2005/06/06 18:04:02;  author: sunsetsystems;  state: Exp;  lines: +60 -52
669 implemented customization of billing code types
671 Working file: interface/forms/fee_sheet/view.php
672 date: 2005/10/17 17:10:42;  author: sunsetsystems;  state: Exp;  lines: +13 -5
673 added ucsmc codes for uk sports medicine; allow selection of providers not in the calendar
674 date: 2005/07/03 07:20:54;  author: sunsetsystems;  state: Exp;  lines: +5 -2
675 allow cpt4 codes in opcs lists
676 date: 2005/06/06 18:04:02;  author: sunsetsystems;  state: Exp;  lines: +60 -52
677 implemented customization of billing code types
679 Working file: interface/forms/newpatient/new.php
680 date: 2005/10/20 01:19:03;  author: sunsetsystems;  state: Exp;  lines: +17 -0
681 better permissions checking
682 date: 2005/09/09 18:54:14;  author: sunsetsystems;  state: Exp;  lines: +5 -0
683 simplified adding/removing issue types and added dental as a type
684 date: 2005/08/28 16:59:52;  author: sunsetsystems;  state: Exp;  lines: +45 -11
685 use improved date selectors
686 date: 2005/08/12 05:23:57;  author: sunsetsystems;  state: Exp;  lines: +1 -1
687 work around ie bug
688 date: 2005/07/18 21:49:05;  author: sunsetsystems;  state: Exp;  lines: +129 -67
689 added ability to select related issues
691 Working file: interface/forms/newpatient/save.php
692 date: 2005/08/28 16:59:52;  author: sunsetsystems;  state: Exp;  lines: +13 -8
693 use improved date selectors
694 date: 2005/07/18 21:49:43;  author: sunsetsystems;  state: Exp;  lines: +46 -38
695 added ability to select related issues
697 Working file: interface/forms/newpatient/view.php
698 date: 2005/09/09 18:54:14;  author: sunsetsystems;  state: Exp;  lines: +5 -0
699 simplified adding/removing issue types and added dental as a type
700 date: 2005/08/28 16:59:52;  author: sunsetsystems;  state: Exp;  lines: +52 -18
701 use improved date selectors
702 date: 2005/08/12 05:24:12;  author: sunsetsystems;  state: Exp;  lines: +1 -1
703 work around ie bug
704 date: 2005/07/18 21:49:15;  author: sunsetsystems;  state: Exp;  lines: +149 -76
705 added ability to select related issues
706 date: 2005/06/06 18:01:14;  author: sunsetsystems;  state: Exp;  lines: +5 -4
707 put changing of encounter dates under access control
709 Working file: interface/forms/soap/report.php
710 date: 2005/10/28 05:18:57;  author: sunsetsystems;  state: Exp;  lines: +23 -22
711 force just one column
713 Working file: interface/main/main_navigation.php
714 date: 2005/09/09 18:54:14;  author: sunsetsystems;  state: Exp;  lines: +10 -2
715 simplified adding/removing issue types and added dental as a type
716 date: 2005/08/04 22:28:29;  author: sunsetsystems;  state: Exp;  lines: +7 -1
717 phpgacl implementation updates
718 date: 2005/06/12 20:57:33;  author: sunsetsystems;  state: Exp;  lines: +1 -1
719 allow lastname,firstname in patient search
721 Working file: interface/main/main_screen.php
722 date: 2005/07/05 22:38:43;  author: sunsetsystems;  state: Exp;  lines: +20 -49
723 new code to manage appointments and other calendar events with popup windows
724 date: 2005/07/03 07:27:16;  author: sunsetsystems;  state: Exp;  lines: +19 -20
725 for sports team use show the player roster initially instead of the calendar
727 Working file: interface/main/authorizations/authorizations.php
728 date: 2005/07/05 22:38:43;  author: sunsetsystems;  state: Exp;  lines: +2 -30
729 new code to manage appointments and other calendar events with popup windows
731 Working file: interface/main/calendar/add_edit_event.php
732 date: 2005/08/12 05:25:20;  author: sunsetsystems;  state: Exp;  lines: +6 -4
733 use default durations from categories
734 date: 2005/07/08 15:10:18;  author: sunsetsystems;  state: Exp;  lines: +49 -10
735 adding appointment status and option to include appt title in calendar display
736 date: 2005/07/05 22:35:51;  author: sunsetsystems;  state: Exp;
737 new code to manage appointments and other calendar events with popup windows
739 Working file: interface/main/calendar/find_appt_popup.php
740 date: 2005/07/05 22:35:51;  author: sunsetsystems;  state: Exp;
741 new code to manage appointments and other calendar events with popup windows
743 Working file: interface/main/calendar/find_patient.php
744 date: 2005/06/12 20:57:33;  author: sunsetsystems;  state: Exp;  lines: +1 -1
745 allow lastname,firstname in patient search
747 Working file: interface/main/calendar/find_patient_popup.php
748 date: 2005/07/05 22:35:51;  author: sunsetsystems;  state: Exp;
749 new code to manage appointments and other calendar events with popup windows
751 Working file: interface/main/calendar/modules/PostCalendar/pnuser.php
752 date: 2005/07/01 01:36:17;  author: sunsetsystems;  state: Exp;  lines: +212 -208
753 hopefully all-day events will work now
755 Working file: interface/main/calendar/modules/PostCalendar/pnuserapi.php
756 date: 2005/07/08 15:10:18;  author: sunsetsystems;  state: Exp;  lines: +404 -413
757 adding appointment status and option to include appt title in calendar display
759 Working file: interface/main/calendar/modules/PostCalendar/pntemplates/default/views/day/default.html
760 date: 2005/07/08 15:10:18;  author: sunsetsystems;  state: Exp;  lines: +8 -3
761 adding appointment status and option to include appt title in calendar display
762 date: 2005/07/05 22:37:40;  author: sunsetsystems;  state: Exp;  lines: +27 -20
763 new code to manage appointments and other calendar events with popup windows
764 date: 2005/06/30 23:50:33;  author: sunsetsystems;  state: Exp;  lines: +1 -1
765 oops, fix to last fix
766 date: 2005/06/30 23:30:59;  author: sunsetsystems;  state: Exp;  lines: +5 -4
767 fixed time comparison bug
769 Working file: interface/main/calendar/modules/PostCalendar/pntemplates/default/views/week/default.html
770 date: 2005/07/08 15:10:18;  author: sunsetsystems;  state: Exp;  lines: +8 -3
771 adding appointment status and option to include appt title in calendar display
772 date: 2005/07/05 22:37:40;  author: sunsetsystems;  state: Exp;  lines: +27 -20
773 new code to manage appointments and other calendar events with popup windows
774 date: 2005/06/30 23:50:33;  author: sunsetsystems;  state: Exp;  lines: +1 -1
775 oops, fix to last fix
776 date: 2005/06/30 23:30:59;  author: sunsetsystems;  state: Exp;  lines: +5 -4
777 fixed time comparison bug
779 Working file: interface/main/finder/finder_navigation.php
780 date: 2005/06/12 20:57:33;  author: sunsetsystems;  state: Exp;  lines: +1 -1
781 allow lastname,firstname in patient search
783 Working file: interface/new/new.php
784 date: 2005/08/26 17:10:06;  author: sunsetsystems;  state: Exp;  lines: +73 -52
785 cosmetics
787 Working file: interface/new/new_patient_save.php
788 date: 2005/08/26 17:10:06;  author: sunsetsystems;  state: Exp;  lines: +71 -66
789 cosmetics
791 Working file: interface/patient_file/deleter.php
792 date: 2005/10/24 18:23:09;  author: sunsetsystems;  state: Exp;  lines: +3 -1
793 misc cosmetic cleanups for sports team use
794 date: 2005/10/20 01:22:04;  author: sunsetsystems;  state: Exp;
795 added ability (for superuser only) to delete patients, encounters, issues
797 Working file: interface/patient_file/navigation.php
798 date: 2005/09/29 15:28:17;  author: sunsetsystems;  state: Exp;  lines: +1 -0
799 added appointments report
800 date: 2005/08/26 17:11:35;  author: sunsetsystems;  state: Exp;  lines: +8 -6
801 added xml-based patient export and import
802 date: 2005/08/10 06:17:10;  author: sunsetsystems;  state: Exp;  lines: +7 -1
803 access control updates
804 date: 2005/07/28 16:02:34;  author: sunsetsystems;  state: Exp;  lines: +37 -40
805 workaround for ie formatting bug
806 date: 2005/07/18 21:52:31;  author: sunsetsystems;  state: Exp;  lines: +9 -5
807 use modal dialog support
808 date: 2005/06/20 17:44:24;  author: sunsetsystems;  state: Exp;  lines: +6 -2
809 updates for support of team sports medicine
811 Working file: interface/patient_file/patient_file.php
812 date: 2005/07/05 22:39:11;  author: sunsetsystems;  state: Exp;  lines: +3 -3
813 new code to manage appointments and other calendar events with popup windows
815 Working file: interface/patient_file/problem_encounter.php
816 date: 2005/09/01 16:51:25;  author: sunsetsystems;  state: Exp;  lines: +5 -2
817 implemented squads as access control objects
818 date: 2005/08/10 06:17:10;  author: sunsetsystems;  state: Exp;  lines: +12 -1
819 access control updates
820 date: 2005/07/18 21:51:56;  author: sunsetsystems;  state: Exp;  lines: +74 -30
821 simplification
822 date: 2005/06/14 12:20:16;  author: sunsetsystems;  state: Exp;  lines: +3 -0
823 rewrote display and editing of medical problems, allergies, medications and surgeries
825 Working file: interface/patient_file/encounter/coding.php
826 date: 2005/07/03 07:23:10;  author: sunsetsystems;  state: Exp;  lines: +1 -1
827 renamed Billing to Coding in some places for non-US sites
828 date: 2005/06/06 18:04:02;  author: sunsetsystems;  state: Exp;  lines: +6 -12
829 implemented customization of billing code types
831 Working file: interface/patient_file/encounter/cptcm_codes.php
832 date: 2005/06/06 18:19:41;  author: sunsetsystems;  state: dead;  lines: +0 -0
833 implemented customization of billing code types
835 Working file: interface/patient_file/encounter/diagnosis.php
836 date: 2005/09/01 16:51:25;  author: sunsetsystems;  state: Exp;  lines: +5 -9
837 implemented squads as access control objects
838 date: 2005/08/04 22:28:29;  author: sunsetsystems;  state: Exp;  lines: +21 -6
839 phpgacl implementation updates
840 date: 2005/07/03 07:23:10;  author: sunsetsystems;  state: Exp;  lines: +1 -1
841 renamed Billing to Coding in some places for non-US sites
843 Working file: interface/patient_file/encounter/forms.php
844 date: 2005/10/24 18:23:09;  author: sunsetsystems;  state: Exp;  lines: +9 -50
845 misc cosmetic cleanups for sports team use
846 date: 2005/10/20 01:22:04;  author: sunsetsystems;  state: Exp;  lines: +24 -1
847 added ability (for superuser only) to delete patients, encounters, issues
848 date: 2005/09/01 16:51:25;  author: sunsetsystems;  state: Exp;  lines: +4 -1
849 implemented squads as access control objects
850 date: 2005/08/04 22:28:29;  author: sunsetsystems;  state: Exp;  lines: +51 -46
851 phpgacl implementation updates
852 date: 2005/06/23 17:37:17;  author: sunsetsystems;  state: Exp;  lines: +51 -29
853 use the encounter form's report.php instead of an ugly generic table dump to generate its summary
855 Working file: interface/patient_file/encounter/hcpcs_codes.php
856 date: 2005/06/06 18:19:41;  author: sunsetsystems;  state: dead;  lines: +0 -0
857 implemented customization of billing code types
859 Working file: interface/patient_file/encounter/icd9cm_codes.php
860 date: 2005/06/06 18:19:41;  author: sunsetsystems;  state: dead;  lines: +0 -0
861 implemented customization of billing code types
863 Working file: interface/patient_file/encounter/new_form.php
864 date: 2005/07/03 07:23:10;  author: sunsetsystems;  state: Exp;  lines: +5 -8
865 renamed Billing to Coding in some places for non-US sites
867 Working file: interface/patient_file/encounter/search_code.php
868 date: 2005/06/06 18:04:03;  author: sunsetsystems;  state: Exp;
869 branches:  1.1.1;
871 Working file: interface/patient_file/encounter/superbill_codes.php
872 date: 2005/06/06 18:04:03;  author: sunsetsystems;  state: Exp;  lines: +38 -80
873 implemented customization of billing code types
875 Working file: interface/patient_file/encounter/superbill_custom_full.php
876 date: 2005/06/06 18:04:03;  author: sunsetsystems;  state: Exp;  lines: +36 -41
877 implemented customization of billing code types
879 Working file: interface/patient_file/history/encounters.php
880 date: 2005/10/28 05:16:05;  author: sunsetsystems;  state: Exp;  lines: +51 -30
881 add user column and encounter form info
882 date: 2005/10/20 01:22:04;  author: sunsetsystems;  state: Exp;  lines: +20 -12
883 added ability (for superuser only) to delete patients, encounters, issues
884 date: 2005/09/09 18:54:14;  author: sunsetsystems;  state: Exp;  lines: +6 -25
885 simplified adding/removing issue types and added dental as a type
886 date: 2005/09/01 16:51:25;  author: sunsetsystems;  state: Exp;  lines: +4 -0
887 implemented squads as access control objects
888 date: 2005/08/12 05:26:32;  author: sunsetsystems;  state: Exp;  lines: +4 -4
889 always show encounter reason
890 date: 2005/08/10 06:17:10;  author: sunsetsystems;  state: Exp;  lines: +15 -8
891 access control updates
892 date: 2005/08/04 22:28:29;  author: sunsetsystems;  state: Exp;  lines: +59 -32
893 phpgacl implementation updates
894 date: 2005/07/18 21:56:00;  author: sunsetsystems;  state: Exp;  lines: +87 -50
895 added an issues column
896 date: 2005/07/03 07:23:10;  author: sunsetsystems;  state: Exp;  lines: +1 -1
897 renamed Billing to Coding in some places for non-US sites
899 Working file: interface/patient_file/history/encounters_full.php
900 date: 2005/10/28 05:16:15;  author: sunsetsystems;  state: Exp;  lines: +97 -26
901 add user column and encounter form info
902 date: 2005/10/20 01:20:43;  author: sunsetsystems;  state: Exp;  lines: +21 -13
903 better permissions checking
904 date: 2005/09/01 16:51:25;  author: sunsetsystems;  state: Exp;  lines: +4 -0
905 implemented squads as access control objects
906 date: 2005/08/12 05:26:41;  author: sunsetsystems;  state: Exp;  lines: +4 -4
907 always show encounter reason
908 date: 2005/08/10 06:17:10;  author: sunsetsystems;  state: Exp;  lines: +8 -1
909 access control updates
910 date: 2005/08/04 22:28:29;  author: sunsetsystems;  state: Exp;  lines: +57 -38
911 phpgacl implementation updates
913 Working file: interface/patient_file/history/history.inc.php
914 date: 2005/07/03 07:18:03;  author: sunsetsystems;  state: Exp;
915 new and improved history data
917 Working file: interface/patient_file/history/history.php
918 date: 2005/09/01 16:51:25;  author: sunsetsystems;  state: Exp;  lines: +5 -0
919 implemented squads as access control objects
920 date: 2005/08/04 22:28:29;  author: sunsetsystems;  state: Exp;  lines: +18 -8
921 phpgacl implementation updates
922 date: 2005/07/03 07:18:03;  author: sunsetsystems;  state: Exp;  lines: +74 -99
923 new and improved history data
925 Working file: interface/patient_file/history/history_full.php
926 date: 2005/09/01 16:51:25;  author: sunsetsystems;  state: Exp;  lines: +5 -0
927 implemented squads as access control objects
928 date: 2005/08/04 22:28:29;  author: sunsetsystems;  state: Exp;  lines: +9 -3
929 phpgacl implementation updates
930 date: 2005/07/03 07:18:03;  author: sunsetsystems;  state: Exp;  lines: +112 -126
931 new and improved history data
933 Working file: interface/patient_file/history/history_save.php
934 date: 2005/09/01 16:51:25;  author: sunsetsystems;  state: Exp;  lines: +5 -0
935 implemented squads as access control objects
936 date: 2005/08/04 22:28:29;  author: sunsetsystems;  state: Exp;  lines: +9 -3
937 phpgacl implementation updates
938 date: 2005/07/03 07:18:03;  author: sunsetsystems;  state: Exp;  lines: +17 -5
939 new and improved history data
941 Working file: interface/patient_file/report/custom_report.php
942 date: 2005/10/21 20:42:01;  author: andres_paglayan;  state: Exp;  lines: +1 -1
943 *** empty log message ***
944 date: 2005/10/21 20:41:23;  author: andres_paglayan;  state: Exp;  lines: +10 -0
945 batchcom added
946 date: 2005/08/02 23:46:54;  author: sunsetsystems;  state: Exp;  lines: +249 -204
947 improved layout and ordering
949 Working file: interface/patient_file/report/full_report.php
950 date: 2005/10/21 22:30:19;  author: andres_paglayan;  state: Exp;  lines: +10 -1
951 batchom support
953 Working file: interface/patient_file/report/patient_report.php
954 date: 2005/10/21 20:41:23;  author: andres_paglayan;  state: Exp;  lines: +1 -0
955 batchcom added
956 date: 2005/09/09 18:54:14;  author: sunsetsystems;  state: Exp;  lines: +6 -0
957 simplified adding/removing issue types and added dental as a type
958 date: 2005/08/02 23:46:54;  author: sunsetsystems;  state: Exp;  lines: +163 -77
959 improved layout and ordering
961 Working file: interface/patient_file/report/print_custom_report.php
962 date: 2005/10/16 11:34:50;  author: tekknogenius;  state: Exp;  lines: +2 -2
963 undoe the  === to == (realized they were correct in php)
964 date: 2005/10/16 11:20:11;  author: tekknogenius;  state: Exp;  lines: +2 -2
965 corrected === to == in two if statements
966 date: 2005/08/02 23:46:54;  author: sunsetsystems;  state: Exp;  lines: +266 -209
967 improved layout and ordering
969 Working file: interface/patient_file/summary/add_edit_issue.php
970 date: 2005/10/20 01:22:04;  author: sunsetsystems;  state: Exp;  lines: +19 -0
971 added ability (for superuser only) to delete patients, encounters, issues
972 date: 2005/10/17 17:08:15;  author: sunsetsystems;  state: Exp;  lines: +2 -1
973 added ucsmc codes for uk sports medicine
974 date: 2005/09/09 18:54:14;  author: sunsetsystems;  state: Exp;  lines: +6 -13
975 simplified adding/removing issue types and added dental as a type
976 date: 2005/09/01 16:51:25;  author: sunsetsystems;  state: Exp;  lines: +4 -0
977 implemented squads as access control objects
978 date: 2005/08/04 22:28:29;  author: sunsetsystems;  state: Exp;  lines: +5 -0
979 phpgacl implementation updates
980 date: 2005/07/18 21:57:16;  author: sunsetsystems;  state: Exp;  lines: +50 -9
981 added diagnosis selection
982 date: 2005/06/14 12:20:16;  author: sunsetsystems;  state: Exp;
983 branches:  1.1.1;
985 Working file: interface/patient_file/summary/allergies.php
986 date: 2005/06/14 12:20:16;  author: sunsetsystems;  state: dead;  lines: +0 -0
987 rewrote display and editing of medical problems, allergies, medications and surgeries
989 Working file: interface/patient_file/summary/clickoptions1.php
990 date: 2005/06/14 12:20:16;  author: sunsetsystems;  state: dead;  lines: +0 -0
991 rewrote display and editing of medical problems, allergies, medications and surgeries
993 Working file: interface/patient_file/summary/clickoptions2.php
994 date: 2005/06/14 12:20:16;  author: sunsetsystems;  state: dead;  lines: +0 -0
995 rewrote display and editing of medical problems, allergies, medications and surgeries
997 Working file: interface/patient_file/summary/demographics.php
998 date: 2005/10/24 18:23:09;  author: sunsetsystems;  state: Exp;  lines: +3 -1
999 misc cosmetic cleanups for sports team use
1000 date: 2005/10/20 01:22:04;  author: sunsetsystems;  state: Exp;  lines: +20 -1
1001 added ability (for superuser only) to delete patients, encounters, issues
1002 date: 2005/10/19 19:55:17;  author: andres_paglayan;  state: Exp;  lines: +2 -2
1003 hipaa choice display logic fixed
1004 date: 2005/09/01 16:51:25;  author: sunsetsystems;  state: Exp;  lines: +16 -42
1005 implemented squads as access control objects
1006 date: 2005/08/28 16:52:48;  author: sunsetsystems;  state: Exp;  lines: +8 -4
1007 hide some things for athletic team use
1008 date: 2005/08/12 05:30:36;  author: sunsetsystems;  state: Exp;  lines: +26 -1
1009 added upcoming appointments to patient summary
1010 date: 2005/08/04 22:28:29;  author: sunsetsystems;  state: Exp;  lines: +18 -3
1011 phpgacl implementation updates
1012 date: 2005/06/20 17:44:24;  author: sunsetsystems;  state: Exp;  lines: +234 -236
1013 updates for support of team sports medicine
1016 Working file: interface/patient_file/summary/demographics_full.php
1017 date: 2005/10/28 05:22:54;  author: sunsetsystems;  state: Exp;  lines: +1 -1
1018 use squad ordering from phpgacl in the team roster
1019 date: 2005/09/01 16:51:25;  author: sunsetsystems;  state: Exp;  lines: +18 -10
1020 implemented squads as access control objects
1021 date: 2005/08/28 16:51:44;  author: sunsetsystems;  state: Exp;  lines: +3 -3
1022 fix spelling error
1023 date: 2005/08/04 22:28:29;  author: sunsetsystems;  state: Exp;  lines: +21 -10
1024 phpgacl implementation updates
1025 date: 2005/06/30 17:51:11;  author: sunsetsystems;  state: Exp;  lines: +3 -2
1026 added onblur handler for dates
1027 date: 2005/06/20 17:44:24;  author: sunsetsystems;  state: Exp;  lines: +454 -494
1028 updates for support of team sports medicine
1030 Working file: interface/patient_file/summary/demographics_save.php
1031 date: 2005/09/01 16:51:25;  author: sunsetsystems;  state: Exp;  lines: +3 -0
1032 implemented squads as access control objects
1033 date: 2005/08/04 22:28:29;  author: sunsetsystems;  state: Exp;  lines: +13 -2
1034 phpgacl implementation updates
1035 date: 2005/06/20 17:44:24;  author: sunsetsystems;  state: Exp;  lines: +140 -147
1036 updates for support of team sports medicine
1038 Working file: interface/patient_file/summary/immunizations.php
1039 date: 2005/06/14 11:53:15;  author: sunsetsystems;  state: Exp;  lines: +6 -6
1040 include calendar javascript on client side rather than server side so that client has the opportunity to cache it
1042 Working file: interface/patient_file/summary/medical_problems.php
1043 date: 2005/06/14 12:20:16;  author: sunsetsystems;  state: dead;  lines: +0 -0
1044 rewrote display and editing of medical problems, allergies, medications and surgeries
1046 Working file: interface/patient_file/summary/medications.php
1047 date: 2005/06/14 12:20:16;  author: sunsetsystems;  state: dead;  lines: +0 -0
1048 rewrote display and editing of medical problems, allergies, medications and surgeries
1050 Working file: interface/patient_file/summary/pnotes.php
1051 date: 2005/09/01 16:51:25;  author: sunsetsystems;  state: Exp;  lines: +5 -0
1052 implemented squads as access control objects
1053 date: 2005/08/04 22:28:29;  author: sunsetsystems;  state: Exp;  lines: +14 -3
1054 phpgacl implementation updates
1055 date: 2005/07/03 07:24:27;  author: sunsetsystems;  state: Exp;  lines: +1 -1
1056 renamed Patient Notes to Notes
1058 Working file: interface/patient_file/summary/pnotes_full.php
1059 date: 2005/09/01 16:51:25;  author: sunsetsystems;  state: Exp;  lines: +3 -2
1060 implemented squads as access control objects
1061 date: 2005/08/04 22:28:29;  author: sunsetsystems;  state: Exp;  lines: +9 -56
1062 phpgacl implementation updates
1064 Working file: interface/patient_file/summary/shot_record.php
1065 date: 2005/06/06 17:28:05;  author: tekknogenius;  state: Exp;  lines: +2 -2
1066 changed other reference from id to pid
1067 date: 2005/06/06 15:16:32;  author: tekknogenius;  state: Exp;  lines: +1 -1
1068 corrected id to pid to bring up correct data
1070 Working file: interface/patient_file/summary/stats.php
1071 date: 2005/10/28 05:20:55;  author: sunsetsystems;  state: Exp;  lines: +5 -3
1072 omit inactive issues
1073 date: 2005/09/09 18:54:14;  author: sunsetsystems;  state: Exp;  lines: +15 -47
1074 simplified adding/removing issue types and added dental as a type
1075 date: 2005/09/01 16:51:25;  author: sunsetsystems;  state: Exp;  lines: +5 -0
1076 implemented squads as access control objects
1077 date: 2005/08/04 22:28:29;  author: sunsetsystems;  state: Exp;  lines: +14 -4
1078 phpgacl implementation updates
1079 date: 2005/06/23 17:31:12;  author: sunsetsystems;  state: Exp;  lines: +9 -8
1080 tweaking font size
1082 Working file: interface/patient_file/summary/stats_full.php
1083 date: 2005/09/09 18:54:14;  author: sunsetsystems;  state: Exp;  lines: +5 -0
1084 simplified adding/removing issue types and added dental as a type
1085 date: 2005/09/01 16:51:25;  author: sunsetsystems;  state: Exp;  lines: +9 -4
1086 implemented squads as access control objects
1087 date: 2005/08/12 05:31:54;  author: sunsetsystems;  state: Exp;  lines: +10 -2
1088 added Add Encounter button
1089 date: 2005/08/04 22:28:29;  author: sunsetsystems;  state: Exp;  lines: +12 -2
1090 phpgacl implementation updates
1091 date: 2005/07/18 21:58:28;  author: sunsetsystems;  state: Exp;  lines: +7 -0
1092 show a diagnosis column
1093 date: 2005/07/06 15:20:50;  author: sunsetsystems;  state: Exp;  lines: +6 -4
1094 use modal dialogs
1095 date: 2005/07/03 07:25:11;  author: sunsetsystems;  state: Exp;  lines: +1 -0
1096 added To History button
1097 date: 2005/06/20 17:44:24;  author: sunsetsystems;  state: Exp;  lines: +13 -8
1098 updates for support of team sports medicine
1099 date: 2005/06/14 12:20:16;  author: sunsetsystems;  state: Exp;  lines: +119 -22
1100 rewrote display and editing of medical problems, allergies, medications and surgeries
1102 Working file: interface/patient_file/summary/summary_title.php
1103 date: 2005/07/05 22:39:11;  author: sunsetsystems;  state: Exp;  lines: +57 -35
1104 new code to manage appointments and other calendar events with popup windows
1106 Working file: interface/patient_file/summary/surgeries.php
1107 date: 2005/06/14 12:20:16;  author: sunsetsystems;  state: dead;  lines: +0 -0
1108 rewrote display and editing of medical problems, allergies, medications and surgeries
1110 Working file: interface/reports/absences_report.php
1111 date: 2005/10/24 18:23:09;  author: sunsetsystems;  state: Exp;  lines: +1 -1
1112 misc cosmetic cleanups for sports team use
1113 date: 2005/08/02 23:48:24;  author: sunsetsystems;  state: Exp;
1114 new reports
1116 Working file: interface/reports/appointments_report.php
1117 date: 2005/09/29 15:28:17;  author: sunsetsystems;  state: Exp;
1118 added appointments report
1120 Working file: interface/reports/appt_encounter_report.php
1121 date: 2005/06/06 18:04:03;  author: sunsetsystems;  state: Exp;  lines: +5 -2
1122 implemented customization of billing code types
1124 Working file: interface/reports/insurance_allocation_report.php
1125 date: 2005/08/02 23:48:24;  author: sunsetsystems;  state: Exp;
1126 new reports
1128 Working file: interface/reports/players_report.php
1129 date: 2005/10/28 05:22:54;  author: sunsetsystems;  state: Exp;  lines: +36 -15
1130 use squad ordering from phpgacl in the team roster
1131 date: 2005/10/24 18:23:09;  author: sunsetsystems;  state: Exp;  lines: +4 -8
1132 misc cosmetic cleanups for sports team use
1133 date: 2005/09/01 16:51:25;  author: sunsetsystems;  state: Exp;  lines: +10 -7
1134 implemented squads as access control objects
1135 date: 2005/07/05 22:42:01;  author: sunsetsystems;  state: Exp;  lines: +4 -4
1136 popup window improvements
1137 date: 2005/07/03 07:26:12;  author: sunsetsystems;  state: Exp;  lines: +7 -4
1138 allow the roster to be a non-popup
1139 date: 2005/06/20 17:44:25;  author: sunsetsystems;  state: Exp;
1140 branches:  1.1.1;
1142 Working file: interface/themes/style_sky_blue.css
1143 date: 2005/06/20 17:39:47;  author: sunsetsystems;  state: Exp;  lines: +2 -2
1144 minor change to "required" font size and color
1146 Working file: interface/usergroup/usergroup_navigation.php
1147 date: 2005/10/21 00:55:47;  author: andres_paglayan;  state: Exp;  lines: +7 -0
1148 batchcom menu item added
1150 Working file: library/acl.inc
1151 date: 2005/10/28 05:22:54;  author: sunsetsystems;  state: Exp;  lines: +4 -2
1152 use squad ordering from phpgacl in the team roster
1153 date: 2005/10/20 01:22:04;  author: sunsetsystems;  state: Exp;  lines: +3 -1
1154 added ability (for superuser only) to delete patients, encounters, issues
1155 date: 2005/09/01 16:51:25;  author: sunsetsystems;  state: Exp;  lines: +24 -1
1156 implemented squads as access control objects
1157 date: 2005/08/04 22:28:29;  author: sunsetsystems;  state: Exp;  lines: +19 -11
1158 phpgacl implementation updates
1159 date: 2005/06/06 18:03:09;  author: sunsetsystems;  state: Exp;  lines: +1 -0
1160 put changing of encounter dates under access control
1162 Working file: library/calendar.js
1163 date: 2005/06/14 11:53:15;  author: sunsetsystems;  state: Exp;  lines: +2 -2
1164 include calendar javascript on client side rather than server side so that client has the opportunity to cache it
1165 date: 2005/06/13 19:34:50;  author: sunsetsystems;  state: Exp;  lines: +4 -4
1166 added missing semicolon to &gt and &lt
1168 Working file: library/dialog.js
1169 date: 2005/07/05 22:33:11;  author: sunsetsystems;  state: Exp;
1170 improved support for popup windows
1172 Working file: library/forms.inc
1173 date: 2005/10/28 05:17:25;  author: sunsetsystems;  state: Exp;  lines: +2 -1
1174 get real encounter date
1175 date: 2005/10/20 01:22:04;  author: sunsetsystems;  state: Exp;  lines: +3 -1
1176 added ability (for superuser only) to delete patients, encounters, issues
1178 Working file: library/invoice_summary.inc.php
1179 date: 2005/06/14 12:05:39;  author: sunsetsystems;  state: Exp;  lines: +32 -1
1180 support invoice details in eob posting form
1182 Working file: library/lists.inc
1183 date: 2005/09/09 18:54:14;  author: sunsetsystems;  state: Exp;  lines: +9 -0
1184 simplified adding/removing issue types and added dental as a type
1186 Working file: library/overlib_mini.js
1187 date: 2005/06/14 11:53:15;  author: sunsetsystems;  state: Exp;  lines: +2 -2
1188 include calendar javascript on client side rather than server side so that client has the opportunity to cache it
1190 Working file: library/patient.inc
1191 date: 2005/07/03 07:18:03;  author: sunsetsystems;  state: Exp;  lines: +7 -1
1192 new and improved history data
1193 date: 2005/06/20 17:44:25;  author: sunsetsystems;  state: Exp;  lines: +10 -4
1194 updates for support of team sports medicine
1195 date: 2005/06/12 20:57:33;  author: sunsetsystems;  state: Exp;  lines: +9 -0
1196 allow lastname,firstname in patient search
1198 Working file: library/sql.inc
1199 date: 2005/08/28 16:54:06;  author: sunsetsystems;  state: Exp;  lines: +31 -38
1200 fix possible problem with getting insert ids
1202 Working file: library/textformat.js
1203 date: 2005/06/30 17:51:11;  author: sunsetsystems;  state: Exp;  lines: +33 -0
1204 added onblur handler for dates
1205 date: 2005/06/20 17:43:22;  author: sunsetsystems;  state: Exp;
1206 branches:  1.1.1;
1208 Working file: library/topdialog.js
1209 date: 2005/07/05 22:33:11;  author: sunsetsystems;  state: Exp;
1210 improved support for popup windows
1212 Working file: library/classes/InsuranceCompany.class.php
1213 date: 2005/06/22 14:13:46;  author: tekknogenius;  state: Exp;  lines: +80 -2
1214 Corrected claim type return values
1216 Working file: library/classes/InsuranceNumbers.class.php
1217 date: 2005/07/16 15:05:41;  author: tekknogenius;  state: Exp;  lines: +0 -1
1218 removed extra line at end of file, caused header info being sent
1219 date: 2005/07/06 02:38:30;  author: tekknogenius;  state: Exp;  lines: +126 -103
1220 Added rendering provider number and type
1222 Working file: library/classes/Provider.class.php
1223 date: 2005/07/16 15:05:41;  author: tekknogenius;  state: Exp;  lines: +0 -1
1224 removed extra line at end of file, caused header info being sent
1225 date: 2005/07/06 02:38:30;  author: tekknogenius;  state: Exp;  lines: +87 -79
1226 Added rendering provider number and type
1228 Working file: library/freeb/BillingContact.class.php
1229 date: 2005/06/25 07:22:59;  author: sunsetsystems;  state: Exp;  lines: +4 -2
1230 made phone number parsing tolerant of format variations
1232 Working file: library/freeb/BillingService.class.php
1233 date: 2005/06/25 07:22:59;  author: sunsetsystems;  state: Exp;  lines: +5 -3
1234 made phone number parsing tolerant of format variations
1236 Working file: library/freeb/ClearingHouse.class.php
1237 date: 2005/06/25 07:22:59;  author: sunsetsystems;  state: Exp;  lines: +5 -3
1238 made phone number parsing tolerant of format variations
1240 Working file: library/freeb/Facility.class.php
1241 date: 2005/06/25 07:22:59;  author: sunsetsystems;  state: Exp;  lines: +7 -5
1242 made phone number parsing tolerant of format variations
1244 Working file: library/freeb/Insured.class.php
1245 date: 2005/10/17 17:14:27;  author: sunsetsystems;  state: Exp;  lines: +31 -0
1246 added ub-92 support
1247 date: 2005/06/25 07:22:59;  author: sunsetsystems;  state: Exp;  lines: +8 -4
1248 made phone number parsing tolerant of format variations
1250 Working file: library/freeb/Patient.class.php
1251 date: 2005/10/17 17:14:27;  author: sunsetsystems;  state: Exp;  lines: +30 -2
1252 added ub-92 support
1253 date: 2005/06/25 07:22:59;  author: sunsetsystems;  state: Exp;  lines: +6 -5
1254 made phone number parsing tolerant of format variations
1256 Working file: library/freeb/Payer.class.php
1257 date: 2005/06/22 14:14:28;  author: tekknogenius;  state: Exp;  lines: +5 -4
1258 Corrected claim type return values
1260 Working file: library/freeb/Practice.class.php
1261 date: 2005/08/01 21:54:11;  author: andres_paglayan;  state: Exp;  lines: +1 -1
1262 got rid of empty files that created and headers sent problem
1263 date: 2005/07/15 09:37:41;  author: sunsetsystems;  state: Exp;  lines: +0 -1
1264 removed blank line at end which was causing billing batch process to fail
1265 date: 2005/07/06 02:37:50;  author: tekknogenius;  state: Exp;  lines: +706 -598
1266 Added rendering provider number and type
1267 date: 2005/06/25 07:22:59;  author: sunsetsystems;  state: Exp;  lines: +6 -3
1268 made phone number parsing tolerant of format variations
1270 Working file: library/freeb/Provider.class.php
1271 date: 2005/06/25 07:22:59;  author: sunsetsystems;  state: Exp;  lines: +6 -4
1272 made phone number parsing tolerant of format variations
1274 Working file: library/freeb/process_bills.php
1275 date: 2005/10/17 17:14:27;  author: sunsetsystems;  state: Exp;  lines: +1 -1
1276 added ub-92 support
1278 Working file: library/freeb/xmlrpc_server.php
1279 date: 2005/08/01 21:54:11;  author: andres_paglayan;  state: Exp;  lines: +1 -5
1280 got rid of empty files that created and headers sent problem
1282 Working file: sql/2_7_2-to-2_7_3_upgrade.sql
1283 date: 2005/10/26 13:36:36;  author: tekknogenius;  state: Exp;  lines: +1 -1
1284 corrected syntax
1285 date: 2005/10/24 16:39:01;  author: sunsetsystems;  state: Exp;  lines: +2 -0
1286 increased size of codes.code
1287 date: 2005/10/21 19:49:26;  author: andres_paglayan;  state: Exp;  lines: +16 -0
1288 batchcom table added
1289 date: 2005/09/01 16:51:25;  author: sunsetsystems;  state: Exp;  lines: +1 -1
1290 implemented squads as access control objects
1291 date: 2005/07/08 15:10:18;  author: sunsetsystems;  state: Exp;  lines: +17 -2
1292 adding appointment status and option to include appt title in calendar display
1293 date: 2005/07/06 02:40:53;  author: tekknogenius;  state: Exp;  lines: +11 -0
1294 Added rendering provider number and type
1295 date: 2005/07/03 07:18:03;  author: sunsetsystems;  state: Exp;  lines: +22 -0
1296 new and improved history data
1297 date: 2005/06/20 17:44:25;  author: sunsetsystems;  state: Exp;  lines: +4 -0
1298 updates for support of team sports medicine
1299 date: 2005/06/14 12:20:16;  author: sunsetsystems;  state: Exp;
1300 branches:  1.1.1;
1302 Working file: sql/database.sql
1303 date: 2005/10/24 16:39:00;  author: sunsetsystems;  state: Exp;  lines: +1 -1
1304 increased size of codes.code
1305 date: 2005/10/21 19:48:54;  author: andres_paglayan;  state: Exp;  lines: +10 -0
1306 batchom table added
1307 date: 2005/09/01 16:51:25;  author: sunsetsystems;  state: Exp;  lines: +1 -1
1308 implemented squads as access control objects
1309 date: 2005/08/10 06:15:10;  author: sunsetsystems;  state: Exp;  lines: +7 -6
1310 fix bad categories_seq starting value, add index to codes, remove comments causing setup to fail
1311 date: 2005/07/14 23:11:36;  author: sunsetsystems;  state: Exp;  lines: +2 -0
1312 add squad and fitness to patient_data
1313 date: 2005/07/14 20:15:02;  author: sunsetsystems;  state: Exp;  lines: +0 -17
1314 removed comment lines within table defs so setup will not barf
1315 date: 2005/07/10 20:39:42;  author: sunsetsystems;  state: Exp;  lines: +3 -3
1316 fixed inserts to openemr_postcalendar_events
1317 date: 2005/07/08 15:10:18;  author: sunsetsystems;  state: Exp;  lines: +14 -0
1318 adding appointment status and option to include appt title in calendar display
1319 date: 2005/07/06 16:56:20;  author: sunsetsystems;  state: Exp;  lines: +1 -1
1320 fixed typo reported by Mark Leeds
1321 date: 2005/07/06 02:40:53;  author: tekknogenius;  state: Exp;  lines: +2 -1
1322 Added rendering provider number and type
1323 date: 2005/07/03 07:18:03;  author: sunsetsystems;  state: Exp;  lines: +18 -8
1324 new and improved history data
1325 date: 2005/06/14 12:20:16;  author: sunsetsystems;  state: Exp;  lines: +13 -8
1326 rewrote display and editing of medical problems, allergies, medications and surgeries
1328 Working file: templates/insurance_numbers/general_edit.html
1329 date: 2005/07/06 02:41:47;  author: tekknogenius;  state: Exp;  lines: +83 -68
1330 Added rendering provider number and type
1332 Working file: templates/insurance_numbers/general_list.html
1333 date: 2005/07/06 02:41:47;  author: tekknogenius;  state: Exp;  lines: +23 -21
1334 Added rendering provider number and type
1336 Working file: templates/report/general_default.html
1337 date: 2005/09/29 15:28:17;  author: sunsetsystems;  state: Exp;  lines: +2 -0
1338 added appointments report
1339 date: 2005/08/02 23:48:24;  author: sunsetsystems;  state: Exp;  lines: +5 -1
1340 new reports
1341 date: 2005/06/20 17:44:25;  author: sunsetsystems;  state: Exp;  lines: +17 -3
1342 updates for support of team sports medicine